body {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background: url(/i/bg.gif) top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
}
h2 {
	color: #8b1b31;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
}
h3 {
	color: #8b1b31;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
}
h4 {
	color: #000000;
	font-size: 13px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
}
a {
	color: #666666;
}
a img {
	border: 0px;
}

/* --- */

.txt {
	position: absolute;
	left: -789em;
}

/* --- */

#abs_header {
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: right;
	color: #000000;
	line-height: 30px;
}
#abs_header a {
	color: #FFFFFF;
}

/* --- */

#container {
	width: 800px;
	margin: 0px auto 0px auto;
	border: 1px solid #000000;
	text-align: left;
	background: #ffffff;
}

/* --- */

#header {
	position: relative;
}
#header .subscribe {
	position: absolute;
	top: 5px;
	right: 8px;
	color: #8b1b31;
	font-weight: bold;
}
#header .carol {
	position: absolute;
	left: 0px;
	top: -33px;
	behavior: url(/_jsclasses/pngRoll/pngHack.htc);
}

/* --- */

#nav_wrapper {
	height: 42px;
	background: url(/i/nav_bg.gif) top repeat-x;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px 1px 0px 0px;
	background: url(/i/nav_div.gif) top right no-repeat;
}
#nav li a {
	display: block;
	height: 42px;
	padding: 0px 8px 0px 8px;
	text-decoration: none;
	text-indent: -789em;
	background-position: top center;
	background-repeat: no-repeat;
}
#nav li a:hover {
	background-position: bottom center;
	background-color: #000000;
}

#home { width: 34px; background-image: url(/i/nav_home.gif); }
#areas_of_practice { width: 101px; background-image: url(/i/nav_areas_of_practice.gif); }
#attorney_profile { width: 94px; background-image: url(/i/nav_attorney_profile.gif); }
#case_summaries { width: 102px; background-image: url(/i/nav_case_summaries.gif); }
#classes { width: 102px; background-image: url(/i/nav_classes.gif); }
#contact { width: 125px; background-image: url(/i/nav_contact.gif); }
#resources { width: 64px; background-image: url(/i/nav_resources.gif); }
#why_carol_holmes { width: 160px; background-image: url(/i/nav_why_carol_holmes.gif); }

/* --- */

#index_left {
	float: left;
	width: 379px;
	padding: 293px 0px 0px 0px;
	border-right: 1px solid #000000;
	background: #000000 url(/i/tools.gif) top no-repeat;
}
*html #index_left {
	padding-top: 273px;
}
#index_left h3 {
	padding: 0px 0px 0px 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 27px;
	background: #000000;
	color: #FFFFFF;
}

/* --- */

.legal_updates {
	list-style: none;
	margin: 10px 14px 10px 14px;
	padding: 0px;
}
.legal_updates li {
	margin: 0px;
	padding: 0px;
	color: #8b1b31;
	font-weight: bold;
}
.legal_updates li a {
	font-weight: normal;
}

/* --- */

#content {
	margin: 0px;
	padding: 20px;
}
#content.index {
	float: left;
	width: 380px;
}
.sb { 
	float: left;
	margin-right: 15px;
	width: 391px;
}

/* --- */

#sidebar {
	float: left;
	padding-top: 20px;
	width: 300px;
}

/* --- */

#footer {
	clear: both;
	padding: 10px 0px 12px 0px;
	border-top: 5px solid #000000;
	background: #6e1526 url(/i/footer.gif) top repeat-x;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}
#abs_footer {
	padding: 15px 0px 10px 0px;
}
#abs_footer a {
	color: #333333;
	font-size: 10px;	
}
#abs_footer a.disclaimer {
	font-size: 12px;
	color: #CCCCCC;
}

/* --- */

#contact_form {
	float: right;
	width: 260px;
	margin-left: 15px;
	font-weight: bold;
}

#form .standard input,
#form .standard textarea {
	width: 250px;
	border: 2px solid #80192D;
	background: #F4F4F4;
}

#form .autoWidth input {
	width: auto;
	border: 0px;
	background: default;
}

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

#contact_form h4 {
	background: #891B30;
	color: #FFFFFF;
	padding: 3px;
}

@media print {
	#abs_header,
	#header img,
	#nav_wrapper,
	#carol,
	#index_left,
	#contact_form {
		display: none;
	}
	.txt {
		position: relative;
		left: 0px;
	}
	#content {
		width: 100%;
	}
	#carol {
		left: auto;
		right: 0px;
	}
	#container {
		border: 0px;
	}
	#footer {
		border: 0px;
		width: auto;
		text-align: center;
	}	
}