body {
	margin: 0px;
	padding: 0px;
	background: #e0e0c7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #f4f2da;
	text-transform: uppercase;
}
h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 14px;
	text-transform: uppercase;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
a {
	color: #FFFFFF;	
}

/* --- */

.col50 {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	width: 49%;
}
.float_right {
	float: right;
	margin: 0px 0px 10px 10px;
}

/* --- */

#container {
	width: 800px;
	min-height: 500px;
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	text-align: left;
	background: url(/i/bg.png) top center no-repeat;
}
*html #container {
	min-height: 500px;
}

/* --- */

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

/* --- */

#nav_wrapper {
	height: 36px;
	border-top: 7px solid #000000;
	border-bottom: 3px solid #000000;	
	background: url(/i/nav_bg.gif) top repeat-x;
}

#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 36px;
}
#nav li {
	position: relative;
	float: left;
	margin: 0px;
	padding: 0px;
	background: url(/i/nav_div.gif) top right no-repeat;
}
#nav li a {
	display: block;
	height: 36px;
	text-indent: -789em;
	text-decoration: none;
	padding: 0px 10px 0px 8px;
	margin-right: 2px;
	background-position: top center;
	background-repeat: no-repeat;
}
#nav li a:hover,
#nav li.sfhover a,
#nav li:hover a {
	background-position: bottom center;
	background-color: #000000;
}

#nav li ul {
	position: absolute;
	left: -789em;
	list-style: none;
	width: 200px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background: #000000;
}
#nav li ul li {
	float: none;
	margin: 0px;
	padding: 0px;
	background: none;
}
#nav li ul li a {
	width: 180px;
	height: auto;
	margin: 0px;
	padding: 3px 10px 3px 10px;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	text-indent: 0px;
	background: #000000;
}
#nav li ul li a:hover {
	text-decoration: underline;
}

#nav li:hover ul,
#nav li.sfhover ul {
	left: 0px;
}

#home { width: 35px; background-image: url(/i/nav_home.gif); }
#about_our_firm { width: 102px; background-image: url(/i/nav_about.gif); }
#attorney_profiles { width: 122px; background-image: url(/i/nav_attys.gif); }
#areas_of_practice { width: 118px; background-image: url(/i/nav_areas.gif); }
#why { width: 140px; background-image: url(/i/nav_why.gif); }
#resources { width: 68px; background-image: url(/i/nav_resources.gif); }
#contact { width: 72px; background-image: url(/i/nav_contact.gif); }

/* --- */

#sidebar {
	float: left;
	width: 200px;
	margin: 20px 20px 0px 25px;
	text-align: center;
}

/* --- */

#content {
	float: left;
	width: 530px;
	padding: 20px 0px 30px 0px;
}
#content.wide {
	float: none;
	width: 750px;
	margin-left: 25px;
}

/* --- */

#index_content {
	height: 365px;
	padding-top: 200px;
	background: url(/i/index_bg.gif) center no-repeat;
}
#index_content #header {
	background-position: 0px -24px;
	height: 124px;
}

/* --- */

#footer {
	clear: both;
}

/* --- */

#abs_footer {
	text-align: center;
	background: url(/i/container_btm.gif) top center no-repeat;
	padding: 10px 0px 0px 0px;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
#abs_footer span {
	color: #921a1d;
}
#abs_footer .small {
	font-size: 12px;
}
#abs_footer a {
	color: #000000;
}
#abs_footer .small a {
	font-weight: normal;
}



/* --- */

#contact_form {
	float: right;
	width: 260px;
}

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

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

@media print {
	#header {
		background: none;
		text-indent: 0px;
	}
	#nav_wrapper {
		display: none;
	}
}