/* <![ Global [ -----------------------------------------------------------*/


/*NOTES:
Image pathing needs to be as follows.

url(/images/img.jpg);

This can be developed any way you wish, but must be changed before upload.

*/

/* ----------------- Globals ---------------------*/
html {
	height:100%}
	
.body{	
	margin:0; 
	padding:0; 
	background:url(../images/bg_body.gif) top left repeat-x #e7eff5;
	color:#000;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	line-height:18px;
	text-align:left;
	behavior:url(/scripts/csshover.htc);}
	
a {
	color:#316491;
	text-decoration:none;
}
a:hover {	
	color:#b22626;
	text-decoration:none;}	
p{
	margin:1em 0 1em 0;
}
	
input, select, textarea{	
	border:solid #000;
	border-width:1px 1px 1px 1px;}	
	
legend	{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif; color:#000;}
	
hr{
	height:1px;
	color:#666666;
	margin:5px 0px;
	padding:0px;}

h1{	
	color:#346794;
	margin:0px 0 3px 0;
	font:normal 26px Arial, Helvetica, sans-serif;
	text-transform:none;}
	
h2{	
	color:#346794;
	margin:10px 0 3px 0;
	font:normal 18px Arial, Helvetica, sans-serif;}
	
h3{	
	color:#000;
	margin:10px 0 0px 0;
	font: bold 14px Tahoma Verdana, Arial, Helvetica, sans-serif;}
	
	
/* -----------------------------Containers and alignment--------------------------*/		

#container {
	margin:0px;
	padding: 37px 0 0 0;
	text-align:left;

}

#main{
	margin: 0 auto 0 auto;
	padding:0 0 0 20px;
	text-align:left;
	width:930px;
	position: relative;
	background:url(../images/bg_main-left-deco.gif) top left no-repeat;
}
#toptagline{
	position:absolute;
	top:1px;
	right:9px;
	height:15px;
	width:296px;
	color: #FFF;
	z-index:200;
	}
#mainleft{
	float:left;
	width:720px;
	background: #FFF;
	}

#mainright{
	float:right;
	width:210px;
	padding: 68px 0 0 0;

	}
#bluebar{
	background: url(../images/bg_bluebar.jpg) top left repeat-y #699bc9;
	margin-bottom:18px;
	}
/*----------------------------Quick Contact------------------------------*/
#quickcontact{
	background: none;
	}
.pad_frm_itm2 {
	padding:0px;
	margin:5px 0px;
	background:url(../images/bg_field.gif) top left no-repeat;}
.pad_frm_itm3 {
	padding:5px 0px;
	margin:0px;
	background:url(../images/bg_message.gif) top left no-repeat;}

.form-label2 {
	width:58px;
	padding:0px 2px 0px 0px;
	display:inline-block;
	vertical-align:top;
	text-align:right;}
  
.form-pct2 {
	width:174px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	height: 20px;
	border: none;
/*	background:url(../images/bg_field.gif) top left no-repeat;*/
	padding:6px 3px 0 3px;
	background:none;
}
	
.msg-pct2 {
	width:174px;
	height:65px;
	overflow:auto;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#003366;
	border: none;
/*	background:url(../images/bg_message.gif) top left no-repeat;*/
	padding:3px 3px 0 3px;
	background:none;
}

.custom-form2 {
	font:bold 11px Arial, Helvetica, sans-serif;
	padding: 0 0 24px 0px;
	margin: 0 15px 0 15px;
	color: #FFF;
	border-bottom: 1px solid #5581aa;
}

	.custom-form2 fieldset {
		margin:0px 0px 10px 0px;
		padding:0px;
		width:138px;
		border:none;}
		  
	.custom-form2 legend {
	padding:0px 2px 5px 23px;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	display: none;
}
		  
	.custom-form2 ol {
		margin:0px;
		padding:0px;
		list-style:none;}

.submit-align2 {
	text-align:left;
	width: 138px;
	padding:10px 0 0 0;
}
.submit-align2 .submit{
	background:url(../images/bg_submit.gif) top left no-repeat;
	width:75px;
	height:24px;
	border: none;
	}
.submit-align2 .submit:hover{
	background:url(../images/bg_submit.gif) top left no-repeat;
	}
#address{
	color:#fff;
	font:normal 11px  Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:18px;
	text-transform:none;
	border-top: 1px solid #87afd4;
	border-bottom: 1px solid #5581aa;
	margin: 0 15px 0 15px;
	padding: 13px 0 18px 0;
	}
#address address{
	font-style:normal;
	}
#address a{
	text-decoration:underline;
	color:#FFF;
}
#address a:hover{
	text-decoration:none;
	}
#newsletters{
	border-top: 1px solid #87afd4;
	margin:0 15px 0 15px;
	color:#fff;
	padding: 14px 0 0 0;
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 12px;
	}
#newsletters h3.rsstitle a{
	color:#fff;
	font:bold 13px Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	}
	#newsletters h3.rsstitle a:hover{
	color:#316491;
	}
#newsletters p{
	margin:.5em 0 2em 0;
	}
#newsletters p.firm{
	margin:4em 0 0 0;
	}
#newsletters a.more{
	font-weight:bold;
	text-decoration:underline;
	color:#FFF;
	}
#newsletters a.more:hover{
	text-decoration:none;
	}
/* ------------------------------Header--------------------------------------------*/

#header{
	background:url(../images/bg_header.jpg) top left repeat-x;
	height:85px;
	position: relative;
	}
#header .logo{
	padding:2px 0 0 30px;
	display:block;
	}
#mainnav{
	margin:0 10px 0 10px;
	padding:0;
	color:#FFFFFF;
	height: 29px;
	border-bottom: 6px solid #e7eff5;
	width: 700px;
	font:12px Arial, Helvetica, sans-serif;
}
#mainnav ul{
	margin:0;
	padding:0;
	display: inline;
}
#mainnav ul li{
	display:inline;
	margin:0;
	padding:0;
}

#mainnav ul li a{
	background:url(../images/bg_nav-blue-l.gif) top left no-repeat;
	display:block;
	float:left;
	margin:0 1px 0 0;
	color:#FFF;
	text-decoration:none;
}
#mainnav ul li a span{
	display:block;
	padding:8px 14px 6px 14px;
	background:url(../images/bg_nav-blue-r.gif) top right no-repeat;
	}
#mainnav ul li a:hover{
	background:url(../images/bg_nav-red-l.gif) top left no-repeat;
	color:#FFF;
}
#mainnav ul li a:hover span{		
	background:url(../images/bg_nav-red-r.gif) top right no-repeat;
}
#mainnav ul li.contact-us a{
	background:url(../images/bg_nav-green-l.gif) top left no-repeat;
	display:block;
	float:left;
	margin:0 5px 0 0;
	color:#FFF;
	text-decoration:none;
}
#mainnav ul li.contact-us a span{
	display:block;
	padding:8px 14px 6px 14px;
	background:url(../images/bg_nav-green-r.gif) top right no-repeat;
	}
#mainnav ul li.contact-us a:hover{
	background:url(../images/bg_nav-red-l.gif) top left no-repeat;
	display:block;
	float:left;
	margin:0 5px 0 0;
	color:#FFF;
	text-decoration:none;
}
#mainnav ul li.contact-us a:hover span{
	display:block;
	padding:8px 14px 6px 14px;
	background:url(../images/bg_nav-red-r.gif) top right no-repeat;
	}
/*-------------------------------PhotoBanner-----------------------------------------*/

#photobanner{
	margin:0;
	padding:0 10px 0 10px;
	width:700px;
	height:171px;
	}
#photobanner .photo{
	float:left;
	margin:0 10px 0 0;
	}
#photobanner .photo_last{
	float:left;
	margin:0;
	border-right:none;
	}
#tagline{
	background:url(../images/bg_taglinenews.gif) top left no-repeat;
	height:22px;
	width:488px;
	margin: 10px 10px 0 10px;
	color: #003366;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 7px 0 0 212px;
	border-bottom: 1px solid #9dbad3;
}
#tagline a.more{
	color:#8db3d6;
	display:inline-block;
	border-bottom:1px dashed #8db3d6;
	width:20px;
	}
#tagline a.more:hover{
	color:#003366;
	border-bottom:1px dashed #003366;
	}
/*----------------------------Middle-------------------------------------------------*/

#mid{
	margin:0;
	padding:10px 10px 0 10px;
	width:700px;
	background:#FFF;
	}
#leftbar{
	margin:0;
	padding:0;
	float:left;
	width:232px;
	display: inline;
	}
#center{
	margin:0;
	padding:0;
	float:left;
	width:460px;
	display: inline;
	}
#center #content{
	padding:20px;
	}
/*---------------------------------AOP Nav ------------------------------------------*/
#aops{
	margin:0;
	padding:0 0 0 0;
	color:#000;
	background: #e7eff5;
}
#aops ul{
	margin:0;
	padding:0 0 0 10px;
	display:block;
	list-style:none;
}
#aops ul ul{
	padding:0 0 0 0;
	}
#aops ul li{
	margin:0;
	padding:0 0 0 0;
	list-style:none;
}
#aops ul li a{
	color:#316491;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:0px 0px 0px 20px;
	display:block;
	text-align:left;
	background:url(../images/bg_aop-parent.gif) top left no-repeat;
	_display:inline-block;
	_width:186px; /*fixes IE6 whitespace bug*/
	height: 29px;
	margin: 0 0 5px 0;
	line-height: 29px;
}

#aops ul li a:hover{
	background:url(../images/bg_aop-parent-o.gif) top left no-repeat;
	color:#b22626;
}
#aops ul ul li a{
	color:#316491;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:0px 0px 0px 31px;
	display:block;
	text-align:left;
	background:url(../images/bg_aop-child-o.gif) top left no-repeat;
	_display:inline-block;
	_width:175px; /*fixes IE6 whitespace bug*/
	height: 29px;
	margin: 0 0 5px 0;
	line-height: 29px;
}

#aops ul ul li a:hover{
	background:url(../images/bg_aop-child.gif) top left no-repeat;
	color:#b22626;
}
#aops ul .first_child a {
}
#aops ul .last_child a {
}		

#socialmedia{
	padding:0 7px 0 12px;	
}
#socialmedia .logo{
	float:left;
	margin:0 5px 0 0;
	display: inline;
	}	
#socialmedia .logo a{
	text-align:center;
	color: #295d8c;
	font-size: 10px;
	display: block;
}
#socialmedia .logo a:hover{
	color:#000;
	}
#socialmedia .logo a img{
	border:none;
	}
/*-------------------------------bottom nav -----------------------------------------*/

#bottomnav{
	margin:0 auto 0 auto;
	padding:0;
	font-size:10px;
	height:52px;
	position:relative;
	clear:both;
	background:url(../images/bg_bottomnav.gif) top left no-repeat;
	}
#bottomnav ul{
	margin:0;
	padding:0;
	display:inline;
	width: 522px;
	position:absolute;
	left:190px;
	top: 19px;
	height: 13px;
	}
#bottomnav ul li{
	display:inline;
	}

#bottomnav ul li a{
	color:#7e7e7e;
	text-decoration:none;
	float:left;
	padding:0px 8px 0px 8px;
	display:block;
	border-right:none;
	line-height: 10px;
	}
#bottomnav ul li a:hover{
	color:#003366;
	text-decoration: underline;
	}
#bottomnav ul .first_child a{}
#bottomnav ul .last_child a{
	border-right:none;
	}
/*--------------------------Disclaimer--------------------------*/

#disclaimer{
	margin:0 auto 0 auto;
	text-align:left;
	color:#9bbddb;
	padding:10px 160px 0 15px;
	font:11px Arial, Helvetica, sans-serif;
	width:735px;
	clear: both;
	line-height: 13px;
	}
#disclaimer img{
	float:left;
	margin:0px 10px 10px 0;
	border:none;
	}
#disclaimer p{
	margin:0;
	padding:0;
	}
#disclaimer a{
	color:#003366;
	text-decoration:underline;
	}
#disclaimer a:hover{
	color:#295D8C;
	text-decoration:none;
	}

/*	<![ Directions Page Styles (Google Maps Default) [ --------------------------------------------------------*/

/* [ Outer div ] --------- */
#directionsForm{}

/* div that wraps form */
#directionsInput {
	padding:0px 0px 15px 0px;
	}

#fromAddress{
	width:300px;
	border:1px solid #adab93;
	}

#directionsLocale{
	padding:0px 0px 15px 0px;
	}

#locale{
	width:300px;
	border:1px solid #adab93;
	}

#directionsSubmit{
	padding:0px 0px 25px 0px;
	}

#map{
	border:1px solid #adab93;
	}

#addressNotFound{}

#directions{}

/*	<![ Site 9 Form Styles [ --------------------------------------------------------*/
.pad_frm_itm {
      padding:3px 0px;
      margin:0px;
}

.form-label {
	width:140px; /* Width of labels */
	padding:0px 5px 0px 0px;
	display:inline-block;
	vertical-align:top;
	}

.form-pct {
      width:250px;
      font:12px Verdana, Arial, Helvetica, sans-serif;
	}
.msg-pct {
      width:395px; /*  .form-label + .form-pct + horizontal padding on .form-label   */
      height:70px;
      overflow:auto;
      font:12px Verdana, Arial, Helvetica, sans-serif;
	}

.custom-form {}

.custom-form fieldset {
	margin:0px 0px 10px 0px;
	padding:0px;
/*	width:400px;*/ /*  .msg-pct width + 25   */
	border:none;
	}

.custom-form legend {
	padding:0px 2px;
	font-weight:bold;
	}

.custom-form fieldset ol {
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
/* ------------------ Special Classes ------------------------*/	
.clearbar{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	padding:0;
	margin:0;
}
.autowidthwrap{
	width:100%;
	text-align:center;
	}
.CfnLink {
	margin:0 22px 5px 0;
}
