/* <![ 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%;}


a {
	outline:none;}


.body{	
	margin:0px; 
	padding:0px; 
	text-align:center;
	behavior:url(/scripts/csshover.htc);
	font:12px Tahoma, Verdana, Arial, sans-serif;
	background:url(../images/body-BG.jpg) top center repeat-x #f4efdf;}


#container {
	position:relative;
	margin:0px auto;
	text-align:left;
	width:950px;
	padding:0px 2px;
	overflow:hidden;}


#search {
	display:block;
	float:right;
	width:170px;
	padding:10px 30px 10px 0px;
	overflow:hidden;
	text-align:right;}
	
	#search ul {
		list-style:none;
		margin:0px;
		padding:0px;}
		
	#search ul li {
		display:inline;
		margin:0px;
		padding:0px;}
	
	#search-field {
		width:135px;
		padding:2px 3px;
		font:11px Arial, Helvetica, sans-serif;
		color:#000;
		border:1px solid #a0a0a0;
		background:#ededed;}
		
	#search-button {
		font:11px Arial, Helvetica, sans-serif;
		text-align:center;
		text-decoration:none;
		border:none;
		width:18px;
		height:17px;
		overflow:hidden;
		background:url(../images/search-button.gif) top left no-repeat;}
	
	#search-button:hover {	
		background:url(../images/search-button.gif) bottom left no-repeat;}


input, select, textarea, form {	
	margin:0px;
	padding:0px;}


legend	{
	font:bold 11px Verdana, Arial, Helvetica, sans-serif; 
	color:#000;}


hr {
	height:1px;
	color:#fff;
	background:#fff;
	border:none;
	border-top:1px dotted #595959;
	margin:25px 0px;
	*margin:5px 0px;
	padding:0px;}

	
address {
	font-style:normal;}
	

/*	<![ Navigation [ -----------------------------------------------------------*/


#nav-borders {
	display:inline-block;
	*display:inline;
	border-left:1px solid #060518;
	border-right:1px solid #4b4b4b;
	height:45px;
	overflow:hidden;}

		
#nav {
	height:45px;
	padding:3px 0px;
	overflow:hidden;
	text-align:center;
	font:bold 16px "Times New Roman", Times, serif;
	color:#cfcfcf;}
	
	#nav ul {
		list-style:none;
		margin:0px;
		padding:0px;}
		
		#nav ul ul {
			display:inline;}
			
	#nav ul li {
		display:inline;
		margin:0px;
		padding:0px;}
		
	#nav ul li a {
		display:inline-block;
		height:31px;
		padding:14px 26px 0px 25px;
		overflow:hidden;
		border-left:1px solid #4b4b4b;
		border-right:1px solid #060518;
		color:#cfcfcf;
		text-decoration:none;}
		
		#nav ul ul li a {
			margin-left:-4px;}
		#nav ul ul li.last_child a {
			*margin-right:-3px;}
		
	#nav ul li a:hover,
	#nav ul ul li:hover a {
		background:url(../images/nav-BG-over.jpg) top left repeat-x;
		color:#f9f1cc;
		text-decoration:none;}
		
	/* ----- DROP NAV ----- */
	
	#nav ul ul ul {
		display:none;
		position:absolute;
		z-index:98;
		top:365px;
		left:auto;
		background:#2d2d2d;
		font:normal 11px Tahoma, Geneva, sans-serif;
		text-align:left;}
		
		#nav ul ul li.practice-areas:hover ul {
			display:block;
			left:311px;
			*left:312px;
			width:151px;}
		
		#nav ul ul li.newsletters:hover ul {
			display:block;
			left:463px;
			*left:464px;
			width:132px;}
			
	
	#nav ul ul ul li {
		position:relative;
		z-index:99;}
	
	#nav ul ul ul li a,
	#nav ul ul li:hover ul li a,
	#nav ul ul ul li.last_child a {
		position:relative;
		z-index:100;
		display:block;
		margin:0px;
		border:none;
		height:auto;
		margin:0px;
		padding:5px 10px;
		background:#2d2d2d;
		color:#f9f1cc;
		text-decoration:none;}
		
	#nav ul ul ul li a:hover,
	#nav ul ul li:hover ul li a:hover {
		background:#222;
		color:#fff;
		text-decoration:none;}


#aop {
	font:11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:0px 0px 20px 0px;}
	
	#aop h2 {
		display:block;
		width:263px;
		height:68px;
		overflow:hidden;
		background:url(../images/aop-title.png) top left no-repeat;
		_background:url(../images/aop-title-IE.gif) top left no-repeat;}
		
		#aop h2 span {
			display:none;}
	
	#aop ul {
		list-style:none;
		padding:0px 6px;
		margin:0px;}
		
	#aop ul li {
		display:inline;
		padding:0px;
		margin:0px;
		_display:block;
		_padding:1px 0px;}
		
	#aop ul li a {
		_position:relative;
		display:block;
		padding:10px 3px;
		border-bottom:1px solid #d1d1d1;
		font-weight:normal;
		color:#9d243b;
		text-decoration:none;}
		
	#aop ul li a:hover {
		color:#df153b;
		text-decoration:none;}


#footlinks {
	display:block;
	float:left;
	width:750px;
	padding:13px 0px 0px 0px;
	overflow:hidden;
	text-align:center;
	font:10px Arial, Helvetica, sans-serif;
	color:#565993;
	text-transform:uppercase;}	
	
	#footlinks ul {
		list-style:none;
		margin:0px;
		padding:0px;}
		
		#footlinks ul ul {
			display:inline;}
			
		#footlinks ul ul ul {
			display:none;}
		
	#footlinks ul li {
		display:inline;
		margin:0px;
		padding:0px;}

	#footlinks ul li a {
		color:#911e34;
		text-decoration:none;
		padding:0px 10px;}
		
		#footlinks ul ul li a {
			border-left:1px solid #911e34;}
		
	#footlinks ul li a:hover {
		color:#ff0000;
		text-decoration:none;}


/*	<![ Layout [ -----------------------------------------------------------*/

#clear {
	clear:both;
	margin:0px;
	padding:0px;
	height:1px;
	overflow:hidden;}


#header {
	height:317px;
	background: url(../images/header-BG.jpg) bottom center no-repeat;
	overflow:hidden;}
	
	#header p {
		margin:0px;
		padding:0px;}
		
	#header .logo {
		position:absolute;
		top:65px;
		left:25px;
		width:550px;
		height:45px;
		overflow:hidden;
		border:none;
		background:none;}


#header-aops {
	padding:10px 0px 0px 0px;
	text-align:center;
	font:13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:3px;
	color:#cfc9aa;}


#header-phone {
	position:absolute;
	top:95px;
	left:740px;
	font:31px "Times New Roman", Times, serif;
	letter-spacing:1px;
	color:#aa2102;}


#footer {
	margin:0px -1px;
	height:119px;
	padding:14px 25px 0px 25px;
	background: url(../images/footer-BG.jpg) top left repeat-x;
	overflow:hidden;}
	
	#footer p {
		margin:0px;
		padding:0px;}


#footer-address {
	display:block;
	float:left;
	width:250px;
	padding:6px 0px 0px 0px;
	font:12px Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#58502a;
	text-transform:uppercase;}


#mid {
	margin:0px -2px;
	padding:0px 2px;
	background:url(../images/mid-BG.gif) top left repeat-y;}


#mid-TOP {
	position:relative;
	z-index:1;
	height:68px;
	overflow:hidden;
	background:url(../images/mid-TOP.jpg) top left no-repeat;}


#left {
	float:left;
	width:660px;
	overflow:hidden;}


#right {
	position:relative;
	z-index:50;
	margin-top:-26px;
	float:right;
	width:264px;
	padding:0px 25px 20px 0px;
	overflow:hidden;
	font:11px Arial, Helvetica, sans-serif;
	color:#86879f;}

	#right h2 {
		margin:0px;
		padding:0px;
		color:#aa2102;
		font:bold 36px Arial, Helvetica, sans-serif;
		line-height:normal;}
		
	#right a {
		text-transform:uppercase;
		font-weight:bold;
		color:#aa2102;
		text-decoration:none;}
	
	#right a:hover {
		color:#df153b;
		text-decoration:none;}
		

#faqs {
	width:258px;
	margin-left:6px;
	*margin-left:3px;
	overflow:hidden;
	background:url(../images/faq-BG.jpg) top left repeat-y;
	font:11px Arial, Helvetica, sans-serif;
	color:#706b55;}
	
	#faqs h2,
	#right #faqs h2 {
		padding:0px 0px 5px 52px;}
		
	#faqs p,
	#right #faqs p {
		margin:10px 0px;
		padding:0px;}

#faq-TOP {
	min-height:262px;
	_height:262px;
	_overflow:visible;
	padding:12px 18px 0px 18px;
	background:url(../images/faq-TOP.jpg) top left no-repeat;}

#faq-BOTTOM {
	background:url(../images/faq-BOTTOM.jpg) top left no-repeat;
	height:9px;
	overflow:hidden;}


#content {
	padding:25px;
	font:12px Arial, Helvetica, sans-serif;
	/*color:#595959;*/
	color:#000;}
	
	#content p, 
	#content ol, 
	#content ul {
		margin-top:0px;
		margin-bottom:20px;}
		
		#content ol ol, 
		#content ul ul, 
		#content ol ul, 
		#content ul ol {
			margin-top:0px;
			margin-bottom:0px;}
			
		#content td ol, 
		#content td ul {
			margin-top:0px;
			margin-bottom:20px;}
		
		#content td ol ol, 
		#content td ul ul, 
		#content td ol ul, 
		#content td ul ol {
			margin-top:0px;
			margin-bottom:0px;}
			
	#content li {
		margin-top:5px;
		margin-bottom:5px;}
			
	#content p {
		line-height:20px;}
		
		#content .SearchResultsDisplayGroup {
			font-size:11px;
			line-height:13px;}
			
			#content .SearchResultsDisplayGroup a {
				font-size:12px;
				font-weight:bold;}
			
			#content .SearchResultsDisplayGroup p {
				margin:0px;
				padding:0px;
				line-height:13px;}
			
			#content .SearchResultsDisplayGroup li {
				padding-top:10px;}
	
	#content ul {
		list-style:none;
		margin-left:0px;
		padding-left:30px;}
		
		#content ul li {
			margin-left:0px;
			padding-left:10px;
			background:no-repeat 0px 5px url(../images/bullet.gif);}
	
	
	#content h1 {	
		font: bold 23px "Times New Roman", Times, serif;
		color:#8c182e;
		line-height:normal;
		padding:0px;
		margin:0px 0px 20px 0px;}
		
	#content h2 {	
		font:normal 19px "Times New Roman", Times, serif;
		/*color:#696657;*/
		color:#000;
		line-height:normal;
		padding:0px;
		margin:20px 0px 10px 0px;}
		
	#content h3 {	
		font: bold 13px Arial, Helvetica, sans-serif;
		/*color:#595959;*/
		color:#000;
		line-height:normal;
		padding:0px;
		margin:20px 0px 10px 0px;}
		
	#content h4 {	
		font: bold 12px Arial, Helvetica, sans-serif;
		color:#555;
		line-height:normal;
		padding:0px;
		margin:20px 0px 10px 0px;}
		
	#content h5 {	
		font: bold 12px Arial, Helvetica, sans-serif;
		color:#777;
		line-height:normal;
		padding:0px;
		margin:20px 0px 10px 0px;}
		
	#content a {
		color:#9d243b;
		text-decoration:underline;}
		
	#content a:hover {
		color:#df153b;
		text-decoration:underline;}


/*  <![ Primary Contact Form [ ----------------------------------------------------*/


.trigger {
	display:none;}  /* ----- NEED THIS TO HIDE TRIGGER FIELD ----- */


.pad_frm_itm,
#content .pad_frm_itm {
	padding:3px 0px;
	margin:0px;}


.form-label {
	width:115px;
	padding:0px 3px 0px 0px;
	display:inline-block;
	vertical-align:top;}


.form-pct {	
	border:1px solid #c0c0c0;
	background:#eee;
	font:12px Tahoma, Verdana, Arial, sans-serif;
	color:#555;
	padding:7px 8px;
	width:470px;}
	

select.form-pct {
	width:auto;}


.msg-pct {
	border:1px solid #c0c0c0;
	background:#eee;
	font:12px Tahoma, Verdana, Arial, sans-serif;
	color:#555;
	padding:7px 8px;
	width:591px;
	height:70px;
	overflow:auto;}


.main-submit {
	border:1px solid #222;
	background:#444;
	color:#fff;
	font:bold 13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding:2px 5px;
	*padding:2px 0px 0px 0px;} /*applied to SUBMIT and CLEAR VALUES buttons on main contact form */

.main-submit:hover {
	background:#666;}


.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,
	#content #overlay_div p {
		line-height:16px;}

	#overlay_div h3 {
		font:18px Verdana, Arial, Helvetica, sans-serif;
		border-bottom:1px solid #0a3150;
		color:#031c40;
		padding:0;
		margin:0px 0px 8px 0px;}


#iagree {
	position:absolute;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:15px 15px 15px 15px;
	border:1px solid #aaa; /* Disclaimer box border color */
	background-color:#ddd; /* Disclaimer box bgcolor color */
	width:400px;
	margin:4px 0 0 0;}

	#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 {
	display:block;
	float:right;
	width:413px;
	height:88px;
	padding:13px 0px 0px 150px;
	overflow:hidden;
	background:url(../images/qc-BG.jpg) top left no-repeat;}
	
	#qc h2 {
		display:none;}
		
	#qc p {
		}
		

.pad_frm_itm2 {
	padding:0px 2px 4px 0px;
	*padding:0px 2px 2px 0px;
	margin:0px;
	text-align:right;}


.form-label2 {
	display:none;}


.form-pct2 {
	border:1px solid #9e9e9e;
	background:#fff;
	font:10px Arial, Helvetica, sans-serif;
	color:#717171;
	padding:1px 3px;
	width:190px;}


.msg-pct2 {
	border:1px solid #9e9e9e;
	background:#fff;
	font:10px Arial, Helvetica, sans-serif;
	color:#717171;
	padding:1px 3px;
	width:190px;
	height:55px;
	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 {
		display:block;
		float:left;
		margin:0px;
		padding:0px;
		list-style:none;}


#qc .submit {
	margin:0px;
	padding:0px 15px 0px 0px;
	text-align:right;
	border:none;
	background: url(../images/submit-bullet.gif) right no-repeat;
	font:bold italic 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#8d1c31;}
	
#qc .submit:hover {	
	color:#cb4325;
	background: url(../images/submit-bullet-OVER.gif) right no-repeat;}
	

/*  <![ QC Disclaimer [ ----------------------------------------------------*/


	#iagree-QC {
		display:none;
		padding:15px 0px;}
		
		#overlay_div-QC {
			}
		#overlay_response-QC {
			}
		#checkbox-QC {
			}
		#Agreement-QC {
			display:inline-block;
			float:left;
			margin:2px 8px 20px 0px;}


/*	<![ Disclaimer [	 -----------------------------------------------------------*/

#disclaimer {
	padding:10px 0px;
	font:10px Arial, Helvetica, sans-serif;
	color:#484848;
	text-align:left;}
	
	#disclaimer p {
		margin:0px;
		padding:0px 0px 8px 0px;}

	#disclaimer a {
		font-weight:bold;
		color:#484848;
		text-decoration:none;}

	#disclaimer a:hover {
		color:#aa2102;
		text-decoration:none;}	


/*	<![ 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 {
	display:inline-block;
	float:left;
	padding:4px 0px;}


#fromAddress {
	width:350px;
	border:1px solid #c0c0c0;
	background:#eee;
	font:12px Tahoma, Verdana, Arial, sans-serif;
	color:#555;
	padding:4px 5px;} /* address input field */


#directionsLocale {
	display:inline-block;
	float:right;
	padding:4px 0px;}

	#directionsLocale select {
		border:1px solid #c0c0c0;
		background:#eee;
		font:12px Tahoma, Verdana, Arial, sans-serif;
		color:#555;
		padding:3px;} /* language dropmenu */


#locale {
	}


#directionsSubmit {
	clear:both;
	padding:4px 0px 8px 0px;}
	
	#directionsSubmit input {
		border:1px solid #222;
		background:#444;
		color:#fff;
		font:bold 13px Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		padding:2px 5px;
		*padding:2px 0px 0px 0px;
		*width:130px;} /* GET DIRECTIONS button */
		
	#directionsSubmit input:hover {
		background:#666;}


#map {
	border:1px solid #ababab;
	background:#edeae2;
	color:#000;}


#addressNotFound {
	}


#directions {
	}


