body {
	background: #89904a url(/images/body_bg.gif) repeat-x 0 0;
	font-family: Georgia, Times, Serif;
	color: #444;
}

#nav { 
	text-align: center; 
	padding: 18px 0 12px 0;
}

#nav ul {
	list-style: none;
	margin: 0 auto;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	padding: 5px 17px 5px 8px;
	text-decoration: none;
	color: #e8f09a;
	background: url(/images/nav_divider_bg.gif) no-repeat right 60%;
	font-size: 1.2em;
}

#nav ul li.last a { background: none; }

#nav ul li a:hover, #nav ul li a.active { color: #f9e934; }

#logo {
	text-align: center;
	padding: 19px 0 20px 0;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 18px;
}

#headline {
	padding-bottom: 14px;
	margin-bottom: 18px;
	border-bottom: 1px solid #d4d4d4;
}

#headline.no_bottom_border {
	border-bottom: none;
}

#subheader {
	border-bottom: 1px solid #d4d4d4;	
}

#map {
	padding: 1px;
	border: 2px solid #889049;
	margin: 4px 0 18px 0;
}

.column h3 {
	display: block;
	font-size: 1.5em;
	line-height: 1em;
	margin: 2px 0 18px 0;
	color: #454545;
}

.column label h3 {
	margin: 2px 0 1px 0;
} 

.column input.text {
	margin-bottom: 21px;
	width: 258px;
	
}

.column textarea {
	width: 258px;
	height: 139px;
	margin-bottom: 21px;
}

.column #submit {
	margin-bottom: 19px;
}

#s_name { display:none; }

img.headshot {
	display: block;
	padding: 1px;
	border: 2px solid #889049;
	margin-bottom: 10px;
}

ul.clients {
	margin: 0 0 36px 0;
}

ul.clients li {
	border-bottom: 1px solid #d4d4d4;
	list-style-type: none;
	font-size: 1.2em;
	padding: 7px 0;
}

ul.contact {
	color: #959D53;
	margin: 0 0 36px 0;
	list-style-type: none;
}

ul.contact li {
	padding-bottom: 10px;
}

ul.subnav {
	margin: 0 0 36px 0;
}

ul.subnav li {
	border-bottom: 1px solid #d4d4d4;
	list-style-type: none;
}

ul.subnav li a {
	background: url(/images/subnav_bg.gif) no-repeat 5px 15px;
	padding: 9px 5px 8px 18px;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #89904a;
	text-decoration: none;
	display: block;
}

ul.subnav li a.active, ul.subnav li a:hover {
	background-color: #ECEFD5;
}

div.detail_page p {
	font-size: 1.2em;
	line-height: 1.4em;
}

p.date {
	font-size: 1.3em;
	color: #999;
}

#content {
	background-color: #fff;
	border: 2px solid #e6bc05;
	-o-box-shadow:		0 0 20px #5a5f2d;
	-icab-box-shadow:	0 0 20px #5a5f2d;
	-khtml-box-shadow:	0 0 20px #5a5f2d;
	-moz-box-shadow:	0 0 20px #5a5f2d;
	-webkit-box-shadow:	0 0 20px #5a5f2d;
	box-shadow:			0 0 20px #5a5f2d;
}

#footer {
	border: 1px solid #d4d4d4;
	border-left: none;
	border-right: none;
	color: #727c3f;
	font-size: .9em;
	text-align: center;
	margin-bottom: 36px;
	padding: 17px 0 3px 0;
}

#footer a { color: #727c3f; }

h1 {
	display: inline;
	font-size: 2.5em;
	color: #922602;
	line-height: 1.2em;
	margin: 0;
}

h2 {
	display: inline;
	font-size: 1.7em;
	line-height: 1.8em;
	color: #000;
	margin: 0;
}

h3 {
	font-size: 1.3em;
	line-height: 1.4em;
	color: #89904a;
}

h4 {
	margin: 0;
}

h5 {
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.6em;
	padding-top: 31px;
	margin: 0;
	color: #333;
}