* {
	margin: 0;
	padding: 0;
	border: none;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font: normal 0.8em/1.25em Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg) repeat;
	color: #777777;
}
#container {
	position: relative;
	display: block;
	width: 100%;
	background: #FFFFFF url(images/header.jpg) repeat-x;
	text-align: center;
	margin: 0 auto;
}
#footer {
	position: relative;
	display: block;
	width: 100%;
	height: 74px;
}
#main {
	position: relative;
	display: block;
	width: 90%;
	max-width: 860px;
	min-width: 760px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}
#MainImage {
	position: relative;
	display: block;
	z-index: 50;
	min-height: 356px;
	min-width: 260px;
	max-height: 438px;
	max-width: 321px;
	float: right;
	padding-top: 27px;
	margin-bottom: -72px;
	background: url(images/scales.png) no-repeat right bottom;
}
#law_image {
	position: relative;
	display: block;
	z-index: 50;
	height: 228px;
	width: 280px;
	float: right;
	padding-top: 5px;
	margin: 0px 40px -82px 0px;
	background: url(images/gavel.png) no-repeat right bottom;
}
#law_image.space {
	padding-top: 20px;
}
#law_image2 {
	position: absolute;
	display: block;
	z-index: 50;
	height: 228px;
	width: 280px;
	right: 20px;
	bottom: -81px;
	background: url(images/gavel.png) no-repeat right bottom;
}
#intro {
	position: absolute;
	display: block;
	z-index: 30;
	width: 55%;
	left: 0px;
	bottom: 5em;
}
#logo {
	position: relative;
	display: block;
	width: 317px;
	height: 226px;
	background: url(images/logo.jpg) no-repeat left bottom;
}
#nav {
	position: relative;
	display: block;
	float: right;
	height: 30px;
	list-style: none;
	margin: 200px 0px 0px 0px;
	padding: 0px;

}
#nav li {
	display: inline;
	float: left;
	margin: 0px 30px 0px 0px;
	padding: 0px;
}
#nav li a {
	font-size: 14px;
	text-decoration: none;
	line-height: 26px;
}
#nav li a:hover {
	color: #581E00;
	text-decoration: none;
}
#nav li a.current {
	color: #581E00;
	font-size: 16px;
	text-decoration: none;
}
a:link, a:visited, a img {
	color: #b2963b;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #782900;
	text-decoration: none;
}
a.selected, a.selected img {
	color: #782900;
	border: 1px solid 0000AA;
}
#response {
	position: relative;
	display: block;
	float: left;
	height: 300px;
	overflow: visible;
	text-align: left;
}
#contactform {
	position: relative;
	display: block;
	margin-bottom: 50px;
	overflow: visible;
}
#contactform fieldset {
	position: relative;
	display: block;
	width: 390px;
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: right;
}
#contactform label {
	display: block;
	float: left;
	width: 60px;
	height: 20px;
	padding: 0px;
	margin: 0px;
	text-align: right;
}
#contactform input, #contactform textarea {
	padding: 0px;
	margin: 0px 0px 0px 5px;
	line-height: 15px;
	clear: none;
	width: 300px;
	border: 1px solid #BBBBBB;
}
#contactform input.button {
	display: inline;
	padding: 0px;
	margin: 0px 0px 0px 25px;
	width: 90px;
	height: 22px;
}
#content_right {
	position: relative;
	display: block;
	z-index: 2;
	float: right;
	padding: 0px 0px 40px 50px;
}
#lawyer {
	position: relative;
	display: block;
	margin: 0px 0px 0px 480px;
}
h1 {
	font-size: 1.0em;
	color: #555555;
	padding: 5px 0px 10px 0px;
	font-weight: normal;
}
h1.top {
	padding: 20px 0px 10px 0px;
}
p {
	padding: 0px 5px 10px 0px;
	text-align: left;
}
p.p1 {
	padding: 60px 5px 10px 0px;
}
p.p2 {
	padding: 40px 5px 30px 0px;
}
p.p3 {
	padding: 40px 5px 10px 0px;
}
p.disclaimer {
	text-align: justify;
	padding: 40px 0px 40px 0px;
}
ol {
	display: block;
	list-style: none;
}
ol li {
	display: block;
	padding: 0px 0px 12px 0px;
}
ul {
	position: relative;
	display: block;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
ul li {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-size: 1.0em;
	line-height: 1.0em;
}
ul.law_desc {
	float: left;
	padding: 0px 30px 0px 0px;
}
ul.form_res {
	margin: 5px 0px 20px 0px;
}
ul.form_res li {
	padding: 0px 0px 5px 0px;
	font-size: 0.9em;
	color: #880000;
}
.red {
	color:#550000;
}
.black {
	color:#000000;
	font-size: 12px;
}
p.copyright {
	position: absolute;
	display: block;
	width: 400px;
	height: 10px;
	z-index: 6;
	left: 0px;
	bottom: -30px;
	font-size: 0.8em;
	padding: 0px;
	color: #AAAAAA;
	line-height: 1em;
}
.clear {
	width: 100%;
	height: 1px;
	clear: both;
	overflow: hidden;
}
.law_img {
	position: relative;
	display: block;
	float: left;
	padding: 40px 40px 30px 10px;
}
.pic_desc{
	color: #000000;
	padding: 10px 0px 0px 0px;
	font-size: .9em;
}
.family_law {
	position: relative;
	display: block;
	float: left;
	padding: 0px 0px 24px 10px;
}
.sterle_img {
	position: relative;
	display: block;
	width: 450px;
	float: left;
	padding: 40px 30px 20px 0px;
}
.sterle_img img {
	border: 1px solid #BBBBBB;
}
.red {
		color: #581E00;
}