body {
	margin: 0px;
	padding: 0px;
	background: url(/i/bg.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
a {
	color: #3E0D00;
}
a img {
	border: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	line-height: 36px;
	height: 36px;
	background: url(/i/h2.gif);
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	margin: 0px 0px 0px 205px;
	padding: 0px 0px 0px 42px;
}
.index h2 {
	height: 35px;
	background-position: 0px -3px;
}
h2.index {
	margin-left: 338px;
}
*html h2 {
	position: relative;
	left: -4px;
	width: 410px;
}
*html h2.index {
	width: auto;
	position: inherit;
	left: 0px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}

/* --- */

*html .trans {
	behavior: url(/c/pngHack.htc);
}
.float_right {
	float: right;
	margin: 0px 0px 15px 10px;
}

/* --- */

#container {
	position: relative;
	width: 660px;
	margin: 22px auto 0px auto;
	border: 5px solid #afb4ba;
	text-align: left;
	background: #2C0F0F;
}

/* --- */

#nav_wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 205px;
	height: 252px;
	background: #2a2025;
	z-index: 1000;
}
#swoosh_wrapper {
	position: relative;
}
#nav_swoosh {
	top: -1px;
	position: absolute;
	z-index: 1003;
}

.nav {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.nav li {
	margin: 0px 0px 3px 0px;
	padding: 0px;
}
.nav li a,
.nav li a.unselected {
	display: block;
	padding: 0px 0px 0px 20px;
	width: 185px;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	background-color: #1e3e55;
	color: #FFFFFF;
	text-decoration: none;
	background-position: left;
	text-indent: -800em;
}
.nav li a:hover,
.nav li a.selected {
	background-color: #3c789c;
	background-position: -207px 1px;
}
#nav_copy {
	position: absolute;
	z-index: 1005;
	top: 0px;
}
#nav_copy li a {
	text-indent: -800em;
	background: url(/i/blank.gif);
}

#home a { background-image: url(/i/nav_home.jpg); }
#firm_overview a { background-image: url(/i/nav_overview.jpg); }
#attorney_profiles a { background-image: url(/i/nav_attorney_profiles.jpg); }
#areas_of_practice a { background-image: url(/i/nav_areas_of_practice.jpg); }
#notable_cases a { background-image: url(/i/nav_notable_cases.jpg); }
#resources a { background-image: url(/i/nav_resources.jpg); }
#contact a { background-image: url(/i/nav_contact.jpg); }

/* --- */

#header {
	background: #2F1212 url(/i/header.gif) no-repeat top right;
	background-position: 186px 0px;
	height: 55px;
	text-indent: -800em;
}
*html #header h1,
*html #header p {
	position: absolute;
}
#header.index {
	height: 56px;
	border-bottom: 2px solid #AFB4BA;
}
*html #header.index {
	height: 56px;
}

/* --- */

#main {
	position: relative;
	background: #2c0f0f;
}
*html #main {
	background-image: url(/i/h2.gif);
	background-position: 48px 0px;
}
#main.index {
	background: #2c0f0f url(/i/homepage.jpg) no-repeat;
	background-position: -1px -2px;
}

/* --- */

#sidebar {
	float: left;
	width: 205px;
	padding-top: 195px;
	text-align: center;
}

#content {
	float: left;
	width: 371px;
	background: #dbd7d7;
	color: #000000;
	margin: 0px 0px 0px 0px;
	padding: 21px 42px 105px 42px;
	min-height: 400px;
}
*html #content {
	height: 400px;
}
#content.index {
	float: none;
	width: auto;
	background: #dbd7d7;
	color: #000000;	
	margin-left: 338px;
	padding: 10px 10px 105px 10px;
	min-height: 360px;
}
*html #content.index {
	height: 360px;
}

/* --- */

#footer_wrapper {
	position: absolute;
	bottom: 0px;
}
*html #footer_wrapper {
	bottom: -4px;
}
#footer {
	position: relative;
}
#footer_content {
	position: absolute;
	color: #FFFFFF;
	right: 18px;
	top: 20px;
	text-align: right;
}
#footer_content a {
	color: #FFFFFF;
}

/* --- */

.form .standard {
	clear: both;
	margin: 0px 0px 10px 0px;
}
.form .label {
	float: left;
	width: 210px;
	padding: 0px 10px 0px 0px;
}
.form input,
.form textarea,
.form select {
	font-size: 11px;
	width: 195px;
}
.form .autoWidth .field input {
	width: auto;
}
.form .checkboxList .label,
.form .checkboxList .field {
	clear: both;
}
.form .errors {
	display: none;
}

.attorneyList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.attorneyList li {
	float: left;
	margin: 0px;
	padding: 0px 35px 15px 0px;
}

#subfooter {
	text-align: center;
	padding: 7px;
}
#subfooter a {
	color: #CCCCCC
}