@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	line-height: 1.5;
	width:964px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
	background-color:#f1f6fa;
	margin-top:30px;
	color:#8d8d8f;
	font-family:helvetica, arial, sans-serif;
}
li, ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#header {
	background-image:url(images/header-bg.png);
	width:964px;
	height:161px;
}
.logo{
	margin-left:28px;
	margin-top:20px;
}
@font-face {
	font-family: HelveticaNeueLT63MdExHeavy;
	src: url('images/helvetica_lt_83_heavy_extended-webfont.eot');
	src: local('☺'), url('images/helvetica_lt_83_heavy_extended-webfont.woff') format('woff'), url('images/helvetica_lt_83_heavy_extended-webfont.ttf') format('truetype'), url('images/helvetica_lt_83_heavy_extended-webfont.svg#webfontARbB44oM') format('svg');
	font-weight: normal;
	font-style: normal;
}
#tagline{
	float:right;
	margin:30px 102px 0 0;	
}
#tagline p{
	margin-top:-20px;
	padding:0px;
}
.tagline1{
	font-family:HelveticaNeueLT63MdExHeavy, arial, sans-serif;;
	font-size:48px;
	text-transform:uppercase;
	color:#fff;
	text-shadow:1px 2px 2px #333
}
.tagline2{
	font-family:HelveticaNeueLT63MdExHeavy, arial, sans-serif;
	font-size:32px;
	text-transform:uppercase;
	color:#a9cee9;
	text-shadow:1px 2px 2px #333;
	margin:0;
	padding:0px;
}
.page-title{
	font-family:HelveticaNeueLT63MdExHeavy, arial, sans-serif;
	font-size:32px;
	text-transform:capitalize;
	color:#a9cee9;
	text-shadow:1px 2px 2px #333;
	margin:0;
	padding:0px;
}
#top-contact{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#fff;
	margin:-30px 0px 0 460px;
}
#flash{
	width:964px;
	height: 274px
}
ul#nav{
	width:964px;
	height:22px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	background-image:url(images/nav-bg.jpg);
	float:left;
}
ul#nav li{
	border-right: 1px  #fff;
	float:left;
	padding-top:2px;
}
#nav li a{
	padding: 0px 25px;
	text-decoration:none;
	color:#fff;
	height:22px;
}
.highlight{
	border-bottom: 1px;
	background: #1376c9;
	height:25px;
	padding-top:5px;
	padding-bottom:5px;
}
ul#nav li a:hover{
	border-bottom: 1px;
	background: #1376c9;
	height:25px;
	padding-top:5px;
	padding-bottom:5px;
}
ul#nav li span{
	float:left;
	padding: 8px 0;
	margin-top:4px;
	position: absolute;
	display: none; /*--Hide by default--*/
	background: #1376c9;
	color: #fff;
	width: 964px;
	left:0px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
ul#nav li:hover span { display: block; height:20px; margin-left:150px;  } /*--Show subnav on hover--*/
ul#nav li span a { display: inline; margin-left:10px; } /*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
ul#nav li span a:hover {text-decoration: underline; }
#content{
}
#container {
	background-color:#fff;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius:15px;
	padding: 10px 0;
	float:left;
	width:964px;
}
#content-left {
	width:174px;
	background-image:url(images/sub_bg.jpg);
	background-repeat:repeat-y;
	padding:10px;
	float:left;
}
.blue_head {
	color:#4893C0;
	font-size:19px;
}
.blue_links {
	color:#4893C0;
	font-size:11px;
	text-decoration:none;
	padding-left:15px;
}
.red_links {
	color:#E2003F;
	font-size:11px;
	text-decoration:none;
	padding-left:15px;
}
#sub_footer, #sub_top {
	margin:-10px;	
}
.arrow{ 
position:absolute;
}
.index-left{
	width:759px;
	float:right;
}
.sub_links {
	margin-left:10px;
	padding-bottom:5px;	
}
.index-left h2{
	background-image: -moz-linear-gradient(100% 100% 180deg, #9abdda, #4a8ac0) !important;
    background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#4a8ac0), to(#9abdda)) !important;
    background-image: url(images/h2-bg.png);// fallback image
	display:block;
	height:20px;
	margin-top:5px;
	padding:5px 0 0 3px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-right-radius: 10px;
	border-bottom:solid #9abdda;
	border-bottom-width:2px;
	width:170px;
	color:#fff;
	margin-bottom:5px;
	font-weight:bold;
	font-size:15px;
}
.index-left li{
	background-image:url("images/plus.jpg");
	background-position:left top;
	background-repeat:no-repeat;
	margin-left:10px;
	text-indent:15px;
}
.index-left a{
	text-decoration:none;
	color:#81a2cf;
	font-size:10pt;
}
.index-left a:hover{
	color:#e21735;	
}
#content ul{
	margin-bottom:20px;
}
h1{
	font-family:HelveticaNeueLT63MdExHeavy, arial, sans-serif;
	font-size:25px;
	color:#0367a3;
	text-transform:uppercase;
	text-shadow:1px 2px 1px #ffc;
	margin:20px 0px;
	
}	
#footer{
	margin-top:3px;
	text-align:center;
	font-size:9px;
	color:#026aa7;
}
#footer p{
	font-size:12px;
	color:#e21735;
	font-weight:bold;
	padding:5px;
}
#footer li{
	display:inline;
	padding:0px 0px;
}
.shadow {
	-moz-box-shadow: 2px 2px 5px #999;
	-webkit-box-shadow: 2px 2px 5px #999;
	box-shadow: 2px 2px 5px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999');
}
.values td:hover{
	background-color: #EFEFEF
	}
	
.smaller-font{
	font-size:11px;
}
.white {
	color:#FFF;
}
#white .white {
	color:#FFF;
}
