/* <![ 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:url(../images/bg_body.jpg) top left repeat;
	color:#6b6a6a;
	font:12px Georgia, "Times New Roman", Times, serif;
	line-height:18px;
	text-align:left;
	behavior:url(/scripts/csshover.htc);}
	
a {	
	color:#502D16;
	text-decoration:underline;}
a:hover {	
	color:#000;
	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{	
	color:#502d16;
	margin:0px 0 3px 0;
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;}
	
h2{	
	color:#000;
	margin:10px 0 3px 0;
	font:normal 16px Georgia, "Times New Roman", Times, serif;}
	
h3{	
	color:#000;
	margin:10px 0 0px 0;
	font:normal 14px Georgia, "Times New Roman", Times, serif;}
	
	
/* -----------------------------Containers and alignment--------------------------*/		

#container {
	margin:0px;
	padding: 0px;
	text-align:left;
	background:url(../images/bg_container.png) top center repeat-y;
	_background:none;
}

#main{
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align:left;
	width:1000px;
}
/* ------------------------------Header--------------------------------------------*/

#header{
	background:url(../images/bg_header.gif) top left repeat-x;
	height:332px;
	position: relative;
	}
#address{
	color:#5d3918;
	font:normal 11px Georgia, "Times New Roman", Times, serif;
	text-align:left;
	text-transform:none;
	position: absolute;
	top: 14px;
	left: 16px;
	}
#address strong{
	color:#000;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	}
#address address{
	font-style:normal;
	}
#info{
	margin:0;
	padding:0;
	float:right;
	text-align:center;
	position: absolute;
	top: 95px;
	left: 15px;
	}
.headerbtn a{
	display:block;
	background:url(../images/bg_mapsbtn.gif) top left repeat-x;
	height:22px;
	line-height:22px;
	color:#FFF;
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	padding:0;
	width: 130px;
	}
.headerbtn a:hover{
	background:#000;
	color: #FFF;
	}
.notpartners{
	font:normal 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000;
	display:block;
	padding:3px 0 0 0;
	}
/*	<![ Main Navigation [ -----------------------------------------------------------*/

#mainnav{
	margin:0;
	padding:0 0 0 0;
	color:#FFF;
	height:51px;
	background:url(../images/bg_mainnav.gif) top left repeat-x;
}
#mainnav ul{
	margin:0;
	padding:0;
	display:block;
	/*border:1px solid #ff00ff;*/
}
#mainnav ul li{
	display:inline;
	margin:0;
	padding:0;
}

#mainnav ul li a{
	color:#ffffff;
	font:14px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	float:left;
	padding:16px 17px 17px 17px;
	display:block;
	border-right:1px solid #441d06;
}

#mainnav ul li a:hover{
	background:url(../images/bg_mainnav-o.gif) top left repeat-x;
}
#mainnav ul .first_child a {
}
#mainnav ul .last_child a {
	border:none;
}		
/*----------------------------Middle-------------------------------------------------*/

#mid{
	margin:0;
	padding:0;
	width:1000px;
	background:url(../images/bg_mid2.jpg) top right repeat-y;
	}
#rightbar{
	margin:0;
	padding:0;
	float:right;
	width:260px;
	}
#center{
	margin:0;
	padding:0;
	float:left;
	width:737px;
	}
#center #content{
	padding:25px;
	}
	
#content .rightphoto{
	float:right;
	margin:10px 0 5px 5px;
	clear:right;
	}
/*---------------------------------AOP Nav ------------------------------------------*/
#aops{
	margin:0;
	padding:0 0 0 0;
	color:#000;
	width:260px;
	overflow:hidden;
	background:url(../images/bg_aops.jpg) top right no-repeat;
}
#aops h2{
	color:#4e2b17;
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: center;
	}
#aops h2 .highlight{
	color:#010101;
	}
#aops ul{
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
#aops ul li{
	margin:0;
	padding:0;
	list-style:none;
}

#aops ul li a{
	color:#010000;
	font:14px Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	padding:0px 0px 0px 45px;
	display:block;
	text-align:left;
	line-height:22px;
	height:22px;
	border-bottom:1px dashed #492b19;
	background:url(../images/bul_spur.png) 217px 5px no-repeat;
	_background:url(../images/bul_spur-ie.png) top left no-repeat;
               _display:inline-block;
               _width:215px; /*fixes IE6 whitespace bug*/
}

#aops ul li a:hover{
	color:#FFF;
	background:url(../images/bul_spur-o.gif) 217px 5px no-repeat #83817c;
	_background:url(../images/bul_spur-o-ie.png) top left no-repeat #83817c;
}
#aops ul .first_child a {
	border-top:1px dashed #492b19;
}
#aops ul .last_child a {
	border-bottom:none;
	padding-bottom:10px;
}		
/*--------------------------Quick Contact Form ---------------------------*/
#quickcontact{
	width:212px;
	background:url(../images/bg_contact.jpg) top left no-repeat;
	height:421px;
	padding: 0 24px 0 24px;
	overflow:hidden;
	}
#quickcontact legend{
	display:none;
	visibility:hidden;
	}
#quickcontact h2{
	color:#FFF;
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	margin: 0;
	padding: 32px 0 0 0;
	text-align: center;
	}
#quickcontact h2 .highlight{
	color:#dbd0ad;
	}
#quickcontact p{
	color:#FFF;
	font:12px Arial, Helvetica, sans-serif;
	margin: 20px 0 25px 0;
	line-height: 14px;
	}
#quickcontact p strong{
	color:#dbd0ad;
	}
.pad_frm_itm2 {
	padding:0;
	margin:0px 0 3px 0;
	height: 28px;
}
#message{
	height:65px;
	}
#messagelabel{
	display:none;
	visibility:hidden;
	}
.form-label2 {
	width:30px;
	padding:0px 0px 0px 0px;
	display:inline-block;
	vertical-align:top;
	text-align:left;
	float: left;
	line-height: 22px;
	color: #dbd0ad;
	font: bold 12px Arial, Helvetica, sans-serif;
}
  
.form-pct2 {
	width:169px;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	height: 21px;
	background:url(../images/bg_feild.gif) top left no-repeat;
	border: 1px solid #836c5b;
	float: right;
	margin: 0px 0 3px 0;
	padding: 3px 0 0 3px;
}
	
.msg-pct2 {
	width:209px;
	height:62px;
	overflow:auto;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	background:url(../images/bg_message.gif) top left no-repeat;
	border: 1px solid #836c5b;
}

.custom-form2 {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	width: 212px;
	padding: 0;
}

	.custom-form2 fieldset {
		margin:0px;
		padding:0px;
		width:212px;
		border:none;}
		  
	.custom-form2 legend {
	color:#64625d;
	margin:10px 0 3px 0;
	font:normal 18px Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:3px;
	display: none;
}
		  
	.custom-form2 ol {
	margin:0px;
	padding:0px;
	list-style:none;
	width: 212px;
}

.submit-align2 {
	text-align:right;
	width: 212px;
	padding: 5px 0 0 0;
}


.submit {
	font:12px Georgia, "Times New Roman", Times, serif;
	margin:0px;
	padding:0px;
	text-align:center;
	width:67px;
	height:22px;
	color:#FFF;
	background:url(../images/bg_submit.gif) top left repeat-x #761a0a;
	border:none;
	}
	
.submit:hover {	
	}
/*-------------------------------Footer-----------------------------------------*/

#footer{
	background:url(../images/bg_footer.jpg) top left no-repeat;
	position:relative;
	height: 187px;
	
	}
#bottomlogo{
	width:309px;
	position: absolute;
	top: 44px;
	left: 16px;
	}
/*-------------------------------bottom nav -----------------------------------------*/

#bottomnav{
	margin:0;
	padding:0 0 0 0;
	color:#000;
	width: 141px;
	position: absolute;
	top: 33px;
	left: 360px;
}
#bottomnav ul{
	margin:0;
	padding:0;
	display:block;
	list-style:none;
}
#bottomnav ul li{
	margin:0;
	padding:0;
	list-style:none;
}

#bottomnav ul li a{
	color:#50331d;
	font:12px Georgia, "Times New Roman", Times, serif;
	line-height:14px;
	text-decoration:none;
	padding:0;
	display:block;
	text-align:left;
               _display:inline-block;
               _width:200px; /*fixes IE6 whitespace bug*/
}

#bottomnav ul li a:hover{
	color:#000;
	text-decoration: underline;
}
#bottomnav ul .first_child a {
}
#bottomnav ul .last_child a {
}		

/*--------------------------Disclaimer--------------------------*/

#disclaimer{
	margin:0;
	text-align:left;
	color:#000;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	width:474px;
	position: absolute;
	top: 69px;
	right: 22px;
	line-height: 13px;
	left: 503px;
	z-index: 5;
	}
#disclaimer img{
	float:left;
	margin:0px 10px 10px 0;
	border:none;
	}
#disclaimer p{
	margin:0;
	padding:0;
	}
#disclaimer .links{
	color:#4f3c2d;
	}
#disclaimer a{
	color:#4f3c2d;
	text-decoration:none;
	font-weight: bold;
	}
#disclaimer a:hover{
	color:#990000;
	text-decoration:none;
	}
#lexislogo{
	position:absolute;
	bottom:42px;
	right:26px;
	z-index: 10;
	}
#lexislogo img{
        border: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;
	}
#video{
	width:215x;
	height:175px;
	background:#000;
	float:right;
	margin:0 0 5px 5px;
	}
#video a{
	display:block;
	width:215px;
	height:175px;
	background:#000;
	}
#video a img{
	border:none;
	}
#content .RichText{
	display:inline;
	}