* { 
	margin : 0; 
	padding : 0;
 }
body {
	margin:0px 0px 0px 0px;
	padding:0px;
	height : 100%;
	background : #4c5e42 url(../images/siteimages/bkg.jpg) top center repeat-x;
}
html { 
	height : 100%;
}
/* ------------- containers */
#container1 {
	width: 100%;
}
#container2 {	
	margin: 0px auto 0px auto; /* Must have auto to center in some browsers */
	width: 940px;
}
#container { 
	width : 940px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -112px;
	background : url(../images/siteimages/loop_bkg.png) repeat-y;
}
/* ------------- content */
.content {
	position : relative;
	margin: 0 auto;
	width : 890px;
}
#cleardiv {
	clear : both;
	height: 112px; /* this pushs the footer */
}

/* ------------- general styles */
.smallspacer {
	margin-bottom : 10px;
}
.largespacer {
	margin-bottom : 20px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	color: #46573d;
	border-bottom: 1px solid #46573d;
	margin-bottom:12px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #46573d;
	border-bottom: 1px solid #46573d;
	margin-bottom:10px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #948b79;
	margin-bottom:10px;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #46573d;
	margin-bottom:2px;
}
h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #46573d;
	margin-bottom:4px;
}
h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight:normal;
	font-style:italic;
	color: #757575;
	margin-bottom:2px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #4e4e4e;
	margin-bottom:18px;
}
p a:link { 
	color : #46573d;
	text-decoration : underline;
}
p a:visited { 
	color : #46573d;
	text-decoration : underline;
}
p a:hover { 
	color : #948b79;
	text-decoration : underline;
}
blockquote {
	margin:0 20px;
}
#main ul {
	margin-left : 20px;
}
#main li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom:18px;
	color: #46573d;
}
.liststyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #4e4e4e;
}
.image {
	border: 1px solid #a7a7a7;
}
.field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #46573d;
	width: 200px;
	background-color:#c6bfb3;
	border: 1px solid #46573d;
	padding : 3px 1px 4px 3px;
}
.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #46573d;
	width: 200px;
	background-color:#c6bfb3;
	border: 1px solid #46573d;
	padding : 2px 2px 3px 2px;
}
.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #d9d4cb;
	padding:2px;
	background-color: #4c5e42;
	border: 1px solid #2d3a25;
	cursor:pointer;
}
.left {
	float:left;
}
.right {
	float:right;
}


/* ------------- header */
#header {
	position : relative;
	width : 940px;
	height : 375px;
	background : url(../images/siteimages/header_bkg.png) no-repeat;
}


/* ------------- nav */
#nav {
	position : relative;
	margin:295px -5px 0px 0px;
	width:689px;
}
#nav ul {
	display:inline;
	list-style-type: none;
}
#nav li {
	float:left;
}
#nav a{
	height: 41px;
	display: block;
}
#nav #home a{ 
	background: transparent url(../images/siteimages/nav/home.png) no-repeat; 
	overflow: hidden; 
	width: 60px;
	text-indent : -9999px;
}
#nav #profile a{ 
	background: transparent url(../images/siteimages/nav/profile.png) no-repeat; 
	overflow: hidden; 
	width: 150px;
	text-indent : -9999px;
}
#nav #practice_areas a{ 
	background: transparent url(../images/siteimages/nav/practice_areas.png) no-repeat; 
	overflow: hidden; 
	width: 128px;
	text-indent : -9999px;
}
#nav #faqs a{ 
	background: transparent url(../images/siteimages/nav/faqs.png) no-repeat; 
	overflow: hidden; 
	width: 48px;
	text-indent : -9999px;
}
#nav #verdicts a{ 
	background: transparent url(../images/siteimages/nav/verdicts.png) no-repeat; 
	overflow: hidden; 
	width: 202px;
	text-indent : -9999px;
}
#nav #contact a{ 
	background: transparent url(../images/siteimages/nav/contact.png) no-repeat; 
	overflow: hidden; 
	width: 101px;
	text-indent : -9999px;
}
#nav #home a:hover {
	background-position: 0% -41px;
}
#nav #profile a:hover {
	background-position: 0% -41px;
}
#nav #practice_areas a:hover {
	background-position: 0% -41px;
}
#nav #faqs a:hover {
	background-position: 0% -41px;
}
#nav #verdicts a:hover {
	background-position: 0% -41px;
}
#nav #contact a:hover {
	background-position: 0% -41px;
}

/* ------------- sidebar */
#sidebar {
	position : relative;
	width : 230px;
	float:left;
}
#caption {
	position : relative;
	height:50px;
}
#quick_contact {
	position : relative;
	width:206px;
	margin:15px 0px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:16px;
	font-weight: normal;
	color: #4e4e4e;
}
#quick_contact a:link { 
	color : #4e4e4e;
	text-decoration : none;
}
#quick_contact a:visited { 
	color : #4e4e4e;
	text-decoration : none;
}
#quick_contact a:hover { 
	color : #46573d;
	text-decoration : underline;
}

/* ------------- practice_areas */
#practice_areas_div {
	position : relative;
	width:206px;
	height:178px;
	padding: 42px 0px 0px 0px;
	background : url(../images/siteimages/practice_areas_bkg.png) no-repeat;
}
#practice_areas_div ul {
	list-style-image: url(../images/siteimages/triangle_bullet.png);
	margin-left:25px;
}
#practice_areas_div li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #46573d;
	margin-bottom:11px;
}
#practice_areas_div li a:link { 
	color : #46573d;
	text-decoration : none;
}
#practice_areas_div li a:visited { 
	color : #46573d;
	text-decoration : none;
}
#practice_areas_div li a:hover { 
	color : #ffffff;
	text-decoration : none;
}

/* ------------- main */
#main {
	position : relative;
	width : 660px;
	margin-bottom:10px;
	float:left;
}

/* ------------- footer */
#footer {
	position : relative;
	width : 940px;
	height : 112px;
	text-align : center;
	margin: 0px auto;
	background : url(../images/siteimages/footer_bkg.jpg) no-repeat;
}
#bottom_nav {
	position : relative;
	padding-top: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 22px;
	font-weight: normal;
	color: #d9d4cb;
}
#bottom_nav a:link { 
	color : #d9d4cb; 
	text-decoration : underline;
}
#bottom_nav a:visited { 
	color : #d9d4cb; 
	text-decoration : underline;
}
#bottom_nav a:hover { 
	color : #fff; 
	text-decoration : underline;
}