body {
	background: url(/i/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
}
h1, h2 {
	position: absolute;
	left: -998em;
}
h4 {
	padding-left: 20px;
	color: #5ba09d;
}
h5 {
	font-size: 12px;
	font-weight: bold;
}
a {
	color: #000000;
}
a img {
	border: 0px;
}
hr {
	color: #E0DAA6;
	background: #E0DAA6;
	width: 60%;
}


/* --- */

#container {
	width: 685px;
	background: #FFFFFF;
	padding-bottom: 50px;
	min-height: 680px;
}
*html #container {
	height: 680px;
}
/* --- */

#header {
	
}

/* --- */

#sidebar {
	float: left;
	width: 230px;
}
#sidebar p {
	padding-left: 16px;
}

/* --- */

.nav {
	margin: 0px;
	padding: 4px 0px 4px 0px;
	list-style: none;
	border-bottom: 1px solid #ccccaa;
	background: url(/i/nav_bg.jpg);	
}
.top {
	padding-top: 13px;
}
.nav li {
	padding: 0px;
	margin: 0px;
}
.nav li a {
	display: block;
	padding-left: 16px;
	width: 214px;
	line-height: 20px;
	color: #a0cac9;
	font-weight: bold;
	text-decoration: none;
}
.nav li a:hover {
	color: #FFFFFF;
}

/* --- */

#index_content {
	float: left;
	width: 454px;
	background: #e0daa6 url(/i/index_content_bg.jpg) repeat-y;
	padding-bottom: 20px;
}
#index_content h3 {
	width: 362px;
	height: 39px;
	background: url(/i/serving_michigan.jpg) no-repeat;
	text-indent: -999em;
	margin-left: 20px;
}
#index_content p,
#content p,
#content h5 {
	margin-left: 20px;
	text-align: justify;
	margin-right: 15px;
}

/* --- */

#content {
	float: left;
	width: 454px;
	padding-bottom: 20px;
	background: url(/i/content_bg.jpg) no-repeat;
	background-position: 0px -45px; /* CHANGE THIS TO CHANGE THE SHADOW LENGTH */
}
#content h3 {
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	background: #e0daa6 url(/i/index_content_bg.jpg) repeat-y;
	line-height: 35px;
	color: #143942;
	width: 434px;
	position: relative;
	border-top: 1px solid #FFFFFF;
}
#content h3 a {
	display: block;
	position: absolute;
	top: 0px;
	right: 30px;
	color: #143942;
	text-decoration: none;
	font-size: 11px;
}
#content h3 a:hover {
	text-decoration: underline;
}

#content img {
	margin-left: 10px;
}
/* --- */

#footer {
	position: relative;
	margin-left: 230px;
	clear: both;
	font-size: 10px;
}
#copyright {
	position: absolute;
	left: 0px;
	top: 0px;	
}
#chard {
	position: absolute;
	right: 3px;
	top: 0px;	
	text-align: right;
}
#disclaimer {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	text-align: center;	
}

/* --- */

.attorneys li {
	padding-bottom: 4px;
}
.practice_areas li {
	margin-bottom: 5px;
}
.practice_areas a {
	color: #245866;
	font-weight: bold;
}

/* --- */
/* -- Flags -- */

.form_wrapper {
	width: 270px;
}
.form_wrapper input, .form_wrapper textarea {
	width: 220px;
}

.flag_required, .flag_problem {
	position: absolute;
	top: -1px;
	left: -18px;
	width: 16px;
	height: 20px;
	clear: both;
	border: 1px solid #000000;
	display: none;
}
*html .flag_required, *html .flag_problem {
	left: -16px;
	height: 10px;
}
*html .left_desc .flag_required, *html .left_desc .flag_problem {
	top: 0px;
	left: -26px;
}
.flag_required, .required div {
	background: #F3B61A;
}
.flag_problem, .problem div {
	background: #CE0014;
}

.legend {
	height: 20px;
	list-style: none;
	background: none;
	padding-top: 2px;
	display: none;
}

.legend li {
	float: left;
	margin-right: 10px;
	width: 150px;
}
.legend div {
	width: 15px;
	height: 15px;
	border: 1px solid #000000;
	float: left;
	margin-right: 5px;
}
.errors {
	display: none;
}