/* <![ 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:#f4d598;
	font-size:12px/14px;
	font-family: "Trebuchet MS", sans-serif; 
	text-align:center;
	behavior:url(/scripts/csshover.htc);
}

#container {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:1000px;
	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;
}

.clear { 
	clear:both;
	line-height:0;
	font-size:0;
}


/*	<![ Navigation [ -----------------------------------------------------------*/

#nav {
	background: transparent url(../images/nav_bg.jpg) repeat-x;
	height: 59px;
	text-align: center;
	font-size: 14px;
	font-family: "Trebuchet MS", sans-serif;
	text-transform:uppercase;
}
	
#nav ul {
	list-style:none;
	padding:0;
	margin:0;
	position: relative;
	top:20px;
}
	
	
	#nav ul li {
		display:inline;
		padding: 12px 0px;
		padding-right: 5px;
		_padding: 0px;
		background: url(../images/nav_li_bg.jpg) no-repeat top right;
	}

		#nav ul li.first_child {
		}
		
		#nav ul li.last_child {
			background: none;
		}

	
		#nav ul li a {
			display:inline;
			width:258px;
			height:40px;
			text-align:left;
			color:#fff;
			text-decoration:none;
			padding: 10px 10px 10px 10px;
			margin: 5px;
			margin-bottom:5px;
		}
			
		#nav ul li a:hover {
			background: #2e551b;
			color:#fff;
			text-decoration:none;
			margin: 5px;
		}

/*	<![ AOPS Navigation [ -----------------------------------------------------------*/

#aops {
	margin:0px;
}
	#aops h2 {
		font:normal 22px "Trebuchet MS", Verdana, Arial, sans-serif;
		color:#e3d66c;
		margin:0;
		padding:0;
	}
	
	#aops ul {
		list-style:none;
		margin:0;
		padding:0;
	}
		#aops li {
			display:inline;
		}
	
		#aops ul li span {
			display:block;
			width:125px;
			float:left;
			color:#414141;
			font:normal 12px Tahoma, Arial, Helvetica, sans-serif;
			padding-left:10px;
			background:no-repeat 0px 8px url(../images/aops_bullet.jpg);
			padding-top:2px;
			padding-bottom:2px;
		}

/*	<![ Footer Navigation [ -----------------------------------------------------------*/
	
#footlinks {
	float: left;
	width:660px;
	text-align:left;
	font-size:10px;
	font-family: "Trebuchet MS", sans-serif;
	padding:30px 0 20px 20px;
}
	
	#footlinks ul {
		margin:0;
		padding:0;
		list-style:none;
	}	
	
		#footlinks ul li {
			display:inline;
			margin:0px;
		}	
	
			#footlinks ul li.last_child {
			}	
	
			#footlinks li a {
				color:#fff;
				padding:0px 10px;
				border-left: 1px solid #445428;
			}
				
			#footlinks li a:hover {
				color:#fff;
				text-decoration:underline;
			}
			
			#footlinks li.first_child a {
				color:#fff;
				border-left:none;
			}
				
			#footlinks li.first_child a:hover {
				color:#fff;
				text-decoration:underline;
			}				

/*	<![ Layout [ -----------------------------------------------------------*/

#header{
	position:relative;
	width:1000px;
	height:154px;
	text-align:right;
}

	#header ul {
		position:absolute;
		top:4px;
		right:0px;
		margin:0;
		padding:0;
		list-style-type:none;
	}

		#header ul li{
			display:inline;
			margin:0;
			padding:0;
			border-right:solid 1px #397192;
		}

			#header ul li.last_child {
				margin-right:0;
				border-right:none;
			}

			#header ul li a{
				margin:6px 12px;
				text-transform:uppercase;
				color:#397192;
				font:bold 10px Tahoma;
				padding:0;
			}
			
			#header ul li a:hover {
				color:#558eaf;
				text-decoration:none;
			}

#video {
	margin: 0 auto;
	padding:20px 0px;
	width: 277px;
}

#mid {
	width:1000px;
	padding:0;
	margin:0;
	background:repeat-y url(../images/mid_bg.jpg);
}	

#left {
	position:relative;
	margin:0px;
	padding:0px 0px 20px 0px;
	width:691px;
	float:left;
	}

#right {
	position:relative;
	margin: 0px;
	padding: 0px;
	float:left;
	width:309px;
	background: #483727;
}
	#right h1 {		
		font:normal 18px Georgia, "Times New Roman", Times, serif;
		color:#fff;
		margin:0;
		padding:0;}
		
	
	#right p {
		font-size:11px;
		font-family: "Trebuchet MS", sans-serif;
		color:#f7e3c3;
	}
	
	#right .address {		
		background:repeat-x left bottom url(../images/address_bg.jpg);
		padding-bottom: 15px;}

	#right a {
		font-weight:bold;
		color:#70a250;
		text-decoration:none;
	}
	
	#right a:hover {
		font-weight:bold;
		color:#70a250;
		text-decoration:underline;
	}
	
#content {
	padding:0px 0px 20px 0px;
	width:630px;
	margin-left:22px;
	margin-right:0px;
	font-size: 14px;
	font-family: "Trebuchet MS", sans-serif;
	color:#494949;
	line-height:20px;
}	

	
	#content p {
		text-align:left;
		font-size: 14px;
		font-family: "Trebuchet MS", sans-serif;
		letter-spacing: 0px;
		color:#000;
		line-height:20px;
	}
	
	#content ul li {
		list-style:none;
		background: url(../images/bullet.jpg) no-repeat 0px 5px;
		padding-left: 15px;
		font-size:14px;
		font-family: "Trebuchet MS", sans-serif;
		color:#000;
		line-height:20px;
	}
	
	#content h1 {
		font:normal 24px Georgia, "Times New Roman", Times, serif;
		color:#b7692a;
		padding-bottom:12px;
		background:repeat-x left bottom url(../images/h1_bg.jpg);
		margin:0;
		padding-top:30px;
	}
	
	#content h2 {
		font-size:16px;
		font-weight: bold;
		font-family: "Trebuchet MS", sans-serif;
		color:#544332;
	}
	
	#content h3 {
		font-size:bold 14px;
		font-family: "Trebuchet MS", sans-serif;
		color:#000;
	}
	
	#content a {
		font-weight:bold;
		color:#356020;
		text-decoration:none;
	}
	
	#content a:hover {
		font-weight:bold;
		color:#356020;
		text-decoration:underline;
	}
	
	#content * {
	}

#verdicts {
	background: #544332;
	margin: 0 auto;
	margin-top: 10px;
	width: 241px;
	position:relative;
	padding: 12px 18px;
	}
	#verdicts ul {
		margin: 0px;
		padding: 0px;}
	#verdicts ul li {
		margin: 0px;
		padding:0px;
		list-style:none;
		padding-bottom: 5px;}
	#verdicts li a {
		font-size: 12px;
		font-weight: normal;
		color:#f7e3c3;
		text-decoration: none;
		background: url(../images/bullet_white.jpg) no-repeat 0px 5px;
		padding-left: 15px;}
	#verdicts li a:hover {
		font-size: 12px;
		font-weight: normal;
		color:#f7e3c3;
		text-decoration: underline;}

#address {	
	margin: 0 auto;
	width: 265px;
	position:relative;
	padding: 12px 5px;
	}
	#address p {
		font-size:11px;
		font-weight:bold;
		font-family: "Trebuchet MS", sans-serif;}

#footer {	
	width:1000px;
	height: 70px;
	clear:both;
	background:#356020 url(../images/footer_bg.jpg) repeat-x top left;}

/*	<![ Quick Contact [ -----------------------------------------------------------*/

#qctable {
	background: #544332;
	margin: 0 auto;
	margin-top: 10px;
	width: 241px;
	position:relative;
	padding: 12px 18px;
}
	
		
.pad_frm_itm_qc {
	padding:2px 0;
}
	
.form-pct_qc { 
	width:225px;
	height:16px;
	background:#fff;
	border:none;
	font-size:11px;
	font-family: "Trebuchet MS", sans-serif;
	color:#535353;
	padding:3px 6px;
}

.form-label_qc {
	color:#5278aa;
	font-size:10px;
	font-family: "Trebuchet MS", sans-serif; 
}

.msg-pct_qc {
	overflow:auto;
	width:225px;
	height:42px;
	background:#fff;
	border:none;
	font-size:11px;
	font-family: "Trebuchet MS", sans-serif;
	color:#535353;
	padding:3px 6px;
	margin:0;
}

.submit {
	border:none;
	width:237px;
	height:23px;
	background:#528137;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	font-family: "Trebuchet MS", sans-serif;
	text-align:right;
	text-transform:uppercase;
	padding-bottom:2px;
	_padding-right: 5px;
}

.submit2 {
	border:none;
	height:23px;
	background:#528137;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	font-family: "Trebuchet MS", sans-serif;
	text-align:center;
	text-transform:uppercase;
	padding:5px;
}
.search_btn {
	border:none;
	position:relative;
	width:25px;
	height:23px;
	background:#483727;
	color:#fff;
	font-size:10px;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	text-transform:uppercase;
	padding-bottom:2px;
	top:-1px;
	_top:3px;
}

.search_field {
	border:none;
	font-size:10px;
	font-family: "Trebuchet MS", sans-serif;
	width:188px;
	height:13px;
	_height:13px;
	position:relative;
	top:-2px;
	margin-right:4px;
	margin-left:4px;
	_top:3px;
	_margin:0;
	padding:5px 6px;
}

#search_box {
	float: left;
	margin-top: 10px;
	padding: 15px 0px;
	_padding: 10px 0px;
	height: 20px;
	width: 319px;
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS", sans-serif;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	vertical-align:middle;
}

#Captcha {
	padding-right: 15px;
	line-height: 1.35em;
	color: #fff;
	font-size: 11px;
}

#Captcha img {
	margin-bottom:4px;
}

#Captcha input { 
	width:225px;
	height:16px;
	background:#fff;
	border:none;
	font-size:11px;
	font-family: "Trebuchet MS", sans-serif;
	color:#535353;
	padding:3px 6px;
}
#Captcha2 {
	color: #000;
}
#Captcha2 img {
	margin-bottom:4px;
}
#Captcha2 input {
	width:225px;
	font-size:12px;
	font-family: "Trebuchet MS", sans-serif;
	border:1px solid #544332;
	padding: 3px 6px;}


/*	<![ Disclaimer [	 -----------------------------------------------------------*/

#disclaimer{
	font-size: 10px;
	font-family: Tahoma, sans-serif;
	color:#a18e68;
	margin:0 auto;
	text-align:left;
	height:50px;
	padding:15px 0px 5px 0px;
	width:1000px;
}

#lexislogo {
	float:left;
	margin-right:20px;
}

#disclaimer_text {
	float:left;
	width:850px;
}

#disclaimer a {
	color:#a18e68;
	text-decoration:none;
}
		
#disclaimer a:hover {
	color:#a18e68;
	text-decoration:underline;
}

/*	<![ Disclaimer Alert [	 -----------------------------------------------------------*/

#overlay_div{
	position:relative;
	font-size:11px;
	font-family: "Trebuchet MS", sans-serif;
	color:#f7e3c3;
	padding:0px;
	z-index:100;
}

#overlay_div p {
	border-top:1px solid #fff;
	padding-top:6px;
	color:#f7e3c3;
}
	
#iagree{
	position:absolute;
	font-size:11px;
	font-family: "Trebuchet MS", sans-serif;
	color:#f7e3c3;
	padding:15px 15px 15px 15px;
	border:1px solid #ab9f92; /* Disclaimer box border color */
	background-color:#544332; /* Disclaimer box bgcolor color */
	width:425px;
	margin:4px 0 0 0;
}

#overlay_div h3{
	font-size:18px;
	font-family: "Trebuchet MS", sans-serif;
	color:#fff;
	padding:0;
	margin:0;
}

#iagree .overlay_submit{
	padding:4px;
	margin:0 6px 0 0;
	font-size:12px;
	font-family: "Trebuchet MS", sans-serif; 
	color:#fff;
	background-color:#528137;
	float:right;
}

#iagree a, #iagree a:hover {
	color:#fff;
	font-weight: normal;}
	
#iagree .checkbox{
	float:left;
	height:22px;
	display:block;
	border: none;
}

#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-size:12px;
font-family: "Trebuchet MS", sans-serif;
border:1px solid #544332;
padding: 3px 6px;
}

.msg-pct {
width:445px; /*  .form-label + .form-pct + horizontal padding on .form-label   */
height:70px;
overflow:auto;
font-size:12px;
font-family: "Trebuchet MS", sans-serif;
border:1px solid #544332;
padding: 3px 6px;
}

.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;
}



.drop{
	position:absolute;
	background:#376221;
}

.drop a{
	background-color:#376221;
	font-size:11px;
	font-family: "Trebuchet MS", sans-serif;
	color:#fff;
	display:block;
	width:175px;
	text-align:left;
	padding:10px;
	border-top:solid 1px #78ab57;
}

.drop a:hover{
	background-color:#294f18;
	font-size:11px;
	font-family: "Trebuchet MS", sans-serif;
	color:#fff;
}

.drop .first_child a{
	font-size:11px;
	font-family: "Trebuchet MS", sans-serif;
	color:#fff;
	display:block;
	width:175px;
	text-align:left;
	padding:10px;
}

.drop .last_child a{
	font-size:11px;
	font-family: "Trebuchet MS", sans-serif;
	color:#fff;
	display:block;
	width:175px;
	text-align:left;
	padding:10px;
	

}

.drop ul{
	margin:0px;
	padding:0px;
}

.drop ul li{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.logos {
	border: 2px solid #ab9f92;}
	.logos img {
		margin: 0px;
		padding: 0px;}