@charset "utf-8";
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
* {
	margin: 0px;
	padding: 0px;
	text-decoration:none;
}
* html {
height: 100%;
}
body {
	background: #eeeeee;
	border-top: 10px solid #0d2f5f;
	font: 12px/1.45em "Lucida Grande", Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	height:100%;
}
img {
	border: 0px;
}
.holder {
	
	background: #fff;
}

/* Text based CSS ------------------------------------------------------------------------- */

p {
	margin-bottom: 10px;
	line-height: 18px;
	text-align: left;
}
.tel {
	color:#ff6200;
}
h1 {
	font-size:20px;
	font-weight:normal;
	padding-bottom: 7px;
	margin-bottom: 29px;
	color:#ff6200;
	line-height:24px;
	text-align:left;
	text-transform: uppercase;
	border-bottom: 1px solid #e9e9e9;
}
h1.blue {
	color: #1f3567;
}

h2 {
	font-size:20px;
	font-weight: normal;
	color:#ff6200;
	line-height:24px;
	margin-bottom:10px;
	text-align:left;
	text-transform: none;
}
h2.title {
	font-size:42px;
	font-weight: normal;
	color:#161616;
	line-height:52px;
	margin-bottom:25px;
	text-align:left;
	text-transform: none;
}
h2.title_small {
	font-size:22px;
	font-weight: normal;
	color:#161616;
	line-height:25px;
	margin-bottom:20px;
	text-align:left;
	text-transform: none;
}
h2.title_news {
	font-size:22px;
	font-weight: normal;
	color:#161616;
	line-height:10px;
	margin-bottom:0px;
	padding-top: 15px;
	text-align:left;
	text-transform: none;
}
h2.title_mid {
	font-size:35px;
	font-weight: normal;
	color:#161616;
	line-height:38px;
	margin-bottom:20px;
	text-align:left;
	text-transform: none;
}
h3 {
	font-size:15px;
	text-transform:uppercase;
	font-weight:bold;
	color:#ff6200;
	margin-bottom: 10px;
	text-align:left;
}
a:link, a:visited, a:hover, p a:link, p a:visited {
	color: #ff6200;
}
p a:hover, ul li a:hover {
	color: #ff6200;
	border-bottom:1px dotted;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.margin_bottom {
	margin-bottom:20px;
}
strong {
	font-weight: bold;
}
hr {
	border-bottom: 1px dotted #ff6200;
	border-top:0px;
	margin-bottom:10px;
}
.container_16 {
	background: #fff;
}
.heading {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 15px;
	color: #ff6200;
}
/* Header ------------------------------------------------------------------------- */

.header {
	padding-bottom: 12px;
}
.logo img {
	height:65px;
	width: 176px;
	padding-top: 12px;
	float: left;
}
.top_nav {

}
.top_nav ul {
	list-style: none;
	margin-top: 22px;
}
.top_nav ul li {
	float: left;
	font-size: 13px;
	letter-spacing: -1px;
	line-height: 12px;
	font-weight: normal;
	padding-right: 20px;
	border-right: 1px solid #fff;
}
.top_nav ul li a:link, .top_nav ul li a:visited {
	color: #6a6a6a;
}
.top_nav ul li a:hover, .top_nav ul li a.selected {
	color: #161616;
	border-bottom: dotted 1px;
}
.top_nav ul li.last {
	border-right: 0px;
}

/* Content Box ------------------------------------------------------------------------- */

.content {
	padding-bottom: 30px;
	padding-top: 12px;
	border-top: 1px solid #e9e9e9;
}
.content ul {
	padding-left: 15px;
	margin-bottom: 17px;
	margin-top: 15px;
}
.content ul li ul {
	padding: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-top: 0;
	background: none;
}
.content ul li {
	line-height: 17px;
	padding-left: 7px;
	padding-bottom: 7px;
	margin-left: 14px;
	margin-right: 14px;
}
.content ul li ul li {
	font-size: 11px;
	color: #aa3457;
	line-height: 14px;
	padding-left: 7px;
	padding-bottom: 7px;
	margin-left: 14px;
	margin-right: 14px;
	margin-bottom: 0px;
	border-bottom: 0;
}

/* Mod Box ------------------------------------------------------------------------- */

.mod {
	padding: 8px;
	background: #fff;
	border-bottom: 1px solid #e9e9e9;
}
.mod:hover, .mod.selected {
	background: #0b3158;
}
.mod:hover p, .mod:hover p.title, .mod.selected p, .mod.selected p.title {
	color: #fff;
}
.mod p {
	font-size: 10px;
	margin-bottom: 0px;
	line-height: 15px;
}
.mod p.title {
	color: #161616;
	font-weight: bold;
}
.mod .left {
	width: 148px;
	float: left;
}
.mod .left img {
	border: 3px solid #fff;
	height: 40px;
	width: 142px;
}
.mod .right {
	width: 156px;
	float: right;
}

/* Button Class ------------------------------------------------------------------------- */

.btn, .btn:hover {
	background:url(/images/bg_btn_right.png) no-repeat right top;
	padding-right:14px;
	padding-top:4px;
	padding-bottom:8px;
	padding-left:0px;
	border:0px;
	font-size:11px;
	text-transform:none;
	font-weight:normal;
}
.btn span {
	float:left;
	padding-right:8px;
	padding-top:4px;
	padding-bottom:8px;
	padding-left:9px;
	color:#000004;
	border:0px;
	background:url(/images/bg_btn_left.png) no-repeat top left;
}
.btn:hover span {
	color:#3e5086;	
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.btn span {float:none;}
/* End IE5-Mac hack */

/* Footer ------------------------------------------------------------------------- */

.footer {
	padding-top: 10px;
	padding-bottom: 40px;
	background: #eeeeee;
	border-top: 1px solid #dddddd;
}
.footer .right {
}
.footer p {
	font-size:10px;
	color:#969696;
}
.footer .right p {
	text-align:center;
}
.footer .left p {
	text-align:left;
}
.footer .left ul {
	list-style:none;
}
.footer .left li {
	float:left;
	text-align:left;
	font-size:10px;
	margin:0px;
	padding:0px;
	border-right:1px solid #969696;
	margin-right:6px;
	padding-right:9px;
	line-height:10px;
}
.footer .left li.nopad {
	border-right:0px;
	margin-right:0px;
	padding-right:0px;
}
.footer .left li a:link, .footer .left li a:visited, .footer .left li a:hover {
	color:#969696;
	text-decoration:none;
}
.footer  a:link, .footer  a:visited  {
	color:#969696;
}
.footer  a:hover  {
	color:#969696;
	border-bottom:1px dotted #969696;
}




.ticker {
	background: #e9e9e9;
	height:30px;
	padding-top: 15px;
	padding-left: 15px;
	border-bottom: 1px solid #e9e9e9;
}
.ticker p {
	margin-bottom:0px;
}
.ticker strong {
	color:#e00303;
}
.ticker ul {
	list-style:none;
	overflow:hidden;
}
#news li {
	list-style:none;
	text-align:left;
}
#news a:link {
	color:#000;
	text-decoration:none;
}
#news a:visited {
	color:#000;
	text-decoration:none;
}
#news a:hover {
	color:#075ea8;
	text-decoration:none;
}
#news span a:link {
	color:#000;
	text-decoration:none;
}
#news span a:visited {
	color:#000;
	text-decoration:none;
}
#news span a:hover {
	color:#075ea8;
	text-decoration:none;
}
