/* <![ 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:#ecebe9;
	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:900px;
	padding-left:29px;
	padding-right:29px;
	background:repeat-y url(../images/mid_bg.jpg);
}

#container_top {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:958px;
	height:28px;
	background:repeat-y url(../images/container_top.jpg);
}

#container_bottom {
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:958px;
	height:27px;
	background:repeat-y url(../images/container_bottom.jpg);
}
			
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: bold 18px Arial, Helvetica, sans-serif;
	margin-top:20px;
	color:#333333;
}
	
h2{	
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#7a8483;
}
	
h3{	
	font: bold 10px Arial, Helvetica, sans-serif;}

.clear { clear:both; }

.centered_text {
	width:320px;
	margin:8px auto;
	text-align:center !important;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#6b757c;
}

.group_shot {
	float:right;
	width:231px;
	height:144px;
}

/*	<![ Navigation [ -----------------------------------------------------------*/

.nav {
	position:relative;
	height:34px;
	font:bold 11px Verdana, Arial, Helvetica, sans-serif;
	background:repeat-x url(../images/nav.jpg);
}
	
.nav ul {
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	right:5px;
	top:0px
	}
	
.nav ul li {
	display:inline	
	}

.nav ul .first_child a {
}

.nav ul .last_child a {
}

	
.nav a {
	float:left;
	height:22px;
	padding:10px 8px 2px 8px;
	text-align:center;
	color:#4d4d4d;
	text-decoration:none;
	background:repeat-x url(../images/nav.jpg);
	text-transform:uppercase;
	padding-bottom:1px;
	margin:0 4px 0 4px;
}
	
.nav a:hover {
	background:repeat-x url(../images/nav_over.jpg);
	color:#fff;
	text-decoration:none;
}	


.aops {
	width:900px;
}

	.aops h2 {
		width:900px;
		height:43px;
		background:no-repeat url(../images/aops_h2.jpg);
	}
	
	.aops h2 span {
		display:none;
	}

	.aops .aops_box_left {
		width:278px;
		height:312px;
		border: solid 1px #e5e5e5;
		position:relative;
		float:left;
		margin-right:29px;
	}
	
	.aops .aops_box_center {
		width:278px;
		height:312px;
		border: solid 1px #e5e5e5;
		position:relative;
		float:left;
	}
	
	.aops .aops_box_right {
		width:278px;
		height:312px;
		border: solid 1px #e5e5e5;
		position:relative;
		float:right;
	}
	
	.aops .aops_box_left:hover .aops_top {
		background:#fff;
	}
	
	.aops .aops_box_center:hover .aops_top {
		background:#fff;
	}
	
	.aops .aops_box_right:hover .aops_top {
		background:#fff;
	}
	
	
	.aops .aops_top {
		width:268px;
		height:26px;
		display:block;
		background:no-repeat url(../images/aops_bg.jpg);
		font:bold 13px Arial, Helvetica, sans-serif;
		color:#696969;
		padding-top:10px;
		padding-left:10px;
	}
	
	.aops .aops_top:hover {
		text-decoration:none;
		color:#696969;
		background:#fff;
	}
	
	.aops .aops_image {
		width:278px;
		height:125px;
	}
	
	.aops .aops_blurb {
		color:#333333;
		font:normal 11px Verdana, Arial, Helvetica, sans-serif;
		padding:0px 2px 4px 2px
	
	}
	
	.aops .read_more {
		width:91px;
		height:21px;
		background:no-repeat url(../images/read_more.jpg);
		display:block;
		position:absolute;
		right:0;
		bottom:6px;
	}
	
	.aops .read_more span {
		display:none;
	}

		
.footlinks {
	width:900px;
	clear:both;
	height:24px;
	padding-top:18px;
	text-align:center;
	font:normal 12px Arial, Helvetica, sans-serif;
}
	
.footlinks ul {
	margin:0;
	padding:0;
	list-style:none
	}	
	
.footlinks ul li {
	display:inline;
	margin:0px;
	border-right:solid 1px #999999;
}	
	
.footlinks ul li.last_child {
	border-right:none;
}	
	
.footlinks a {
	margin:0px 10px 0 10px;
	color:#333333;
}
	
.footlinks a:hover {
	color:#333333;
	text-decoration:underline;
}					

.bottom_address {
	width:900px;
	text-align:center;
	color:#7a8483;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	padding-top:10px;
	height:40px;
}


/*	<![ Layout [ -----------------------------------------------------------*/

#header {
	position:relative;
	width:900px;
	height:78px;
	background:url(../images/header.jpg) no-repeat;
	text-align:right;
}

#header img {
	width:900px;
	height:78px;
}

#sub_header{
	width:900px;
	height:272px;
	background:url(../images/sub_header.jpg) no-repeat;
}

.mid {
	width:900px;
	padding:0;
	margin:0;
}	

#content {
	padding:0px 0px 20px 0px !important;
	width:900px;
	background:no-repeat top right url(../images/top_blue_blob.jpg);
}	

	
#content p {
	text-align:left;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#515a60;
	line-height:20px;
}

#content ul li {
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#515a60;
	
}

#content * {
	line-height:20px;
}


/*	<![ Disclaimer [	 -----------------------------------------------------------*/

#disclaimer{
	position:relative;
	font:10px Arial, Helvetica, sans-serif;
	color:#666666;
	height:78px;
	width:900px;
	background:no-repeat url(../images/footer.jpg);
}

#lexislogo {
	position:absolute;
	left:10px;
	top:16px;
}

#disclaimer_text {
	position:absolute;
	right:230px;
	top:28px;
	width:500px;
}

#disclaimer a {
	color:#333333;
	text-decoration:none;
}
		
#disclaimer a:hover {
	color:#333333;
	text-decoration:underline;
}


/*	<![ 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{
}
