/* <![ 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 #FFF;
	color:#42413b;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	line-height:18px;
	text-align:left;
	behavior:url(/scripts/csshover.htc);}
	
a {	
	color:#97B2C4;
	text-decoration:underline;}
a:hover {	
	color:#9ED8FF;
	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:#2f393d;
	margin:0 0 5px 0;
	font:normal 22px Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	border-bottom:4px solid #97b2c4;
	margin: 0;
	padding: 2px 0 0px 0;}
	
h2{	
	color:#2f393d;
	margin:10px 0 3px 0;
	font:bold 16px Georgia, "Times New Roman", Times, serif;
	}
	
h3{	
	color:#2f393d;
	margin:10px 0 0px 0;
	font: bold 12px Arial, Helvetica, sans-serif; }
	
	
/* -----------------------------Containers and alignment--------------------------*/		

#container {
	margin:0px;
	padding: 0px;
	text-align:left;

}

#main{
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align:left;
	width:909px;
	background:#ffffff;
}
/* ------------------------------Header--------------------------------------------*/

#header{
	background:url(../images/bg_header.gif) top left repeat-x;
	height:200px;
	}
/*-------------------------------PhotoBanner-----------------------------------------*/

#photobanner{
	margin:0;
	padding:8px 0 8px 0;
	width:909px;
	height:276px;
	background:#FFF;
	border-top:4px solid #97b2c4;
	border-bottom:2px solid #8ca4b3;
	}
#photobanner .photo{
	float:left;
	margin:0 0 0 8px;
	border: 1px solid #97b2c4;
	display:inline;
	}
#photobanner .photo_last{
	float:left;
	margin:0 0 0 7px;
	display:inline;
	border: 1px solid #97b2c4;
	}
/*----------------------------Middle-------------------------------------------------*/

#mid{
	margin:0;
	padding:0;
	width:909px;
	background:url(../images/bg_mid.gif) top left repeat-y;
	border-top: 10px solid #FFF;
	}
#leftbar{
	margin:0;
	padding:0 10px 0 0;
	float:left;
	width:195px;
	}
#rightbar{
	margin:0;
	padding:0;
	float:right;
	width:495px;
	}
#rightbar #content{
	padding:0 20px 20px 20px;
	}
#center{
	margin:0;
	padding:0;
	float:left;
	width:205px;
	}
/*---------------------------------AOP Nav ------------------------------------------*/
#mainnav{
	margin:0;
	padding:0 0 0 0;
	color:#000;
}
#mainnav ul{
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
#mainnav ul li{
	margin:0;
	padding:0;
	list-style:none;
}

#mainnav ul li a{
	color:#22262f;
	font:21px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	padding:12px 20px 12px 8px;
	display:block;
	text-align:left;
	background:url(../images/bul_mainnav.gif) right 18px no-repeat;
	_display:inline-block;
	_width:167px; /*fixes IE6 whitespace bug*/
	line-height: 26px;
}

#mainnav ul li a:hover{
	color:#5b7587;
}
#mainnav ul .first_child a {
}
#mainnav ul .last_child a {
}		
/*---------------------------------AOP Nav ------------------------------------------*/
#aops{
	margin:0;
	padding:0 15px 0 15px;
	color:#000;
}
#aops h2{
	color:#2f393d;
	display:block;
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	border-bottom:4px solid #97b2c4;
	margin: 0;
	padding: 5px 0 4px 0;
	}
#aops ul{
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
#aops ul li{
	margin:0;
	padding:0;
	list-style:none;
}

#aops ul li a{
	color:#22262f;
	font:18px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	padding:0px 20px 0px 0;
	display:block;
	text-align:left;
	background:url(../images/bul_aopnav.gif) right 14px no-repeat;
	_display:inline-block;
	_width:155px; /*fixes IE6 whitespace bug*/
	line-height: 36px;
}

#aops ul li a:hover{
	color:#5b7587;
}
#aops ul .first_child a {
}
#aops ul .last_child a {
}		
/*-------------------------------Footer-----------------------------------------*/

#footer{
	background:url(../images/bg_footer.gif) top left repeat-x #FFF;
	border-top: 1px solid #a3b6c2;
	padding: 12px 0 0 0;
	}

/*-------------------------------bottom nav -----------------------------------------*/

#bottomnav{
	margin:0 auto 0 auto;
	padding:0;
	font-size:11px;
	height:40px;
	position:relative;
	border-bottom: 1px solid #FFF;
	}
#bottomnav ul{
	margin:0;
	padding:0;
	display:inline;
	width: 681px;
	position:absolute;
	left:135px;
	top: 13px;
	height: 11px;
	}
#bottomnav ul li{
	display:inline;
	}

#bottomnav ul li a{
	color:#97b2c4;
	text-decoration:none;
	float:left;
	padding:0px 8px 0px 8px;
	display:block;
	border-right:#97b2c4 1px solid;
	line-height: 11px;
	}
#bottomnav ul li a:hover{
	color:#22262F;
	text-decoration: underline;
	}
#bottomnav ul .first_child a{}
#bottomnav ul .last_child a{
	border-right:none;
	}
#address{
	color:#233647;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	text-transform:none;
	}
#address address{
	font-style:normal;
	}
.bul{
	padding:0 12px 0 12px;
	display:inline;
	_display:inline-block;
	background:url(../images/bul_address.gif) 7px 4px no-repeat;
	}
/*--------------------------Disclaimer--------------------------*/

#disclaimer{
	margin:0 auto 0 auto;
	text-align:left;
	color:#959595;
	padding:20px 15px 25px 15px;
	font:10px Tahama, Arial, Helvetica, sans-serif;
	line-height: 14px;
	}
#disclaimer img{
	float:left;
	margin:0px 10px 10px 0;
	border:none;
	}
#disclaimer p{
	margin:5px 0 0 0;
	padding:0;
	}
#disclaimer a{
	color:#233647;
	text-decoration:underline;
	}
#disclaimer a:hover{
	color:#22262F;
	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:290px;
      font:12px Verdana, Arial, Helvetica, sans-serif;
	}
.msg-pct {
      width:435px; /*  .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:450px; /*  .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 15px 5px 0;
}