@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	background: #c0bca6 url(images/background.jpg) center top;
	text-align: center;
	}

#wrapper {
	width: 880px;
	margin: 0 auto;
	background: url(images/wrapper.jpg) repeat-y center top;
	text-align: left;
	}
	
ul#header {
	background: url(images/header.jpg) no-repeat left top;
	height: 98px;
	overflow: hidden;
	padding: 0 38px;
	}
	
ul#header li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}
	
ul#header li a {
	float: right;
	padding: 5px 0;
	font: normal 10px/10px "Times New Roman", Times, serif;
	width: 80px;
	margin: 0 0 0 4px;
	border: 1px solid #d0cbbd;
	border-top: none;
	background: #ab9f86;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	}

ul#header li a:hover {
	background: #a29376;
	}
	
ul#header li.h-logo a,
ul#header li.h-logo a:hover {
	float: left;
	width: 210px;
	height: 98px;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	overflow: hidden;
	}
	
ul#header li.h-logo a h1,
ul#header li.h-logo a h2 {
	visibility: hidden;
	}
	
ul#nav {
	background: url(images/nav.jpg) no-repeat left top;
	height: 41px;
	padding: 0 0 0 40px;
	overflow: hidden;
	margin: 0;
	}

ul#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	}
	
ul#nav li a {
	float: left;
	width: 160px;
	height: 41px;
	background-position: left top;
	background-repeat: no-repeat;
	}
	
ul#nav li.n-firm a { background-image: url(images/n-firm.jpg); }
ul#nav li.n-staff a { background-image: url(images/n-staff.jpg); }
ul#nav li.n-practice a { background-image: url(images/n-practice.jpg); }
ul#nav li.n-resources a { background-image: url(images/n-resources.jpg); }
ul#nav li.n-community a { background-image: url(images/n-community.jpg); }

ul#nav li a:hover,
ul#nav li a.on {
	background-position: left bottom;
	}

ul#nav li a span {
	display: none;
	}

#content {
	padding: 10px 41px 0;
	}

#content p#subnav {
	text-align: center;
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	color: #b25139;
	margin: 0 0 12px;
	}
	
#content p#subnav a {
	color: #b25139;
	font-weight: bold;
	}
	
#content p#subnav a:hover {
	color: #000;
	}
	
#content h3 {
	font: normal 18px/18px "Times New Roman", Times, serif;
	color: #b25139;
	margin: 10px 30px;
	}

#content h3.home {
	margin-top: 40px;
	}

#content h4 {
	font: bold 13px/18px Helvetica, Arial, sans-serif;
	margin: 0 30px 3px;
	}

#content h4.breadcrumb {
	background: #b25139;
	padding: 8px 20px;
	margin: 0 0 15px;
	font: normal 11px/11px Helvetica, Arial, sans-serif;
	color: #fff;
	}
	
#content h4.breadcrumb strong {
	font: normal 11px/11px "Times New Roman", Times, serif;
	text-transform: uppercase;
	}

#content h4.breadcrumb a {
	color: #fff;
	}
	
#content p,
#content ul,
#content ol,
#content dl {
	font: normal 12px/18px Helvetica, Arial, sans-serif;
	margin: 0 30px 10px;
	}
	
#content li {
	margin: 0 25px;
	}

#content a {
	color: #000;
	}

#content a:hover {
	color: #b25139;
	}

#content ul#features {
	height: 300px;
	margin: 0 30px;
	}
	
#content ul#features li {
	float: left;
	display: inline;
	margin: 0 4px 0 0;
	width: 191px;
	height: 180px;
	}

#content ul#features li.f-practice { background: url(images/f-practice.jpg) no-repeat left top; }
#content ul#features li.f-community { background: url(images/f-community.jpg) no-repeat left top; }

#content ul#features li h4 {
	margin: 0;
	padding: 5px 6px 0;
	height: 90px;
	font: normal 11px/11px "Times New Roman", Times, serif;
	text-transform: uppercase;
	color: #fff;
	}
	
#content ul#features li h4 a {
	color: #fff;
	text-decoration: none;
	}

#content ul#features li h4 a:hover {
	text-decoration: underline;
	}

#content ul#features li ul,
#content ul#features li p{
	margin: 0 15px;
	font: normal 12px/13px "Times New Roman", Times, serif;
	color: #b25139;
	letter-spacing: normal !important;
	}
	/*
 {
	margin: 0 15px;
	font: normal 13px/16px "Times New Roman", Times, serif;
	color: #b25139;
	letter-spacing: 0;
	}*/

#content ul#features li a {
	color: #b25139;
	}

#content ul#features li a:hover {
	color: #000;
	}

#content ul#features li li {
	margin: 0 0 5px;
	height: auto;
	width: auto;
	float: none;
	display: list-item;
	list-style: none;
	}

#content img.homephoto {
	float: right;
	}
	
#content img.staff {
	float: left;
	}
	
#content img.right {
	float: right;
	margin: 0 0 10px 10px;
	}

#content .column {
	float: left;
	width: 570px;
	}

#content dl.phone dt {
	float: left;
	width: 310px;
	clear: both;
	}
	
#content dl.phone dd {
	float: left;
	width: 300px;
	}

#content ul#staffNav {
	height: 250px;
	overflow: hidden;
	margin-right: 0;
	}

#content ul#staffNav li {
	float: left;
	list-style: none;
	width: 105px;
	height: 215px;
	margin: 0 10px 0 0;
	padding: 35px 10px 0 125px;
	}
	
#content ul#staffNav li h4 {
	font: normal 16px/18px "Times New Roman", Times, serif;
	margin: 0 0 2px;
	color: #b25139;
	}
	
#content ul#staffNav li h4 a {
	color: #b25139;
	text-decoration: none;
	}

#content ul#staffNav li h4 a:hover,
#content ul#staffNav li p a:hover {
	color: #000;
	}
	
#content ul#staffNav li h5 {
	font: bold 12px/18px "Times New Roman", Times, serif;
	color: #b25139;
	}
	
#content ul#staffNav li p {
	font: normal 10px/14px "Times New Roman", Times, serif;
	margin: 0;
	}

#content ul#staffNav li p a {
	font: bold 11px/15px Helvetica, Arial, sans-serif;
	color: #b25139;
	display: block;
	}

#content ul#staffNav li.strasser { background: url(images/n-strasser.jpg) no-repeat left top; }	
#content ul#staffNav li.yde { background: url(images/n-yde.jpg) no-repeat left top; }	
#content ul#staffNav li.bates { background: url(images/n-bates.jpg) no-repeat left top; }	
	
#footer {
	background: url(images/footer.jpg) no-repeat left bottom;
	clear: both;
	padding: 0 41px 43px;
	}
	
#footer p {
	background: #ab9f86;
	padding: 4px 15px;
	font: normal 11px/11px "Times New Roman", Times, serif;
	color: #fff;
	text-transform: uppercase;
	margin: 3px 0 0;
	}