ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

body {
 background-color: #1a4162;
 background-color: #091720;
 background-color: #001222;
 background-image: url(/images/bg.jpg);
 background-repeat:repeat-x;
 background-position: 16px 0px;
 margin: 0px;
 padding: 0px;
 width:100%;
 font-family:  Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #000;
}

a
{
	color: #69580b;		
  text-decoration:  none;
}

a:hover
{
	color: #002b50;
  text-decoration: underline;
}

p{
 line-height: 1.6em;
}

h2{
	font-size:16px;
	color: #002b50;
	color: #69580b;	
	color: #002b50;			
	margin: 20px 0px 10px 0px; 
}

h3{
	font-size:14px;
	color: #002b50;
	margin: 0px 0px 10px 0px; 
}

#headerFlashBanner{
 position:absolute;
 top: 77px;
 width: 100%;
 height: 308px;
 margin:0px;
 padding: 0px;
 
}


#header-region{
 top: 0px;
 width: 100%;
 height: 15px;

}

#container{
 top: 10px;
 margin: 0px auto;
 width: 981px;
 margin-bottom: 20px;
}

#header{
 height: 370px;
 background-image: url(/images/header_top_bg.jpg);
 background-repeat:no-repeat;
 background-color: #FFFFFF;
 }

#header #logo{
 position: relative;
 float:left;
 top: 5px;
 left: 8px; 
}

#header #menu{
 position: relative;
 float:right;
 top: 18px;
}


#header #menu a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color: #002b50;
	text-decoration: none;
	margin-right: 20px;
}

#header #menu a:hover {
  text-decoration: underline;
}

#header #feature{
 background-image: url(/images/header_feature_bg.jpg);
 position: relative;
 clear:both;
 top: 16px;
 height: 309px;
}

#content{
 background-image: url(/images/header_bot_bg.jpg);
 background-repeat:no-repeat;
 background-color:#FFF;
}

#footer{
	clear:both;
	position: relative;
	background-image: url(/images/footer_bg.jpg);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 40px 0px 0px 0px;
	width: 100%;
	height: 216px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

#footerContent{
	margin: 0 auto;
	width: 981px;
}
#footerLinks{
	float:left;
	padding-left: 30px;
	width:600px;
	height: 200px;	
	/*border: #fff 1px solid;*/
}

#footerLinks a{
	color:#FFFFFF;
	font-size: 11px;
}

#footerLinks li{
	float:left;
	width: 250px;
	height: 30px;
	margin-left: 25px;	
	list-style-image: url(/images/footer_list_arrow.gif);
}
#footerLinks ul{
	margin-left: 10px;	
}


#footerContact{
	background-image: url(/images/footer_divider.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	float:left;
	padding: 0px 0px 0px 30px; 
	width: 300px;
	height: 200px;	
	/*border: #fff 1px solid;*/
}


#footerContact label{
	clear:both;
	float:left;
	padding-right: 5px;
}

#footerContact .placeholder{
	color: #BDD1EA;
}

#footerContact input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width:170px;	
	padding:2px 5px;
	color: #ffffff;
	border: solid 1px #6b90af;
	background-color: #445c70;
	margin: 4px 0px 4px 0px;  
	float: left;
}

#footerContact input.submitBtn{
	clear:both;
	width:56px;	
	height:19px;		
	border: none;
	padding: 0px;
	margin: 8px 0px 0px 0px;  		
}

.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.form_error{
	padding: 5px 5px 5px 5px; 
	color: #990000;
	
}

#thank_you{
	padding: 20px;
}

hr {
	background-color: #D5C097;
	height:1px;
	border: none;
	color: #D5C097;
	clear:both;
}
