/*----------------------------------------------- browser reset ---------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*-------------------------------------------------- end reset -------------------------------------------------*/

/*------------- twin helix png fix ------------------- */
img, div, a, input, h2 { behavior: url(/includes/iepngfix.htc) }

/*---------------------------------------- tag styling ---------------------------------------------------------*/
html{
	background:#142e61  url('/images/bg_html.jpg') bottom left repeat-x;
	height:100%;
}
body {
	background:url('/images/bg_body.jpg') 0 0 repeat-x;
	font: 12px/16px Arial, Helvetica, sans-serif;
	height:100%;
	width:100%;
}

h1,h2,h3,h4,h5,h6 {
	font-family:"Times New Roman", Times, serif;
	color:#142e62;
}

h1{font-size:1.6em;}
h2{font-size:1.4em;}
h3{font-size:1.3em;}
h4{font-size:1.2em;}
h5{font-size:1.1em;}
h6{font-size:1em;}

a{color:#1965b0;}

form input, form select, form textarea {
	border:1px solid #172d5d;
	background-color:#ffffff ;
	padding:2px;
	margin-top:3px;
}

/*----------------------------------------- classes -----------------------------------------------------------*/
.clear{
	clear:both;
}

p.backToTop a{
	text-decoration:none;
	padding:3px;
	border:1px solid #b5bdce;	
	color:#374d79;
	text-align:center;
	float:right;
}

p.backToTop a:hover{
	border:1px solid #ffa71e;
}

p.backToTop br {clear:both;}

.hidden {display:none !important;}

.submitBtn {cursor:pointer;}

/*----------------------------------------- structure styles --------------------------------------------------*/
#wrap{
	width:1000px;
	background:url('/images/bg_wrap.png') 0 0 repeat-y;
	margin:0 auto;
}

#header{
	width:1000px;
	background: url('/images/header.jpg') 0 0 repeat-y;
	height:146px;
	position:relative;
}
	#homeLinkLogo{
		position:absolute;
		top:39px;
		left:38px;
		width:375px;
		height:60px;
	}
	#homeLink{
		position:absolute;
		top:105px;
		left:38px;
		width:70px;
		height:22px;
	}
	#contactLink{
		position:absolute;
		top:127px;
		left:38px;
		width:70px;
		height:19px;
	}
#headerImages{
	background: url('/images/header_images.jpg') 0 0 no-repeat;
	height:104px;
}
#columnWrap{
	background: url('/images/columns_top.png') 0 0 no-repeat;
	float:left;
}

#mainContent{
	padding-top:54px;
	width:734px;
	float:left;
	min-height:500px;
    height:auto !important;
    height:500px;
}

#sideColumn{
	padding-top:54px;
	width:262px;
	float:left;
	color:#ffcb4d;
}

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4, #mainContent h5, #mainContent h6, #mainContent p, #mainContent ul, #mainContent ol, #mainContent table {
	margin:0px 34px 16px 54px;
} 

#mainContent table tr td, #mainContent table tr th {padding:5px; vertical-align:top;}

#mainContent ul li {
	background: url('/images/bullet.jpg') 15px 6px no-repeat;
	padding-left:27px;
}

#mainContent form {
	margin:0px 34px 16px 54px;
	padding:0px;
	width:420px;
	margin:0 auto;
}

#mainContent input, #mainContent textarea, #mainContent select {
	width:400px;
	margin-bottom:5px;
	font: 12px/16px Arial, Helvetica, sans-serif;
	display:block;
}

#mainContent input#mainSubmit {
	width:75px;
	height:30px;
}


#columnWrap #mainContent h1{
	margin-top:0px;
	background: url('/images/bg_heading.jpg') bottom left no-repeat;
	padding-bottom:15px;
}
#columnWrap #mainContent h2{
	background: url('/images/bg_heading.jpg') bottom left no-repeat;
	padding-bottom:15px;
}

#sideColumn h1, #sideColumn h2, #sideColumn h3, #sideColumn h4, #sideColumn h5, #sideColumn h6, #sideColumn p, #sideColumn ul, #sideColumn ol {
	margin:0px 30px 16px 21px;
} 

#sideColumn form {
	margin:0px 30px 16px 21px;
	padding:0px;
}

#sideColumn input, #sideColumn textarea, #sideColumn select {
	width:200px;
	margin-bottom:5px;
	font: 12px/16px Arial, Helvetica, sans-serif;
}

#sideColumn input#quickSubmit {
	width:75px;
	height:30px;
}


#columnWrap #sideColumn h2 {
	color:#ffcb4d;
	background: url('/images/bg_heading_left.png') bottom left no-repeat;
	padding-bottom:15px;
}

div.btnLarge {
	width:195px;
	height:48px;
	margin-bottom:2px;
	margin-left:21px;
}
div.btnLarge a{
	font-family:"Times New Roman", Times, serif;
	background: url('/images/btn_blue.jpg') 0 0 no-repeat;
	display:block;
	width:165px;
	height:48px;
	text-decoration:none;
	color:#ffffff;
	font-size:1.5em;
	line-height:1.2em;
	padding-left:30px;
}
div.btnLarge a:hover{
	background: url('/images/btn_blue.jpg') 0 -48px no-repeat;
	color:#142e62;
}
div.btnLarge a span {
	display:block;
	padding-top:2px; 
}
#bottom{
	background: url('/images/bottom_wraps.png') 0 0 no-repeat;
	width:1000px;
	height:57px;
	margin:0 auto;
}
#footer{
	width:1000px;
	margin:0 auto;
}

#footer p{
	text-align:center;
	color:#ffffff;
	padding:10px 0;
}
#footer ul {
	width:700px;
	margin:0 auto;
}
#footer ul li{
	float:left;
	margin-right:10px;
}
#footer ul li a {
	color:#ffffff;
}
#footer ul li a:hover {
	text-decoration:none;
}
/*----------------------------------------- nav styling ---------------------------------------------------*/

#mainNav{
	background: url('/images/nav.jpg') 0 0 no-repeat;
	height:40px;
}
#nav{	padding-left:110px;
	width:890px;
}
#nav li {
	float:left;
	height:40px;
	position:relative;
}
#nav li a{
	float:left;
	display:block;
	height:40px;
}
#nav li#nav_01, #nav li#nav_01 a {
	width:110px;
}
#nav li#nav_02, #nav li#nav_02 a {
	width:145px;
}
#nav li#nav_03, #nav li#nav_03 a {
	width:97px;
}
#nav li#nav_04, #nav li#nav_04 a {
	width:120px;
}
#nav li#nav_05, #nav li#nav_05 a {
	width:108px;
}
#nav li#nav_06, #nav li#nav_06 a {

	width:90px;
}
#nav li#nav_07, #nav li#nav_07 a {
	width:178px;
}


#nav li#nav_01 a:hover {background: url('/images/nav.jpg') -110px -40px no-repeat;}
#nav li#nav_02 a:hover {background: url('/images/nav.jpg') -220px -40px no-repeat;}
#nav li#nav_03 a:hover {background: url('/images/nav.jpg') -365px -40px no-repeat;}
#nav li#nav_04 a:hover {background: url('/images/nav.jpg') -462px -40px no-repeat;}
#nav li#nav_05 a:hover {background: url('/images/nav.jpg') -582px -40px no-repeat;}
#nav li#nav_06 a:hover {background: url('/images/nav.jpg') -690px -40px no-repeat;}
#nav li#nav_07 a:hover {background: url('/images/nav.jpg') -780px -40px no-repeat;}

/*----------------- dropdown styling ----------------------------------------------*/

#nav li ul {
	display:none;
	position:absolute;
	top:40px;
	left:0;
	background-color:#e2e8f0;
}

#nav li ul a, #nav li ul li{display:block; height:22px; line-height:22px; text-decoration:none;}
#nav li ul a {text-indent: 4px;}
#nav li#nav_04 ul li a:hover{
	background-image:none ;
	background-color:#142e62 !important;
	color:#ffffff;
}
#nav li ul li{
	border:1px solid #142e62;
	border-top:none;
}
 #nav li#nav_04 ul,#nav li#nav_04 ul li, #nav li#nav_04 ul li a{
	width:200px;
}