/* <![ 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:#899dc2 repeat-x url(../images/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:980px;
}
			
a {	
	color:#04174b;
	text-decoration:none}
	
a:hover {	
	color:#04174b;
	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: bold 16px Tahoma, Arial, Helvetica, sans-serif;
	margin-top:20px;
	color:#941c1c;
}
	
h2{	
	font: bold 12px Arial, Helvetica, sans-serif;}
	
h3{	
	font: bold 10px Arial, Helvetica, sans-serif;}

.clear { clear:both; }

.centered_text {
	width:320px;
	margin:8px auto;
	text-align:center !important;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#6b757c;
}

.group_shot {
	float:right;
	width:231px;
	height:144px;
}

/*	<![ Navigation [ -----------------------------------------------------------
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
*/

.nav {
	position:relative;
	height:38px;
	background:no-repeat url(../images/nav_bg_large2.jpg);
	font:bold 14px Tahoma, Arial, Helvetica, sans-serif;
}
	
.nav ul {
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	right:48px;
	top:0px;
}
	
.nav ul li {
	display:inline;
}

.nav ul .first_child a {
}

.nav ul .last_child a {
}
	
.nav a {
	float:left;
	height:38px;
	padding:0px 0px 0px 13px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	background:no-repeat url(../images/nav_bg_2.jpg);
	border-right:solid 1px #000104;
	border-left:solid 1px #173587;
}

.nav a span{
	display:block;
	height:28px;
	padding:10px 13px 0px 0px;
	background:no-repeat right url(../images/nav_bg_2.jpg);
}

* html .nav a span{
	display:inline-block;
	height:28px;
	padding:10px 13px 0px 0px;
	background:no-repeat right url(../images/nav_bg_2.jpg);
	cursor:pointer;
}
	
.nav a:hover {
	background:repeat-x url(../images/nav_bg_2.jpg);
	color:#fff;
	text-decoration:none;
}
	
/*
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
################################################################################
*/
	
.aops {
	margin:0px 0 0 5px;
}
	
.aops ul {
	list-style:none;
	margin:0;
	padding:0;
}	
	
.aops a {	
	display:block;
	width:178px;
	height:24px;
	color:#04174b;
	margin-left:11px;
	padding:4px 0px 0px 19px;
	font:bold 14px Tahoma, Arial, Helvetica, sans-serif;
	background:no-repeat url(../images/aops_btn.jpg);
	border-bottom:solid 1px #04174b;
}

.aops li.last_child a {	
	display:block;
	width:178px;
	height:41px;
	color:#04174b;
	margin-left:11px;
	padding:4px 0px 0px 19px;
	font:bold 14px Tahoma, Arial, Helvetica, sans-serif;
	background:no-repeat url(../images/aops_bg_last.jpg);
}

.aops li.last_child a:hover {	
	color:#941c1c;
	text-decoration:none;
	background:no-repeat url(../images/nav_bg_over_last.jpg);
}		

.aops a:hover {
	color:#941c1c;
	text-decoration:none;
	background:no-repeat url(../images/nav_bg_over.jpg);
}	



/*
.aops a span {
	padding-left:15px;
}


.aops li.last_child a span {
	padding-left:15px;
}


.aops a:hover span {
	background:no-repeat 0 4px url(../images/aops_over.jpg);
}
*/
		
.footlinks {
	width:980px;
	clear:both;
	height:22px;
	text-align:center;
	font:normal 10px Arial, Helvetica, sans-serif;
	margin-top:2px;
}
	
.footlinks ul {
	margin:0;
	padding:0;
	list-style:none;
}	
	
.footlinks ul li {
	display:inline;
	margin:0px;
	border-right:solid 1px #6c8eb9;
}	
	
.footlinks ul li.last_child {
	border-right:none;
}	
	
.footlinks a {
	margin:0px 10px 0 10px;
	color:#6c8eb9;
}
	
.footlinks a:hover {
	color:#6c8eb9;
	text-decoration:underline;
}					

/*	<![ Layout [ -----------------------------------------------------------*/

#header{
	position:relative;
	width:980px;
	height:152px;
	background:url(../images/header.jpg) no-repeat;
	text-align:right;
}

.mid {
	width:980px;
	padding:0;
	background:repeat-y url(../images/mid_bg.jpg);
	overflow:hidden;
}	

.mid2 {
	width:980px;
	padding:0;
	background:no-repeat left bottom url(../images/aops_bottom.jpg);
	overflow:hidden;
}	

.mid3 {
	width:980px;
	padding:0;
	background:repeat-x top url(../images/mid_top.jpg);
	overflow:hidden;
}	

h2.left_aops {
	width:215px;
	height:54px;
	margin:0 0 0 10px;
	padding:0;
	background:no-repeat url(../images/aops_top.jpg);
}

h2.left_aops span {
	display:none;
}

.left {
	padding-top:0;
	float:left;
	width:221px;
	margin-right:3px;
}

* html .left {
	padding-top:0;
	float:left;
	width:221px;
	margin-right:-1px;
}

.right {
	width:219px;
	float:right;
	margin:0 10px 0 0;
}

* html .right {
	width:219px;
	float:right;
	margin:0 5px 0 0;
}

.right h2 {
	width:219px;
	height:73px;
	margin:0;
	padding:0;
	background:no-repeat url(../images/qc_h2.jpg);
}

.right h2 span {
	display:none;
}

.left_bottom_spacer {
	width:225px;
	height:164px;
	margin-top:40px;
}

h2.offices_directions {
	width:210px;
	height:37px;
	background:no-repeat url(../images/right_offices.jpg);
	margin-left:9px;
}

h2.offices_directions span {
	display:none;
}

h2.offices_directions2 {
	width:210px;
	height:37px;
	background:no-repeat url(../images/right_offices.jpg);
	margin-left:9px;
	margin-top:18px;
}

h2.offices_directions2 span {
	display:none;
}

.directions_links {
	width:190px;
	margin-left:20px;
}

.directions_links ul {
	margin:0;
	padding:0;
	list-style:none;
}

.directions_links ul li {
	margin:0;
	padding:0;
	display:inline;
}

.directions_links ul li a {
	display:block;
	float:left;
	width:80px;
	padding-left:15px;
	font:bold 12px Tahoma, Arial, Helvetica, sans-serif;
	color:#04174b;
	line-height:18px;
}

.directions_links ul li a:hover {
	background:#a5b0c8 no-repeat 3px 5px url(../images/locations_hover.jpg);
	text-decoration:none;
	color:#04174b;
}

.right_ga {
	width:197px;
	height:127px;
	background:no-repeat url(../images/right_ga.jpg);
	margin-left:16px;
	border-top:solid 1px #04174b;
}

.quote {
	width:527px;
	height:199px;
	background:no-repeat url(../images/quote.jpg);
	float:left;
}

.quote-white {
	width:527px;
	height:27px;
	background:no-repeat url(../images/quote_white.jpg);
	float:left;
}

#content {
	padding:0px 30px 20px 25px !important;
	margin:0px 0px 0px 5px;
	width:467px;
	float:left;
	background:#FFFFFF;
}	

	
#content p {
	text-align:left;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:20px;
}
#content h1 {
	font: bold 16px Tahoma, Arial, Helvetica, sans-serif;
	margin-top:5px;
	color:#941c1c;
}
#content ul li {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#000;
	
}

#content * {
	line-height:20px;
	}

/*	<![ Quick Contact [ -----------------------------------------------------------*/

.qctable {
	position:relative;
    width:196px;
	margin:12px 0 0px 5px;
	padding:2px 0 0 9px;
	background:no-repeat url(../images/qc_bg.jpg);
	margin-left:12px;
}

	
#pad_frm_itm {
	padding:3px 0;
	font:bold;}
	
.form-pct { 
	width:179px; 
	border:solid 1px #04174b;
	font-size:11px;
	padding:3px;
}

.form_label {
	color:#04174b;
	font:normal 10px Arial;
}

.msg-pct { 
	width:179px; 
	height:40px;
	overflow:auto;
	border:solid 1px #04174b;
	font-size:11px;
	padding:3px;
}

.submit {
	border:none;
	width:68px;
	height:21px;
	float:right;
	margin-right:7px;
	background:no-repeat url(../images/submit_btn.jpg);
}

.search_btn {
	border:none;
	position:relative;
	top:2px;
	width:23px;
	height:15px;
	background:no-repeat url(../images/search_btn.jpg);
}

/*	<![ Disclaimer [	 -----------------------------------------------------------*/

#disclaimer{
	font:10px Arial, Helvetica, sans-serif;
	background:#04174b;
	color:#6c8eb9l;
	margin:0 auto;
	text-align:left;
	height:70px;
	padding:15px 0px 5px 0px;
	width:980px;
}

#lexislogo {
	float:left;
	margin-right:20px;
	margin-left:20px;
	margin-top:-14px;
}

#disclaimer_text {
	float:right;
	color:#6c8eb9;
	width:800px;
}

#disclaimer a {
	color:#6c8eb9;
	text-decoration:none;
}
		
#disclaimer a:hover {
	color:#6c8eb9;
	text-decoration:underline;
}


/*	<![ Site 9 Styles [ --------------------------------------------------------*/

/* Directions Page Styles (Google Maps Default)

/* [ Outer div ] -----------> */
#directionsForm{
}

/* div that wraps form */
#directionsInput {
}

#fromAddress{
	padding:4px 0;
}

#directionsLocale{
	padding:4px 0;
}

#locale{
}

#directionsSubmit{
	padding:4px 0;
}

#map{
	border:solid 1px #000;
}

#addressNotFound{
}

#directions{
}
