body {
	margin: 0;
	background: #edecdd url(/images/header_bg4.jpg) repeat-x top center;
}
td, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	color: #614427;
	text-decoration: none;
}
a:hover {
	color: #816232;
	text-decoration: underline;
}
.title {
	font-size: 23px;
	color: #512a0c;
}
.subtitle {
	font-size: 22px;
	color: #000000;
}
.pagetitle {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #614427;
}
.small {
	font-size: 11px;
}
.field {
	font-size: 12px;
	background-color: #f1efe8;
	border: 1px solid #bcac8c;
	width: 100%;
}
.field2 {
	font-size: 12px;
	background-color: #f1efe8;
	border: 1px solid #bcac8c;
	width: 100%;
}
.button {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #7b7b6b;
	border: 1px solid #7b7b6b;
	cursor: pointer;
}
.contactink {
	font-size: 13px;
	font-weight: bold;
	color: #4f6734;
	text-decoration: none;
	text-transform: uppercase;
}
a.contactink:hover {
	font-size: 13px;
	font-weight: bold;
	color: #673434;
	text-decoration: none;
	text-transform: uppercase;
}
.contactbtnoff {
	background-image: url(/images/btnbg-contact-off.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.contactbtnover {
	background-image: url(/images/btnbg-contact-over.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

/* nav styles */
.nav {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	/*
	width: 106px;
	height: 40px;
	*/
	display: block;
}
a.nav:hover {
	font-size: 12px;
	font-weight: bold;
	color: #ebba55;
	text-decoration: none;
	text-align: center;
	/*
	width: 106px;
	height: 40px;
	*/
	display: block;
}
.navitem {
	width: 100%;
	cursor: pointer;
	/*padding-top: 15px;*/
}
.navbgoff {
	background: url(/images/nav_bg4.jpg) no-repeat center top;
}
.navbgon {
	background: url(/images/nav_bg4.jpg) no-repeat center 3px;
}

.subnavoff {
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	cursor: default;
	background-color: #4f4837;
}
.subnavon {
	font-size: 11px;
	color: #ebba55;
	text-decoration: none;
	cursor: pointer;
	background-color: #4f4837;
}
.subnavbg {
	display: none;
	background-color: #4f4837;
}
