body {
	background-color: #dfd8bd;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	margin: 0;
}

a {
	color: #333;
}

a:hover {
	color: #333;
	text-decoration: none;
}

dl {
	margin: 0 0 0 30px;
}

dt {
	font-weight: bold;
	float: left;
	padding-top: 10px;
	width: 8em;
}

dd {
	margin-left: 8em;
	padding-top: 10px;
}

#header {
	background-color: white;
}

#header_menu {
	background-color: #7f0d0c;
	background-image: url( '../img/header-gradient.png' );
	background-repeat: repeat-x;
	width: 100%;
}

#header_menu_wrapper {
	margin: 0 auto;
	max-width: 1000px;
}

#header_items {
	float: right;
	list-style: none inside none;
	margin: 0;
	padding: 0;
}

#header_items > li {
	float: left;
}

#header_items > li > a {
	border-left: 1px solid #8f3d3c;
	color: white;
	display: block;
	font-size: 1.1em;
	padding: 10px 50px 10px 10px;
	text-decoration: none;
}

#header_items > li:hover {
	background-image: url( '../img/header-selection.png' );
	background-repeat: no-repeat;
	background-position: right bottom;
}

.sub_menu {
	background-color: white;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	display: none;
	list-style: none outside none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 180px;
}

.sub_menu li {
	margin: 0;
	padding: 0;
}

.sub_menu li a {
	display: block;
	margin: 10px 10px;
}

#logo {
	background-color: white;
	clear: both;
	font-size: 0.01em;
	height: 24px;
	margin: 0 auto;
	padding: 30px 0;
	text-indent: -10000px;
	max-width: 1000px;
}

#logo a {
	background-image: url( '../img/thompson-attorney-logo.png' );
	background-repeat: no-repeat;
	background-position: 20px center;
	display: block;
	height: 24px;
	width: 380px;
}

#page {
	background-color: white;
	padding-top: 0;
}

#page #content_wrap {
	margin: 0 auto;
	max-width: 990px;
	padding-bottom: 30px;
	padding-right: 10px;
}

#page #left_menu {
	float: left;
	padding: 0 20px;
	width: 187px;
}

#page #left_menu h2 {
	background-image: url( '../img/menu-header.png' );
	background-repeat: no-repeat;
	color: #7f0d0c;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
	padding: 6px 30px 0 0;
	text-align: right;
}

#page #left_menu ul + h2 {
	margin: 30px 0 0 0;
}

#page #left_menu ul {
	list-style: none inside none;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: right;
}

#page #left_menu ul li {
	margin: 0;
	padding: 5px 30px 0 0;
}

#page #left_menu ul li a {
	color: #333;
	text-decoration: none;
}

#page #left_menu ul li a:hover {
	text-decoration: underline;
}

#page #content {
	margin: 0 0 0 230px;
}

#page #content h2 {
	color: #7f0d0c;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0;
}

#page #content h3 {
	color: #7f0d0c;
	font-weight: bold;
	font-size: 1.0em;
	margin: 0;
}

#content img.right {
	float: right;
	margin: 10px;
}

#contact_form ul, #evaluation_form ul {
	list-style: none inside none;
	margin: 0;
	padding: 0;
}

#content form ul li {
	margin: 10px 30px;
}

#content form input[type=text] {
	width: 200px;
}

#contact_form div, #evaluation_form div {
	margin: 10px 30px;
}

#contact_form  ul li div, #evaluation_form ul li div {
	margin: 10px 0;
}

#contact_form div textarea, #evaluation_form div textarea {
	height: 100px;
	width: 460px;
}

#contact_form div textarea.half_size, #evaluation_form div textarea.half_size {
	height: 50px;
	width: 430px;
}


div.form_actions {
	width: 460px;
	text-align: right;
	margin: 10px 30px;
}

label {
	display: block;
}

ul.form_errors {
	border: 1px solid #7f0D0c;
}

#footer {
	background-color: #dfd8bd;
	background-image: url( '../img/footer-shadow.png' );
	background-repeat: repeat-x;
	color: #7f0d0c;
	clear: both;
	font-size: 0.8em;
	padding: 20px;
}

#footer p {
	margin: 10px auto;
	padding-left: 230px;
	max-width: 770px;
}
