/* <![ 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:#CCC;
	color:#424242;
	font:12px Arial, Verdana, Helvetica, sans-serif;
	line-height:18px;
	text-align:left;
	behavior:url(/scripts/csshover.htc);}
	
a {	
	color:#023263;
	text-decoration:underline;}
a:hover {	
	color:#000;
	text-decoration:none;}	
p{
	margin:1em 0 1em 0;
}
	
input, select, textarea{	
	border:solid #CCC;
	border-width:1px 1px 1px 1px;}	
	
legend	{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif; color:#000;}
	
hr{
	height:1px;
	color:#cccccc;
	margin:5px 0 15px 0;
	padding:0px;}

h1{
	color:#270263;
	margin:0px 0 3px 0;
	font:normal 18px Arial, Helvetica, sans-serif;
	text-transform:none;
	border-bottom: 1px solid #CCC;
	padding: 0 0 13px 0;
}
	
h2{	
	color:#023263;
	margin:10px 0 3px 0;
	font:normal 12px Arial, Helvetica, sans-serif;}
	
h3{	
	color:#023263;
	margin:10px 0 0px 0;
	font:normal 12px Arial, Helvetica, sans-serif;}
	
	
/* -----------------------------Containers and alignment--------------------------*/		

#container {
	margin:0 auto 0 auto;
	padding: 0px;
	text-align:left;
	width: 927px;

}

#mainwrap{
	margin: 0 auto 0 auto;
	padding: 10px 16px 10px 16px;
	text-align:left;
	width:895px;
	background:url(../images/bg_main.gif) top left repeat-y;
}
#main{
	margin:0;
	padding:0;
	text-align:left;
	width:892px;
	border:1px solid #CCC;
}
/* ------------------------------Header--------------------------------------------*/

#header{
	background:#efefef;
	height:97px;
	width: 892px;
	}
#info{
	margin:0;
	padding:5px 20px 0 0;
	float:right;
	text-align:right;
	color: #424242;
	font: 12px Arial, Helvetica, sans-serif;
	}
.text1{
	color:#270263;
	}
.number{
	color:#d37f19;
	}
#seal{
	float:right;
	}
	
/*-------------------------------Search Form---------------------*/
#search{
	background:#135887;
	border-top:3px solid #acabab;
	padding:5px 10px 0 0;
	height: 20px;
	width: 882px;
	}
#search form{
	margin:0 0 0 0;
	padding:0 0 0 20px;
	height: 25px;
	}
#search form .searchfield{
	width:220px;
	height:16px;



	border: 1px solid #;
	border: 1px solid #FFF;
	background: #CCC;
	float: right;
	}
#search form .searchsubmit{
	font:bold 10px  Arial, Helvetica, sans-serif;
	margin:0 5px 0 0;
	padding:0px;
	text-align:center;
	width:50px;
	height:16px;
	color:#FFF;
	background:#270263;
	border:1px solid #FFF;
	position:relative;
	top:2px;
/*	_top:-2px;*/
	float: right;
	cursor:pointer;
	}
/*-------------------------------PhotoBanner-----------------------------------------*/

#photobanner{
	margin:0;
	padding:0;
	width:892px;
	height:271px;
	background:url(../images/bg_photobanner.jpg) top left repeat-x;
	border-bottom: 3px solid #acabab;
	}
#photobanner .photo{
	margin:0;
	}
#photobanner .photo_last{
	float:left;
	margin:0;
	border-right:none;
	}
.purplebar{
	width:892px;
	height: 13px;
	background: #270263;
	}
/*----------------------------Middle-------------------------------------------------*/

#mid{
	margin:0;
	padding:0 0 0x 0;
	width:892px;
	background:url(../images/bg_mid.gif) top left repeat-y;
	border-top: 25px solid #efefef;
	border-bottom: 25px solid #efefef;
	}
#leftbar{
	margin:0;
	padding:0 0px 0 20px;
	float:left;
	width:187px;
	}
#center{
	margin:0;
	padding:0;
	float:right;
	width:665px;
	}
#center #content{
	padding:20px;
	}
#center #content ul{
	list-style:none;
	}
#center #content ul li{
	background:url(../images/bul_content.gif) 0px 8px no-repeat;
	padding:0 0 0 10px;
	}
.avlogo{
	float:right;
	margin:0px 0 5px 0px;
	border:solid #efefef;
	border-width:0px 0px 0px 10px;
	}
/*---------------------------------AOP Nav ------------------------------------------*/
#mainnav{
	margin:0 0 20px 0;
	padding:0 0 10px 0; 0;
	color:#000;
	border-bottom: 1px solid #acabab;
}
#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:#424242;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	padding:5px 20px 15px 0;
	display:block;
	text-align:left;
	background:url(../images/bul_aops.gif) right 8px no-repeat;
               _display:inline-block;
               _width:167px; /*fixes IE6 whitespace bug*/
}

#mainnav ul li a:hover{
	color:#135887;
}
#mainnav ul .first_child a {
	padding-top:none;
}
#mainnav ul .last_child a {
}		
/*--------------------------Quick Contact Form ---------------------------*/
.pad_frm_itm2 {
	padding:0;
	margin:3px 0 3px 0;
	height: 28px;
}
#message{
	height:60px;
	}
#messagelabel{
	}
.form-label2 {
	width:40px;
	padding:0px 0px 0px 0px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	float: left;
	line-height: 22px;
}
  
.form-pct2 {
	width:111px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	height: 16px;
	background: #a8a59c;
	border: 1px solid #FFF;
	float: right;
	margin: 3px 0 3px 0;
	padding: 2px 0 0 2px;
}
	
.msg-pct2 {
	width:111px;
	height:52px;
	overflow:auto;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	background: #a8a59c;
	border: 1px solid #FFF;
	float: right;
	padding: 2px 0 0 2px;
}

.custom-form2 {
	font:12px Arial, Helvetica, sans-serif;
/*	width: 175px;*/
	padding: 0;
	position: relative;
}

	.custom-form2 fieldset {
		margin:0px;
		padding:0px;
		width:175px;
		border:none;}
		  
	.custom-form2 legend {
		color:#424242;
		margin:10px 0 3px 0;
		font:normal 16px Arial, Helvetica, sans-serif;}
		  
	.custom-form2 ol {
	margin:0px;
	padding:0px;
	list-style:none;
/*	width: 175px;*/
}

.submit-align2 {
	text-align:right;
	width: 278px;
	padding: 5px 0 0 0;
}


.submit {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0 0 2px 0;
	text-align:center;
	width:50px;
	height:18px;
	color:#FFF;
	border:1px solid #FFF;
	background: #270263;
	position: absolute;
	top: 131px;
	cursor:pointer;
	}
	
.submit:hover {	
	}
/*-------------------------------bottom nav -----------------------------------------*/

#bottomnav{
	margin:0 auto 0 auto;
	padding:0;
	font-size:10px;
	height:28px;
	position:relative;
	background: #023263;
	width: 892px;
	}
#bottomnav ul{
	margin:0;
	padding:0;
	display:inline;
/*	width: 500px;*/
	position:absolute;
	left:209px;
	top: 9px;
	height: 13px;
	}
#bottomnav ul li{
	display:inline;
	}

#bottomnav ul li a{
	color:#FFF;
	text-decoration:none;
	float:left;
	padding:0px 8px 0px 8px;
	display:block;
	border-right:#FFF 1px solid;
	line-height: 10px;
	}
#bottomnav ul li a:hover{
	color:#fea02e;
	text-decoration: none;
	}
#bottomnav ul .first_child a{}
#bottomnav ul .last_child a{
	border-right:none;
	}
/*--------------------------Disclaimer--------------------------*/

#disclaimer{
	margin:0 auto 0 auto;
	text-align:left;
	color:#424242;
	padding:10px 5px 5px 5px;
	font:10px Arial, Helvetica, sans-serif;
	line-height: 14px;
	}
#disclaimer img{
	float:left;
	margin:0px 10px 10px 0;
	border:none;
	}
#disclaimer p{
	margin:0;
	padding:0;
	}
#disclaimer a{
	color:#023263;
	text-decoration:underline;
	}
#disclaimer a:hover{
	color:#270263;
	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:300px;
      font:12px Verdana, Arial, Helvetica, sans-serif;
	}
.msg-pct {
      width:445px; /*  .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;
	}
	
/* ------------------ Special Classes ------------------------*/	
.clearbar{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	padding:0;
	margin:0;
}
.autowidthwrap{
	width:100%;
	text-align:center;
	}
