@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #344122 url('../images/page_bg5.jpg') no-repeat left top;
	width: 100%;
	display: table;
}
body.about {
	background: #344122  url('../images/page_bg2.jpg') no-repeat left top;
}
body.owners {
	background #344122 : url('../images/page_bg3.jpg') no-repeat left top;
}
body.hunters {
	background #344122 : url('../images/page_bg4.jpg') no-repeat left top;
}
body.leases {
	background: #344122  url('../images/page_bg.jpg') no-repeat left top;
}
h1, h2, h3 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #344122;
}
h1 {
	margin-bottom: 20px;
}
h3 {
	margin-bottom: 0;
}
a, a:visited {
	color: #000;
}
a:hover {
	text-decoration: none
}
a img {
	border: none;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
#header {
	margin: 0 auto;
	padding: 0;
	width: 945px;
	height: 120px;
	background: url('../images/header_bg.png') no-repeat;
}
	#header .logo {
		display: block;
		width: 125px;
		height: 120px;
		float: left;
		text-indent: -9999px;
	}
	#header .home {
		display: block;
		width: 375px;
		height: 80px;
		float: left;
		text-indent: -9999px;
	}
	#header #subscribe {
		width: 425px;
		height: 70px;
		float: right;
		padding: 10px 20px 0 0;
		color: #fbecd0;
		text-align: right
	}
		#subscribe #email {
			width: 175px;
		}
		#subscribe .submit {
			vertical-align: middle
		}
	#nav {
		width: 800px;
		height: 32px;
		float: left;
		padding-left: 20px;
	}
		#nav ul#menu {
			padding: 0;
			margin: 0;
			list-style: none;
		}
		#nav ul#menu li {
			float: left;
			background: transparent;
			padding: 0;
			margin: 0;
		}
		#nav ul#menu li a {
			float: left;
			display: block;
			height: 16px;
			padding: 8px 15px;
			background: transparent;
			text-decoration: none;
			font-weight: bold;
			color: #fbecd0;
		}
		#nav ul#menu li a:hover, #nav ul#menu li.current a {
			border-bottom: 5px solid #344122;
		}
#content {
	margin: 0 auto;
	padding: 50px;
	width: 845px;
	background: url('../images/content_bg.png') repeat-y;
	color: #344122;
	overflow: hidden
}
	.setThumb {
		float: left;
		width: 91px;
		height: 95px;
		background: url('../images/set_case.gif') no-repeat;
		margin: 10px;
		padding: 3px;
	}
	.setTitle {
		margin-top: 10px;
		margin-bottom: 25px;
		width: 75px;
		text-align: center;
	}
	.photo {
		margin: 2px;
		border: 1px solid #fbecd0;
	}
	#content #form {
		width: 410px;
		float: right;
	}
	#form label {
		width: 100px;
		text-align: right;
		padding: 0 10px;
		font-weight: bold;
	}
	#content input#name, #content input#address, #content input#city, #content textarea#comments {
		width: 250px;
	}
	#content input#state, #content input#zip {
		width: 45px;
	}
	#content .submit {
		margin-left: 120px;
	}
	#content img {
		border: 5px solid #344122;
		margin: 5px;
		clear: left;
	}
	#content img.right {
		float: right;
		margin: 5px 0 5px 10px;
		clear: right;
	}
	#slideshow {
		display: block !important;
		width: 324px !important;
		float: right !important;
	}
	body.index .left {
		width: 510px;
		float: left;
	}
	body.owners .left {
		width: 430px;
	}
	body.contact .left {
		width: 640px;
	}
	body.contact div.right {
		width: 200px;
		font-weight: bold;
	}
	body.faq #content p{
		margin: 0 0 10px 0;
		padding: 0;
	}
#footer {
	margin: 0 auto;
	padding: 35px 20px 20px 20px;
	text-align: center;
	width: 905px;
	background: url('../images/footer_bg.png') no-repeat top;
	color: #fff;
}
	#footer a {
		color: #fff;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline
	}
.left {
	float: left;
}
.right {
	float: right;
}
#content img.noborder {
	border: none;
}
.error_message {
	padding: 10px;
	margin: 5px 0;
	border: 1px solid #FBC2C4;
	background: #FBE3E4;
	color: #8a1f11;
}
	.error {
		color: red;
		border: 1px solid #ff0000;
	}
	label.error {
		color: red;
		border: none;
	}
.success_message {
	padding: 10px;
	margin: 5px 0;
	border: 1px solid #C6D880;
	background: #E6EFC2;
	color: #264409;
}
.caption {
	width: 314px;
	clear: both;
	float: right;
	text-align: center;
}