/* <![ 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;}
	
#body-BG {
	background:url(../images/body-BG.gif) top left repeat-x #304040;}
	

#HOME {
	background:url(../images/body-BG.gif) top left repeat-x #304040;}
	
	#HOME #body-BG {
		background:url(../images/white-bottom-HOME.gif) bottom left repeat-x;}
	#HOME #container {
		background:url(../images/mid-BG.gif) top left repeat-y #fff;}
	#HOME #atty {
		display:none;}
	#HOME #mid {
		background:url(../images/mid-BG-HOME.gif) bottom left repeat-x;
		padding-bottom:0px;}	
	#HOME #mid-bottom #container {
		height:57px;
		background: url(../images/mid-bottom-HOME.gif) top center no-repeat #fff;}
	#HOME #right {
		padding-bottom:40px;}
	#HOME #content {
		text-align:justify;
		padding-bottom:40px;}
	#HOME #content h1 {
		font: bold 14px Arial, Helvetica, sans-serif;
		background:url(../images/h1-BG.gif) bottom right no-repeat;
		padding:0px 0px 15px 0px;}
	#HOME #qc {
		display:none;}


#two-column {
	}
		
	#two-column #content {
		width:630px;}
	#two-column #content h1 {
		font: bold 14px Arial, Helvetica, sans-serif;
		background:url(../images/h1-BG.gif) bottom right no-repeat;
		padding:0px 0px 15px 0px;}
	#two-column #mid {
		background: url(../images/mid-BG-twocolumn.gif) top left repeat-y;}
	#two-column #middle-column {
		display:none;}
	#two-column #mid-bottom #container {
		display:none;}
	
#container {
	position:relative;
	margin:0px auto;
	text-align:left;
	width:944px;
	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:#6f7a7a;
	background:#6f7a7a;
	border:none;
	margin:5px 0px;
	padding:0px;}
		
address {
	font-style:normal;}
	

/*	<![ Navigation [ -----------------------------------------------------------*/
	
#nav {
	background:url(../images/nav-BG.gif) top left repeat-x;
	font:11px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	height:26px;}
	
	#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:block;
		float:left;
		height:20px;
		padding:5px 20px 0px 20px;
		overflow:hidden;
		border-right:1px solid #fff;
		color:#fff;
		text-decoration:none;}
		
		#nav ul li.last_child a {
			border-right:none;}
			
		#nav ul li.attorneys a {
			background:no-repeat 6px 5px url(../images/dropnav-icon.gif);}
		
	#nav ul li a:hover {
		color:#4dcace;
		text-decoration:none;}
	
/* DROP NAV */
	
		#nav ul ul ul {
			position:absolute;
			top:-500px;
			left:0px;
			background:#fff;
			width:100%;
			padding:0px 0px 0px 208px;}
		#nav ul ul li:hover ul {
			top:119px;}
		#nav ul ul li.attorneys ul li a {
			font:11px Arial, Helvetica, sans-serif;
			color:#000;
			text-transform:none;
			padding:8px 10px;
			height:auto;
			border:none;
			background:none;}
		#nav ul ul li.attorneys ul li a:hover {
			color:#2f6161;
			text-decoration:underline;}
			
#atty {
	padding:1px 0px 1px 20px;
	color:#fff;
	font:14px Arial, Helvetica, sans-serif;}
	#atty ul {
		}
	#atty ul li {
		padding:5px 0px;}
	#atty ul li a {
		font-weight:normal;
		color:#fff;
		text-decoration:none;}
	#atty ul li a:hover {
		color:#4dcace;
		text-decoration:none;}	
		

		
#footlinks {
	padding:3px 0px 3px 175px;
	font:11px Arial, Helvetica, sans-serif;
	color:#027d81;
	text-align:left;
	border-top:1px solid #838c8c;
	border-bottom:1px solid #838c8c;
	margin-top: 4px;
/*	position:relative;*/
	}	

#footlinks p{
	position:absolute;
	top:38px;
	right:10px;
	margin:0;
	padding:0;
	font:bold 13px Arial, Helvetica, sans-serif;
	color: #28422D;
	display:block;
}

	#footlinks ul {
		list-style:none;
		margin:0px;
		padding:0px;
		width:600px;
		}
	#footlinks ul li {
		display:inline;
		margin:0px;
		padding:0px;}
		
		#footlinks ul ul {
			display:inline;}

	#footlinks  ul li a {
		color:#027d81;
		text-decoration:none;
		padding:0px 10px;
		border-right:1px solid #027d81;}
		
		#footlinks ul li.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 {
	font:bold 11px Georgia, "Times New Roman", Times, serif;
	color:#033e40;
	height:94px;
	background:no-repeat 0px 27px url(../images/logo.gif) #fff;
	overflow:hidden;}

.logo {
	float:left;
	width:489px;
	height:46px;
	overflow:hidden;
	margin:26px 0px 0px 0px;
	border:none;}
	
#header-text {
	width:180px;
	padding:8px 0px 0px 0px;
	overflow:hidden;
	float:right;}
	
	#header-text p {
		margin:0px;
		padding:0px 0px 8px 0px;}

#footer {
	position:relative;
	margin:0px auto;
	width:945px;
	padding:30px 0px;
	overflow:hidden;}
	
	#footer p {
		margin:0px;
		padding:0px;}
		
	.footer-logo {
		float:left;
		margin:-5px 0px 0px 10px;
		border:1px solid #ddd;}

#mid {
	border-top:2px solid #fff;
	color:#fff;
	padding:0px 4px;
	font:12px Arial, Helvetica, sans-serif;
	background:url(../images/mid-BG.gif) top left repeat-y #fff;}

	
#mid-bottom {
	background:#fff;}
	#mid-bottom #container {
		position:relative;
		margin:0px auto;
		width:944px;
		height:6px;
		overflow:hidden;
		background:url(../images/middle-column-BOTTOM.gif) top center no-repeat #fff;}


#left {
	float:left;
	width:668px;
	overflow:hidden;}
	
#middle-column {
	float:left;
	width:328px;
	padding:0px 3px;
	overflow:hidden;
	color:#000;}

#middle-column-button {
	height:17px;
	overflow:hidden;
	margin-top:-17px;
	text-align:right;}
	
	#middle-column-button p {
		margin:0px;
		padding:0px;}
	
#right {
	float:right;
	width:238px;
	padding:15px;
	overflow:hidden;}

	#right p {
		line-height:17px;}
	#right h1{	
		font: bold 15px Arial, Helvetica, sans-serif;
		line-height:normal;
		padding:0px;}
	#right h2{	
		font: bold 13px Arial, Helvetica, sans-serif;
		line-height:normal;
		padding:0px;}
	#right h3{	
		font: bold 12px Arial, Helvetica, sans-serif;
		line-height:normal;
		padding:0px;}
	#right h4{	
		font: bold 11px Arial, Helvetica, sans-serif;
		color:#ccc;
		line-height:normal;
		padding:0px;}
	#right h5{	
		font: bold 11px Arial, Helvetica, sans-serif;
		color:#aaa;
		line-height:normal;
		padding:0px;}
	#right a {
		color:#4dcace;
		font-weight:bold;
		text-decoration:none;}
	#right a:hover {
		text-decoration:underline;}

#content {
	float:left;
	width:304px;
	padding:15px;
	overflow:hidden;}

			
	#content p {
		line-height:17px;}
		
/*
	#content h1{	
		font: bold 15px Arial, Helvetica, sans-serif;
		line-height:normal;
		padding:0px;
		margin-top:0px;}
*/


	#content h1 {
		font: bold 14px Arial, Helvetica, sans-serif;
		line-height:normal;
		background:url(../images/h1-BG.gif) bottom right no-repeat;
		padding:0px 0px 15px 0px;
		margin-top:0px;}
	#content h2{	
		font: bold 13px Arial, Helvetica, sans-serif;
		line-height:normal;
		padding:0px;}
	#content h3{	
		font: bold 12px Arial, Helvetica, sans-serif;
		line-height:normal;
		padding:0px;}
	#content h4{	
		font: bold 11px Arial, Helvetica, sans-serif;
		color:#ccc;
		line-height:normal;
		padding:0px;}
	#content h5{	
		font: bold 11px Arial, Helvetica, sans-serif;
		color:#aaa;
		line-height:normal;
		padding:0px;}
	#content a {
		color:#4dcace;
		font-weight:bold;
		text-decoration:none;}
	#content a:hover {
		text-decoration:underline;}


/*  <![ Primary Contact Form [ ----------------------------------------------------*/

.pad_frm_itm {
	padding:3px 0px;
	margin:0px;}

.form-label {
	width:115px; /* Width of labels */
	padding:0px 2px 0px 0px;
	display:inline-block;
	vertical-align:top;
	text-align:right;}
  
.form-pct {
	padding:5px 6px;
	color:#000;
	border:1px solid #000;
	background:#fff;
	font:11px Arial, Helvetica, sans-serif;
	width:370px;}

select.form-pct {
	width:auto;}
	
.msg-pct {
	padding:5px 6px;
	color:#000;
	border:1px solid #000;
	background:#fff;
	font:11px Arial, Helvetica, sans-serif;
	width:490px; /*  .form-label + .form-pct + horizontal padding on .form-label   */
	height:70px;
	overflow:auto;}

.main-submit {
	background:#d6d6d6;
	border:1px solid #bbb;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000;
	margin:0px;
	padding:2px 5px;
	text-align:center;} /*applied to SUBMIT and CLEAR VALUES buttons on main contact form */
	
.main-submit:hover {
	border:1px solid #7c9292;
	background:#7c9292;
	color:#fff;}


.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:472px;
	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 {
	}

	#qc h2 {
		text-align:center;}

.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:left;
	font-weight:bold;}
  
.form-pct2 {
	padding:2px 3px;
	color:#000;
	border:1px solid #000;
	background:#fff;
	font:11px Arial, Helvetica, sans-serif;
	width:160px;}
	
.msg-pct2 {
	padding:2px 3px;
	color:#000;
	border:1px solid #000;
	background:#fff;
	font:11px Arial, Helvetica, sans-serif;
	width:160px;
	height:40px;
	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:center;
	padding-left:58px;}

.submit {
	background:#d6d6d6;
	border:1px solid #bbb;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#000;
	margin:0px;
	padding:0px;
	width:65px;
	text-align:center;}
	
.submit:hover {	
	border:1px solid #7c9292;
	background:#7c9292;
	color:#fff;}


/*	<![ Disclaimer [	 -----------------------------------------------------------*/

#disclaimer {
	padding:10px 0px 0px 185px;
	font:11px Arial, Helvetica, sans-serif;
	line-height:17px;
	color:#3c3c3c;
	text-align:left;}
	
	#disclaimer a {
		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 {
	width:575px;
	padding:2px 3px;
	color:#000;
	border:1px solid #000;
	background:#fff;
	font:11px Arial, Helvetica, sans-serif;} /* address input field */

#directionsLocale {
	padding:4px 0px;}

	#directionsLocale select {
		padding:2px 3px;
		color:#000;
		border:1px solid #000;
		background:#fff;
		font:11px Arial, Helvetica, sans-serif;} /* language dropmenu */

#locale{
	}

#directionsSubmit {
	padding:4px 0px;}
	
	#directionsSubmit input {
		background:#d6d6d6;
		border:1px solid #bbb;
		font:bold 12px Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		color:#000;
		margin:0px;
		padding:2px 5px;
		text-align:center;} /* GET DIRECTIONS button */
	#directionsSubmit input:hover {
		border:1px solid #7c9292;
		background:#7c9292;
		color:#fff;}

#map {
	border:1px solid #000;
	color:#000;}

#addressNotFound {
	}

#directions {
	}

/*]()[*/
#partner-links { position:relative; top:-8px; }
#partner-links a { color:#033e40; text-decoration:none; }
#partner-links a:hover { text-decoration:underline; }

.pic-callout { margin: 0pt 10px 10px 25px; float: right; }
.pic-callout a { display: block; position: relative; top: -17px; left: 173px; }

.atty-pic-callout { margin: 0pt 0pt 10px 25px; float: right; }
.atty-pic-callout a { display: block; position: relative; top: -18px; left:28px; }