/* <![ 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%}
	
.body{	
	margin:0; 
	padding:0; 
	background:#002c54 repeat-x url(../images/main_bg.jpg);
	font:12px/14px Arial, Helvetica, sans-serif;
	text-align:center;
	behavior:url(/scripts/csshover.htc);}

#container {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:900px;
}

#aops_container {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:900px;
	background:#fff;
	padding-bottom:0;
	margin-bottom:12px
}

			
a {	
	color:#135482;
	text-decoration:none;
}
	
a:hover {	
	color:#135482;
	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 Georgia;
	color:#135482;
	letter-spacing:1px;
	margin-top:0px
}
	
form { margin:0; padding:0; }	
	
h2{	
	font: bold 12px Arial, Helvetica, sans-serif;}
	
h3{	
	font: bold 10px Arial, Helvetica, sans-serif;}

.clear { clear:both; }



/*	<![ Navigation [ -----------------------------------------------------------*/

.nav {
	height:57px;
	background:#2F2F2F;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	background:repeat-x url(../images/main_nav.jpg);
	}
	
.nav ul {
	list-style:none;
	padding:0;
	margin:0 0 0 10px;
	}
	
.nav ul li {
	display:inline	
	}

.nav ul .first_child a {
}

.nav ul .last_child a {
}

	
.nav a {
	float:left;
	height:33px;
	padding:22px 14px 2px 14px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font:normal 11px Georgia;
	text-transform:uppercase;
}
	
.nav a:hover {
	background:repeat-x url(../images/main_nav_on.jpg);
	color:#c5b282;
	text-decoration:none;
	}
	
.aops {
	width:226px;
	margin:12px 0 0 5px;
	padding-bottom:12px;
	background:#c2bdb3 repeat-x url(../images/side_nav_bg.jpg);
	}
	
.aops h2 {
	width:198px;
	height:35px;
	font-size:14px;
	margin:0;
	text-indent:-999px;
	background:no-repeat url(../images/practice_areas.jpg);
	}
	
.aops ul {
	padding:0;
	margin-left:15px;
}	

.aops ul li {
	list-style:square;
	color:#898989;
	margin-left:10px;
}	

.aops ul li span {
	color:#444444;
	line-height:16px;
	font-size:11px;
	font-family:Tahoma;
	font-weight:normal !important;
}

.aops ul li ul {
	list-style:square;
	color:#898989;
	margin:0 0 0 12px;
	padding:0;
}	

/*
.aops ul li ul li span {
	color:#444444;
	line-height:16px;
	font-size:12px;
	font-family:Tahoma;
	font-weight:normal !important;
}	
*/

.aops ul li.current_list {
	list-style:square;
	color:#898989;
	margin-left:0px;
}	

.aops ul li.current_list span {
	color:#135482;
	font: 11px Tahoma !important;
}

.aops a {	
	display:block;
	height:15px;
	padding:3px 0;
	color:#000;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
	}
	
.aops a:hover {
	text-decoration:underline;
}	
		

.current_news {
	width:226px;
	margin:12px 0 0 5px;
	padding-bottom:12px;
	background:repeat-x url(../images/current_news_bg.jpg) #ccc9bf;
}		

.current_news h2 {
	width:198px;
	height:35px;
	font-size:14px;
	margin:0;
	text-indent:-999px;
	background:no-repeat url(../images/current_news.jpg);
}	

.current_news a {
	color:#135482;
}
.current_news a:hover {
	color:#135482;
}

.current_news p {
	color:#4c4b4b;
	font:12px Tahoma;
	margin-top:4px;
	padding-top:0;
	line-height:18px;
}

.current_news .NewsFeed {
	padding:12px 0 0 10px;
}


.search_box {
	width:226px;
	margin:12px 0 12px 5px;
	padding-bottom:12px;
	background:repeat-x url(../images/search_bg.jpg);
}	


.search_box h2 {
	width:198px;
	height:35px;
	font-size:14px;
	margin:0;
	text-indent:-999px;
	background:no-repeat url(../images/search.jpg);
}	


.quick_contact_side {
	width:226px;
	margin:12px 0 12px 5px;
	padding-bottom:12px;
	background:repeat-x url(../images/quick_contact_gray_bg.jpg);
}	


.quick_contact_side h2 {
	width:198px;
	height:35px;
	font-size:14px;
	margin:0;
	text-indent:-999px;
	background:no-repeat url(../images/quick_contact_header.jpg);
}	

.quick_contact_side p {
	color:#4c4b4b;
	margin-left:10px;
	font:12px Tahoma;
}	
		
.footlinks {
	margin-left:200px;
	clear:both;
	text-align:center;
	padding:5px;
	font:11px Arial, Helvetica, sans-serif
	}
	
.footlinks ul {
	margin:0;
	padding:0;
	list-style:none
	}	
	
.footlinks ul li {
	display:inline;
	margin:0px 5px;
	border-right:1px solid #000	}	
	
.footlinks ul li.last_child {
	border:none
	}	
	
.footlinks a {
	margin:0px 5px 0 0
	}
	
.footlinks a:hover {
	}					

/*	<![ Layout [ -----------------------------------------------------------*/

#header {
	width:900px;
	height:123px;
	background:url(../images/top_header.jpg) no-repeat
}

#over_flash{
	position:absolute;
	height:240px;
	width:320px;
	left:50%;
	top:430px;
	margin-left:159px;
	z-index:10;
}

.what_we_stand_for {
	position:relative;
	top:-10px;
	float:right;
	margin:0px 0px 10px 14px !important;
	z-index:999;
	width:178px;
	height:119px;
	padding:8px 0px 2px 12px;
	font:normal 20px Arial, Helvetica, sans-serif;
	color:#2a2929;
	background:no-repeat url(../images/what_we_stand_for.jpg);
}

.what_we_stand_for ul {
	list-style-type:square;
	margin:0;
	padding:3px 0 0 30px;
	line-height:16px !important;
}

.what_we_stand_for li {
	line-height:16px !important;
}

.what_we_stand_for span {
	font:bold 14px Tahoma;
	color:#fff;
	line-height:16px !important;
}

.left {
	float:left;
	padding-left:6px;
	width:226px;
}

.mid {
	background:#fff;
}	

#bottom_image {
	width:900px;
	height:10px;
	background:no-repeat bottom url(../images/bottom_image.jpg);
}

#location {
	float:left;
	width:435px;
	height:180px;
	background:no-repeat url(../images/location_bg.jpg);
	margin:6px 0 0 0;
	padding:44px 0 0 10px;
	color:#fff;
	font:normal 12px Tahoma;
}

#location b {
	color:#fff;
}

#location h2 {
	display:none;
}

#location strong {
	color:#b4a274;
}

#location a{
	color:#b4a274;
	text-decoration:underline;
}

#location a:hover{
	color:#b4a274;
	text-decoration:underline;
}


#quick_contact {
	float:right;
	width:427px;
	height:180px;
	background:no-repeat url(../images/quick_contact_bg.jpg);
	margin:6px 0 0 0;
	padding:44px 8px 0 10px;
	color:#6a6a6a;
	font:normal 12px Tahoma;
}

#quick_contact h2 {
	display:none;
}

#quick_contact strong {
	color:#6a6a6a;
}

#content {
	padding:20px 30px 10px 15px !important;
	width:610px;
	float:right;
}	

#content * {
	line-height:20px;
}

#sub_content {
	background:no-repeat url(../images/subpage_header.jpg);
	padding:200px 30px 10px 15px !important;
	width:610px;
	float:right;
}	

#sub_content * {
	line-height:20px;
}


#content p {
	font:normal 14px Tahoma;
	color:#4c4b4b;
	text-align:justify;
}


#sub_content p {
	font:normal 14px Tahoma;
	color:#4c4b4b;
	text-align:justify;
}

#sub_content li {
	font:normal 14px Tahoma !important;
	color:#4c4b4b !important;
}

#sub_content_aops {
	padding:10px 30px 10px 15px !important;
	width:610px;
	float:right;
}	

#sub_content_aops * {
	line-height:20px;
}

#sub_content_aops p {
	font:normal 14px Tahoma;
	color:#4c4b4b;
	text-align:justify;
}

#sub_content_aops li {
	font:normal 14px Tahoma !important;
	color:#4c4b4b !important;
}

#flash_header{
	width:320px;
	height:240px;
	margin:0;
	padding:14px 0 0 580px;
	background:url(../images/flash_header.jpg) no-repeat;
}

#flash_header-HOME {
	width:900px;
	height:259px;
	margin:0px;
	padding:0px;
	background:url(../images/flash_header.jpg) no-repeat;
}

.bar_logo {
	margin:26px 0px 12px 68px !important;
}

.av_logo {
	margin:18px 0px 12px 40px !important;
}



#thumbs {
	width:881px;
	height:104px;
	background:no-repeat url(../images/image_nav_bg.jpg);
	margin:8px auto;
	padding:9px 0 0 9px;
}

#thumbs ul {
	margin:0;
	padding:0;
}

#thumbs ul li {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}

#thumbs ul li a {
	display:block;
	width:139px;
	height:20px;
	padding:74px 0 0 0;
	text-align:center;
	margin:0 3px;
	font:bold 10px Tahoma;
	text-transform:uppercase;
	color:#323232;
}

#thumbs ul li a:hover {
	color:#fff;
	text-decoration:none;
}

.thumb_auto_accidents {
	background:no-repeat url(../images/thumb_auto_accidents.jpg);
}
.thumb_trucking_accidents {
	background:no-repeat url(../images/thumb_trucking_accidents.jpg);
}
.thumb_serious_injury {
	background:no-repeat url(../images/thumb_serious_injury.jpg);
}
.thumb_boating_accidents {
	background:no-repeat url(../images/thumb_boating_accidents.jpg);
}
.thumb_wrongful_death {
	background:no-repeat url(../images/thumb_wrongful_death.jpg);
}
.thumb_product_liability {
	background:no-repeat url(../images/thumb_product_liability.jpg);
}


.thumb_auto_accidents:hover {
	background:no-repeat url(../images/thumb_auto_accidents_on.jpg);
}
.thumb_trucking_accidents:hover {
	background:no-repeat url(../images/thumb_trucking_accidents_on.jpg);
}
.thumb_serious_injury:hover {
	background:no-repeat url(../images/thumb_serious_injury_on.jpg);
}
.thumb_boating_accidents:hover {
	background:no-repeat url(../images/thumb_boating_accidents_on.jpg);
}
.thumb_wrongful_death:hover {
	background:no-repeat url(../images/thumb_wrongful_death_on.jpg);
}
.thumb_product_liability:hover {
	background:no-repeat url(../images/thumb_product_liability_on.jpg);
}


.left img {
	margin:0 0 0 6px;
	padding:0;
}

.right {
	background:url(/images/right-bg.jpg) repeat-y}
	
address {
	font:normal normal 11px Arial, Helvetica, sans-serif;
	line-height:20px;
	margin:10px
	}	

/*	<![ Quick Contact [ -----------------------------------------------------------*/

.qctable {
	color:#717171;
	width:283px;
	font-weight:bold;
	margin:0 0 0 20px;
}
	
.qchead {
	color:#717171;
	font-weight:normal;
	margin-left:8px;
	font-family:Tahoma;
	margin-bottom:10px;
}	

.pad_frm_itm {
	padding:0px;
	margin:0;
	font-weight:bold;
}
	
.form-pct { 
	width:210px; 
	height:14px;
	font-size:10px;
	background:#b5b0a7;
	border:none;
	margin:4px;
	float:right;
}

.msg-pct { 
	width:270px; 
	height:42px;
	overflow:auto;
	background:#b5b0a7;
	border:none;
	margin:4px;
	float:right;
}

.form_label {
	float:left;
	margin-top:3px;
	margin-left:6px;
	color:#094275;
}

.qctable_side {
	color:#717171;
	width:210px;
	font-weight:bold;
	margin:0 0 0 10px;
}
	
.qchead_side {
	color:#717171;
	font-weight:normal;
	margin-left:8px;
	font-family:Tahoma;
}	

.pad_frm_itm_side {
	padding:0px;
	margin:0;
	font-weight:bold;
}
	
.form-pct_side { 
	width:150px; 
	height:14px;
	font-size:10px;
	background:#b5b0a7;
	border:none;
	margin:4px;
	float:right;
}

.msg-pct_side { 
	width:200px; 
	height:42px;
	overflow:auto;
	background:#b5b0a7;
	border:none;
	margin:4px;
	float:right;
}

.form_label_side {
	float:left;
	margin-top:3px;
	margin-left:6px;
	color:#094275;
}



.submit {
	display:block;
	width:89px;
	padding:1px 0px 1px 0px;
	background: #002d56;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font:11px Tahoma;
	text-align:center;
	float:right;
	margin-right:4px;
}
	
.submit:hover {	
	background: #002d56;	
	text-decoration:none;
	color:#fff;
}

.search_field{
	margin:12px 5px 8px 10px;
}

.float_left {
	float: left;
}

.search_btn {
	display:inline;
	height:20px;
	width:32px;
	padding:0px 0px 0px 0px !important;
	margin:12px 0 0 0 !important;
	background:#002d56;
	color:#fff;
	text-decoration:none;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}



/*	<![ Disclaimer [	 -----------------------------------------------------------*/

#disclaimer{
	font:10px Arial, Helvetica, sans-serif;
	color:#333;
	margin:6px auto;
	text-align:left;
	height:61px;
	padding:15px 0px 5px 0px;
	width:900px;
	background:url(../images/footer_bg.jpg) no-repeat;
}

#disclaimer img {
	float:left;
	margin:6px 10px 0px 10px;
}

#disclaimer_text {
	float:left;
	width:720px;
	font:10px Arial, Helvetica, sans-serif;
	color:#174d7e;
	margin:12px 0px 0px 10px;
}
	#disclaimer a {
		text-decoration:none}
		
	#disclaimer a:hover {
		text-decoration:underline}		


/*	<![ Site 9 Styles [ --------------------------------------------------------*/

/* Directions Page Styles (Google Maps Default)

/* [ Outer div ] --------- */
#directionsForm{
}

/* div that wraps form */
#directionsInput {
}

#fromAddress{
}

#directionsLocale{
	margin:8px 0;
}

#locale{
}

#directionsSubmit{
	margin:8px 0;
}

#map{
	border:solid 1px #000;
}

#addressNotFound{
}

#directions{
}

.bottom-info {
	width:900px;
	font:10px Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin:0 auto;
	padding-bottom:9px;
	font-weight:normal;
	letter-spacing:0.07em;
}

/*]()[*/
.awarded-wins {
	width:226px;
	margin:12px 0 0 5px;
	padding-bottom:12px;
	background:#cfccc5 repeat-x url(../images/side_nav_bg.jpg);
}		

.awarded-wins h2 {
	width:226px;
	height:51px;
	margin:0 0 14px 0;
	text-indent:-9999px;
	text-align:center;
	background:no-repeat url(../images/verdicts_settlements.jpg);
}	

.awarded-wins h3 {
	color:#041f34;
	font-size:14px;
	margin: 0 0 -8px 21px;	
}

.awarded-wins a {
	color:#135482;
}
.awarded-wins a:hover {
	color:#135482;
}

.awarded-wins ul {
	padding:0;
	margin-left:25px;
}	

.awarded-wins ul li {
	list-style:square;
	color:#898989;
	margin-left:10px;
	width:175px;
	*vertical-align:top;
	*padding:0px;
}	

.awarded-wins ul li p {
	color:#444444;
	line-height:16px;
	font-size:12px;
	font-family:Tahoma;
	font-weight:normal !important;
}


#play-video{
	float:right;
	margin:0 0 10px 10px;
	width: 200px;
	text-align:center;
}

#play-video img{
	border:1px solid #000;
	margin:0;
}
#play-video span{
}
.awarded-wins-bottom{
		float:right;
	width:427px;
	height:225px;
	background:no-repeat url(../images/bg_wins-bot.jpg);
	margin:6px 0 0 0;
	padding:00px 10px 0 10px;
	color:#6a6a6a;
	font:normal 12px Tahoma;
	overflow:hidden;
	font:10px Arial, Helvetica, sans-serif;
	line-height:14px;
}
.awarded-wins-bottom h2{
	font-size:18px;
	margin-bottom:0;
}
.awarded-wins-bottom ul{
	margin:0;
	padding:0 0 0 30px;
}
.awarded-wins-bottom ul li{
	margin:0;
	padding:0;
	height:14px;
	line-height:14px;
}
.awarded-wins-bottom ul li p{
	margin:0;
	padding:0;
}

/*------------------- Disclaimer CSS-------------*/

#overlay_div {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0;
	position:relative;
	z-index:100;
}
#overlay_div p {
	border-top:1px solid #194502;
	padding-top:6px;
}
#iagree2 {
	background-color:#efffe7;
	border:1px solid #194502;
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5em;
	margin:0;
	padding:15px;
	position:absolute;
	width:450px;
	height:150px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#iagree2 sub{
	position:relative;
	left: 300px;
	font-size:10px;
	display:block;
	margin:1em 0;
}
 
#overlay_div h3 {
	-x-system-font:none;
	color:#031C40;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	margin:0;
	padding:0;
}
#iagree2 .overlay_submit {
	-x-system-font:none;
	background-color:#FFFFFF;
	border:1px solid #999999;
	color:#666666;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 6px 0 0;
	padding:4px;
}
#iagree2 .checkbox {
	display:block;
	float:left;
	height:22px;
}
#iagree2 input#Agreement {
	border:medium none;
	position:relative;
	top:3px;
}
 
/* Removes the ability to close Shadowbox */
 
#sb-nav-close{
	display:none;
	visibility:hidden;
}
 
#sb-loading a{
	display:none;
}

.av-link{
text-align:center;
margin:0 auto 0 auto;
display:block;
}
.av-link img{
	border:none;
	}