@charset "utf-8";
body {
	margin: 0px;
	background: #E6F3FF;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 12px;
	position: relative;
	overflow: visible;
	color: #444;
	padding-bottom: 25px;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
	margin:0;
	padding:0;
}

ul, ol, li, a{
	margin:0;
	padding:0;
}

a:link, a:visited{
	color: #0092cd;
	display: inline-block;
	text-decoration: none;
}
		
.selected a:link, .selected a:visited{
	color: #0092cd;
}

a:hover{
	color: #0092cd;
	text-decoration: underline;
}


h1	{
	color: #012f61;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
}
		
h2{
	color: #012f61;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 13px;
}
		
h2 a:link, h2 a:visited{
	font-size: 12px;
	color: #012f61;
	text-decoration:none;

}

h2 a:hover{
	color: #0092cd;
	text-decoration:none;

}
		
#maincontent h2{
	margin-bottom: 3px;
}

#template1 h2{
	margin-bottom: 7px;
	padding-top: 10px;
}
		
h3{
	color: #222;
	font-size: 14px;
	margin-bottom: 3px;
	line-height: 24px;
	font-weight: normal;
}
		
h4{
	color: #012f61;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}
		
h5{
	color: #0193CF;
	font-size: 13px;
	margin-bottom: 5px;
}
		
h6{
	color: #012f61;
	font-size: 10px;
	margin-bottom: 5px;
}
		
p	{
	line-height: 17px;
	color: #666;
	margin-bottom: 10px;
}
		
#wrapper {
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#header {
	background-color: #FFFFFF;
	height: 84px;
	width: 960px;
}
#content {
	background-color: #FFFFFF;
	height: auto;
	float: left;
	width: 960px;
	padding: 0px;
	clear: both;
}
#searchcontent 
{
	background-color: #FFFFFF;
	height: auto;
	float: left;
	width: 100%;
	padding: 0px;
	clear: both;
	padding: 0 10px 20px 15px;	
}
#footer {
}
#footer {
	display:none;
	background-color: #D7EDFF;
	float: left;
	width: 960px;
	font-size: 11px;
	text-align: left;
	height: 22px;
	clear: both;
	padding-top: 4px;
}
#leftpanel {
	float: left;
	width: 779px;
	padding: 0px;
	margin: 0px;
}
#wrapper #content #rightpanel {
	width: 162px;
	margin: 0px 0px 0px 10px;
	float: left;
	padding: 0px;
	display: none;
}
#leftmenu {
	background-color: #FFFFFF;
	width: 171px;
	float: left;
	padding-left: 18px;
	display: none;
}

#hometemplate {
	float: left;
	width: 555px;
	margin: 0px 0px 16px 10px;
	min-height:300px;
}

#template1 {
	float: left;
	width: 555px;
	margin: 16px 0px 16px 10px;
	padding-bottom: 50px;
	min-height:500px;
}
#mainimage {
	display: none;
}
#maincontent {
	float: left;
	width: 779px;
}
#logo {
	background-color: #0033CC;
	float: left;
	margin: 13px 0px 13px 14px;
}
#topmenu {
	float: right;
	margin: 30px 9px 0px 0px;
	display: none;
}
#footer a {
	color: #0092cd;
	text-decoration: none;
}

.mainMenu h2{
	padding-bottom: 0px;
}

.mainMenu li {
	list-style-image: none;
	list-style-type: none;
	line-height: 16px;
}

#leftmenu h2 {
	background-position: 0 6px;
	padding-left: 9px;
	margin-left: -9px;
	background-image: url(../images/tiny_bullet2.gif);
	background-repeat: no-repeat;
	margin-top: 16px;
}
.subMenu{
	border-bottom:1px solid #E0E6EB;
	width:161px;
}

.subMenu li {
	list-style-image: none;
	list-style-type: none;
	line-height: 20px;
	font-size: 11px;
	border-top:1px solid #E0E6EB;
	width:161px;
}

.subsubMenu li, .subsubsubMenu li{
	border-top:none;
	width: 151px;
	line-height: 14px;
	padding-top: 3px;
	margin-bottom: 3px;
}

.subMenu li a:link, .subMenu li a:visited{
	color: #222;
	display: inline-block;
	text-decoration: none;
}
.subsubMenu li a:link, .subsubMenu li a:visited{
	color: #666;
	display: inline-block;
	text-decoration: none;
}
.subsubsubMenu li a:link, .subsubsubMenu li a:visited{
	color: #222;
	display: inline-block;
	text-decoration: none;
}
		
.subMenu li a:hover, .subMenu .selected a:link, .subMenu .selected a:visited{
	color: #0092cd;
	text-decoration: none;
	list-style-type: none;

}

.subsubMenu li a:hover, .subsubMenu .selected a:link, .subsubMenu .selected a:visited{
	color: #0092cd;
	text-decoration: none;
	list-style-type: none;

}

.subsubsubMenu li a:hover, .subsubsubMenu .selected a:link, .subsubsubMenu .selected a:visited{
	color: #0092cd;
	text-decoration: none;
	list-style-type: none;

}

		
.subMenu .selected a:link, .subMenu .selected a:visited{
	color: #0092cd;
}

.subsubMenu{
	margin-right: 10px;
	padding-left: 10px;
	width: 151px;
	font-size: 11px;
	background:#F2F9FF;
	border-top:1px solid #E0E6EB;
}

.subsubMenu li a:link, .subsubMenu li a:visited{

	
	text-decoration: none;
}

.subsubsubMenu{
	padding: 0px 10px 0px 20px;
	margin: 0px 0px 0px -10px;
	width: 131px;
	font-size: 11px;
	background:#EAF5FF;
	border-top:1px solid #E0E6EB;
	border-bottom:1px solid #E0E6EB;
}

.subsubsubMenu li a:link, .subsubsubMenu li a:visited{
	display: inline-block;
	text-decoration: none;
}

input[type=checkbox],input[type=radio]{ 
	margin: 0px 5px 0px 0px; 
	border: 0px;
}

.searchField {
	border: 1px solid #cdcdcd;
	color: #676767;
	background: #fff;
	font-size: 11px;
	padding: 2px 5px;
	width: 127px;
	margin-right: 2px;
	height: 14px;
	float:left;
}

.searchButton 
{
	float:left;
}

.button_1{
	width: auto;
	border: 1px solid #A3A3A3;
	padding: 1px 5px;
	color: #666;
	font-size: 11px;
	background: #cecece url(../images/button_1.gif) repeat-x top;
}
		
.button_2{
	border: none;
	padding: 0;
}
		
label input, textarea, select, .inputbox{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #cdcdcd;
	font-size: 11px;
	color: #666;
	padding: 1px 1px;
	background: #fff;
}

#mainmenu {
	margin: 3px 5px 0px 0px;
	float: right;
}

#share {
	margin: 0px 10px 0px 0px;
	float: right;
}

#mainmenu a:link, #mainmenu a:visited{
	color: #787878;

	display: inline-block;
	text-decoration: none;
}
		
#mainmenu a:hover, #mainmenu .selected a:link, #mainmenu .selected a:visited{
	text-decoration: none;
}
		
#mainmenu .selected a:link, #mainmenu .selected a:visited{
	color: #0092cd;
	background-position: 0 6px;
	padding-left: 9px;
	margin-left: -9px;
}
.selected{
	color: #0092cd!important;
	text-decoration: none;
}

.subMenu li.newselected, li.newselectedtop{
	background:#F2F9FF;
}

.subsubMenu li.newselected{
	background:#EAF5FF;
	border-top:1px solid #E0E6EB!important;
	margin-left:-10px;
	padding-left:10px;
	width:151px!important;
}

.subsubMenu li.newselectedtop{
	background:#EAF5FF;
	margin-left:-10px;
	padding-left:10px;
	width:151px!important;
}

#icons{
	float: right;
	display: none;
}

#iconshome{
	float: right;
	margin-top: 18px;
	display:none;
}

#breadcrumbs{
	font-size: 11px;
	display: none;

}
#applynow {
	height: 160px;
}
#caption {
	margin: 0px 7px  0px 7px;
}

#caption p{
	font-size: 12px;
	line-height: 15px;
}

#tile {
	background-color: #E6F3FF;
	height: 156px;
	margin-bottom: 10px;
}

#videoplay {
	background-color: #999900;
}
#hometemplate img {
	margin-bottom: 10px;
	display:none;
}
#mainimage {
	display: none;
}
#mainimage img {
	display: none;
}

#secondaryimage {
	height: 157px;
	margin: 0px;
	padding: 0px;
	display:none;
}
#secondaryimage img {
	margin: 122px 0px 0px 189px;
	display:none;
}
#footer p {
	margin-bottom: 0px;
	text-align:left;
}
#mainmenu ul {
	list-style: none;
}
#mainmenu ul li {
	float: left;
	padding: 0px 5px 0px 5px;
}
#menucontainer {
	float: right;
	display: none;
	margin-top: 30px;
	width: 300px;
}
#breadcrumbs ul {
	list-style: none;
	padding-bottom: 27px;
}
#breadcrumbs li {
	float: left;
	padding: 0px 6px 0px 0px;
}
#flashcontent {
	padding-bottom: 23px;
}
#videolist {
	width: 555px;
	margin-bottom: 30px;
}
#viditemright {
	width: 269px;
	height: 45px;
	margin: 0px 0px 9px 6px;
	border: 1px solid #cdcdcd;
	float: left;
}
#viditemleft {
	width: 269px;
	height: 45px;
	margin: 0px 0px 9px 0px;
	border: 1px solid #cdcdcd;
	float: left;
}
#thumbnail {
	height: 45px;
	width: 60px;
	float: left;
}
#vidcaption {
	width: 200px;
	float: left;
	margin: 8px 0px 0px 5px;
}
#viditemleft p {
	margin: 7px 5px 0px 65px;
	line-height: 15px;
}
#viditemright p {
	margin: 7px 5px 0px 65px;
	line-height: 15px;
}
.vidselected{
	background-color: #E6F3FF;
	border: 1px solid #E6F3FF!important;
}

#sitemapwrapper {
	float: left;
	width: 650px;
}
#sitemapsection {
	width: 300px;
	float: left;
}
#Sitemap #sitemapwrapper .mainMenu #sitemapsection .subMenu .subsubMenu a:hover {
	color: #0092cd;
}

#sitemapsection .subMenu .subsubMenu{
	width: 200px!important;
}

#leftmenu .mainselect h2{
	background-position: 0 6px;
	padding-left: 9px;
	margin-left: -9px;
	background-image: url(../images/tiny_bullet3.gif);
	background-repeat: no-repeat;
	margin-top: 16px;
}
.sectionselect {

}
#template1 ul {
	clip: rect(10px,auto,auto,auto);
	padding-left: 17px;
	padding-top: 0px;
	padding-bottom: 10px;
	list-style: bullet;
	color:#666666;
	size:11px!important;
}

#template1 ol {
	padding-left: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	color:#666666;
	size:11px!important;
}

#template1 #breadcrumbs ul {
	clip: rect(10px,auto,auto,auto);
	padding-left: 0px;
	list-style: none;
	margin-bottom:20px;
}
img {
	border: 0;
}

.error	
{
	margin: 3px 0px 0px 0px;
	color: #FF0000;
}

table.emailForm
{
	margin-left:15px;
	width: 505px;
}

table.emailForm td
{
	padding: 3px 0 4px 0;
	color:#444444;
	font-family:Arial,Helvetica,sans-serif !important;
	font-size:12px;
}

table {
	padding: 0;
	margin: 0px 0px 15px 0px;
	border-left: 1px solid #E0E6EB;
}

table ul{
	padding-top: 8px!important;
	padding-bottom: 8px!important;
}

th {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	border-right: 1px solid #E0E6EB;
	border-bottom: 1px solid #E0E6EB;
	border-top: 1px solid #E0E6EB;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #EAF5FF;
}

td {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	border-right: 1px solid #E0E6EB;
	border-bottom: 1px solid #E0E6EB;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #666666;
	vertical-align: top;
}


td.alt {
	background: #F2F9FF;
	color: #666666;
}

#searchcontent table, table.emailForm {
	border: 0;
}

#searchcontent td,  table.emailForm td {
	border: 0;
}
