/* <![ 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:0px; 
	padding:0px; 
	text-align:center;
	behavior:url(/scripts/csshover.htc);
	font:12px Arial, Helvetica, sans-serif;
	background:url(../images/body-BG.jpg) top center repeat;}
	
#container {
	position:relative;
	margin:0px auto;
	text-align:left;
	width:938px;
	padding:0px 17px 0px 23px;
	overflow:hidden;
	background:url(../images/container-BG.jpg) top left repeat-y;}
	
#container-TOP {
	margin:0px -17px 0px -23px;
	background:url(../images/container-BG-TOP.jpg) top left no-repeat;
	height:16px;
	overflow:hidden;}
		
#container-BOTTOM {
	margin:0px -17px 0px -23px;
	background:url(../images/container-BG-BOTTOM.jpg) top left no-repeat;
	height:16px;
	overflow:hidden;}
	
#search {
	}
	
	#search ul {
		list-style:none;
		margin:0px;
		padding:0px;}
	#search ul li {
		display:inline;
		margin:0px;
		padding:0px;}
	
	#search-field {
		width:100px;
		padding:2px 3px;
		font:11px Arial, Helvetica, sans-serif;}
		
	#search-button {
		font:11px Arial, Helvetica, sans-serif;
		width:50px;
		text-align:center;
		text-decoration:none;}
	
	#search-button:hover {	
		}
	
input, select, textarea, form {	
	margin:0px;
	padding:0px;}
	
legend	{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif; 
	color:#000;}
	
hr {
	height:1px;
	color:#000;
	background:#000;
	border:none;
	margin:5px 0px;
	padding:0px;}
		
address {
	font-style:normal;}
	

/*	<![ Navigation [ -----------------------------------------------------------*/

#topnav {
	height:65px;
	padding:7px 10px 0px 0px;
	overflow:hidden;
	text-align:right;
	display:block;
	float:right;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;}
	
	#topnav ul {
		list-style:none;
		margin:0px;
		padding:0px;}
		
		#topnav ul ul {
			display:inline;}
			
	#topnav ul li {
		display:inline;
		margin:0px;
		padding:0px;}
		
	#topnav ul li a {
		display:inline-block;
		text-align:center;
		height:31px;
		overflow:hidden;
		color:#000;
		text-decoration:none;
		padding:0px;}
		
	#topnav ul li a span {
		cursor:hand;
		display:inline-block;
		height:22px;
		padding:9px 15px 0px 15px;
		overflow:hidden;}
	
	#topnav ul li a:hover {
		color:#623a0e;
		background:url(../images/topnav-OVER.jpg) top left no-repeat;}
	#topnav ul li a:hover span {
		display:inline-block;
		background:url(../images/topnav-OVER-right.jpg) top right no-repeat;}

		
#nav {
	height:40px;
	padding:8px 0px 0px 0px;
	overflow:hidden;
	background:url(../images/nav-BG.jpg) top left no-repeat #fff;
	text-align:center;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;}
	
	#nav ul {
		list-style:none;
		margin:0px;
		padding:0px;}
		#nav ul ul {
			display:inline;}
			
		#nav ul ul li {
		border-left:1px solid #fff;
		height:25px;
		}
			
	#nav ul li {
		display:inline;
		margin:0px;
		padding:0px;}
	#nav ul li a {
		line-height:25px;
		/*border-left:1px solid #fff;*/
		color:#fff;
		display:inline-block;
		text-decoration:none;
		padding:0px 15px;
		height:35px;
		*height:30px;
		}
		#nav ul li a.attorney-profile {
			border-left:none;}
	#nav ul li a:hover, #nav ul ul li:hover a {
		color:#ccb08e;
		text-decoration:none;}
		
	#nav ul li.links, #nav ul li.directions {
		display:none;}
		
		/* ----- DROP NAV STYLING ----- */


	#nav ul ul ul {
		display:none;
		position:absolute;
		z-index:98;
		top:401px;
		*top:396px;
		left:auto;
		*width:180px;    /* for dropmenus in IE,  list width needs to be declared */
		font: 12px Arial,Helvetica,sans-serif;
		text-transform:none;
		text-align:left;
		background:#b99e7c;
		border:1px solid #a89072;}



		/* --- left  absolute positioning needs to be declared for each dropmenu individually --- */



		#nav ul ul  li.aop:hover ul {
			display:block;
			left:392px;
			*left:392px;   /* style for IE */
			_left:392px;   /* style for IE6  and lower*/
			}


	#nav ul ul ul li {
		position:relative;
		z-index:99;
		border:none;}        



	#nav ul ul ul li a,
	#nav ul ul li:hover ul li a {
		position:relative;
		z-index:100;
		display:block;
		background:none;
		border:none;
		color:#fff;
		text-decoration:none;
		padding: 5px;
		height:auto;}



	#nav ul ul ul li a:hover,
	#nav ul ul li:hover ul li a:hover {
		background:#ccb08e;
		border:none;
		color:#46060c;
		text-decoration:none;}

	
#aop {
	position:relative;
	background:url(../images/aop-BG.jpg) top left repeat-x #cbcbcb;
	padding:0px 15px 20px 14px;
	font:12px Arial, Helvetica, sans-serif;
	color:#464239;}
	
	#left #aop h2 {
		margin:0px -20px 10px -15px;}
		
	#aop a {
		font-weight:bold;
		color:#464239;
		text-decoration:none;}
	#aop a:hover {
		color:#777;}	
	
	
	.toggle-content {
		padding:0px;
		margin:0px;}
		#aop .toggle-content a {
			color:#464239;
			font-weight:normal;
			text-decoration:none;
			background:url(../images/toggle-closed.gif) right no-repeat;
			padding-right:10px;}
		#aop .toggle-content a:hover {
			text-decoration:underline;}
	
	.toggle-OPEN {
		position:relative;
		display:inline-block;
		float:left;
		width:13px;
		height:15px;
		overflow:hidden;
		background:no-repeat 0px 3px url(../images/toggle-open.gif);}
	.toggle-CLOSED {
		position:relative;
		display:inline-block;
		float:left;
		width:13px;
		height:15px;
		overflow:hidden;
		background:no-repeat 0px 3px url(../images/toggle-closed.gif);}
	
		
#footlinks {
	display:none;
	font:10px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:0px 0px 20px 0px;}	
	
	#footlinks ul {
		list-style:none;
		margin:0px;
		padding:0px;}
	#footlinks ul li {
		display:inline;
		margin:0px;
		padding:0px;}
		
		#footlinks ul ul {
			display:inline;}

	#footlinks  ul li a {
		color:#d3b894;
		text-decoration:none;
		padding:0px 10px 0px 5px;
		border-right:1px solid #d3b894;}
		
		#footlinks ul .last_child a {
			border-right:none;}
		
	#footlinks ul li a:hover {
		text-decoration:underline;}
	
/*	<![ Layout [ -----------------------------------------------------------*/

#clear {
	clear:both;
	margin:0px;
	padding:0px;
	height:1px;
	overflow:hidden;}

#header {
	height:350px;
	background: url(../images/header.jpg) top left no-repeat;
	overflow:hidden;}
	
	#header p {
		margin:0px;
		padding:0px;}
		
.logo {
	border:none;
	margin:145px 0px 0px 67px;
	width:252px;
	height:71px;}

#banner {
	width:938px;
	height:277px;
	overflow:hidden;}
	
	#banner p {
		margin:0px;
		padding:0px;}


#footer {
	padding:20px 45px;
	font:bold 13px Georgia, "Times New Roman", Times, serif;
	color:#000;
	text-align:center;}
	
	#footer address {
		border-top:1px solid #9b8e70;
		border-bottom:1px solid #9b8e70;
		margin:0px;
		padding:10px 0px;}


#mid {
	margin:4px 0px 0px 0px;
	padding:0px 12px 0px 0px;
	background:url(../images/mid-BG.gif) top left repeat-y;}
	
#mid-bottom {
	height:9px;
	width:303px;
	background:url(../images/mid-BOTTOM.jpg) top left no-repeat;
	overflow:hidden;}

#HOME {
	background:url(../images/right-BG-home.jpg) bottom left repeat-x;
	padding:0px;}


#left {
	float:left;
	width:298px;
	padding:0px 5px 0px 1px;
	overflow:hidden;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;}
	
	#left h2 {
		margin:0px -5px 10px -1px;
		padding:0px;}
		
	#left hr {
		color:#a5a3a0;
		background:#a5a3a0;
		clear:both;}
	
	#left #address-1 {
		float:left;
		width:120px;
		line-height:13px;
		font-size:11px;
		overflow:hidden;
		border-right:1px solid #a5a3a0;
		padding:0px 10px 0px 0px;
		margin:0px 0px 10px 0px;}
	#left #address-2 {
		float:left;
		width:120px;
		line-height:13px;
		font-size:11px;
		overflow:hidden;
		padding:0px 0px 0px 13px;
		margin:0px 0px 10px 0px;}

	
#peer-review {
	background:url(../images/peer-review-BG.jpg) top left repeat-x #ebebeb;
	padding:0px 15px 10px 14px;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:18px;}
	
	#peer-review h2 {
		margin:0px -20px 0px -15px;}
		
	#peer-review p {
		margin:0px;
		padding:0px;}

#location {
	background:url(../images/location-BG.jpg) top left repeat-x #ccc;
	padding:0px 15px 50px 14px;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:18px;}
	
	#location h2 {
		margin:0px -20px 5px -15px;}
		
	#location p {
		margin:0px;
		padding:0px;}
	
#right {
	float:right;
	width:605px;
	overflow:hidden;}

#content {
	padding:10px 0px;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;}
	
	.secton-BG {
		background:url(../images/section-BG.jpg) top left repeat-x #fbf9f7;
		border-top:1px solid #d2d1cf;
		border-bottom:1px solid #edeae8;
		padding:1px 23px 10px 23px;
		margin:0px 0px 1px 0px;
		color:#2d2301;}
	

			
	#content p {
		line-height:18px;}
	#content h1{	
		font: bold 20px Georgia, "Times New Roman", Times, serif;
		border-bottom:1px solid #a2a09c;
		color:#000;
		line-height:normal;
		padding:0px 0px 8px 0px;
		margin-top:0px;}
	#content h2{	
		font: bold 18px Georgia, "Times New Roman", Times, serif;
		color:#2d2301;
		line-height:normal;
		padding:0px;}
		
		#HOME #content h2 {
			font:bold 20px Georgia, "Times New Roman", Times, serif;
			color:#000;
			border-top:1px solid #a2a09b;
			border-bottom:1px solid #a2a09b;
			padding:5px 0px;}
		
		
	#content h3{	
		font: bold 13px Georgia, "Times New Roman", Times, serif;
		color:#000;
		line-height:normal;
		padding:0px;}
	#content h4{	
		font: bold 12px Arial, Helvetica, sans-serif;
		color:#666;
		line-height:normal;
		padding:0px;}
	#content h5{	
		font: bold 12px Arial, Helvetica, sans-serif;
		color:#888;
		line-height:normal;
		padding:0px;}
	#content a {
		color:#75030e;
		font-weight:bold;
		text-decoration:none;}
	#content a:hover {
		text-decoration:underline;}



/*  <![ Primary Contact Form [ ----------------------------------------------------*/

.pad_frm_itm {
	padding:0px 0px 10px 0px;
	margin:0px;}

.form-label {
	width:115px; /* Width of labels */
	padding:0px 3px 0px 0px;
	display:inline-block;
	vertical-align:top;
	text-align:right;}
  
.form-pct {
	border:1px solid #ccc;
	background:#eee;
	padding:4px 5px;
	font:11px Arial, Helvetica, sans-serif;
	color:#555;
	width:360px;}

select.form-pct {
	width:auto;}
	
.msg-pct {
	border:1px solid #ccc;
	background:#eee;
	padding:4px 5px;
	font:11px Arial, Helvetica, sans-serif;
	color:#555;
	width:480px; /*  .form-label + .form-pct + horizontal padding on .form-label   */
	height:70px;
	overflow:auto;}

.main-submit {
	background:#4c060d;
	border:1px solid #33070a;
	font:11px Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	padding:3px 6px;} /*applied to SUBMIT and CLEAR VALUES buttons on main contact form */
	
.main-submit:hover {
	background:#68050e;}


.custom-form {
	}

	.custom-form fieldset {
		margin:0px;
		padding:0px;
		border:none;}
		  
	.custom-form legend {
		padding:0px 2px;
		font-weight:bold;}
		  
	.custom-form ol {
		margin:0px;
		padding:0px;
		list-style:none;}



/*  <![ Disclaimer Alert [ ----------------------------------------------------*/

#overlay_div {
	position:relative;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:0px;
	z-index:100;}

#overlay_div p {
	line-height:normal;}
	
#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:460px;
	margin:4px 0 0 0;}

#overlay_div h3 {
	font:18px Verdana, Arial, Helvetica, sans-serif;
	border-bottom:1px solid #0a3150;
	color:#031c40;
	padding:0;
	margin:0px 0px 4px 0px;}

#iagree .overlay_submit {
	padding:4px;
	margin:0 6px 0 0;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#fff;
	background:#555;
	border:1px solid #333;
	float:right;
	text-decoration:none;}
	
	#iagree .overlay_submit:hover {
		text-decoration:none;
		color:#fff;
		background:#777;
		border:1px solid #555;}
	
#iagree .checkbox {
	float:left;
	height:22px;
	display:block;}

#iagree input#Agreement {
	position:relative;
	top:3px;
	border:none;}



/*	<![ Quick Contact [ -----------------------------------------------------------*/

#qc {
	background:url(../images/peer-review-BG.jpg) top left repeat-x #EBEBEB;
	padding:0px 15px 10px 14px;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
	line-height:18px;
	}

	#qc h2 {
		margin:0px -20px 5px -15px;}
	
.pad_frm_itm2 {
	padding:2px 0px;
	margin:0px;}

.form-label2 {
	width:58px;
	padding:0px 2px 0px 0px;
	display:inline-block;
	vertical-align:top;
	text-align:right;}
  
.form-pct2 {
	border:1px solid #ccc;
	background:#fff;
	padding:4px 5px;
	font:11px Arial, Helvetica, sans-serif;
	width:190px;
	overflow:auto;}
	
.msg-pct2 {
	border:1px solid #ccc;
	background:#fff;
	padding:4px 5px;
	font:11px Arial, Helvetica, sans-serif;
	width:190px;
	height:50px;
	overflow:auto;}

.custom-form2 {
	}

	.custom-form2 fieldset {
		margin:0px;
		padding:0px;
		border:none;}
		  
	.custom-form2 legend {
		padding:0px 2px 5px 33px;
		font:bold 14px Verdana, Arial, Helvetica, sans-serif;
		text-align:center;}
		  
	.custom-form2 ol {
		margin:0px;
		padding:0px;
		list-style:none;}

.submit-align2 {
	text-align:right;}

.submit {
	font:11px Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align:center;}
	
.submit:hover {	
	}


/*	<![ Disclaimer [	 -----------------------------------------------------------*/

#disclaimer {
	padding:0px 45px 20px 45px;
	font:10px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#717171;
	text-align:left;}
	
	#disclaimer a {
		font-size:11px;
		color:#000;
		font-weight:bold;
		text-decoration:none;}
	#disclaimer a:hover {
		text-decoration:underline;}	


/*	<![ Site 9 Styles [ --------------------------------------------------------*/

/* Directions Page Styles (Google Maps Default)


/* Fix for IE6 - prevents text from disappearing when map loads - apply this class to the RTF for content area */
.DirectionsContent {
	display:block;
	position:relative;}
	

/* [ Outer div ] -----------> */
#directionsForm {
	}

/* div that wraps form */
#directionsInput {
	padding:4px 0px;}

#fromAddress {
	border:1px solid #ccc;
	background:#eee;
	padding:4px 5px;
	font:11px Arial, Helvetica, sans-serif;
	color:#555;
	width:350px;} /* address input field */

#directionsLocale {
	padding:4px 0px;}

	#directionsLocale select {
		border:1px solid #ccc;
		background:#eee;
		padding:2px;
		font:11px Arial, Helvetica, sans-serif;
		color:#555;} /* language dropmenu */

#locale{
	}

#directionsSubmit {
	padding:4px 0px;}
	
	#directionsSubmit input {
		background:#4c060d;
		border:1px solid #33070a;
		font:11px Arial, Helvetica, sans-serif;
		color:#fff;
		text-transform:uppercase;
		padding:3px 6px;} /* GET DIRECTIONS button */
	#directionsSubmit input:hover {
		background:#68050e;}

#map {
	border:1px solid #000;
	color:#000;}

#addressNotFound {
	}

#directions {
	}

