body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	text-align: center;
	font-size: 13px;	
	font-family: Trebuchet MS, Trebuchet, Arial;
}
a {
	color: #000000;
}
a:hover {
	color: #CF5236;
}
a img {
	border: 0px;
}
h3 {
	font-size: 16px;
	color: #cf5236;
	text-transform: uppercase;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
*html h3 {
	margin: 6px 0px 0px 0px;
}
h4 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#content_index h3 {
	color: #000000;
}

/* --- */

.snug {
	padding-top: 0px;
	margin-top: 0px;
}
.white {
	color: #FFFFFF;
}
.orange {
	color: #cf5236;
}
.noBorder { 
	border: 0px #FFFFFF;
}
.float_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 14px;
}
.float_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 14px;
}

/* --- */

#container {
	width: 760px;
	margin: 0px auto 0px auto;	
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #8d8270;
}
#header {
	background: #cf5236;	
}
#contact_1 {
	line-height: 27px;
	background: #000000;
	color: #FFFFFF;
	font-weight: bold;
}
#sidebar {
	float: left;
	width: 180px;
}
#content {
	float: left;
	width: 549px;
	padding: 15px;
	min-height: 450px;
	border-left: 1px solid #000000;
	text-align: justify;
	background: #e8e0b9;
}
*html #content {
	height: 243px;
	width: 549px;
}
*html #content.widthFix {	
	padding: 15px 9px 15px 15px;
}
#content.indexFix {
	min-height: 262px;
}
#content_index {
	clear: both;
	border-top: 6px solid #000000;
	background: #8D8270;
	color: #FFFFFF;
	text-align: left;
	padding: 10px 35px 30px 200px;
}
#attorney_nav {
	color: #cf5236;
}
#attorneys_pics {
	list-style: none;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
#attorneys_pics li {
	float: left;
	width: 30%;
	margin: 0px;
	padding: 0px;
	margin-right: 3%;	
	text-align: center;
}
*html #attorneys_pics li {
	width: 25%;
	margin-right: 1%;
}

/* --- */

#nav {
	list-style: none;
	margin: 0px;
	padding: 10px 0px 29px 0px;
	background: #aa9a80 url(../i/nav_bg.gif) repeat-y;
}
#nav li {
	margin: 0px 0px 7px 0px;
	padding: 0px;
}
#nav li a {
	display: block;
	width: 100%;
	height: 23px;
	text-indent: -994em;
}
*html #nav {
	padding: 10px 0px 25px 0px;
}

/* --- */

.post h2 {
	font-size: 20px;
}

/* --- */

#footer {	
	clear: both;
	color: #FFFFFF;
	background: #000000;
	height: 70px;
	padding-top: 20px;
}

#footer_nav {
	margin-bottom: 40px;
}
#footer_nav ul {
	width: 450px;
	margin: 0px auto 0px auto;
	padding: 15px 0px 0px 0px;
	list-style: none;
}
#footer_nav li {
	float: left;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #cf5236;
}
#footer_nav a {
	color: #4e4e4e;
}
#process { display: none; }


@media print {

	#container {
		background: #FFFFFF;
		border: 0px;
		width: auto;
	}
	#contact_1 {
		display: none;
	}
	#nav {
		display: none;
	}
	#content { 
		width: auto;
		border: 0px;
	}

}