/* <![ 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:#000;
	color:#42413b;
	font:14px Arial, Verdana, Helvetica, sans-serif;
	line-height:18px;
	text-align:left;
	behavior:url(/scripts/csshover.htc);}
	
a {	
	color:#fff;
	text-decoration:underline;}
a:hover {	
	color:#CBBA00;
	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{
	margin:0px 0 3px 0;
	font:normal 23px Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	color: #174D7D;
	line-height: 25px;
	text-align: left;
}
	
h2{
	color:#CBBA00;
	margin:10px 0 3px 0;
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
	
h3{	
	color:#ccc;
	margin:10px 0 0px 0;
	font: bold 14px Tahoma Verdana, Arial, Helvetica, sans-serif;}
	
.learnlink a{
	text-decoration:none;
	font-weight:bold;
	}
.learnlink a:hover{
	text-decoration:underline;
	}
	
/* -----------------------------Containers and alignment--------------------------*/		

#container {
	margin: 0 auto 0 auto;
	text-align:left;
	width:995px;
	padding: 0px;
}	

/*	<![ Navigation [ -----------------------------------------------------------*/

#mainnav{
	color:#FFF;
	background:url(../images/bg_navtopdeco.gif) top left repeat-x;
	width: 995px;
	margin: 0 auto 0 auto;
	height: 40px;
	padding: 9px 0 0 0;
	overflow: hidden;
}
#mainnav ul{
	margin:0;
	padding:0;
	display:block;
	height: 40px;
	font:12px tahoma, Arial, Helvetica, sans-serif;
	/*border:1px solid #ff00ff;*/
}
#mainnav ul li{
	display:inline;
	margin:0;
	padding:0;
}
#mainnav ul li a{
	background:url(../images/bg_nav-red.jpg) top left repeat-x;
	display:block;
	padding:0px 0 0 0;
	text-decoration:none;
	float:left;
	color:#ffffff;
	font-weight: bold;

}
#mainnav ul li a span{
	padding:13px 16px 13px 16px;
	float:left;
	display:block;
	border-right: 1px solid #840925;
	border-left: 1px solid #C04964;
	background:url(../images/bg_nav.jpg) top left repeat-x;
}
#mainnav ul li a.current_link span{
	background:#ffffff;
	color:#000;
	}
#mainnav ul li a:hover span{
	background:#000;
	color:#fff;
}


#mainnav ul .first_child a {
	background:url(../images/bg_nav-left.jpg) top left no-repeat;
	padding:0px 0 0 7px;
}		
#mainnav ul .first_child a span{
	border-left:none;
	display:block;
}
#mainnav ul li.last_child a {
	background:url(../images/bg_nav-right.jpg) top right no-repeat;
	padding:0px 7px 0 0;
}		
#mainnav ul li.last_child a span {
	border-right:none;
	}
/*	<![ Layout [ -----------------------------------------------------------*/

#top{
	margin:0;
	padding:11px 0 0 0;
	background:url(../images/bg_header.jpg) top left repeat-x;
	height: 180px;
	border-bottom: 1px dashed #730821;
}
#logo{
	width:364px;
	float:left;
	}
#phone{
	background:url(../images/bg_topbar.gif) top left repeat-x;
	height:27px;
	color:#FFF;
	width: 467px;
	float: right;
}
#phone .number{
	color:#ffce00;
	}
#location{
	padding:0 15px 0 0;
	background:url(../images/bg_topbar.gif) top left repeat-x;
	height:27px;
	line-height:27px;
	text-align:right;
	color:#FFF;
}
#location strong{
	color:#d0d0b6;
	}
#header{
	margin:0 auto 0 auto;
	padding:0;
	width: 995px;
}
#marble{
	height:321px;
	background:url(../images/bg_marble.jpg) top center repeat-x;
	clear:both;
	position: relative;
	border-bottom: 1px dashed #730821;
	}
#marblephoto{
	position:absolute;
	top:49px;
	right:0px;
	}
#marble .center{
	width:995px;
	margin:0 auto 0 auto;
	background:url(../images/bg_florida.jpg) 300px 0px no-repeat;
	height: 244px;
	clear: both;
	padding: 5px 0 0 0;
	position:relative;
	}
#marble .center #avlink{
	display:block;
	width:250px;
	height:106px;
	top:99px;
	right:313px;
	position:absolute;
	}
#marble .center	a{
	color:#730821;
	}
#marble h1{
	width:668px;
	}
#marble h2{
	width:668px;
	color:#174D7D;
	}
#marble p{
	width:448px;
	}
#mid {
	margin:0;
	padding:0;
	background:url(../images/bg_mid.gif) top left repeat-y;
	width: 995px;
}

#leftbar{
	width:320px;
	margin:0;
	padding:0;
	float:left;
}
#leftbar h2{
	color:#CBBA00;
	margin:10px 0 3px 0;
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
	
#leftbar #offices{
	color:#FFF;
	font-size: 11px;
	padding: 0 10px 0 10px;
} 
#leftbar #offices strong{
	color:#FFFFCC;
	font-weight:bold;
	}
#leftbar #aops{
	margin:8px 0 20px 0;
	width:306px;
	font:normal 14px Tahoma, Arial, Helvetica, sans-serif;
	border: 1px dashed #4f4f4f;
	padding: 5px;
}
#leftbar #aops ul{
	margin:0;
	padding:0;
	width: 306px;

}
#leftbar #aops ul li{
	list-style:none;
	padding:0;
	display:inline;
}
#leftbar #aops ul li a{
	margin:2px 0 2px 0;
	border: 1px solid #333;
	color:#fff;
	background:url(../images/bg_h1fade.jpg) 0px -5px repeat-x;
	text-decoration:none;
	padding:4px 0 4px 14px;
	display:block;
}
#leftbar #aops ul li a:hover{
	color:#CBBA00;}
#leftbar #sidelogos{
	border:1px solid #716857;
	margin:0 0 12px 12px;
	width:238px;
	}
#addressarea{
	background:#265b7a;
	color:#FFFFFF;
	padding:13px 9px 13px 9px;
}
#addressarea h1{
	font:bold 20px Georgia, "Times New Roman", Times, serif;
	color:#c1ba87;
	margin:0 0 3px 0;}
#addressarea h2{
	font:bold 14px Tahoma, Arial, Helvetica, sans-serif;
	color:#a4becf;
	margin:0 0 0 0;}
#addressarea p{}
#addressarea .notopmargin{
	margin:0 0 1em 0;}
#addressarea a{
	color:#a4becf;
	font-weight:normal;
	text-decoration:underline;
}
#addressarea a:hover{
text-decoration:none;}
#addressarea .locationslink{
	color:#c1ba87;
	font-weight:bold;
}
#aophome{}
#aophome .left{
	width:323px;
	float:left;
	}
#aophome .right{
	width:323px;
	float:right;
	}
#aophome .box{
	border:1px dashed #4f4f4f;
	padding:5px;
	height: 58px;
	float:left;
	margin:10px 0 10px 0;
	width: 311px;
}
#aophome .box a{
	display:block;
	text-decoration: none;
}
#aophome .box a span{
	display:block;
	border:1px solid #333;
	background:url(../images/bg_aop.jpg) top right no-repeat;
	text-align:center;
	color:#FFFFCC;
	font:bold 16px Arial, Helvetica, sans-serif;
	width:211px;
	height:58px;
	float:right;
	line-height: 58px;
	text-decoration: none;
	}
#aophome .box a:hover span{
	border:1px solid #CBBA00;
	background:url(../images/bg_aop-roll.jpg) top right no-repeat;
	color:#FFF;
	}
#aophome .box a img{
	border:1px solid #333;
	float:left;
	}

#content {
	padding:11px;
	float:left;
	width: 652px;
	color: #ccc;
}
#content h1.center{
	margin:0px 0 3px 0;
	font:normal 23px Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	color: #CBBA00;
	line-height: 25px;
	text-align: center;
}
#content h1{
	margin:0px 0 3px 0;
	font:normal 23px Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	color: #CBBA00;
	line-height: 25px;
	text-align: left;
}
.headerbtn{
	padding:5px;
	border:1px dashed #4f4f4f;
	}
.headerbtn a{
	display:block;
	margin:0;
	padding:5px;
	font:normal 34px Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	color: #CBBA00;
	text-align: center;
	border:1px solid #333;
	background:url(../images/bg_h1fade.jpg) top left repeat-x;
	text-decoration: none;
	}
.headerbtn a:hover{
	color:#FFF;
	}
#content .startnow{
	color:#FFFFCC;
	text-align:center;
	}
.clearbar{
	clear:both;
	height:1px;
	padding:0;
	margin:0;
}
/*----------------------------------------Footer and bottom decorations------------------------*/
#bottom{
	font-size: 10px;
	height: 235px;
}
#bottomlinks{
	padding:50px 0 20px 0;
	font-size:11px;
	clear:both;
	height: 20px;
	border: dashed #4f4f4f;
	border-width: 1px 0 1px;
}
#bottomlinks ul{
	margin:0 auto 0 auto;
	padding:0;
	display:block;
	width: 910px;
}
#bottomlinks ul li{
	display:inline;
}

#bottomlinks ul li a{
	color:#FFFFFF;
	float:left;
	padding:0px 30px 0px 29px;
	display:block;
}
#bottomlinks ul li a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}
#bottomlinks ul .first_child a{
	}
#bottomlinks ul .last_child a{
	border-right:none;}
#disclaimer{
	margin:0 auto 0 auto;
	text-align:left;
	color:#a1a18d;
	padding:15px 0 0 0;
	width: 782px;
}
#disclaimer img{
	float:left;
	margin:0px 10px 10px 0;
}#disclaimer p{
	margin:0;
	padding:0;
}
#disclaimer a{
	color:#696963;
	text-decoration:underline;
}
#disclaimer a:hover{
	color:#696963;
	text-decoration:none;
}
#woodbar{
	background:url(../images/bg_wood.jpg) top left repeat-x;
	border:dashed #4f4f4f;
	border-width:1px 0 1px 0;
	height:50px;
	clear: both;
	margin:0;
	}	
	
/*-----------------------------Extra Classes---------------------------------------	*/
.qoute{
	margin:10px 30px 10px 30px;
	font-style:italic;
	clear:both;
	width:520px;
	}
.qoute .qouted{
	font-weight:bold;
	float:right;
	font-style:normal;
	clear:both;
	margin:0 0 10px 0;
	}

/*	<![ Quick Contact [ -----------------------------------------------------------*/

.contactmini {
	text-align:left;
	color:#FFF;
	border: 1px dashed #4f4f4f;
	padding: 5px;
	width: 308px;
	margin: 8px 0 20px 0;
}
.contactmini .feildnames{
	color:#FFFFCC;
	float:left;
	line-height:38px;
	margin:0;
	font-size: 13px;
	}
.contactmini form{
	padding:10px 16px 0 16px;
	margin:0;
	width: 274px;
	display: block;
	border: 1px solid #333;
	background:url(../images/bg_quickcontact.jpg) top left repeat-x;
	height: 225px;
	text-align: center;
	}
.contactmini .form-pct { 
	width:205px; 
	height:30px;
	margin:3px 0 3px 0;
	background:#FFF;
	float:right;
	border:1px solid #FFFFCC;}

.contactmini .msg-pct {
	margin:3px 0 3px 0;
	width:205px;
	height:53px;
	background:#FFF;
	border:1px solid #FFFFCC;
	overflow:auto;
	float: right;
}

.contactmini .submitarea{
	width:205px;
	text-align:left;
	height:35px;
	padding:5px 0 5px 0;
	float: right;
}

.contactmini .submitarea .submit {
	display:block;
	width:103px;
	margin:0;
	height:28px;
	background:url(../images/bg_submit.jpg) top left repeat-x #847A00;
	color:#FFF;
	border:1px solid #FFFFCC;
	text-decoration:none;
	font-weight: bold;
}
	
.contactmini .submitarea .submit:hover {	
	background: #000;	
	text-decoration:none;
	color:#fff;}


.disclaimlink{
	float:left;
	color:#FFF;
	}	
.disclaimlink:hover{
	color:#561e32;
	text-decoration:none;
	}	
/*	<![ Site 9 Styles [ --------------------------------------------------------*/
.qctable {
	}
	
.qchead {
	}	

.PAD_form_itm {
	padding:0px;
	font:bold;}
	
.form-pct { 
	width:200px; 
	height:15px;}

.msg-pct { 
	width:500px; 
	height:70px;
	overflow:auto;
	}

.submit {
	display:block;
	height:16px;
	width:52px;
	padding:2px 0px 0px 0px;
	background: #ccc;
	color:#000;
	text-decoration:none;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;}
	
.submit:hover {	
	background: #000;	
	text-decoration:none;
	color:#fff;}

/* 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{
}
