@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #5c5c5c;
	font-size: 11px;
	height:100%;
}
a {
	color: #5c5c5c;
	text-decoration: underline;
}
a:hover, #footer a:hover {
	color: #ff9946;
	text-decoration: underline;
}
#main {
	width: 1020px;
	margin-left: auto;
	margin-right: auto;
	background-color: #3B68B2;
	min-height: 100%;
}
#skip a, #skip a:visited {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
#skip a:focus {
	position:static;
	width:auto;
	height:auto;
}
#header {
	height: 85px;
	background-color: #f7f9fd;
	background-image: url(../images/assets/main/header.jpg);
	background-repeat: no-repeat;
	cursor:pointer;
}
#nav, #footer {
	background-color: #183360;
}
#nav {
	height: 40px;
}
#nav ul {
	margin-left: 40px;
	width: 650px;
	float: left;
}
#nav ul li {
	display: inline-block;
	width: 98px;
	padding-top: 10px;
	text-align:center;
	height: 28px;
}
#nav ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 160%;
	font-weight:100;
}
#nav ul li:hover, #nav ul li.current {
	background-image: url(../images/assets/main/nav_ul_li_bg.gif);
	background-repeat: no-repeat;
}
#nav ul li:hover a {
	color: #ff9946;
}
#nav form {
	float: right;
	width: 259px;
	margin-right: 47px;
	margin-top: 9px;
}
#nav form input {
	background-image: url(../images/assets/main/search.gif);
	background-repeat: no-repeat;
	color: #868686;
	font-size: 100%;
	width: 200px;
	padding:0;
	margin: 0;
	padding-left: 18px;
	height: 20px;
	border: 0px;
}
#nav form input.go {
	height: 20px;
	width: 28px;
	background-image: none;
	background-color: #ff9946;
	padding:0;
	margin: 0;
	vertical-align: bottom;
}
#wrapper {
	background-color: #ffffff;
	padding-bottom: 60px;
	line-height: 110%;
	font-size: 110%;
	overflow:auto;
}
#breadcrumb {
	margin-left: 40px;
	padding-top: 10px;
	font-size: 80%;
	margin-bottom: 15px;
}
#breadcrumb, #breadcrumb a {
	color: #999999;
	text-decoration:none;
}
#breadcrumb a:hover {
	color: #ff9946;
	text-decoration: underline;
}
#subnav {
	float: left;
	margin-left: 40px;
	width: 218px;
	margin-top:20px;
}
#subnav h1 {
	font-weight: 700;
	margin-bottom: 3px;
}
#subnav h2 {
	font-weight: 100;
	color: #8b8b8b;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 8px;
	height: 26px;
}
#subnav h2 a {
	text-decoration: none;
}
#subnav ul.main_subnav {
	background-color: #ebf0fa;
	padding-top: 12px;
	background-image: url(../images/assets/main/subnav_top.gif);
	background-repeat: no-repeat;
}
#subnav ul.main_subnav li {
	height: 36px;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 5px;
	background-image: url(../images/assets/main/subnav_mid.gif);
	background-repeat: no-repeat;
}
#subnav ul.main_subnav li.current {
	background-image: url(../images/assets/main/subnav_current.gif);
	background-repeat: no-repeat;
}
#subnav ul.main_subnav li a {
	text-decoration: none;
}
#subnav ul.main_subnav li.bottom {
	background-image: url(../images/assets/main/subnav_bottom.gif);
	background-repeat: no-repeat;
	height: 35px;
}
#subnav ul.main_subnav li.currentbottom {
	background-image: url(../images/assets/main/subnav_currentbottom.gif);
	background-repeat: no-repeat;
	height: 35px;
}
#subnav ul.other_subnav li {
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 5px;
}
#subnav ul.other_subnav li a {
	color: #999999;
	text-decoration: none;
}
#subnav ul.other_subnav li a:hover {
	color: #ff9946;
	text-decoration: underline;
}
#content, #content_cms {
	margin-left: 280px;
	margin-right: 285px;
	margin-top:30px;
	min-height: 400px;
}
#content_cms {
	margin: 2px;
}
#content h1, #content_cms h1 {
	color: #ff9946;
	font-size: 160%;
	line-height: 100%;
	font-weight: 100;
	margin-bottom: 12px;
}
#content p, #content_cms p {
	margin-bottom: 12px;
}
#content li  {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
}
#sidebar {
	float: right;
	width: 220px;
	margin-right: 40px;
}
#sidebar div {
	background-color: #f0f0f0;
	padding-top: 12px;
	background-image: url(../images/assets/main/sidebar_top.gif);
	background-repeat: no-repeat;
	clear: both;
	width: 219px;
}
#sidebar div div.sidebar_bottom {
	background-color: #fff;
	height: 12px;
	background-image: url(../images/assets/main/sidebar_bottom.gif);
	background-repeat: no-repeat;
	clear: both;
}
#sidebar div h1, #sidebar div h5, #sidebar div p, #sidebar div ul, #sidebar div img {
	margin-left: 10px;
	margin-right: 10px;
}
#sidebar div h1 {
	margin-bottom: 15px;
	padding-bottom: 8px;
	border-bottom:1px solid #c8c8c8;
}
#sidebar div h5 {
	font-weight: 100;
	font-size: 80%;
	padding-bottom: 3px;
}
#sidebar div p {
	padding-bottom: 8px;
}
#footer {
	clear: both;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 20px;
	height: 40px;
}
#footer, #footer a {
	color: #939393;
}
#footer div#footer_right {
	float: right;
	width: 300px;
	text-align:right;
}
#footer div#footer_right div#powered_by{ 
padding-top: 8px;
}
/* News */

#news_first img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#news .headline {
	font-weight: 700;
}
#news_other {
}
#news td, #news th {
	padding: 5px;
	text-align:left;
}
#news table {
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
.pp img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.pp h2 {
	font-size: 140%;
	font-weight: 100;
}
#contact th, #contact td {
	padding: 5px;
}
#downloadsbox ul li {
	margin-left: 25px;
	list-style-image: url(../images/assets/home/bullet.gif);
	list-style-position: outside;
	line-height: 120%;
	padding-bottom: 2px;
}
#downloadsbox table {
	margin-right: 10px;
}
#downloadsbox td {
	vertical-align: top;
	padding-bottom: 3px;
}
#downloadsbox small {
	font-size: 80%;
}
#result_report, #results, #results div {
	margin-top: 10px;
}
