html, body {
margin:0;
padding:0;
height:100%;
font-family: Arial, Helvetica, sans-serif;
}

img{
border: 0;
}

.home{
background: #012e69 url(images/main_bg.jpg) no-repeat;
}


.sub{
background: #012e69 url(images/sub_bg.jpg) no-repeat;
}


#container {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 0 0 50px;
}



#topNav{
width: 930px;
height: 33px;
text-align: right;
font-size: .8em;
padding: 8px;
margin: 0;
}

#topNav a:link, #topNav a:active, #topNav a:visited{
color: #8bddf3;
text-decoration: none;
padding-left: 20px;
}

#topNav a:hover{
color: #fff;
}

#topNav a.selected {
color: #fff;
}


#topAddress{
width: 930px;
height: 42px;
margin-top: 0 !important;/*for non IE browsers */
margin-top: 16px;
text-align: right;
padding-left: 8px;
color: #fff;
font-size: .9em;
}


#mainNav{
width: 960px;
height: 65px;
padding-top: 8px;
}

#mainNav ul{
margin: 0;
padding:0 0 0 15px;
list-style: none;
width: 960px;
margin-top: 10px;
}

#mainNav ul li{
float: left; 
font-size: .95em;
}

#mainNav a:link, #mainNav a:active, #mainNav a:visited{
color: #fff;
height: 20px;
padding: 9px 10px;
text-decoration: none;
border-left: 1px solid #334971;
}

#mainNav a:hover{
color: #13a6ea;
}

#mainNav .first a{
border: none;
}







/*---HOME FEATURE AREA-----------------*/

#featureHolder{
width: 960px;
margin-left: 6px;
padding-top:0 !important;/*for non IE browsers */
padding-top: 8px;
height:295px;
}


#feature{
float: left;
width: 631px;
height:295px;
margin:0;
padding:0;
}


/*-------------FORM-----------------*/
#homeForm{
color: #002d68;
width: 308px;
height: 290px;
float: right;
margin: 0 8px;
padding: 0;
background: #c5e4f4 url(images/form_bottom.gif) left bottom no-repeat;
}

#homeForm h2{
font-size: 1.2em;
margin: 0;
padding: 8px 0 0 8px;
background: url(images/form_top.gif) left top no-repeat;
}

#homeForm p{
padding: 0 0 0 8px;
margin: 0;
font-size: .8em;
}


#contactForm{
font-size: .75em;
margin: 0;
padding: 0;
}


input, select{
margin-bottom: 4px;
}

.fieldLeft{
float: left;
width: 45%;
padding-left: 8px;
line-height: 120%;
}

.fieldRight{
width: 40%;
padding-right: 8px;
line-height: 150%;
}

input#send{
padding-top: 5px;
}

.hidden {
	display: none;	
}

label.error, div.error {
	color: #900;
	font-weight: bold;
	font-size:80%;
	
}

input.error {
	border: 3px solid #900;
	
}
div.requiredField {
	margin-left:8px;
	height:60px;
}
#contactForm div.requiredField {
	float:left;
	width:140px;
	margin-left:8px;
	height:50px;
}


#label_message{
margin-left: 8px;
}

label {
	font-size:80%;
}
textarea {
	width:292px;
	margin-left:8px;
}
div.hidden {
	display:none;
}


#homeForm h3{
margin-left: 8px;
}







/*--------------------SUB FEATURES----------------*/

#subsHolder{
position: absolute;
top: 470px;
width: 960px;
clear: both;
background: #fff url(images/sub_bottom.gif) left bottom no-repeat;
margin-bottom: 20px;
}


.subBox{
float: left;
min-height: 200px;
width: 278px;
margin: 8px;
padding: 8px 12px;
border-left: 1px solid #e7e7e7;
font-size: .85em;
color: #444;
}

.subBox#left{
border: none;
}

.subBox h2{
margin: 0;
padding: 0;
font-size: 1em;
color: #003372;
}

.subBox a:link, .subBox a:active, .subBox a:visited{
font-size: .85em;
color: #13a6ea;
text-decoration: none;
background: url(images/arrow_ltblue.gif) no-repeat right center;
padding-right: 8px;
}

.subBox a:hover{
color: #001b4d;
text-decoration: none;
background: url(images/arrow_dkblue.gif) no-repeat right center;
padding-right: 8px;
}

.subBox a.noArrow{
background-image: none;	
}

.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}



/*-------FOOTER-----*/

#footer {
width:100%;
height: 400px;
font-size: .85em;
background: #001b4d;
padding: 8px 0 8px 50px;
color: #808da6;
line-height: 125%;
}

#footer img{
float: left;
margin-right: 10px;
}

#footer a:link, #footer a:active, #footer a:visited{
color: #808da6;
}

#footer a:hover{
color: #fff;
}

.footerLinks{
padding-top: 10px;
}

.footerLinks a{
padding: 8px;
}


.push {
height: 380px;
}









