/* <![ 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:repeat-y top center url(../images/main-bg-tile.jpg);
	font:12px/14px Arial, Helvetica, sans-serif;
	text-align:center;
	behavior:url(/scripts/csshover.htc);
}

.body2{	
	margin:0; 
	padding:0; 
	background:no-repeat top center 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:979px;
	background:#fff;
}
			
a {	
	color:#990000;
	text-decoration:none;
}
	
a:hover {	
	color:#990000;
	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 18px Georgia, "Times New Roman", Times, serif;
	margin-top:25px;
	color:#bd4b1b;
}
	
h2{	
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color:#5f392f;
}
	
h3{	
	font: bold 10px Arial, Helvetica, sans-serif;
}

.clear { clear:both; }

#top_address {
	color:#1e1e1e;
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	padding:12px 10px;
	text-align:right;
	background:#d4c0a3;
	margin-bottom:8px;
}

#top_address strong {
	color:#c83a10;
	font:normal 18px Georgia, "Times New Roman", Times, serif;
}

#bottom_address {
	color:#6d3429;
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	padding:12px 0px;
	width:979px;
	text-align:center;
	background:#d4c0a3;
	margin:0 auto;
	margin-top:32px;
}

/*	<![ Navigation [ -----------------------------------------------------------*/



#nav {
	position:relative;
	height:38px;
	background:#000;
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	clear:both;
	padding-top:16px;
	padding-left:60px;
	width:919px;
	text-align:center;
}
	
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}	
	
#nav ul li {
	display:inline;
	margin:0px;
	border-right:solid 1px #bd4b1b;
}	
	
#nav ul li.last_child {
	border-right:none;
}	
	
#nav a {
	margin:0px 10px 0 5px;
	_margin:0px 5px 0 10px;
	color:#be895e;
}
	
#nav a:hover {
	color:#fff;
	text-decoration:underline;
}	

/*	<![ AOPS Navigation [ -----------------------------------------------------------*/

#aops_container {
	position:relative;
	width:979px;
	height:209px;
	background:no-repeat url(../images/aops_bg.jpg);
	margin-top:8px;
}

#aops_container h2 {
	color:#c83a10;
	font:normal 30px Georgia, "Times New Roman", Times, serif;
	position:absolute;
	top:10px;
	left:30px;
	padding:0;
	margin:0;
}

#aops_container h3 {
	color:#0a0a09;
	font:normal 18px Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}

#aops_container h3 a {
	color:#0a0a09;
}

#aops_container h3 a:hover {
	color:#0a0a09;
}

#aops_phone {
	color:#1e1e1e;
	font:normal 20px Georgia, "Times New Roman", Times, serif;
	position:absolute;
	top:8px;
	right:10px;
}

#aops_phone span {
	color:#fff;
}

#aops_left {
	width:480px;
	float:left;
	margin-left:32px;
	_margin-left:16px;
	margin-right:13px;
}

#aops_left ul#aops_1 {
	float:left;
	width:279px;
	margin-top:15px;
}

#aops_left ul#aops_2 {
	float:left;
	width:197px;
	margin-top:15px;
}

#aops_right {
	width:435px;
	float:left;
}

#aops_right ul#aops_3 {
	float:left;
	width:223px;
	margin-top:15px;
}

#aops_right ul#aops_4 {
	float:left;
	width:205px;
	margin-top:15px;
}

#aops_phone {
}


#aops {
	margin:0px;
	width:979px;
	position:absolute;
	top:50px;
}
	
#aops ul {
	list-style:none;
	margin:0;
	padding:0;
}	

#aops li {	
	display:block;
	color:#242727;
	padding-left:12px;
	background:no-repeat 0px 10px url(../images/orange_bullet.jpg);
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	line-height:22px;
}

#aops li a {	
	color:#242727;
}
#aops li a:hover {	
	color:#242727;
}

/*	<![ Footer Navigation [ -----------------------------------------------------------*/

#footer {
	position:relative;
	width:979px;
	height:65px;
	margin:0 auto;
}

#footer img {
	position:absolute;
	top:15px; 
	left:29px;
}

#footlinks {
	width:800px;
	position:absolute;
	top:16px;
	left:170px;
	text-align:center;
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	margin-bottom:0;
}
	
#footlinks ul {
	margin:0;
	padding:0;
	list-style:none;
}	
	
#footlinks ul li {
	display:inline;
	margin:0px;
	border-right:solid 1px #bd4b1b;
}	
	
#footlinks ul li.first_child {
	border-left:solid 1px #bd4b1b;
}	

#footlinks ul li.first_child a {
	margin:0px 10px 0 10px;
	_margin:0px 10px 0 10px;
}	

#footlinks a {
	margin:0px 10px 0 5px;
	_margin:0px 5px 0 10px;
	color:#141515;
}
	
#footlinks a:hover {
	color:#141515;
	text-decoration:underline;
}					

/*	<![ Layout [ -----------------------------------------------------------*/

#header{
	width:979px;
	height:159px;
	background:#000000;
}

#header_left{
	float:left;
	width:507px;
	height:159px;
}

#header_right{
	float:left;
	width:472px;
	height:159px;
}

#sub_header{
	width:979px;
	height:82px;
	background:url(../images/sub_header.jpg) no-repeat;
}

#mid {
	width:979px;
	padding:0;
	margin:0;
	background:repeat-y url(../images/mid_bg.jpg);
}	


#mid_inner {
	width:979px;
	padding:0;
	margin:0;
	background:no-repeat url(../images/mid_bg_top.jpg);
}

#mid_inner2 {
	width:979px;
	padding:0;
	margin:0;
	background:no-repeat bottom url(../images/mid_bg_bottom.jpg);
}	

#right {
	float:left;
	width:231px;
	color:#242727;
	padding-top:25px;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
}

#right .img1 {
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:0;
	margin-top:0;
}

#right .img2 {
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-bottom:0;
	margin-top:20px;
}

#content {
	padding:0px 0px 12px 30px !important;
	width:675px;
	margin-right:42px;
	float:left;
}	

	
#content p {
	text-align:left;
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	color:#232525;
	line-height:20px;
}

#content ul {
	margin-left:2px;
	padding-left:2px;
}

#content ul li {
	font:normal 12px Georgia, "Times New Roman", Times, serif;
	color:#232525;
	line-height:20px;
	list-style:none;
	padding-left:20px;
	background:no-repeat 6px 8px url(../images/orange_bullet.jpg);
}

#content * {
}

/*	<![ Quick Contact [ -----------------------------------------------------------*/

#qctable {
	position:relative;
}
	

.pad_frm_itm_qc {
	padding:4px 0px;
}
	
.form-pct_qc { 
	width:220px;
	height:18px; 
	border:solid 1px #967f5f;
	background:#d4c0a3;
	padding:3px;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#0e1211;
	padding-top:6px;
}

.form-label_qc {
	color:#000;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	padding:3px 0px 2px 0px;
}

.msg-pct_qc { 
	overflow:auto;
	width:220px;
	height:50px; 
	border:solid 1px #967f5f;
	background:#d4c0a3;
	padding:3px;
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	color:#0e1211;
	padding-top:6px;
}

.submit {
	border:none;
	width:77px;
	height:24px;
	background:no-repeat url(../images/submit_btn.jpg);
	margin-top:4px;
	margin-left:151px;
	margin-bottom:14px;
}

/*	<![ Disclaimer [	 -----------------------------------------------------------*/

#disclaimer{
	font:10px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 auto;
	text-align:left;
	height:50px;
	padding:0px 0px 5px 0px;
	width:979px;
}

#lexislogo {
	float:left;
	margin-right:38px;
	margin-left:32px;
	_margin-left:16px;
}

#disclaimer_text {
	float:left;
	width:720px;
	padding-top:6px;
}

#disclaimer a {
	color:#000;
	text-decoration:none;
}
		
#disclaimer a:hover {
	color:#000;
	text-decoration:underline;
}

/*	<![ Disclaimer Alert [	 -----------------------------------------------------------*/

#overlay_div{
	position:relative;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:0px;
	z-index:100;
}

#overlay_div p {
	border-top:1px solid #0a3150;
	padding-top:6px;
}
	
#iagree{
	position:absolute;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:15px 15px 15px 15px;
	border:1px solid #031c40; /* Disclaimer box border color */
	background-color:#ececec; /* Disclaimer box bgcolor color */
	width:450px;
	margin:4px 0 0 0;
}

#overlay_div h3{
	font:18px Verdana, Arial, Helvetica, sans-serif;
	color:#031c40;
	padding:0;
	margin:0;
}

#iagree .overlay_submit{
	padding:4px;
	margin:0 6px 0 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	background-color:#fff;
	border:1px solid #999;
	float:right;
}
	
#iagree .checkbox{
	float:left;
	height:22px;
	display:block;
}

#iagree input#Agreement{
	position:relative;
	top:3px;
	border:none;
}



/*	<![ 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{
}

/*	<![ Contact Us Page [ -----------------------------------------------------------*/

.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;
}


h2.med_orange {
	color:#985016;
	margin:0;
	padding:0;
	font:normal 22px Georgia, "Times New Roman", Times, serif;
	background:no-repeat bottom right url(../images/qc_h2.jpg);
	padding:10px 0;
	margin:10px 0;
	margin-top:16px;
}