/* <![ 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 {
}
	
.body{	
	margin:0; 
	padding:0; 
	height:100%;
	color:#424242;
	font:14px Arial, Verdana, Helvetica, sans-serif;
	line-height:18px;
	text-align:left;
	behavior:url(/scripts/csshover.htc);
	background:url(../images/bg_body-2.jpg) top left repeat-x #8c8c8c;
	}
	
a {	
	color:#630709;
	text-decoration:underline;}
a:hover {	
	color:#A40D0D;
	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:#20201d;
	margin:0px 0 3px 0;
	font:normal 22px Georgia, "Times New Roman", Times, serif;
	text-transform:none;}
	
h2{	
	color:#630709;
	margin:10px 0 3px 0;
	font:bold 14px Arial, Helvetica, sans-serif;}
	
h3{	
	color:#000;
	margin:10px 0 0px 0;
	font: normal 14px Arial, Helvetica, sans-serif;}
	
	
/* -----------------------------Containers and alignment--------------------------*/		

#container {
	margin:0px;
	padding: 0 0 20px 0;
	text-align:left;
	background:url(../images/bg_road.jpg) center 150px no-repeat;
}

#main{
	margin: 0 auto 0 auto;
	padding: 0px;
	text-align:left;
}
#topbar{
	background:url(../images/bg_top.gif) top left repeat-x;
	height:14px;
	width:100%;
	}
/*	<![ Main Navigation [ -----------------------------------------------------------*/

#mainnav{
	margin:0;
	padding:0 0 0 0;
	color:#FFF;
	height:69px;
	background:url(../images/bg_mainnav.jpg) top left repeat-x;
}
#mainnav ul{
	margin:0 auto 0 auto;
	padding:0;
	display:block;
	width: 997px;
	/*border:1px solid #ff00ff;*/
}
#mainnav ul li{
	display:inline;
	margin:0;
	padding:0;
}

#mainnav ul li a{
	color:#ffffff;
	font:bold 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
	padding:23px 22px 27px 22px;
	display:block;
	border-right:2px solid #000;
}

#mainnav ul li a:hover{
	background:url(../images/bg_mainnav-o.gif) top left repeat-x;
}
#mainnav ul .first_child a {
	border-left:2px solid #000;
}
#mainnav ul .last_child a {
}		
/* ------------------------------Header--------------------------------------------*/

#header{
	background:url(../images/bg_header.png) top left repeat-x;
	height:100px;
	_overflow:hidden;
	margin-bottom: 28px;
	 _background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/bg_header.png, sizingMethod='scale');
	}
#header .inner{
	width:997px;
	margin:0 auto 0 auto;
	position:relative;
	height: 128px;
	}
#header .inner .logo{
	position:absolute; /*IE wants to expand the png for the header so I'm making it think the header is only 100px tall by positioning the 128px section*/
	top:0;
	left:0;
	display:block;
	width:997px;
	height: 128px;
	background:url(../images/img_header.png) top left no-repeat;
		 _background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/img_header.png, sizingMethod='scale');
	}
/*-------------------------------PhotoBanner-----------------------------------------*/

#photobanner{
	margin:0;
	padding:0;
	width:100%;
	height:144px;
	}
#photobanner .photo{
	margin:0 auto 0 auto;
	width:1002px;
	height: 144px;
	background:url(../images/img_banner.png) top left no-repeat;
		 _background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/img_banner.png, sizingMethod='scale');
	}
	
/*----------------------------Middle-------------------------------------------------*/

#midwrap{
	margin:0 auto 0 auto;
	padding:0 12px 0 12px;
	width:1002px;
	background:url(../images/bg_mid-shadow.png) top left repeat-y;
		 _background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/bg_mid-shadow.png, sizingMethod='scale');
	}
#mid{
	margin:0;
	padding:0;
	width:1002px;
	background:url(../images/bg_mid.png) top left repeat-y;
	 _background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/bg_mid.png, sizingMethod='scale');
	}
#leftbar{
	margin:0;
	padding:0 0 16px 29px;
	float:left;
	width:266px;
	}
#center{
	margin:0;
	padding:0;
	float:left;
	width:706px;
	position:relative;
	overflow: hidden;
	}
#center #content{
	padding:20px 39px 20px 37px;
	}
#content .right{
	width:171px;
	float:right;
	margin:0 0 10px 10px;
	}
/*	<![ Main Navigation [ -----------------------------------------------------------*/

#extranav{
	margin:0 auto 0 auto;
	padding:7px 0 0 0;
	color:#FFF;
	height:63px;
	_height:56px;
	background:url(../images/bg_extranav.png) top left no-repeat;
	width:1002px;
	 _background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/bg_extranav.png, sizingMethod='scale');
}
#extranav ul{
	margin:0 auto 0 auto;
	padding:0;
	display:block;
		position:relative;
	width: 796px;
	/*border:1px solid #ff00ff;*/
}
#extranav ul li{
	display:inline;
	margin:0;
	padding:0;
}

#extranav ul li a{
	color:#ffffff;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
	padding:9px 32px 10px 32px;
	display:block;
	border-right:1px solid #000;
}

#extranav ul li a:hover{
	color:#999999;
}
#extranav ul .first_child a {
}
#extranav ul .last_child a {
	border-right:none;
}

#affiliations{
	width:100%;
	}
.afflogo{
	}	
.afflogo img{
	border:none;
	}	
/*----------------------------Quick Contact------------------------------*/
#quickcontact{
	margin:20px 0 0 11px;
	padding: 9px;
	background: #bfbfbf;
	width: 222px;
	position: relative;
	}
#quickcontact h2{
	color:#a40c0b;
	margin:0;
	padding:0;
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	}
#quickcontact p{
	color:#000;
	font:normal 12px Arial, Helvetica, sans-serif;
	margin:15px 0 5px 0;
	}
#quickcontact p strong{
	color:#980b09;
	font-weight:bold;
	}
.pad_frm_itm2 {
	padding:3px 0px;
	margin:0px;}

.form-label2 {
	display:block;
	padding:0px 0px 4px 0px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#000;}
  
.form-pct2,
.custom-form2 .captcha input {
	width:195px;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	height: 20px;
	border: none;
	padding: 3px 0 0 3px;
}
	
.msg-pct2 {
	width:195px;
	height:67px;
	overflow:auto;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	border: none;
	padding: 3px 0 0 3px;
}

.custom-form2 {
	font:bold 11px Arial, Helvetica, sans-serif;
	width: 198px;
	padding: 14px 11px 25px 11px;
	margin: 0;
	color: #FFF;
	border: 1px solid #dcd9d9;
}

	.custom-form2 fieldset {
		margin:0px 0px 10px 0px;
		padding:0px;
		width:138px;
		border:none;}
		  
	.custom-form2 legend {
	padding:0px 2px 5px 23px;
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-align:center;
	display: none;
}
		  
	.custom-form2 ol {
		margin:0px;
		padding:0px;
		list-style:none;}

.submit-align2 {
	text-align:right;
	width: 198px;
	padding:14px 0 0 0;
}
.submit-align2 .submit{
	background:url(../images/bg_submit.gif) top left repeat-x;
	font:normal 16px Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	width:195px;
	height:23px;
	border: none;
	}
.submit-align2 .submit:hover{
	background:url(../images/bg_submit-o.gif) top left repeat-x;
	}
	
/*-------------------------------Footer-----------------------------------------*/

#footer{
	background:url(../images/bg_footer.gif) top left repeat-x #000;
	position:relative;
	height: 187px;
	width: 1002px;
	margin: 0 auto 0 auto;
	
	}
#address{
	color:#FFF;
	font:bold 12px  Arial, Helvetica, sans-serif;
	text-align:center;
	text-transform:none;
	border-bottom:1px solid #FFF;
	height:34px;
	line-height:34px;
	letter-spacing: 2px;
	}
#address address{
	font-style:normal;
	}
#bottomlogo{
	width:255px;
	position: absolute;
	top: 89px;
	left: 40px;
	}
/*-------------------------------bottom nav -----------------------------------------*/

#bottomnav{
	margin:0;
	padding:0 0 0 0;
	color:#000;
	width: 179px;
	position: absolute;
	top: 45px;
	left: 355px;
}
#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:#FFF;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:18px;
	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:#710909;
	text-decoration: underline;
}
#bottomnav ul .first_child a {
}
#bottomnav ul .last_child a {
}		

/*--------------------------Disclaimer--------------------------*/

#disclaimer{
	margin:0;
	text-align:left;
	color:#FFF;
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	width:417px;
	position: absolute;
	top: 69px;
	right: 22px;
	line-height: 13px;
	left: 538px;
	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:#FFF;
	text-decoration:none;
	font-weight: bold;
	}
#disclaimer a:hover{
	color:#710909;
	text-decoration:none;
	}
#lexislogo{
	bottom:60px;
	right:54px;
	z-index: 10;
	float: right;
	position: relative;
	}
#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 [ --------------------------------------------------------*/

.captcha {
	display:inline-block;}
		
	.captcha input {
		display:inline-block;}
		
	.captcha img {
		margin:0px 0px 3px 0px;}


.trigger {
	display:none;}


.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,
.custom-form .captcha input {
      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;
	}

