@charset "utf-8";
/* 
Stylesheet for Lucas, Denning and Ellerbe, P.A.
Prepared by Scott Reston
03/2008
===============================================================*/

html {overflow-y: scroll;}

body { 
	font: 76% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	background-color: #c8c3c1; color:#32416c;
	width: 864px;
	margin: 0 auto;

}
	
p {
	font-size: 1em;	padding: 0;
	margin-top: 0;	margin-bottom: .5em;
}

div, li, ol, dl, table { font-size: 1em; }
ul, ol { margin: 1em 4ex; }
blockquote {margin: 1em 10%;}

img	{ display: inline; border: none;margin: 0; }
.floatleft { float: left; margin: .5em .5em .5em 0; }
.floatright { float: right;	margin: .5em 0 .5em .5em; }

a {
	color: #828665; /*5E4F51*/
	text-decoration: none;
	outline: none;
}
	a:hover {
		text-decoration: underline;
	}
	a:active {
		outline: none;
	}
	
h1, h2, h3, h4 { font-family:Georgia, "Times New Roman", Times, serif; }

	
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


hr { 
	border-top: 1px solid #DD5F2D;
	border-bottom: 0 solid #DD5F2D;
	background-color: #DD5F2D;
	color: #DD5F2D;
	height: 1px;
	margin: 2em 0;
	}
	

/* =Structural
===============================================================*/

#wrap {
	background-image:url(topper-curve.gif); background-repeat:no-repeat; background-position:center top;
	position: relative;
}

#header { height: 245px;}

#sidebar {
	position: absolute; top: 85px; left: 580px;
	clear: right;
	width: 200px;
	z-index: 100;
}

#content {
	clear: left;
	background-image:url(bg.gif);
	background-repeat:repeat-y;
	padding: 0 320px 4em 230px;  margin: 0;
	float: none;
	line-height: 1.8em;
	min-height: 300px;
}

#footer {
	position: relative;
	clear:both; 
	height: 65px;
	background-image:url(footer.gif);
	background-repeat:no-repeat;
}


/* =Header
===============================================================*/

h1#logo {
	float: left;
	width: 343px; height: 86px;
	margin: 104px 0 0 50px;
	background-image:url(logo.gif);
	text-indent: -9999px;
}
	h1#logo a { display: block; height: 86px;}


/* =Navigation
===============================================================*/

ol#navigation-utility {
	list-style-type: none;
	width: 220px; 
	margin-right: 48px;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .72em;
	text-transform:uppercase;
	margin: 25px 40px 0 0; padding: 0;
}
	ol#navigation-utility a { color: #feffff; display: block; padding-top: 2px; font-weight: bold;}
	ol#navigation-utility a:hover { color: #d1622d; text-decoration: none;} 

	ol#navigation-utility li {
		height: 19px; margin: 0; padding: 0 0 0 25px; width: 115px;
		background-image:url(navigation-utility-icons.gif); background-repeat: no-repeat;
	}
		ol#navigation-utility li#office-tour  {  background-position: 0 0; }
		ol#navigation-utility li#contact { background-position: 0 -40px; } 
		ol#navigation-utility li#free-consultation { background-position: 0 -22px;  } 
	


ol#navigation-primary {
	position: absolute;
	list-style-type: none;
	width: 150px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .72em;
	text-transform:uppercase;
	margin: -15px 0 0 62px; padding: 0;
	z-index: 100;
}
	ol#navigation-primary li{
		margin-bottom: 1em;
	}
	ol#navigation-primary a{
		font-weight: bold;
		color: #d1622d;
	}
	
	ol#navigation-primary li.on a{
		color: #5E4F52;
	}
	ol#navigation-primary li.on li a, ol#navigation-primary li li a {color: #e98a60;}
	
	
	ol#navigation-primary ol {
		margin: .5em 0 0 2ex; padding: 0;
		list-style-type:none;
	}



/* =Content
===============================================================*/

#content h2, #content h3, #content h4 { margin-top: 0; font-family: Verdana, Arial, Helvetica, sans-serif;}

#content h2 {
	font-size: 1em; font-weight: bold; display: inline; float: left; 
	margin:0; padding: 0 1ex 0 0;
}

#content h3 {
	font-size: 1.1em; font-weight: bold; 
	margin: 0 0 .5em 0; 
	text-transform: uppercase;
}

#content h4 {
	font-size: 1.0em; font-weight: bold; font-style:italic; 
	margin: 1em 0 .5em 0; 
}


/* sidebar elements must have 6px left marg to allow for photo offset */

#sidebar a { color: #D1622D; }

#sidebar h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	margin: 0 0 0 8px; padding: 8px 6px 14px 6px;
	font-variant:small-caps;
	color: #504144; background-color: #babca7;
}
#sidebar p { 
	line-height: 2.0em;
	margin: 0 0 0 8px; 	
	padding: 6px 6px 6px 6px;
	color: #504144; background-color: #babca7;
	font-style:italic;
}

#sidebar img {
	margin: -14px 0 6px -14px;
}




/* =Footer
===============================================================*/

#footer { padding: 0 230px; color: #666; font-size: .8em;}

#footer ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
	#footer ul li { display: inline; padding-left: 1ex; margin-left: 1ex;  border-left: 1px solid #666;}
		#footer ul li.first { border-left: none; margin-left: 0; padding-left: 0;}



/* =Contact Form

===============================================================*/	


form label {
	display:block; float: left; clear: left;
	margin-right: 5px; margin-top: 2px;
	font-weight: bold;
}	

	form label.noclear { clear: none; float: none;}

form span { display: block	; clear: left; margin-bottom: 4px;}
form .noclear { clear: none; display: inline; }
form input.submit { padding: 2px 4px; background-color: #828665; color: #FFFFFF; font-weight: bold; margin-right: 10px; border: none;}
.validation-advice,.custom-advice { color:#ff0000; font-weight: bold;}
.validation-failed { border: 1px solid #ff0000; display: inline; }
.required { border: 1px solid #d1622d; }