/* <![ 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%;
	width:100%;
}
	
.body{	
	margin:0; 
	padding:0; 
	background:top center url(../images/main_bg_tile.jpg);
	font:12px/14px Arial, Helvetica, sans-serif;
	text-align:center;
	width:100%;
	behavior:url(/scripts/csshover.htc);
}

#body{	
	margin:0; 
	padding:0; 
	width:100%;
	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:940px;
	padding-left:34px;
	padding-right:34px;
}
			
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; }


/*	<![ Navigation [ -----------------------------------------------------------*/


#top_container {
	width:1008px;
	margin:0 auto;
}


#right {
	width:639px;
	float:left;
}

#nav {
	position:relative;
	width:639px;
	height:57px;
	margin:0 auto;
	background:no-repeat top right url(../images/nav_bg.jpg);
	font:normal 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding-top:6px;
}
	
#nav ul {
	list-style:none;
	padding:0;
	margin:0;
}
	
	#nav ul li {
		display:inline;
	}

		#nav ul li.first_child a {
		}
		
		#nav ul li.last_child a {
		}

	
		#nav ul li a {
			float:left;
			height:33px;
			display:block;
			padding:20px 23px 2px 25px;
			text-align:center;
			color:#dde4f3;
			text-decoration:none;
			white-space: nowrap;
			background:no-repeat url(../images/nav_bg_off.jpg);
		}
			
		#nav ul li a:hover {
			background:no-repeat url(../images/nav_bg_over.jpg);
			color:#ffffff;
			text-decoration:none;
		}
		
		#nav ul li.first_child a {
			float:left;
			height:33px;
			display:block;
			padding:20px 23px 2px 23px;
			text-align:center;
			color:#dde4f3;
			text-decoration:none;
			background:none;
		}
			
		#nav ul li.first_child a:hover {
			background:no-repeat right url(../images/nav_bg_over.jpg);
			color:#ffffff;
			text-decoration:none;
		}


/*	<![ AOPS Navigation [ -----------------------------------------------------------*/


.aops1 {
	background:no-repeat url(../images/aops_bg1.jpg);
}

.aops2 {
	background:no-repeat url(../images/aops_bg2.jpg);
}

.aops3 {
	background:no-repeat url(../images/aops_bg3.jpg);
}

.aops4 {
	background:no-repeat url(../images/aops_bg4.jpg);
}

.aops5 {
	background:no-repeat url(../images/aops_bg5.jpg);
}

.aops6 {
	background:no-repeat url(../images/aops_bg6.jpg);
}

.CfnImg {
	position:relative;
	bottom:30px;
	right:86px;
}
#aops {
	margin:0px;
	height:385px;
}

	
	#aops ul {
		list-style:none;
		margin:0;
		padding:0;
	}	
	
	#aops h2 {
		width:298px;
		height:76px;
		margin:0;
		padding:0;
		background:no-repeat url(../images/aops_h2.png);
		_background-image: none;
 		_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/aops_h2.png,sizingMethod='crop');
	}
	
	#aops h2 span {
		display:none;
	}
	
		#aops ul li a {	
			display:block;
			color:#000001;
			font:normal 15px Arial, Helvetica, sans-serif;
			text-transform:uppercase;
			background:url(../images/aops_bg.png); 
			_background-image: none;
 			_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/images/aops_bg.png,sizingMethod='scale');
			padding:3px 22px;
			padding-right:4px;
			margin-left:1px;
			margin-top:5px;
			width:269px;
			border:none;
		}
		
		#aops ul li a:hover {
			color:#6e0100;
			text-decoration:none;
			border-top:solid 1px #193b6a;
			border-bottom:solid 1px #193b6a;
			padding:2px 22px;
			padding-right:4px;
			background:none;
			background:#fff;
 			_filter:none;
		}
		
		
	
	
/*	<![ Footer Navigation [ -----------------------------------------------------------*/
		
#footlinks {
	width:940px;
	clear:both;
	text-align:center;
	font:normal 10px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:12px 0;
	margin:0 auto;
	margin-top:7px;
}
	
	#footlinks ul {
		margin:0;
		padding:0;
		list-style:none;
	}	
	
		#footlinks ul li {
			display:inline;
			margin:0px;
			border-right:solid 1px #021023;
		}	
	
			#footlinks ul li.last_child {
				border-right:none;
			}	
	
			#footlinks li a {
				margin:0px 10px 0 10px;
				color:#021023;
			}
				
			#footlinks li a:hover {
				color:#6e0100;
				text-decoration:underline;
			}					

/*	<![ Layout [ -----------------------------------------------------------*/

#header{
	position:relative;
	width:1008px;
	height:262px;
	background:url(../images/header.jpg) no-repeat;
	text-align:right;
}

	#header ul {
		position:absolute;
		top:3px;
		right:31px;
		margin:0;
		padding:0;
		list-style-type:none;
	}




		#header ul li{
			display:inline;
			margin:0;
			padding:0;
		}
		
		#header ul li.top_address{
			color:#9a0100;
			font:normal 12px Arial, Helvetica, sans-serif;
		}
		
		#header ul li.top_address span {
			color:#bdc4d3;
			font:normal 12px Arial, Helvetica, sans-serif;
		}




			#header ul li.top_contact {
				margin-right:0;
				border-right:none;
			}

			#header ul li.top_contact a{
				margin:0px 4px;
				margin-right:0;
				text-transform:uppercase;
				color:#fff;
				font:normal 12px Arial, Helvetica, sans-serif;
				background:no-repeat 0px 4px url(../images/top_nav_bg.jpg);
				padding:0;
				padding-left:12px;
			}
			
			#header ul li.top_contact a:hover {
				color:#fff;
				text-decoration:none;
			}
			
			#header ul li.top_directions {
				margin-right:0;
				border-right:none;
			}

			#header ul li.top_directions a{
				margin:0px 4px;
				text-transform:uppercase;
				color:#fff;
				font:normal 12px Arial, Helvetica, sans-serif;
				background:no-repeat 0px 4px url(../images/top_nav_bg.jpg);
				padding:0;
				padding-left:12px;
			}
			
			#header ul li.top_directions a:hover {
				color:#fff;
				text-decoration:none;
			}





#mid {
	width:940px;
	padding:0;
	margin:0;
	background:repeat-y url(../images/mid_tile.jpg);
	position:relative;
}	

#mid_inner {
	width:937px;
	padding:0;
	margin:0;
	padding-left:3px;
	background:no-repeat url(../images/mid_bg.jpg);
}	

#mid_bottom {
	width:940px;
	height:4px;
	overflow:hidden;
	clear:both;
	padding:0;
	margin:0;
	background:no-repeat url(../images/mid_bottom.jpg);
}	

#peer-review {
	position:absolute;
	bottom:12px;
	right:30px;
}

#left {
	padding-top:0;
	float:left;
	width:298px;
}

#content {
	padding:0px;
	width:538px;
	padding-top:40px;
	margin-left:24px;
		font:normal 12px Arial, Helvetica, sans-serif;
		color:#021023;
		line-height:18px;
		padding-bottom:60px;
}	

	
	#content p {
		text-align:left;
		font:normal 12px Arial, Helvetica, sans-serif;
		color:#021023;
		line-height:18px;
	}
	
	#content ul li {
		font:normal 12px Arial, Helvetica, sans-serif;
		color:#021023;
		line-height:18px;
		list-style:none;
		padding-left:20px;
		background:no-repeat 0px 8px url(../images/bullet.jpg);
	}

	#content h1{	
		font: normal 18px "Palatino Linotype", "Book Antiqua", Palatino, Serif;
		color:#021023;
		text-transform:uppercase;
	}
		
	#content h2{	
		font: normal 14px Arial, Helvetica, sans-serif;
		color:#021023;
	}
		
	#content h3{	
		font: normal 12px Arial, Helvetica, sans-serif;
		color:#021023;
	}
	
	#content a {
		color:#021023;
		text-decoration: underline;
	}
	
	#content a:hover {
		color: #993300;
		text-decoration: underline;
	}
	
	#content * {
	}

/*	<![ Quick Contact [ -----------------------------------------------------------*/

#qctable {
	position:relative;
	padding-bottom:20px;
}
	
	#qctable h2 {
		width:298px;
		height:34px;
		margin:0;
		padding:0;
		background:no-repeat url(../images/qc_h2.jpg);
		margin-bottom:8px;
	}

	#qctable h2 span {
		display:none;
	}

.pad_frm_itm_qc {
	padding-left:12px;
	padding-bottom:4px;
}
	
.form-pct_qc { 
	width:266px;
	height:10px; 
	border:solid 1px #07172e;
	background:#ccd1d9;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#283443;
	padding:4px 3px;
	text-transform:uppercase;
}

.form-label_qc {
	color:#5278aa;
	font:normal 10px Arial;
}

.msg-pct_qc {
	overflow:auto;
	width:266px;
	height:40px; 
	border:solid 1px #07172e;
	background:#ccd1d9;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#283443;
	padding:4px 3px;
	text-transform:uppercase;
	margin:0;
}

#qctable .submit {
	border:none;
	width:89px;
	height:25px;
	background:no-repeat url(../images/submit_btn.jpg);
/*	margin-left:189px;*/
	margin-right:10px;
	margin-top:3px;
	float:right;
	cursor:pointer;
}

#qctable .submit:hover {	
	background:no-repeat url(../images/submit_btn.jpg);
}

.search_btn {
	border:none;
	position:relative;
	width:23px;
	height:15px;
	background:no-repeat url(../images/search_btn.jpg);
}

#Captcha {
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#fff;
}

#Captcha img {
	margin-bottom:4px;
	border:solid 1px #07172e;
}

#Captcha input { 
	width:266px;
	height:10px; 
	border:solid 1px #07172e;
	background:#ccd1d9;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#283443;
	padding:4px 3px;
	text-transform:uppercase;
	margin-top:2px;
}


.search_btn:hover {
	background:no-repeat url(../images/search_btn_over.jpg);
}

.search_field {
	border:none;
	font-size:10px;
	width:120px;
}

#search_box {
	height:21px;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:right;
}


/*	<![ Disclaimer [	 -----------------------------------------------------------*/

#disclaimer{
	font:10px Arial, Helvetica, sans-serif;
	color:#0f2544;
	margin:0 auto;
	text-align:left;
	height:50px;
	padding:0px 0px 5px 0px;
	width:940px;
}

#lexislogo {
	float:left;
	margin-right:20px;
	margin-top:8px;
}

#disclaimer_text {
	float:right;
	width:800px;
}

#disclaimer a {
	color:#0f2544;
	text-decoration:none;
}
		
#disclaimer a:hover {
	color:#0f2544;
	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;
}






/*	<![ Drop down Menu [ -----------------------------------------------------------*/


.drop{
	position:absolute;
}

.drop a{
	display:block;
	background-color:#fff;
	font:12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000;
	padding:5px 8px;
	text-align:left;
	border-bottom:solid 1px #132b4e;
	border-left:solid 3px #132b4e;
	border-right:solid 3px #132b4e;
}

.drop a:hover{
	background-color:#dee2ed;
	color:#6e0100;
	text-decoration:none;
}



.drop li.first_child a{
	display:block;
	background-color:#fff;
	font:12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000;
	padding:5px 8px;
	text-align:left;
	border-bottom:solid 1px #132b4e;
	border-left:solid 3px #132b4e;
	border-right:solid 3px #132b4e;
	border-top:solid 3px #132b4e;
}

.drop li.first_child a:hover{
	background-color:#dee2ed;
	color:#6e0100;
	text-decoration:none;
}







.drop li.last_child a{
	display:block;
	background-color:#fff;
	font:12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000;
	padding:5px 8px;
	text-align:left;
	border-bottom:solid 1px #132b4e;
	border-left:solid 3px #132b4e;
	border-right:solid 3px #132b4e;
	border-bottom:solid 3px #132b4e;
}

.drop li.last_child a:hover{
	background-color:#dee2ed;
	color:#6e0100;
	text-decoration:none;
}




.drop ul{
	margin:0px;
	padding:0px;
}

.drop ul li{
	list-style-type:none;
	padding:0px 0px;
	margin:0px;
	display:inline;
}


#atty-photo {
	float:right;
	margin-left:12px;
	margin-bottom:3px;
}