@charset "utf-8";
body {
	background: #4F5D2C;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td, div {
	font:normal 13px verdana;
	color:#1C1C1C;
	text-align: left;
	margin:0;
	padding:0;
}
p {
	margin:0 0 14px 0;
	line-height:normal;
}
h1 {
	font: bold 18px verdana;
	color:#38461C;
	text-transform:capitalize;
	margin:0 0 14px 0;
}
h2 {
	font: bold 16px verdana;
	margin:0 0 20px 0;
	text-transform:capitalize;
}
h3 {
	font:bold 15px verdana;
	margin:0 0 6px 0;
}
address {
	font:normal 12px verdana;
	color:#fff;
	margin:0 0 0 5px;
	background:url(images/bg-address.jpg) no-repeat left 33px #5C6937;
	clear:left;
	width:245px;
	padding:17px 0 15px 30px;
}
address a {
	color:#fffffe;
}
address a:hover {
	text-decoration:none;
}
a {
	text-decoration:underline;
	color:#000000;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 970px;
	margin: 0px auto;
}
div#header {
	width:970px;
	float:left;
	background:url(images/bg-header.jpg) no-repeat left bottom;
	padding:0 0 20px 0;
}
img#logo {
	float:left;
	margin:37px 0 0 45px;
}
img#cta {
	width:auto;
	float:left;
}
div#flash {
	width:auto;
	float:right;
}
div#main-content {
	width:970px;
	float:left;
	background:url(images/bg-main-content.jpg) repeat-y left top #ffffff;
	padding: 0 0 10px 0;
}
div#content {
	float:right;
	width:690px;
	background:url(images/bg-content.jpg) no-repeat right top;
}
div#wrapper {
	border-top:2px solid #3D4625;
	width:640px;
	padding:20px 25px 0 20px;
	float:left;
}
div#list {
	width:100%;
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
	padding:10px;
	float:left;
	margin:0 0 20px 0;
}
div#sidebar {
	width:280px;
	float:left;
}
div#footer {
	width:690px;
	float:left;
	background:url(images/bg-footer.jpg) no-repeat left top;
	padding: 10px 0 15px 280px;
}
a#owner {
	float:right;
	text-decoration:none;
	text-transform:capitalize;
	color:#A7AE96;
	width:85px;
	font:bold 11px verdana;
	background:url(images/owner-icon.jpg) no-repeat left top;
	padding:0 0 0 15px;
}
a#owner:hover {
	text-decoration:underline;
}
div#copyright {
	font:normal 11px verdana;
	color:#A7AE96;
	text-align:left;
	float:left;
	width:450px;
	margin:8px 0 0 0;
	display:inline;
}
div#copyright img {
	border: none;
	margin:8px 0 0 0;
}
div#copyright a {
	font:normal 11px verdana;
	color:#A7AE96;
	text-decoration: none;
}
div#copyright a:hover {
	text-decoration: underline;
}
/* ----------------- NAVIGATION ----------------- */
div#nav {
	width: 270px;
	float:left;
	background:url(images/bg-nav.jpg) repeat-x left top;
	padding:0 5px 4px 5px;
}
ul#mainnav {
	list-style-type:none;
	float:left;
	width:auto;
	width:270px;
}
ul#mainnav li {
	list-style: none;
	float:left;
	width:270px;
}
ul#mainnav li a {
	font:bold 12px verdana;
	color: #ffffff;
	text-decoration: none;
	float:left;
	width:238px;
	padding:5px 0 5px 32px;
	background:url(images/bg-nav-current.jpg) no-repeat left top #445123;
	border-bottom:1px solid #f1e0c0;
}
ul#mainnav li a:hover, ul#mainnav a.current {
	background:url(images/bg-nav-hover.jpg) no-repeat left bottom #5C210C;
}
/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	width: 585px;
	float:left;
}
ul#utilitynav {
	width: auto;
	list-style-type: none;
	text-align:center;
	display:inline;
}
ul#utilitynav li {
	border-left:1px solid #fffff1;
	padding:0 10px;
	float:left;
}
ul#utilitynav li.first {
	border:none;
	padding-left:0px;
}
ul#utilitynav li a {
	font:normal 12px verdana;
	color:#fffffe;
	text-decoration:none;
	display:inline;
	text-transform:capitalize;
}
ul#utilitynav li a:hover {
	text-decoration: underline;
}
/* ----------------- CUSTOM CLASSES ----------------- */

img.left {
	float: left;
	padding:1px;
	background:#fffff1;
	margin: 0px 0 14px 0px;
	border:3px solid #E2CDA4;
}
img.right {
	float: right;
	padding:1px;
	background:#fffff1;
	margin: 0px 0px 14px 15px;
	border:3px solid #E2CDA4;
}
img.left {
	float: left;
	padding:1px;
	background:#fffff1;
	margin: 0px 0px 14px 0px;
	border:3px solid #E2CDA4;
}
.clear {
	clear:left;
	display:inline-block;
}
img.payment-options {
	width:auto;
	float:left;
	background:#5C6937;
	padding:0 122px 40px 30px;
	margin:0 0 0 5px;
}
.contact-information {
	float:left;
	margin:0 0 8px 1px;
}
.staffphoto {
	margin: 0px 0px 14px 15px;
	float: right;
}
.staffphoto img {
	padding:1px;
	background:#fffff1;
	border:3px solid #E2CDA4;
}
