@charset "UTF-8";
body {
	background:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	behavior:url("csshover.htc");
}
.centered {
	width:972px;
	margin:0 auto;
}
/* header */
#header {
	width:102%;
	background:#fff;
	padding:25px 0px 15px;
	margin-top:-15px;
	margin-left:-10px;
	margin-right:-5px;
	padding-top:-10px;
}
#header .logo {
	float:left;
}
#header .logo a img {
	position:relative;
	top:15px;
	left:10px;
	}
#header .top_banner {
	float:right;
	margin-right:10px;

}
/* nav */
#nav {
	height:32px;
	width:102%;
	margin-left:-10px;
	background:url(../img/nav_bg.png) repeat-x;
}
.menu + p {
	clear:both;
}
.menu {
	padding:0;
	margin:0 !important;
	font-weight:bold;
}
.menu ul {
	margin: 0 0 0 303px;
 	.margin: 0 0 0 302px;
	padding: 0;
	list-style-type: none;
}
.menu li {
	color:black;
	text-decoration:none;
	float:left;
	text-align:center;
	background:url(../img/nav_divider.gif) no-repeat left;
}
.menu a {
	text-decoration: none;
	display: block;
	_display:inline-block;
	color: #fff;
	height:26px;
	line-height:28px;
	padding:0 20px;
	width:auto;

}
.menu a:hover {
	background:url(../img/nav_selected.png) repeat-x;
	
}
.menu li.last a:hover {
	background:url(../img/nav_selected_last.png) repeat-x;
	
}
.menu li.last {
	width:130px;
	
}
.menu li.last a {
	background:url(../img/nav_divider.gif) no-repeat right;
}
.menu li ul {
	display: none;
	margin:0 !important;
	
}
.menu li:hover ul {
	visibility: visible;
	display: block;
	position:absolute;
	z-index:1;
	padding: 0;
	margin:0 !important;
	border:1px solid black;
	background:#90b602;
	width:150px;
	
}
.menu li li {
	border: none;
	margin:0;
	padding:0;
	height:auto;
	text-align:left;
	text-indent:10px;
	clear:both;
	width:100%;
	
}
.menu li li a {
	background:#90b602;
	color:#fff;
	padding: 0;
	border-top:1px solid #037aa5;
}
.menu li li a:hover {
	background:#037aa5;
}
/* pagebody */

#pagebody {	
	
	background:#fff;
	border:1px solid #037aa5;
	border-top:0;
	border-bottom:0;
	position:relative;
	top:-4px;
	padding:4px 0 0;
}
#content {
	background:#fff;
	padding:20px 0;
}
#lcol {
	width:22%;
	float:left;
	padding-left:15px;
	background:#fff;
	margin-left:5px;
	font-family:Trebuchet MS;
	color: #203151;
}
#mcol {
	
	width:49%;
	float:left;
	padding-left:15px;
	padding-right:5px;
	margin-bottom:15px;
	background:#fff;
	margin-left:5px;
	text-indent: 15px;

}
#rcol {
	
	width:21%;
	float:right;
	padding-left:10px;
	padding-right:5px;
	background:#fff;
	margin-right:5px;
	font-family:Trebuchet MS;
	color: #203151;
	
}
/* footer */

#footer {
	width:100%;
	border:1px solid #037aa5;
	background:url(../img/footer_bg.gif) repeat-x;
	height:26px;
	position:relative;
	margin-left:-1px;
	
}
#footer p {
	line-height:26px;
	padding:0 10px;
	color:#003366;
}
p.left {
	float:left;
}
p.right {
	float:right;
}
#footer a, active, visited {
	color:#003366;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/* links */


ul.links {
	width:95%;
	overflow:hidden;
	clear:both;
	margin:10px auto;
	text-align:center;
	color:#0099CC;
}
ul.links li {
	display:inline;
	color: #000000;
}
ul.links li a {
	padding:5px;
	color:#000000;
}
#container #pagebody #content #lcol #promo {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom:10px;
}
#container #pagebody #content #lcol #promo1 {
	height: auto;
	width: 100%;
	float: left;
	margin-bottom:10px;
}
#mcol2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-align: left;
	text-indent: 15px;
	float: left;
	height: auto;
	width: 98%;
	padding-left:15px;
	padding-right:15px;
}
#container #pagebody #content #mcol table tr td p {
	font-family: Verdana, Geneva, sans-serif;
}

