body {
	margin: 32px 0;
	background: #ffffff;
	text-align: center;
}
div, td, input, select, textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}
a {
	color: #cbb378;
	text-decoration: none;
}
a:hover {
	color: #b2944b !important;
}
form {
	margin: 0;
	padding: 0;
}
#header {
	position: relative;
	margin: 0 auto 30px auto;
	width: 940px;
	height: 78px;
}
#header div {
	position: absolute;
	top: 30px;
	right: 10px;
	height: 18px;
	vertical-align: middle;
	overflow: hidden;
}
#header div form input {
	vertical-align: middle;
}
#header div .searchfield {
	margin-right: 10px;
	width: 120px;
	height: 18px;
	border: none;
	background: #f8f4ec url(/images/pattern-stripes.png);
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
#nav {
	margin: 0 auto;
	width: 940px;
	height: 47px;
	overflow: hidden;
}
#nav a {
	margin: 0 34px 0 0;
	padding: 0;
}
.navsub {
	display: none;
	position: absolute;
	padding-bottom: 10px;
	background-color: #ffffff;
	border-right: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	border-left: 2px solid #e5e5e5;
	text-align: left;
	z-index: 1000;
}
.navsub a {
	display: block;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 2px 16px;
}
.navsub a:hover {
	color: #cbb378;
}

.box-main {
	margin: 0 auto;
	width: 986px;
	border: 2px solid #e5e5e5;
}
.box-content {
	margin: 23px auto;
	padding: 9px 0;
	width: 938px;
	border: 1px solid #e5e5e5;
}

.bodytext {
	margin: 0 auto;
	line-height: 20px;
	text-align: justify;
}
h1, h2, h2 a, .title {
	margin: 0 auto;
	padding: 0 0 10px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.subtitle {
	font-size: 15px;
	color: #666666;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.dropcap {
	float: left;
	padding-top: 4px;
	padding-right: 10px;
	font-family: CarolynaProBlackRegular, "Times New Roman", Times, serif;
	font-size: 46px;
	color: #333333;
	text-transform: uppercase;
	line-height: 36px;
}
.button, .button a {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.button span {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

#home-slideshow-container {
	position: relative;
	margin: 0 auto;
	width: 920px;
	height: 500px;
}
#home-slideshow-prev, #home-slideshow-next {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 30px;
	height: 500px;
	z-index: 900;
	cursor: pointer;
	background: url(/images/spacer.gif) no-repeat left center;
}
#home-slideshow-next {
	left: auto;
	right: 0;
	background: url(/images/spacer.gif) no-repeat right center;
}
#home-slideshow {
	margin: 0 auto;
	width: 920px;
	height: 500px;
	overflow: hidden;
}
#home-slideshow-nav {
	display: inline-block;
	margin-top: 20px;
	padding: 0 20px;
	background-color: #ffffff;
	text-align: center;
}
#home-slideshow-nav a {
	display: inline-block;
	outline: none;
	vertical-align: middle;
}
#home-slideshow-nav-dots a {
	width: 21px;
	height: 28px;
	background: url(/images/dot-off.png) no-repeat center;
	color: #ffffff;
	text-indent: -9999px;
}
#home-slideshow-nav-dots a.activeSlide {
	background: url(/images/dot-on.png) no-repeat center;
}
#about-slideshow-container {
	position: relative;
	margin: 0 auto;
	width: 920px;
	height: 613px;
}
#about-slideshow-prev, #about-slideshow-next {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 30px;
	height: 613px;
	z-index: 900;
	cursor: pointer;
	background: url(/images/spacer.gif) no-repeat left center;
}
#about-slideshow-next {
	left: auto;
	right: 0;
	background: url(/images/spacer.gif) no-repeat right center;
}
#about-slideshow {
	margin: 0 auto;
	width: 920px;
	height: 613px;
	overflow: hidden;
}
.faq-links {
	float: left;
	margin-right: 40px;
	width: 410px;
	text-align: left;
	font-size: 8px;
	color: #cccccc;
}
.faq-links a {
	display: block;
	font-size: 13px;
	color: #666666;
	line-height: 20px;
	outline: none;
}
.faq-answer {
	display: none;
}
.faq-answer-title {
	margin-bottom: 20px;
	height: 87px;
	background: url(/images/faq-q.png) no-repeat center top;
}
.faq-answer-title div {
	display: inline-block;
	margin-top: 25px;
	background: url(/images/faq-title-bg.png) no-repeat right center;
}
.faq-answer-title div span {
	display: inline-block;
	padding: 6px 35px;
	background: url(/images/faq-title-bg-left.png) no-repeat left center;
	font-size: 15px;
	color: #666666;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.faq-answer-content {
	min-height: 65px;
	background: url(/images/faq-a.png) no-repeat 10px top;
}
.faq-answer-content div {
	margin: 0 auto;
	padding-bottom: 15px;
	width: 740px;
}

.blog-slideshow-container {
	position: relative;
	margin: 0 auto;
	width: 920px;
	height: 613px;
}
.blog-slideshow-prev, .blog-slideshow-next {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 450px;
	height: 613px;
	z-index: 900;
	cursor: pointer;
	background: url(/images/arrow-left.png) no-repeat left center;
}
.blog-slideshow-next {
	left: auto;
	right: 0;
	background: url(/images/arrow-right.png) no-repeat right center;
}
.blog-slideshow {
	margin: 0 auto;
	width: 920px;
	height: 613px;
	overflow: hidden;
}
.featured-title {
	margin: 20px auto 0 auto;
	padding: 1px 0;
	width: 940px;
	border-top: 1px solid #faf7f1;
	border-bottom: 1px solid #faf7f1;
	text-align: center;
}
.featured-title div {
	padding: 5px 0;
	background: #f8f4ec url(/images/pattern-stripes.png);
}
.featured-title div span {
	padding: 0 5px;
	background-color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.featured-thumb {
	float: left;
	position: relative;
	margin: 10px;
	width: 287px;
	height: 212px;
}
.featured-thumb div {
	display: none;
	position: absolute;
	width: 287px;
	height: 212px;
	overflow: hidden;
	background: url(/images/featured-overlay.png) no-repeat center;
	cursor: pointer;
}
.featured-thumb div a {
	display: block;
	padding: 0 20px;
	font-size: 18px;
	color: #ffffff !important;
	text-transform: uppercase;
	line-height: 22px;
}

.field {
	margin: 0;
	width: 300px;
	border: none;
	background: #f8f4ec url(/images/pattern-stripes.png);
	resize: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.field2 { display: none; }
#footer {
	margin-top: 10px;
}
