/* <![ 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_main.jpg) top left repeat-x #000;
	color:#000;
	font:14px Arial, Verdana, Helvetica, sans-serif;
	line-height:18px;
	text-align:left;
	behavior:url(/scripts/csshover.htc);
}
a {
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover {
	color:#b1b1b1;
	text-decoration:none;
}
p {
	margin:1em 0 1em 0;
	color: #fff;
}
li {
	color: #fff;
}
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:#FFF;
	margin:0px 0 3px 0;
	padding:0 0 14px 0;
	font:normal 26px Georgia, "Times New Roman", Times, serif;
	/*background:url(../images/bg_headers.png) bottom left repeat-x;*/
	background:url(../images/bg_headers.gif) bottom left repeat-x;
	text-transform:none;
	font-style: none;
	display: block;
}
h2 {
	color:#FFF;
	margin:10px 0 3px 0;
	font:normal 18px Georgia, "Times New Roman", Times, serif;
}
h3 {
	color:#FFF;
	margin:10px 0 0px 0;
	font: bold 14px 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:970px;
	height: 45px;
}
/* ------------------------------Header--------------------------------------------*/

#header {
	background:url(../images/bg_header.gif) top left repeat-x;
	height:147px;
	width: 965px;
	margin: 0 0 0 10px;
}
/*	<![ Main Navigation [ -----------------------------------------------------------*/

#mainnav {
	margin:0 0 0 10px;
	padding:1px 15px 1px 15px;
	color:#FFF;
	height:45px;
	background:url(../images/bg_mainnav.png) top left no-repeat;
	width: 935px;
}
#mainnav ul {
	margin:0;
	padding:0;
	display:block;/*border:1px solid #ff00ff;*/
}
#mainnav ul li {
	display:inline;
	margin:0;
	padding:0;
}
#mainnav ul li a {
	color:#ffffff;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	float:left;
	padding:13px 21px 14px 20px;
	display:block;
}
#mainnav ul li a:hover {
	background:url(../images/bg_mainnav-roll.png) top left repeat-x;
}
#mainnav ul .first_child a {
}
#mainnav ul .last_child a {
}
#aoparea {
	width:952px;
	background:url(../images/bg_aoparea.png) top left no-repeat;
	height: 477px;
	padding: 10px 15px 5px 10px;
	margin: 10px 0 0 0;
}
/*---------------------------------AOP Nav ------------------------------------------*/
#aops {
	margin:0;
	padding:0 0 0 0;
	color:#000;
	width: 175px;
	float: left;
}
#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:#FFF;
	font:bold 16px "Times New Roman", Times, serif;
	text-transform:uppercase;
	text-decoration:none;
	padding:5px 00px 4px 20px;
	display:block;
	text-align:left;
	background:url(../images/bul_aop.jpg) 10px 10px no-repeat #111111;
	margin: 20px 0 20px 0;
	height: 19px;
}
#aops ul li a:hover {
	color:#5b7587;
}
#aops ul .first_child a {
}
#aops ul .last_child a {
}
/*-------------------------------PhotoBanner-----------------------------------------*/

#photobanner {
	margin:0;
	padding:0;
	width:765px;
	height:200px;
	background:url(../images/bg_photobanner.jpg) top left repeat-x;
	float: right;
}
#photobanner .photo {
	float:left;
	margin:10px 3px 9px 3px;
	display: inline;
}
/*----------------------------Middle-------------------------------------------------*/

#mid {
	margin:0 10px 0 10px;
	padding:0;
	width:960px;
	background:none;
}
#mid2 {
	margin: 20px 10px 0 10px;
	padding:0;
	width:960px;
	background: none;/*background:url(../images/bg_mid.gif) top left repeat-y;*/
	}
#leftbar {
	margin:0;
	padding:0 11px 0 0;
	float:left;
	width:200px;
}
#leftbar h2 {
	color:#fff;
	margin:0px 0 3px 0;
	padding:3px 0 14px 0;
	font:normal 22px Georgia, "Times New Roman", Times, serif;
	background:url(../images/bg_headers.gif) bottom left repeat-x;
	text-transform:none;
	font-style: italic;
}
#leftbar p {
	color: #d8ebfe;
}
#leftbar a {
	color: #a7c3df;
}
#rightbar {
	margin:0;
	padding:0;
	float:right;
	width:200px;
}
#rightbar h2 {
	color:#fff;
	margin:0px 0 3px 0;
	padding:3px 0 14px 0;
	font:normal 22px Georgia, "Times New Roman", Times, serif;
	/*background:url(../images/bg_headers.png) bottom left repeat-x;*/
	background:url(../images/bg_headers.gif) bottom left repeat-x;
	text-transform:none;
	font-style: italic;
}
#rightbar p {
	font-size: 12px;
	color: #d8ebfe;
}
#rightbar p strong {
	color: #a7c3df;
}
#rightbar a {
	color: #a7c3df;
}
#center {
	margin:0;
	padding:0 11px 0 11px;
	float:left;
	width:518px;
}
#center #content {
}
#infolinks {
	width:200px;
}
#infolinks p {
	font-size: 12px;
	clear: both;
	line-height: 1.4em;
	padding: 0;
	margin: 10px 0;
}
#infolinks h3, #infolinks h2 a {
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}
#infolinks a {
	line-height: 1.2em;
	font-weight: bold;
}
}
/*	<![ Quick Contact [ -----------------------------------------------------------*/

#quickcontact {
	text-align:left;
	color:#FFF;
	font: 12px Arial, Helvetica, sans-serif;
	width: 200px;
}
#quickcontact form {
	margin:0;
	border-top: 1px solid #999;
	padding: 15px 0 0 0;
}
#quickcontact .form-pct {
	width:200px;
	height:28px;
	margin:5px 0 5px 0;
	background:url(../images/bg_formsml.png) top left repeat-x #FFF;
	border:1px solid #999;
}
#quickcontact .msg-pct {
	margin:5px 0 5px 0;
	width:200px;
	height:80px;
	background:url(../images/bg_formlrg.png) top left repeat-x #FFF;
	border:1px solid #999;
	overflow:auto;
}
#quickcontact .submitarea {
	width:200px;
	text-align:right;
	height:35px;
	padding:15px 0 5px 0;
}
#quickcontact .submitarea .submit {
	float:right;
	display:block;
	width:150px;
	padding:0px;
	margin:0;
	height:28px;
	text-align:center;
	background:url(../images/bg_submit.png) top left repeat-x #000;
	color:#FFF;
	border:1px solid #766d5c;
	text-decoration:none;
	font-weight: bold;
}
#quickcontact .submitarea .submit:hover {
	background: #000;
	text-decoration:none;
	color:#fff;
}
.disclaimlink {
	float:left;
	color:#FFF;
}
.disclaimlink:hover {
	color:#561e32;
	text-decoration:none;
}
/*-------------------------------Footer-----------------------------------------*/

#footer {
}
/*-------------------------------bottom nav -----------------------------------------*/

#bottomnav {
	margin:0 auto 0 auto;
	padding:10px 0 10px 0;
	font-size:12px;
	clear:both;
	height:20px;
	position:relative;
	border: solid #333;
	border-width: 1px 0 1px 0;
}
#bottomnav ul {
	margin:0;
	padding:0;
	display:inline;
	width: 688px;
	position:absolute;
	left:124px;
}
#bottomnav ul li {
	display:inline;
}
#bottomnav ul li a {
	color:#FFFFFF;
	text-decoration:none;
	float:left;
	padding:0px 8px 0px 8px;
	display:block;
}
#bottomnav ul li a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
#bottomnav ul .first_child a {
}
#bottomnav ul .last_child a {
	border-right:none;
}
#address {
	color:#FFF;
	font:bold 13px Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform:none;
	clear: both;
	padding: 10px 0 10px 0;
}
#address address {
	font-style:normal;
}
/*--------------------------Disclaimer--------------------------*/

#disclaimer {
	margin:0 auto 0 auto;
	text-align:left;
	/*text-align: right;*/
	color:#999999;
	padding:10px 5px 5px 5px;
	font:10px Arial, Helvetica, sans-serif;
	height: 50px;
	border-bottom: 1px solid #333;
}
#disclaimer img {
	float:left;
	margin:0px 10px 10px 0;
	border:none;
}
#disclaimer p {
	margin:0;
	padding:0;
}
#disclaimer a {
	color:#FFFFFF;
	text-decoration:underline;
}
#disclaimer a:hover {
	color:#990000;
	text-decoration:none;
}
/*	<![ Directions Page Styles (Google Maps Default) [ --------------------------------------------------------*/

/* [ Outer div ] --------- */
#directionsForm {
}
/* div that wraps form */

#directionsInput, #directionsLocale {
	color: #FFF;
}
#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 {
	color: #fff;
}
div.gmnoprint {
	color: #000
}
/*	<![ 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:300px;
	font:12px Verdana, Arial, Helvetica, sans-serif;
}
.msg-pct {
	width:400px; /*  .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:470px; /*  .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;
}
form {
	color: #fff;
}
/* ------------------ Special Classes ------------------------*/	
.clearbar {
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	padding:0;
	margin:0;
}
.autowidthwrap {
	width:100%;
	text-align:center;
}
.GoogleMap {
	margin: 20px 0 0 0;
}

/* -------------------- Press Releases ------------------------*/
.quote-callout { width:180px; float:left; border:3px solid #cdcdcd;border-left: 1px solid #cdcdcd;border-right: 1px solid #cdcdcd;padding:15px 10px;text-align:center; margin-right:20px; }
.quote-callout a { color:#aaa; font:bold 14px Verdana, Arial, Helvetica, sans-serif;line-height:18px;}
.quote-callout a:hover { text-decoration: none; }
.quote-callout span { color:#aaa; font:bold 24px Arial, Helvetica, sans-serif; padding:0 3px; position:relative;top:5px; }