/* @override 
	http://www.webdesign.gs/maysimpsonstrote/style/maysimpsonstrote.css
	http://webdesign.gs/maysimpsonstrote/style/maysimpsonstrote.css
*/

HTML, BODY
{
	margin: 0;
	background-color: #EAE9E1;
	background-image: url(../images/bg-wall.gif);
	background-repeat: repeat-x;
	text-align: justify;
	font: 14px/18px Arial, Helvetica, sans-serif;
}

#cms_content {
    width: 465px;
}

#wrapper
{
	width: 765px;
	margin: 0 auto;
}
#header
{
	margin: 0px;
	padding: 0px;
	width: 765px;
	height: 130px;
}
#content
{
	margin-top: 30px;
	padding: 0px;
	clear: right;
	background-color: #FFF;
	border: 1px solid #CBCAC3;
	margin-bottom: 20px;
}
#content A
{
	color: #767256;
	text-decoration: none;
}
#content A:visited
{
	color: #767256;
	text-decoration: none;
}
#content A:hover
{
	color: #68554B;
	text-decoration: underline;
}
/*@group NAVIGATION*/
#navigation
{
	width: 765px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -382px;
}
#navigation UL
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navigation UL LI
{
	display: block;
	float: left;
}
#navigation UL LI A
{
	display: block;
	float: left;
	height: 30px;
	background-image: url(../images/simpson-nav.jpg);
	text-indent: -9000px;
	overflow: hidden;
}
A#home
{
	background-position: 0 88;
	width: 88px;
}
A#home:hover
{
	background-position: 0 -30px;
}
A#about
{
	background-position: -88px 0;
	width: 97px;
}
A#about:hover
{
	background-position: -88px -30px;
}
A#attorney
{
	background-position: -185px 0;
	width: 142px;
}
A#attorney:hover
{
	background-position: -185px -30px;
}
A#clients
{
	background-position: -327px 0;
	width: 88px;
}
A#clients:hover
{
	background-position: -327px -30px;
}
A#practice
{
	background-position: -415px 0;
	width: 146px;
}
A#practice:hover
{
	background-position: -415px -30px;
}
A#contact
{
	background-position: -561px 0px;
	width: 118px;
}
A#contact:hover
{
	background-position: -561px -30px;
}
A#blog
{
	background-position: -679px 0px;
	width: 86px;
}
A#blog:hover
{
	background-position: -679px -30px;
}
#footer
{
	color: #999999;
	text-align: center;
	font-size: 11px;
	line-height: 23px;
	padding: 5px 0px;
	clear: both;
}
#footer A
{
	color: #666;
	text-decoration: none;
}
#footer A:visited
{
	color: #999;
	text-decoration: none;
}
#footer A:hover
{
	color: #333;
	text-decoration: none;
}
/*@end*/
#image
{
	width: 255px;
	float: left;
	margin-top: 18px;
	margin-left: 5px;
	margin-bottom: 10px;
	text-align: left;
}

H1
{
	font: bold 23px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 0;
}
H2
{
	color: maroon;
	margin-top: 0;
	padding-top: 0;
	font: italic bold 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-indent: 5px;
	margin-bottom: 5px;
}
H2.home
{
	width: 765px;
	height: 200px;
	text-indent: -9000px;
}
H4
{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
}

#image img
{
	border: 1px solid #CBCAC3;
	padding: 1px;
	margin-left: 4px;
}
#text
{
	float: right;
	width: 478px;
	margin-right: 10px;
}

#text p, #text ul, #text ol {
	font: 13px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #464646;
}
#sidebar
{
	padding-left: 15px;
	margin: 1px;
	width: 241px;
	background-color: #FFFEDA;
	border: 1px solid #CBCAC3;
	padding-bottom: 15px;
}

#sidebar h4 {
	margin-bottom: 10px;
	text-decoration: none;
	margin-top: 5px;
}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 25px;
}
#sidebar ul li
{
	margin-bottom: 2px;
}
.contact-small
{
	font-size: 12px;
	text-align: justify;
}

.form
{
	width: 372px;
	height: 310px;
	padding: 5px 1px 1px;
	border: 1px solid #CBCAC3;
	background-color: #FFFEDA;
}

.hidden {
	display: none;
}

.form p b {
	display: block;
	float: left;
	width: 130px;
	text-align: right;
	margin-right: 5px;
}

.form p {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.form input, .form textarea {
	border: 1px solid gray;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 3px;
	padding-bottom: 3px;
}

.form input.submit {
	margin-left: 280px;
}