@charset "utf-8";
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #005596;
	background-color: #005596;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
	background-position: center;
}
a img{border:0;}
a{outline:none;}

.oneColFixCtrHdr #container {
	width: 920px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: white;
	background-image: url(../images/container_bg.png);
	background-repeat: repeat-y;
	background-position: center;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/header_bg.png);
	padding-top: 0;
	padding-right: 11px;
	padding-bottom: 0;
	padding-left: 13px;
	background-position: center top;
	background-repeat: no-repeat;
	/*height: 180px;*/
	text-align:center;
}
.oneColFixCtrHdr #header a, .oneColFixCtrHdr #header a img {text-decoration:none; border:none; }
.oneColFixCtrHdr #header img#logo { width:270px; height:60px; margin:45px auto 0; display:inline; }
.oneColFixCtrHdr #header div.address { color:#000; float:right; margin-right:10px; }
#nav {
	clear: both;
	height:60px;
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
	font-size: 8px;
}
#nav ul {
	color: #005596;
	text-decoration: none;
	list-style-type: none;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 855px;
}
#nav li {
	float: left;
	background-image: url(../images/nav_tab.gif);
	margin-right: 3px;
	margin-left: 3px;
}
#nav a {
	color: #005596;
	display: block;
	padding-top:40px;
	height: 20px;
	width: 100px;
}
#nav a:hover, #nav a:active {
	background-image: url(../images/nav_tab-active.gif);
	font-weight: bold;
}
#nav li.current a, #nav li.current a:hover { background-image: url(../images/nav_tab-current.gif); padding-top:35px; height:25px; }

.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 0;
	margin-right: 11px;
	margin-left: 13px;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-image: url(../images/maintop_bg.gif);
	clear:both;
	overflow:auto;
	min-height:300px;
}
.oneColFixCtrHdr #mainContent a { color:#002D62; }

.oneColFixCtrHdr #mainContent h1 {
	font-size:20px;
	color:#005596;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size:14px;
	color:#005596;
}

.alignleft { float:left; margin:0 15px 15px 0; }
.centered { margin:0 auto 15px; }
.alignright { float:right; margin:0 0 15px 15px; }
.oneColFixCtrHdr #mainContent .prc50 { width:49%; float:left; margin:0; padding:0; }

.oneColFixCtrHdr #footer {
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 30px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	clear:both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

div.featured{background-position:top left;background-repeat:no-repeat;height:160px;padding:25px 290px 35px 155px;}
.featured h1{font-size:17px; font-weight:normal; margin:0 0 5px;}
.featured p{font-size:10px; line-height:1.3em; margin:0; padding:0;}