@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/backer_body.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.clear {
	clear: both;
}
a {
	color: #5a829e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
/*input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 20px;
	padding: 0px 0px 0px 4px;
	margin: 0px;
}*/


h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #194462;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #194462;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	color: #194462;
}
h4 {
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	color: #194462;
}

.detailtitle {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #194462;
}

img {
	border: 0px;
}
.main {
	width: 960px;
	margin: 0px auto 20px auto;
}
.header {
	position: relative;
	height: 115px;
	background-image: url(../images/backer_header.jpg);
	background-repeat: no-repeat;
}
.headerLinks {
	position: absolute;
	top: 5px;
	right: 20px;
	color: #fff;
}
.headerLinks a {
	color: #fff;
	margin: 0px 2px 0px 2px;
}
.navigation {
	color: #fff;
	height: 28px;
	padding-top: 12px;
	text-align: center;
}
.navigation a {
	color: #fff;
	margin: 0px 2px 0px 2px;
}
.contentLeft {
	float: left;
	position: relative;
	width: 239px;
	padding: 70px 0px 20px 0px;
	background-image: url(../images/tab_search.jpg);
	background-repeat: no-repeat;
}
.contentLeftLeft {
 padding-left:13px; 
 padding-top:10px;
}
.search {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 239px;
	height: 60px;
}
.searchInput {
	position: absolute;
	left: 22px;
	top: 21px;
	border: 0px;
	background: none;
}
.searchButton {
	position: absolute;
	top: 16px;
	right: 12px;
}
.contentRight {
	float: right;
	width: 721px;
}
.contentRightLeft {
	float: left;
	width: 477px;
	padding: 70px 10px 20px 10px;
	background-image: url(../images/tab_spotlight.jpg);
	background-repeat: no-repeat;
}
.contentRightLeftSub {
	float: left;
	width: 477px;
	padding: 25px 10px 20px 10px;
}
.contentRightRight {
	float: right;
	width: 204px;
	padding: 70px 10px 20px 10px;
	background-image: url(../images/tab_events.jpg);
	background-repeat: no-repeat;
}
.contentRightRightRelated {
	float: right;
	width: 204px;
	padding: 70px 10px 20px 10px;
	background-image: url(../images/tab_related_links.jpg);
	background-repeat: no-repeat;
}
.contentRightRightOverview {
	float: right;
	width: 204px;
	padding: 10px 10px 20px 10px;
	background-repeat: no-repeat;
}
.contentRightRightSub {
	float: right;
	width: 204px;
	padding: 25px 10px 20px 10px;
}
.subNavigation {
	background-image: url(../images/backer_sub_navigation.jpg);
	background-repeat: repeat-y;
}
.subNavigationTop {
	height: 10px;
	background-image: url(../images/backer_sub_navigation_top.jpg);
	background-repeat: no-repeat;
}
.subNavigationContent {
	padding: 5px 30px 5px 30px;
}
.subNavigationBottom {
	height: 10px;
	background-image: url(../images/backer_sub_navigation_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.footer {
	background-image: url(../images/backer_footer.jpg);
	background-repeat: no-repeat;
	margin: 35px 0px 0px 0px;
	padding: 15px 0px 20px 0px;
	text-align: center;
}

/*redengine classes*/
.subnav0 ul
{
	margin:0px;
	padding-left:0px;
}

.subnav0 li
{
	list-style:none;
	padding-bottom:10px;
}

.subnav1 ul
{
	margin-left:25px;
	padding:0px;
	margin-top:10px;
}

.subnav1 li
{
	list-style:disc;
	padding:0px;
}
.maincontent
{
	min-height:150px;
}

.title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 20px 0px;
	color: #194462;
}


.contentRight a:visited, .contentRight a:visited:hover
{
color: gray;
}    

