@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 1.2;
	background-color: #5e6648;
	background-image: url(images/pagebackground.jpg);
	background-repeat: repeat-x;
	background-position: top;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
}
a img { 
	border: none;
}


a {
	color: #42413C;
	font-weight:bold;
	text-decoration: none; 
}

a:hover, a:active, a:focus { 
	text-decoration: underline;
}


.container {
	width: 1014px;
	background: #FFF;
	margin: 0 auto; 
}


.header {
	height: 249px;
	width: 1014px;
	margin: 0 auto; 
	background:url(images/headerback.png);
	background-repeat:no-repeat;
}


.sidebar1 {
	float: left;
	width: 307px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5e6648;
	padding-top: 24px;
	padding-left: 40px;
	padding-right: 30px;
}
.content {
	width: 590px;
	float: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 26px;
	margin-top: -60px;
}


.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}




.footer {
	position: relative;
	clear: both;
	background-color: #955a0e;
	color: #FFF;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cdb18d;
	border-right-color: #452a06;
	border-bottom-color: #251704;
	border-left-color: #ae8148;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.attorneypic {
	float: left;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 32px;
}
.menuspacer {
	height: 56px;
	display:block;
}
.content h1 {
	font-size: 14px;
	color: #000;
	margin: 0px 0px 5px;
	padding: 0px;
}
.sidebar1 ul {
	list-style-position: inside;
	color: #5e6648;
	line-height:1.6em;
}

.sidebar1 ul li a {
	font-weight: bold;
	color: #955a0e;
}

.sidebar1 ul li a:hover {
	color:#000;
}
.sidebar1 h1 {
	font-size: 14px;
	color: #fff;
	background-color: #5e6648;
	padding: 10px;
	background-image: url(images/whitesquare.gif);
	background-repeat: no-repeat;
	background-position: 280px 15px;
}
.footer a {
	font-weight: bold;
	color: #FFF;
}

.content p img {
	float:left;
	margin-right:10px;
	border:solid 2px #5e6648;
}.content ul {
	list-style-position: inside;
	line-height: 2em;
}

