body {
	background: url(/i/bg_extend.gif);
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6f6f6f;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
h2 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #394f6b;
	text-transform: uppercase;
}
h3 {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	color: #6e0808;
	text-transform: uppercase;
}
h4 {
	font-size: 14px;
	font-weight: normal; 
	text-transform: uppercase;
}
h2 a,
h3 a,
h4 a,
h5 a { color: inherit; }

*html a h2 { color: #394f6b;}
*html a h3 { color: #6e0808; }
*html a h4 { color: #6f6f6f; }

a img {
	border: 0px;
}
h5 {
	color: #333333;
	margin: 0px;
	padding: 0px;
}

/* --- */

.float_left {
	float: left;
	margin: 3px 10px 10px 0px;
}
.col33 {
	float: left;
	width: 33%;
}
.col66 {
	float: left;
	width: 66%;
}

/* --- */

#body_wrapper {	
	background: url(/i/bg.gif) no-repeat center top;
}
#body_extender {
	background: url(/i/body_extend.gif) repeat-y center top;
}
#container {
	width: 760px;
	margin: 0px auto 0px auto;
}

/* --- */

#header {
	height: 120px;
	position: relative;
	background: #394F6B;
}
#move {
	position: absolute;
	left: -789em;
}


/* --- */

#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 25px;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	background: url(/i/nav_bg.gif) top;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px 2px 0px 0px;
	background: url(/i/nav_divider.gif) center right no-repeat;
}
#nav li.noPad {
	padding: 0px;
	background: none;
}
#nav li a {
	display: block;
	padding: 0px 7px 0px 7px;
	height: 25px;
	text-indent: -789em;
	background-position: center top;
	background-repeat: no-repeat;
}
#nav li a:hover {
	background-position: center bottom;
}

#attorney_profile a { width: 123px; background-image: url(/i/nav_attorney_profile.jpg); }
#firm_profile a { width: 81px; background-image: url(/i/nav_firm_profile.jpg); }
#areas_of_practice a { width: 121px; background-image: url(/i/nav_areas_of_practice.jpg); }
#referring_attorneys a { width: 170px; background-image: url(/i/nav_referring_attorneys.jpg); }
#why_lh  a{ width: 98px; background-image: url(/i/nav_why_lh.jpg); }
#contact a { width: 73px; background-image: url(/i/nav_contact.jpg); }

/* --- */

#tag {
	text-indent: -789em;
	height: 48px;
	background: url(/i/tag.gif) center no-repeat;
}

/* --- */

#content {
	padding: 17px 23px 38px 23px;
	min-height: 430px;
}
#news {
	float: right;
	width: 355px;
	min-height: 420px;
	margin-left: 30px;
	padding: 13px 9px 13px 9px;
	background: #f2f2ee;
	border: 1px solid #6e0808;
}

#content p {
	margin: 0px;
	padding: 3px 0px 15px 0px;
}

*html #content,
*html #news { 
	height: 420px; 
}

/* --- */

.attorney {
	clear: both;
}
.attorney .img {
	float: left;
	width: 190px;
	text-align: center;
}
.attorney .info {
	float: left;
	width: 400px;
}

.practice_areas li {
	font-size: 14px;
	margin-bottom: 3px;
}

/* --- */

#footer {
	padding: 10px 0px 10px 0px;
	text-align: center;
	background: #394f6b url(/i/footer_shadow.gif) repeat-x bottom;
	color: #FFFFFF;
}
#abs_footer {
	text-align: center;
	font-size: 10px;	
}

/* --- */

#contact_form {
	float: right;
	width: 260px;
	margin-left: 30px;
}

#form .standard input,
#form .standard textarea {
	width: 250px;
}

#form .standard {
	margin-bottom: 8px;
}

/* --- */

.blogUl, .blogUl ul {
	list-style: none;
	margin: 5px 0px 15px 0px;
	padding: 0px;
}
.blogUl li {
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 20px;
}
.blogUl h2 {
	margin: 0px 0px 10px 0px;
}
