/* <![ Global [ -----------------------------------------------------------*/

/*
Site 9 Default CSS File
Working Version: template
VERSION: 2.0 
LAST MODIFIED: 08.03.2010
LAST MODIFIED BY: COMPTOKX

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.gif) top center repeat;}


#body-BG-TOP {
	background:url(../images/body-BG-TOP.jpg) top center repeat-x;}


#body-BG-TOP-HOME {
	background:url(../images/body-BG-TOP-HOME.jpg) top center repeat-x;}


#container {
	position:relative;
	margin:0px auto;
	text-align:left;
	width:1016px;
	padding:0px 82px;
	overflow:hidden;}

	#body-BG-TOP #container {
		background:url(../images/body-BG-TOP.jpg) top center repeat-x;}
	
	#body-BG-TOP-HOME #container {
		background:url(../images/body-BG-TOP-HOME.jpg) top center repeat-x;}


#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;
		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 {
	clear:both;
	height:1px;
	color:#000;
	background:#000;
	border:none;
	margin:25px 0px;
	*margin:5px 0px;
	padding:0px;}

	
address {
	font-style:normal;}
	

/*	<![ Navigation [ -----------------------------------------------------------*/


#nav-borders {
	display:inline-block;
	*display:inline;
	border-left:1px solid #dab45f;}
	
		
#nav {
	margin:0px -80px;
	text-align:center;
	height:57px;
	overflow:hidden;
	font:normal 16px "Arial Narrow", Arial, sans-serif;
	text-transform:uppercase;}
	
	#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:37px;
		padding:20px 20px 0px 20px;
		overflow:hidden;
		border-right:1px solid #dab45f;
		color:#010101;
		text-decoration:none;}
		
		#nav ul ul li a {
			margin-left:-4px;}
		
	#nav ul li a:hover,
	#nav ul ul li:hover a {
		background:url(../images/nav-BG-over.jpg) top left repeat-x;
		color:#010101;
		text-decoration:none;}
		
		
	/* ----- DROP NAV ----- */
	
	#nav ul ul ul {
		display:none;
		position:absolute;
		z-index:98;
		top:397px;
		left:auto;
		background:#a28245;
		font:11px Arial, Helvetica, sans-serif;
		text-transform:none;
		text-align:left;
		*width:150px;}
		
		#body-BG-TOP-HOME #nav ul ul ul {
			top:472px;}
		
		#nav ul ul li.what-we-do:hover ul {
			display:block;
			left:277px;}
		
		#nav ul ul li.newsletters:hover ul {
			display:block;
			left:658px;}
		
	
	#nav ul ul ul li {
		position:relative;
		z-index:99;
		display:inline;
		margin:0px;
		padding:0px;}
	
	#nav ul ul ul li a,
	#nav ul ul li:hover ul li a {
		position:relative;
		z-index:100;
		display:block;
		float:none;
		height:auto;
		margin:0px;
		padding:5px 10px;
		border:none;
		background:#a28245;
		color:#fff;
		text-decoration:none;}
		

	#nav ul ul ul li a:hover,
	#nav ul ul li:hover ul li a:hover {
		background:#6b562d;
		color:#fff;
		text-decoration:none;}
		

#aop {
	}
	
	#aop ul {
		list-style:none;
		padding:0px;
		margin:0px;}
		
	#aop ul li {
		display:inline;
		padding:0px;
		margin:0px;}
		
	#aop ul li a {
		display:none; /* TONS of aop pages were added, post-lauch - this ensures only the 2 links will displayin the AOP Nav */
		height:117px;
		overflow:hidden;
		text-decoration:none;}
		
		
		#aop ul li a span {
			display:none;}
		

		#aop ul li a.considering-divorce {
			display:block;
			background: url(../images/aop-CONSIDERING-DIVORCE.jpg) top left no-repeat;}
		#aop ul li a.options-alternatives,
		#aop ul li a.alternative-to-litigation {
			display:block;
			background: url(../images/aop-OPTIONS-ALTERNATIVES.jpg) top left no-repeat;}
		
	#aop ul li a:hover {
		text-decoration:none;}

		#aop ul li a.considering-divorce:hover {
			background: url(../images/aop-CONSIDERING-DIVORCE.jpg) bottom left no-repeat;}
		#aop ul li a.options-alternatives:hover,
		#aop ul li a.alternative-to-litigation:hover {
			background: url(../images/aop-OPTIONS-ALTERNATIVES.jpg) bottom left no-repeat;}


#footlinks {
	padding:25px 0px 20px 0px;
	text-align:center;
	font:16px "Arial Narrow", Arial, sans-serif;
	color:#fff;}	
	
	#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:#fff;
		text-decoration:none;
		padding:0px 15px 0px 20px;}
		
		#footlinks ul ul li a {
			border-left:1px solid #fff;}
		
	#footlinks ul li a:hover {
		color:#e6c669;
		text-decoration:none;}


/*	<![ Layout [ -----------------------------------------------------------*/

#clear {
	clear:both;
	margin:0px;
	padding:0px;
	height:1px;
	overflow:hidden;}


#header {
	margin:0px -82px;
	height:340px;
	background: url(../images/header-BG.png) top left no-repeat;
	_background: url(../images/header-BG-IE.jpg) top left no-repeat;
	overflow:hidden;}
	
	#body-BG-TOP-HOME #header {
		background: url(../images/header-HOME.png) top left no-repeat;
		_background: url(../images/header-HOME-IE.jpg) top left no-repeat;
		height:415px;}
	
	#header p {
		margin:0px;
		padding:0px;}
		
	#header .logo {
		position:absolute;
		top:50px;
		left:100px;
		width:430px;
		height:80px;
		overflow:hidden;
		border:none;
		background:none;}


#tagline {
	display:none;}
	
	#tagline p {
		margin:0px;
		padding:0px;}
	
	#body-BG-TOP-HOME #tagline {
		display:block;
		position:absolute;
		z-index:96;
		top:345px;
		width:100%;
		text-align:center;
		font:25px "Palatino Linotype", Georgia, "Times New Roman", serif;
		line-height:normal;
		text-transform:uppercase;
		color:#fff;}


#header-contact-info {
	position:absolute;
	top:60px;
	right:105px;
	width:365px;
	font:14px "Arial Narrow", Arial, sans-serif;
	color:#fff;}
	
	#header-contact-info address {
		display:block;
		float:left;
		text-align:right;}
		
		#header-contact-info address span {
			color:#c98d42;
			text-transform:uppercase;}

	#header-contact-info p {
		display:block;
		float:right;
		margin:0px;
		padding:0px;
		font:normal 18px "Palatino Linotype", Georgia, "Times New Roman", serif;
		color:#e2ad5b;}
		
		#header-contact-info p span {
			line-height:20px;
			font-size:28px;
			color:#fff;}


#banner {
	position:absolute;
	z-index:95;
	top:136px;
	height:204px;
	width:100%;
	overflow:hidden;
	text-align:center;}
	
	#body-BG-TOP-HOME #banner {
		top:165px;
		height:250px;}
	
	#banner p {
		margin:0px;
		padding:0px;}


#footer {
	height:185px;
	background: url(../images/footer-BG.jpg) top left repeat-x;
	overflow:hidden;}
	
	#footer #container {
		background: url(../images/footer-BG.jpg) top left repeat-x;}
	
	#footer p {
		margin:0px;
		padding:0px;}


#footer-BOTTOM {
	position:relative;
	margin:0px auto;
	height:10px;
	width:1016px;
	padding:0px 82px;
	overflow:hidden;
	background:url(../images/footer-BOTTOM.gif) top center no-repeat;}


#mid-TOP {
	height:21px;
	overflow:hidden;
	background:url(../images/mid-TOP.png) top left no-repeat;
	_background:url(../images/mid-TOP-IE.gif) top left no-repeat;
	clear: both;
	
	}


#mid-BOTTOM {
	height:9px;
	overflow:hidden;
	background:url(../images/mid-BOTTOM.png) top left no-repeat;
	_background:url(../images/mid-BOTTOM-IE.gif) top left no-repeat;}


#mid {
	padding:0px 18px;
	background:url(../images/mid-BG.png) top left repeat-y;
	_background:url(../images/mid-BG-IE.gif) top left repeat-y;}


#left {
	float:left;
	width:669px;
	overflow:hidden;}
	

#right {
	float:right;
	width:311px;
	overflow:hidden;
	color:#000;
	font:15px "Arial Narrow", Arial, sans-serif;}

	#right h2 {
		margin:0px;
		padding:0px;
		font:normal 21px "Arial Narrow", Arial, sans-serif;
		text-transform:uppercase;}


#content {
	padding:25px 30px;
	font:15px "Arial Narrow", Arial, sans-serif;
	color:#3e3e3e;}
	
	#content p, 
	#content ol, 
	#content ul {
		margin-top:0px;
		margin-bottom:24px;}
		
		#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:24px;}
		
		#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:22px;}
		
		#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 h1 {	
		font:normal 26px "Arial Narrow", Arial, sans-serif;
		text-transform:uppercase;
		color:#000;
		line-height:normal;
		padding:0px 0px 15px 0px;
		margin:0px 0px 24px 0px;
		background:url(../images/h1-border.gif) bottom right no-repeat;}
		
	#content h2 {	
		font: bold 18px "Arial Narrow", Arial, sans-serif;
		color:#880d0d;
		line-height:normal;
		padding:0px;
		margin:24px 0px 10px 0px;}
		
	#content h3 {	
		font: bold 15px "Arial Narrow", Arial, sans-serif;
		color:#000;
		line-height:normal;
		padding:0px;
		margin:24px 0px 10px 0px;}
		
		#content h3 a.linkToDetail {
			text-transform:uppercase;}
		
	#content h4 {	
		font: bold 12px Arial, Helvetica, sans-serif;
		color:#333;
		line-height:normal;
		padding:0px;
		margin:24px 0px 10px 0px;}
		
	#content h5 {	
		font: bold 11px Arial, Helvetica, sans-serif;
		color:#555;
		line-height:normal;
		padding:0px;
		margin:24px 0px 10px 0px;}
		
	#content a {
		color:#880d0d;
		text-decoration:underline;}
		
	#content a:hover {
		color:#e21b1b;
		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:120px;
	padding:0px 3px 0px 0px;
	display:inline-block;
	vertical-align:top;
	text-align:right;}


.form-pct {	
	border:1px solid #c0c0c0;
	background:#eee;
	font:15px "Arial Narrow", Arial, sans-serif;
	color:#000;
	padding:7px 8px;
	width:464px;}
	

select.form-pct {
	width:auto;}


.msg-pct {
	border:1px solid #c0c0c0;
	background:#eee;
	font:15px "Arial Narrow", Arial, sans-serif;
	color:#000;
	padding:7px 8px;
	width:587px;
	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-right {
	position:absolute;
	top:679px;
	right:95px;
	width:5px;
	height:39px;
	overflow:hidden;
	background:url(../images/qc-RIGHT.gif) top left no-repeat;}
	
	#body-BG-TOP-HOME #qc-right {
		top:754px;}

#qc-spacer {
	display:block;
	float:right;
	width:50px;
	height:50px;
	overflow:hidden;
	background:none;}


#qc {
	min-height:535px;
	_height:535px;
	_overflow:visible;
	background:url(../images/right-BOTTOM-BG.jpg) bottom left repeat-x #e2bf65;}
	
	#qc h2,
	#right #qc h2 {
		padding:0px 0px 40px 0px;
		color:#fff;}
		
		#qc h2 strong {
			font-weight:bold;
			color:#f0d471;}
		
		#qc h2 span {
			display:block;
			text-transform:none;
			font-size:13px;
			color:#fff;}
		
	#qc p,
	#right #qc p {
		margin:0px;
		padding:0px 0px 20px 0px;}
		
		#qc strong {
			color:#41080d;}


.pad_frm_itm2 {
	padding:4px 0px;
	margin:0px;
	text-align:right;}


.form-label2 {
	display:none;}


.form-pct2 {
	border:1px solid #fff;
	background:#fff;
	font:15px "Arial Narrow", Arial, sans-serif;
	color:#000;
	padding:7px;
	width:259px;}


.msg-pct2 {
	border:1px solid #fff;
	background:#fff;
	font:15px "Arial Narrow", Arial, sans-serif;
	color:#000;
	padding:7px;
	width:259px;
	height:100px;
	overflow:auto;}


.custom-form2 {
	padding:61px 18px;
	background:url(../images/qc-TOP.jpg) top left no-repeat;}

	.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;}


#qc .submit {
	margin:0px;
	padding:4px 9px;
	text-align:center;
	border:none;
	background: url(../images/submit-BG.jpg) top left repeat-x #e4c367;
	font:15px "Arial Narrow", Arial, sans-serif;
	text-transform:uppercase;
	color:#000;}
	
#qc .submit:hover {	
	color:#fff;
	background:url(../images/submit-BG-over.jpg) top left repeat-x #680000;}
	

/*  <![ 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:0px 10px;
	font:11px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:left;}
	
	#disclaimer p,
	#footer #disclaimer p {
		margin:0px;
		padding:0px 0px 15px 0px;}

	#disclaimer a {
		color:#fff;
		text-decoration:underline;}

	#disclaimer a:hover {
		color:#e6c669;
		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 {
	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:#000;
	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:#000;
		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 {
	}

.CaptchaComponent img, .CaptchaComponent input {
	margin: 2px 0px;
	}
	
	
/* DROPDOWN MENU */

.nav {
	font-family: Arial,sans-serif;
    font-size: 15px;
    background-color: transparent;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
	height: 57px;
    text-align: center;
    text-transform: uppercase;}

.nav ul li a { 
    border-right: 1px solid #DAB45F;
    color: #010101;
    display: inline-block;
    height: 35px;
    overflow: hidden;
    padding: 20px 14px 2px 14px;
    text-decoration: none;
	}

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 	list-style: none; 
 	margin: 0;
 	padding: 0;

	}

ul.dropdown li.main {
	margin: 0;   
	height: 56px;
	}
	
.nav ul li.dir a {
	font: 11px Arial,Helvetica,sans-serif;
    text-align: left;
    text-transform: none;
    background: none repeat scroll 0 0 #A28245;
    border: medium none;
    color: #FFFFFF;
    display: block;
    height: auto;
    margin: 0px 0 0 0;
    padding: 5px 10px;
    text-decoration: none;
    z-index: 100;
}

.nav ul li.dir a:hover { background-color: #6b562d;}

ul.dropdown {
 	position: relative;
 	z-index: 597;
 	float: left;
	}

ul.dropdown li {
 	float: left;
 	vertical-align: middle;
 	zoom: 1;
	}

ul.dropdown li.hover, 
ul.dropdown li:hover { 
	background-image: url(images/nav-BG-over.jpg);
	background-repeat: repeat-x;
 	position: relative;
 	z-index: 599;
 	cursor: default;
	}

ul.dropdown ul {
 	visibility: hidden;
	position: absolute;
 	top: 100%;
 	left: 0;
 	z-index: 598;
 	width: 100%;
	}

ul.dropdown ul li {  
	border-top-style: none;
 	float: none;
	width: 175px;
	}


ul.dropdown ul ul {  
 	top: 0px;
 	left: 100%;
	}

ul.dropdown li:hover > ul { 
	 visibility: visible;
	}

/* DROPDOWN MENU ENDS *
