body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin: 0;
	padding: 0;
	background: #363636 url(images/bkgd.jpg) top center no-repeat;
}
.contentwrap {
	width: 100%;
	max-width: 1024px;
	display: block;
	margin: 0 auto;
}
.navigation {
	float: left;
	background: url(images/menu-desktop.png) top center no-repeat;
	width: 315px;
	height: 421px;
	position: relative;
	z-index: 1000;
}
.mobileheader, .tabletheader {
	display: none;
}
ul.menu {
	display: block;
	list-style: none;
	margin-top: 90px;
	margin-right: 0;
	margin-left: 0px;
	margin-bottom: 0;
	/* float: left; */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 315px;
}
ul.menu li {
	margin: 0px 0px;
	padding-top: 0px;
	padding-right: 0px; /* 35px */
	padding-left: 10px; /* 35px */
	padding-bottom: 0px;
	text-align: left;
	line-height: 35px;
	/* width: 275px; */
}
ul.menu li:hover {
	background: url(images/menu-hover-background.png) left repeat-y;
}
ul.menu li a {
	color: #825731;
	font-size: 16px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 20%;
	padding-left: 20%;
	padding-bottom: 5px;
	width: 80%;
	margin-right: 0%;
}
ul.menu li a:hover {
	color: #000000;
}
.sidebarimg {
	float: left;
	width: 315px;
	height: 234px;
	position: absolute;
	z-index: 1000;
	top: 371px;
}
.content {
	float: left;
	width: 100%;
	max-width: 439px;
	min-height: 674px;
	display: inline-block;
	margin: 190px 0 10px -114px;
	background: url(images/bkgd-repeat.png) bottom center no-repeat;
	position: relative;
	padding: 0 30px 20px 114px;
	background-color: #f6f3ea;
	z-index: 900;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #825731;
	margin: 0 0 20px 0;
	padding: 0 0 8px 0;
	background: url(images/header-background.png) bottom left no-repeat;
	font-size: 32px;
	line-height: 32px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #825731;
	margin: 20px 0;
	padding: 0;
	font-size: 20px;
	line-height: 24px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
}
a {
	color: #825731;
}
a:hover {
	color: #000000;
}
textarea {
	padding: 3px;
	color: #666;
	border: #999 1px solid;
	background-color: #FFFFFF;
	width: 300px;
	height: 140px;
}
input {
	padding: 3px;
	color: #666;
	border: #999 1px solid;
	background-color: #FFFFFF;
	width: 300px;
}
input.formbutton, a.button {
	background-color: #825731;
	border-color: #42200A;
	border-width: 1px;
	padding: 8px 8px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}
input.formbutton:hover, a.button:hover {
	background-color: #42200A;
	border-color: #825731;
	border-width: 1px;
	color: #EEE;
}
input.formbutton, input.formdullbutton {
	display: inline-block;
	width: 150px;
	margin-right: 10px;
	flaot: left;
}
input.formdullbutton, a.dullbutton {
	background-color: #CCC;
	border-color: #999;
	border-width: 1px;
	padding: 8px 8px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	cursor: pointer;
}
input.formdullbutton:hover, a.dullbutton:hover {
	background-color: #999;
	border-color: #CCC;
	border-width: 1px;
	color: #EEE;
}
.footer {
	float: left;
	width: 100%;
	text-align: center;
	color: #CCC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 20px 0;
}
#slideshow {
	left: 0
}
#nav {
	width: 100%;
	margin: 0 0 0 0;
	float: left;
}
#nav li {
	width: 35px;
	float: left;
	margin: 5px;
	padding: 0;
	list-style: none
}
#nav a {
	width: 35px;
	padding: 3px;
	display: block;
	border: 1px solid #ccc;
}
#nav li.activeSlide a {
	background: #CCC
}
#nav a:focus {
	outline: none;
}
#nav img {
	border: none;
	display: block;
}
ul#nav {
	margin: 440px 0 20px 0;
	padding: 0;
}

@media only screen and (max-width: 1024px) {
body {
	background-position: -551px 0
}
.footer {
	width: 100%;
}
}

@media screen and (min-width: 791px) {
.menu {
	display: block !important;
}
}

@media only screen and (max-width: 790px) {
body {
	background: #363636 none;
}
.contentwrap {
	width: 100%;
	max-width: 767px;
	background-color: #f6f3ea;
}
.sidebarimg {
	display: none;
}
.navigation {
	float: none;
	background: none;
	width: 100%;
	max-width: 767px;
	height: 0px;
}
.tabletheader {
	display: block;
	width: 100%;
	height: auto;
}
ul.menu {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #f6f3ea;
	border-bottom: #825731 7px solid;
	width: 250px
}
ul.menu li:hover {
	background: none;
}
.content {
	float: none;
	width: 90%;
	max-width: 767px;
	display: block;
	margin: 120px auto 0 auto;
	background: none;
	padding: 20px 5%;
}

ul.menu li a {
	padding-left: 12%;
}
}

@media only screen and (max-width: 480px) {
.mobileheader {
	display: block;
	width: 100%;
	height: auto;
}
.tabletheader {
	display: none;
}
.content {
	max-width: 480px;
	margin: 90px auto 0 auto;
}
textarea {
	width: 70%;
}
input {
	width: 70%;
}
ul.menu {
	width: 100%;
}
ul.menu li {
	border-bottom: #A27552 1px dotted;
	text-align: left;
	/* width: inherit; */
}
}