/* <![ Global [ -----------------------------------------------------------*/

/*
Site 9 Default CSS File
Working Version: template
VERSION: 1.0 
LAST MODIFIED: 02.07.2008
LAST MODIFIED BY: NAPOLISX

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.

*/


html {
	height:100%;
	width:100%;
}
	
.body{	
	width:100%;
	margin:0; 
	padding:0; 
	font:12px/14px Arial, Helvetica, sans-serif;
	text-align:center;
	behavior:url(/scripts/csshover.htc);
	background:repeat-y center url(../images/main_bottom_bg.jpg);
}

.body2{	
	width:100%;
	margin:0; 
	padding:0; 
	font:12px/14px Arial, Helvetica, sans-serif;
	text-align:center;
	behavior:url(/scripts/csshover.htc);
	background:repeat-x #002c53 url(../images/main_bg.jpg);
	border-bottom:solid 1px #041a2f;
}

#container {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1000px;
	background:top left no-repeat url(../images/cont-bg.jpg);
}

#whole_container {
	width:100%;
	background:center bottom no-repeat url(../images/main_bottom_bg.jpg);
}

			
a {	
	color:#6c8bbf;
	text-decoration:underline;
}
	
a:hover {	
	color:#6c8bbf;
	text-decoration:underline;
}
	
input, select, textarea{	
	border:1px solid #000;}
	
legend	{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif; color:#000;}
	
hr{
	height:1px;
	color:#000;
	margin:5px 0px;
	padding:0px;}

h1{	
	font: normal 24px "Times New Roman", Times, serif;
	letter-spacing:1px;
	margin-top:13px;
	color:#135482;
	margin-bottom:13px;
}
	
h2{	
	font: bold 18px Georgia;
	color:#203152;
	text-transform:uppercase;
}
	
h3{	
	font: bold 10px Arial, Helvetica, sans-serif;}

/*	<![ Navigation [ -----------------------------------------------------------*/

.nav {
	width:948px;
	height:36px;
	font:bold 10px Arial, Helvetica, sans-serif;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	overflow:hidden;
	border-left:solid 1px #000;
	border-right:solid 1px #000;
}
	
.nav ul {
	list-style:none;
	padding:0;
	margin:0;
}
	
.nav ul li {
	display:inline;
}

.nav ul .first_child a {
}


/* ---------------- NAV ------------------------------ */
.nav a {
	float:left;
	text-align:center;
	color:#00004c;
	text-decoration:none;
	text-transform:uppercase;
	height:26px;
	width:113px;
	padding-top:10px;
	padding-left:6px;
	padding-right:0;
	background:no-repeat url(../images/nav_bg_off.jpg);

}


.nav a:hover {
	color:#fff;
	text-decoration:none;
	background:no-repeat url(../images/nav_bg_over.jpg);
	}
	
.nav ul .last_child a {
	width:109px;
	margin:0;
}


.aops {
	width:221px;
	margin-left:1px;
	padding:0 4px 0 4px;
}
	
h2.aops  {
	width:232px;
	height:25px;
	background:no-repeat right url(../images/aops_header.jpg);
	text-indent:-9999px;
	margin:0;
	padding:0;
	overflow:hidden;
}
	
.aops ul {
	list-style:none;
	margin:0;
	padding:0;
}	

.aops ul li {
	margin:0;
	padding:0;
}	
	
.aops a {	
	display:block;
	color:#fff;
	font:normal 11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:0;
	width:138px;
	height:26px;
	padding-left:83px;
	padding-top:11px;
	margin-left:1px;
	text-decoration:none;
}

.aops a.aops_car_accidents {	
	background:no-repeat url(../images/aops_car_accidents.jpg);
}
	
.aops a.aops_personal_injury {	
	background:no-repeat url(../images/aops_personal_injury.jpg);
}

.aops a.aops_truck_accidents {	
	background:no-repeat url(../images/aops_truck_accidents.jpg);
}

.aops a.aops_motorcycle_accidents {	
	background:no-repeat url(../images/aops_motorcycle_accidents.jpg);
}

.aops a.aops_wrongful_death {	
	background:no-repeat url(../images/aops_wrongful_death.jpg);
}

.aops a.aops_trips_slips_falls {	
	background:no-repeat url(../images/aops_trips_slips_falls.jpg);
}

.aops a.aops_product_liability {	
	background:no-repeat url(../images/aops_product_liability.jpg);
}





.aops a.aops_car_accidents:hover {	
	background:no-repeat url(../images/aops_car_accidents_o.jpg);
}
	
.aops a.aops_personal_injury:hover {	
	background:no-repeat url(../images/aops_personal_injury_o.jpg);
}

.aops a.aops_truck_accidents:hover {	
	background:no-repeat url(../images/aops_truck_accidents_o.jpg);
}

.aops a.aops_motorcycle_accidents:hover {	
	background:no-repeat url(../images/aops_motorcycle_accidents_o.jpg);
}

.aops a.aops_wrongful_death:hover {	
	background:no-repeat url(../images/aops_wrongful_death_o.jpg);
}

.aops a.aops_trips_slips_falls:hover {	
	background:no-repeat url(../images/aops_trips_slips_falls_o.jpg);
}

.aops a.aops_product_liability:hover {	
	background:no-repeat url(../images/aops_product_liability_o.jpg);
}
	
	
	
	
.aops a:hover {	
	color:#00284c;
	text-decoration:none;
}	

#aops_spacer {
	width:229px;
	height:158px;
}
.footlinks {
	color:#3b4c81;
	margin:0 auto;
	text-align:center;
	font:10px Arial, Helvetica, sans-serif
	}
	
.footlinks ul {
	margin:0;
	padding:0;
	list-style:none
	}	
	
.footlinks ul li {
	display:inline;
	margin:0px 1px;
	border-right:1px solid #808080;
}	
	
.footlinks ul li.last_child {
	border:none;
}	
	
.footlinks a {
	margin:0px 6px 0px 0px;
	color:#808080;
	text-decoration:none;
}

* html .footlinks a {
	margin:0px 6px 0px 6px;
	color:#808080;
	text-decoration:none;
}
	
.footlinks a:hover {
	color:#6c8bbf;
	text-decoration:none;
}					

/*	<![ Layout [ -----------------------------------------------------------*/

#header{
	width:1000px;
	height:111px;
	background:url(../images/header.jpg) no-repeat
}

.left {
	float:right;
	width:225px;
	padding:0;
	background:no-repeat url(../images/right_bg.jpg);
}

.mid {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	background:repeat-y url(../images/mid_bg.jpg);
}	

#content_container {
	width:795px;
	float:left;
	/* background:repeat-y url(../images/content_bg.jpg); */
}

#header_bottom {
	width:765px;
	height:33px;
	padding-top:8px;
	padding-right:30px;
	background:no-repeat url(../images/header_bottom.jpg);
	font:normal 14px Georgia;
	text-align:right;
	color:#fff;
}

#right_news {
	float:left;
	width:232px;
	height:276px;
	background:no-repeat url(../images/left_bg.jpg);
}

#sub_header {
	width:950px;
	height:203px;
	background:no-repeat url(../images/sub_header.jpg);
	margin:0 auto;
	overflow:hidden;
}

	#sub_header p {
		margin:0px;
		padding:0px;}

.clear {
	clear:both;
}

#content {
	position:relative;
	padding:10px 20px 10px 15px !important;
	width:458px;
	overflow:hidden;
	background:repeat-x url(../images/content_bg.jpg);
	float:left;
}	

.bottom_link {
	float:left;
	margin:4px 20px 0 14px;
}

* html .bottom_link {
	float:left;
	margin:4px 20px 0 7px;
}

.disclaimer_text {
	float:right;
	margin-top:4px;
	width:790px;
}

#content * {
	line-height:20px;
}
	
#content p {
	color:#203152;
	font:14px/16px Arial, Helvetica, sans-serif;
}	

#content ul li {
	color:#203152;
	font:14px/16px Arial, Helvetica, sans-serif;
}	

#content ol li {
	color:#203152;
	font:14px/16px Arial, Helvetica, sans-serif;
}	

#legal_news a{
	color:#000;
	text-decoration:none;
}


#top_top_containter {
	width:344px;
	float:right;
	margin-right:20px;
	margin-top:20px;
}

* html #top_top_containter {
	width:344px;
	float:right;
	margin-right:10px;
	margin-top:20px;
}

#call_today {
	width:344px;
	height:19px;
	background:no-repeat url(../images/top_tag.jpg);
	overflow:hidden;
	text-indent:-9999px;
}

#phone_es {
	width:186px;
	height:59px;
	float:left;
	background:no-repeat url(../images/phone_es.jpg);
	overflow:hidden;
	text-indent:-9999px;
}

#av_rating {
	width:133px;
	height:59px;
	float:right;
	background:no-repeat url(../images/av_rating.jpg);
}


.attorney_photo {
	border:solid 1px #000;
	width:145px;
	height:150px;
	float:left;
	margin-right:25px;
}

.directions_photo {
	position:absolute;
	top:10px;
	right:23px;
	border:solid 1px #000;
	width:145px;
	height:150px;
	float:right;
}

* html .directions_photo {
	position:absolute;
	top:20px;
	right:24px;
	border:solid 1px #000;
	width:145px;
	height:150px;
	float:right;
}


.attorney_contact {
	width:300px;
	float:left;
}

.float_left {
	float:left;
	width:60px;
}

.float_right {
	float:left;
}

.right {
}
	
address {
	font:normal normal 11px Arial, Helvetica, sans-serif;
	line-height:20px;
	margin:10px
	}	

/*	<![ Quick Contact [ -----------------------------------------------------------*/

.qctable {
	width:200px;
	padding:12px 12px 0 12px;
	margin:0 auto;
	color:#135482;
	font:normal 12px Arial, Helvetica, sans-serif;
}
	

.qchead h2 {
	width:225px;
	height:29px;
	text-indent:-9999px;
	overflow:hidden;
	background:no-repeat url(../images/quick_contact_header.jpg);
	margin:0;
	padding:0;
}

.pad_frm_itm {
	padding:0;
	font:bold;
}

.form-pct { 
	width:120px; 
	height:16px;
	background:#fff;
	float:right;
	margin:1px 0;
}

.form_label {
	color:#135482;
	font:normal 12px Arial, Helvetica, sans-serif;
	float:left;
}

.msg-pct { 
	width:120px; 
	height:40px;
	overflow:auto;
	background:#fff;
	float:right;
	margin:1px 0;
}

.submit {
	float:left;
	background:#135482;
	color:#fff;
	font-size:11px;
	position:relative;
	top:-18px;
}

#search_box {
	margin-top:2px;
}

.search_btn {
	background:#135482;
	font-size:12px;
	padding:0px 3px 1px 3px;
	margin:2px 1px 0 12px;
	color:#fff;
}


.search_field {
	background:#fff;
	width:135px;
	height:16px;
}

/*	<![ Disclaimer [	 -----------------------------------------------------------*/

#disclaimer{
	font:10px Arial, Helvetica, sans-serif;
	color:#767676;
	margin:0 auto;
	text-align:left;
	height:40px;
	padding:15px 0px 5px 6px;
	width:942px;
	border-left:solid 1px #041a2f;
	border-right:solid 1px #041a2f;
	background:repeat-x #525251 url(../images/footer_bg.jpg);
}

.av_container {
}

.av_text {
	float:left;
	margin-left:12px;
	margin-top:8px;
}

* html .av_text {
	float:left;
	margin-left:6px;
	margin-top:8px;
}

.av_text a {
	color:#002344;
}

.av_rating {
	float:right;
	margin-right:6px;
	margin-top:4px;
}

* html .av_rating {
	float:right;
	margin-right:3px;
	margin-top:4px;
}

#disclaimer a {
	text-decoration:none;
	color:#fff;
}
		
#disclaimer a:hover {
	text-decoration:underline;
	color:#fff;
}		


/*	<![ Site 9 Styles [ --------------------------------------------------------*/

/* Directions Page Styles (Google Maps Default)

/* [ Outer div ] -----------> */
#directionsForm{
}

/* div that wraps form */
#directionsInput {
	padding:4px 0;
}

#fromAddress{
	padding:4px 0;
}

#directionsLocale{
	padding:4px 0;
}

#locale{
}

#directionsSubmit{
	padding:4px 0 40px 0;
}


#map{
	border:solid 1px #000;
}

#addressNotFound{
}

#directions {
}