*{margin: 0px; padding: 0px;}

.body {
	background: url(../layout/bg.jpg) top center no-repeat #273a49; 
	behavior:url("/scripts/csshover3.htc");
	font:13px Arial, Helvetica, sans-serif;
	/*font-size: 1em;*/
	}

.clear{clear: both;}

.blue {color: #91c4e4;}

a{text-decoration: none;}

#top_bar_holder{position: relative; width: 100%; height: 23px; background: #000;}
	#top_bar{position: relative; width: 950px; height: 23px; margin: 0px auto; font-family: Arial, Helvetica, sans-serif; font-size: .9em; color: #fff;}
	#top_bar p{padding: 1px 20px 0px 0px; text-align: right;}

#container{position: relative; width: 950px; margin: 0px auto;}

#header{position: relative; width: 950px; height: 147px;}
	#logo{position: relative; width: 663px; height: 147px; float: left;}
	#number{position: relative; width: 287px; height: 147px; float: left; text-align: center;}
		#number h1{font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.7em;  color: white;  font-weight: 200; padding-top: 45px;}
		#number h2{font-family: Arial, Helvetica, sans-serif; font-size: 1.1em; font-weight: 200;}
		 

#navigation {
	position: relative; 
	width: 950px; 
	height: 41px;
	text-align: center; 
	z-index: 97;
	font:bold 13px Arial, Helvetica, sans-serif;
	text-transform:uppercase;}
	
	#navigation ul {
		list-style:none;
		margin:0px;
		padding:0px;}
		
		#navigation ul ul {
			display:inline;}
	
	#navigation li { 
		display:inline;
		margin:0px;
		padding:0px;}
	
	#navigation ul li a {
		display:inline-block;
		padding:15px 15px 0px 15px;
		height:26px;
		overflow:hidden;
		color:#fff;
		text-decoration:none;}
	
	#navigation ul li a:hover,
	#navigation ul ul li:hover a {
		background:#000;
		color: #91c4e4;
		text-decoration:none;}


/* ----- DROP NAV ----- */
			
	#navigation ul ul ul {
		display:none;
		position:absolute;
		z-index:98;
		top:41px;
		left:auto;
		background:#000;
		text-align:left;
		font:bold 12px Arial, Helvetica, sans-serif;
		text-transform:none;
		*width:170px;}
			
			#navigation ul ul li.practice-areas:hover ul {
				display:block;
				left:265px;}
			#navigation ul ul li.newsletters:hover ul {
				display:block;
				left:510px;}
			
		#navigation ul ul ul li {
			position:relative;
			z-index:99;
			padding:0px;
			margin:0px;}
			
		#navigation ul ul ul li a,
		#navigation ul ul li:hover ul li a {
			position:relative;
			z-index:100;
			display:block;
			height:auto;
			padding:10px 15px;
			margin:0px;
			background:#000;
			color:#fff;
			text-decoration:none;}
			
		#navigation ul ul ul li a:hover,
		#navigation ul ul li:hover ul li a:hover {
			color:#91c4e4;
			background:#333;
			text-decoration:none;}

	

#head_image{position: relative; width: 950px; height: 269px; background: url(../layout/head_image.jpg);}
	#tagline{position: relative; width: 450px; height: 120px; padding: 100px 20px 0px 0px; float: right; text-align: center;}
		#tagline h1{font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.8em; color:  #91c4e4; font-weight: 200; }
		#tagline h2{font-family: Georgia, "Times New Roman", Times, serif; font-size: 1.8em; color: white;}
	

#mid_contain{
	display:block;
	background: url(../layout/right_bg.jpg) top right no-repeat #000; }

#content{
	position: relative; 
	width: 694px; 
	float: left; 
	background: url(../layout/content_bg.jpg) top center no-repeat; 
	overflow: hidden;
	color:#fff;
	font:13px Arial, Helvetica, sans-serif;}
	
	#content_holder{
			padding: 0px 50px 20px 50px;
			min-height:500px;
			_height:500px;
			_overflow:visible;}
			
			
	/*
	#content p{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: .9em; color: #FFF; 
		padding: 4px 0px 10px 0px;}
	*/
	
	#content p, 
	#content ol, 
	#content ul {
		margin-top:0px;
		margin-bottom:20px;}
		
		#content ul,
		#content ol {
			margin-left:20px;
			padding-left: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:19px;}
		
		
			
	#content h1{
		font-family: Georgia, "Times New Roman", Times, serif; 
		font-size: 1.4em; 
		color: #91c4e4; 
		padding: 4px 0px 15px 0px; 
		font-weight: 200;}
	
	#content h2{
		font-family: Arial, Helvetica, sans-serif bold; 
		font-size:  1em ; 
		color: #FFF; 
		padding: 4px 0px 10px 0px;}
	
	#content h3{
		font-family: Arial, Helvetica, sans-serif bold; 
		font-size:  1em ; 
		color: #FFF; 
		padding: 4px 0px 10px 0px;}
		
		/*
	#content ul{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: .9em; 
		color: #FFF; 
		padding: 4px 20px 10px 20px;}
		*/
	
	#content a{
		font-family: Arial, Helvetica, sans-serif; 
		color: #91c4e4; 
		font-weight: bold;}
	
	#content a:hover{
		color: #3CF;}
		
		
	
#right{
	position: relative; 
	width: 254px; 
	float: left; 
	overflow: hidden;}
	
	#right h1{
		position:relative;
		display:block;
		font-family: Georgia, "Times New Roman", Times, serif; 
		font-size: 1.4em; 
		color: white; 
		padding: 4px 0px 15px 0px; 
		font-weight: 200; 
		border-bottom: 1px solid #666; 
		margin-right: 20px; 
		margin-left: 20px; 
		margin-bottom: 20px;}
		
	#right p{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: .9em; 
		color: #FFF; 
		padding: 0px 10px 0px 10px; 
		font-weight: lighter;} 
		
	#qc{
		}
		
		#qc p {
			*padding:0px 20px;}
			
			@media screen and (-webkit-min-device-pixel-ratio:0){
				#qc p {
					padding:0px 20px;}
				}  /*Safari hack - keep in */
	
	#aop {
		position:static;
		display:block;
		padding:0px 0px 20px 0px;}
	
		#aop ul{ 
			list-style: none;
			margin:0px;
			padding:0px 0px 0px 30px;
			/*
			margin-left: 25px; margin-bottom: 15px; float: none;
			*/
			}
		
		#aop ul li {
			display:inline;
			margin:0px;
			padding:0px;}
		
		#aop ul li a {
			display:block;
			background: url(../layout/aop_ul_bg.jpg); 
			width:170px; 
			height:18px;
			padding:0px 0px 0px 30px;
			overflow:hidden;}
		
		#aop ul li a:hover{
			background: url(../layout/aop_ul_bg_over.jpg);}
		
		#right a{
			font-family: Arial, Helvetica, sans-serif; 
			font-size: .9em; 
			color: #FFF;
			text-decoration:none;}
		
		#right a:hover{
			color: #3FF;
			text-decoration:none;}
	
#footer_holder{position: relative; width: 100%; background: url(../layout/footer_bg.jpg) top center repeat-x #61717e;}
	#footer{
		position: relative; 
		width: 950px; 
		margin: 0px auto; 
		/*font-size: .8em; */
		font:11px Arial, Helvetica, sans-serif;
		padding-top: 0px;}
		
		#footer p{font-family: Arial, Helvetica, sans-serif; color: #FFF; padding: 4px 0px 10px 0px;}
		#footer ul{list-style: none; font-family: Arial, Helvetica, sans-serif; color: #FFF; font-size:13px;}
		#footer a{font-family: Arial, Helvetica, sans-serif; color: #91c4e4; font-weight: bold;}
		#footer a:hover{color: #3CF;}


/* QUICK CONTACT */
.pad_frm_itm2 { margin: 0px; padding: 2px 0px; }
.form-label2 { display: none; }
.form-pct2 { background: #fff; border: 1px solid #333; color: #555; font: 11px Tahoma, Verdana, Arial, sans-serif; padding: 2px 3px; width: 210px; }
.msg-pct2 { background: #fff; border: 1px solid #333; color: #555; font: 11px Tahoma, Verdana, Arial, sans-serif; height: 50px; overflow: auto; padding: 2px 3px; width: 210px; }
.custom-form2 fieldset { border: none; margin: 0px; padding: 0px; }
.custom-form2 legend { font: bold 14px Verdana, Arial, Helvetica, sans-serif; padding: 0px 2px 5px 33px; text-align: center; }
.custom-form2 ol { list-style: none; margin: 0px; padding: 0px; }
#qc .submit { background: url(../layout/submit.jpg); border: none; color: #fff; cursor: pointer; font: 11px Arial, Helvetica, sans-serif; height: 25px; margin: 0px; padding: 0px; text-align: center; width: 69px; }
#qc .submit:hover { background: url(../layout/submit_over.jpg); }


/* CONTACT FORM */
/*
.trigger { display: none; }
label {color: white;}
.pad_frm_itm,
#content .pad_frm_itm { font-family: Arial, Helvetica, sans-serif; font-size: .9em; margin: 0px; padding: 3px 0px; }
.form-label { color: white; display: inline-block; font-family: Arial, Helvetica, sans-serif; font-size: .9em; padding: 0px 3px 0px 0px; vertical-align: middle; width: 150px; }
.checkbox { color: white; }
.form-pct { background: #eee; border: 1px solid #c0c0c0; color: #555; padding: 7px 8px; width: 347px; }
select.form-pct { width: auto; }
.msg-pct { background: #eee; border: 1px solid #c0c0c0; color: #555; height: 70px; overflow: auto; padding: 7px 8px; width: 470px; }
.main-submit { background: #444; border: 1px solid #222; color: #fff; font: bold 13px Arial, Helvetica, sans-serif; padding: 2px 0px 0px 0px; padding: 2px 5px; text-transform: uppercase; }
.main-submit:hover { background: #666; }
.custom-form { }
.custom-form fieldset { border: none; font-family: Arial, Helvetica, sans-serif; font-size: 1em; margin: 0px; padding: 0px; }
.custom-form legend { font-weight: bold; padding: 0px 2px; }
.custom-form ol { list-style: none; margin: 0px; padding: 0px; }
*/



/*  <![ 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;
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;}


.form-pct {	
	border:1px solid #fff;
	background:#fff;
	font:12px Tahoma, Verdana, Arial, sans-serif;
	color:#000;
	padding:7px 8px;
	width:450px;}
	

select.form-pct {
	width:auto;}


.msg-pct {
	border:1px solid #fff;
	background:#fff;
	font:12px Tahoma, Verdana, Arial, sans-serif;
	color:#000;
	padding:7px 8px;
	width:570px;
	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,
	#content .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;
		color:#000;}

	#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;}



/* NEWSLETTER */
.LinkGroup { padding-bottom: 15px; padding-top: 10px; }
.linkToDetail a { text-decoration: none; }
.linkToDetail .RichText { font-size: .9em; font-weight: bold; margin-bottom: 20px; text-decoration: none; color: white;}
.linkToDetail .RichText a { 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 #fff;
	background:#fff;
	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 #fff;
		background:#fff;
		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 {
	}




