*{margin: 0; padding: 0; border: 0}
/*{border: solid 1px red;}*/

body{
	background: #4D4D4D url(images/bkd.gif) repeat-x;
	color: #272727;
	font-size: 12px;
	font-family: helvetica, arial, sans-serif;
	text-align: center;
}

a{
	color: #900E14;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

#container{
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 790px;
	padding-top: 9px;
}

#header{
	width: 790px;
	height: 192px;
	background: url(images/header.jpg) no-repeat;
}

#header h1, #header h2, #header h3{
	display: none;
}

#menu{
	width: 790px;
	height: 27px;
	background: url(images/m_bkd.gif) no-repeat;
}

#menu ul{
	list-style: none;
	margin-left: 5px;
}

#menu li{
	display: block;
	float: left;
	margin-right: 70px;
}

#menu #home a{
	display: block;
	width: 125px;
	height: 27px;
	text-decoration: none;
	text-indent: -10000em;
	background: url(images/m_home.gif) no-repeat;
}

#menu #home a:hover{
	background-position: 0 -27px;
}

#menu #about a{
	display: block;
	width: 125px;
	height: 27px;
	text-decoration: none;
	text-indent: -10000em;
	background: url(images/m_about.gif) no-repeat;
}

#menu #about a:hover{
	background-position: 0 -27px;
}

#menu #attorneys a{
	display: block;
	width: 125px;
	height: 27px;
	text-decoration: none;
	text-indent: -10000em;
	background: url(images/m_attorneys.gif) no-repeat;
}

#menu #attorneys a:hover{
	background-position: 0 -27px;
}

#menu #contact a{
	display: block;
	margin-right: 0;
	width: 125px;
	height: 27px;
	text-decoration: none;
	text-indent: -10000em;
	background: url(images/m_contact.gif) no-repeat;
}

#menu #contact a:hover{
	background-position: 0 -27px;
}

#wrap{
	width: 790px;
	background: url(images/b_bkd.gif) repeat-y;
}

#body{
	width: 500px;
	height: 650px;
	margin-left: 256px;
	padding: 10px;
}

html>body #body{
	height: auto;
	min-height: 650px;
}

#body h4{
	color: #192347;
	font-size: 14px;
	margin-bottom: 8px;
}

#body p{
	margin-bottom: 8px;
	line-height: 15px;
}

#body ul{
	margin-left: 20px;
	margin-bottom: 15px;
}

#sidebar{
	width: 227px;
	height: 644px;
	padding-left: 20px;
	background: url(images/c_bkd.gif) no-repeat;
	position: absolute;
	top: 230px;
	left: 6px;
	color: #fff;
	font-size: 11px;
	line-height: 15px;
}

#sidebar h3{
	display: none;
}

#sidebar p{
	font-size: 9px;
	margin-top: 45px;
	margin-bottom: 8px;
	width: 200px;
	line-height: 10px;
}

#sidebar label{
	display: block;
	margin-bottom: 3px;
}

#sidebar input{
	width: 200px;
	margin-bottom: 8px;
}

#sidebar .radio{
	width: 15px;
	margin: 0 5px 0 10px;
}

#sidebar textarea{
	width: 200px;
	height: 125px;
	margin-bottom: 8px;
}

#sidebar #submit{
	width: 56px;
	height: 18px;
}

.contact #body{
	margin-left: 0;
	text-align: center;
	width: 790px;
}

.contact #form{
	width: 500px;
	background: #4D4D4D;
	border: 1px solid #fff;
	padding: 20px;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}

.contact #form h4{
	color: #fff;
	background: #192347;
	width: auto;
	text-align: center;
	padding: 5px;
}

.contact p{
	font-size: 12px;
	margin-bottom: 8px;
	line-height: 15px;
}

.contact form{
	width: 200px;
	margin: 0 auto;
	text-align: left;
}

.contact label{
	display: block;
	margin-bottom: 3px;
}

.contact input{
	width: 200px;
	margin-bottom: 8px;
}

.contact .radio{
	width: 15px;
	margin: 0 5px 0 10px;
}

.contact textarea{
	width: 200px;
	height: 125px;
	margin-bottom: 8px;
}

.contact #submit{
	width: 56px;
	height: 18px;
}

#footer p, .contact #footer p{
	width: 790px;
	height: 33px;
	background: url(images/footer.gif) no-repeat;
	color: #fff;
	text-align: center;
	line-height: 26px;
	font-size: 11px;
}