/*=== Setup ===*/
*{
	border: 0;
	margin: 0;
	padding: 0
}
body{
	background: #83756c;
	color: #4f4f4f;
	font: .7em Arial,Verdana,Helvetica,Sans-Serif;
	padding: 0 0 50px
}
a{
	color:#c77a02;
	text-decoration: underline
}
a:hover{
	text-decoration: none
}
input,select,textarea{
	border: #999999 1px solid;
	font-size: 11px;
	padding: 2px
}
li{
	list-style: none
}
h2, h3{
	color: #c77a02;
	font: 2em Georgia,"Times New Roman", Times, serif;
	letter-spacing: -1px;
	margin: 0 0 .5em
}
h3{
	font-size: 1.6em;
	letter-spacing: normal;
	margin: 0 0 .8em
}
h3 span{
	font:.6em Arial,Verdana,Helvetica,Sans-Serif;
}
h4{
	font-size:1em;
	margin-bottom:.5em;
}
h4 span{
	color:#c77a02;
	font-size:.8em;
	font-weight:normal;
}
p{
	padding: 0 0 1.5em
}
/*=== Layout ===*/
#page{
	background: #fbf9f4;
}
#page-top{
	background: url(../images/page-top.jpg) #493a30 no-repeat top;
	height: 90px;
	overflow: hidden;
	padding: 30px 0 0
}
/*=== Header ===*/
#header{
	background: url(../images/header-bgr.gif) repeat-x top;
	height: 90px;
	margin: 0 auto;
	width: 800px
}
/*- Logo -*/
#header h1{
	float: left;
	margin: 0 0 30px;
	text-indent: -9999px;
	width: 270px
}
* html #header h1{
	margin: 0 0 23px;
}
#header h1 a{
	display: block;
	height: 30px;
	text-decoration: none
}
#header h1 a:hover{
	text-decoration: none
}
/*=== Navigation ===*/
/*- Nav1 -*/
#nav1{
	background: url(../images/nav1.gif) no-repeat top;
	clear: both;
	height: 30px;
	text-indent: -9999px
}
#nav1 ul{
	width: 410px
}
#nav1 li{
	float: left
}
#nav1 li a{
	background: url(../images/nav1-bgr.gif) no-repeat top;
	display: block;
	height: 30px;
	text-decoration: none
}
#nav1 li a:hover{
	text-decoration: none
}
#nav1 li#n01 a{
	background-position: 0 0;
	width: 149px
}
#nav1 li#n01 a:hover{
	background-position: 0 -30px
}
#nav1 li#n02 a{
	background-position: -149px 0;
	width: 111px
}
#nav1 li#n02 a:hover{
	background-position: -149px -30px
}
#nav1 li#n03 a{
	background-position: -260px 0;
	width: 61px
}
#nav1 li#n03 a:hover{
	background-position: -260px -30px
}
#nav1 li#n04 a{
	background-position: -321px 0;
	width: 89px
}
#nav1 li#n04 a:hover{
	background-position: -321px -30px
}
/*=== Title Placeholder ===*/
.title{
	height: 170px;
	margin: 0 0 20px;
	overflow: hidden
}
/*=== All Columns ===*/
#columns{
	background: url(../images/columns-bgr.gif) repeat-y right;
	height: 1%;
	margin: 0 auto;
	padding: 30px 0 0;
	width: 800px
}
#columns .content{
	background: url(../images/columns-content.jpg) no-repeat right bottom;
	height: 1%;
	padding: 0 0 25px
}
/*=== Center Column ===*/
#centercol{
	float: left;
	width: 530px
}
#centercol img.attorney_img{
	float:left;
	margin:0 18px 10px 0;
}
/*=== Right Column ===*/
#rightcol{
	float: left;
	margin: 0 0 0 50px;
	width: 200px
}
/*=== Sub Columns ===*/
.subcols{
	background: url(../images/subcols-bgr.gif) repeat-y;
	height: 1%;
	margin: 0 0 30px
}
.col1{
	float: left;
	width: 235px
}
/*=== Styling Lists ===*/
/*- List1 -*/
.list1 ul, ul.list1{
	margin: 0 0 1em
}
.list1 li{
	background: url(../images/ico-list.gif) no-repeat 0 4px;
	margin: 0 0 .3em;
	padding: 0 0 0 13px
}
/*=== Footer ===*/
#footer{
	background:#554840 url(../images/footer-bgr.gif) no-repeat bottom left;
	color: #ffffff;
	font-size: 11px;
	margin: 0 auto;
	padding: 10px;
	width: 780px
}
#footer a{
	color: #ffffff;
	text-decoration: none
}
#footer a:hover{
	text-decoration: underline
}
/*=== Misc. ===*/
.fix{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	overflow: hidden
}
.fl{
	float: left
}
.fr{
	float: right
}
.clear{
	clear:both;
}
iframe{
	border:1px solid #83756C;
}
#footer p {margin: 10px 0 0 0; padding: 0;}
#footer p.legal {width: 500px;}
