body { 
	font-size: 62.5%; 
	font-family: Helvetica, Arial, sans-serif;
	background: #ffe87c repeat-x;
	color: #000;
	padding-top: 20px;
	margin: 0;
}
a { 
	text-decoration: none;
	font-weight: bold;
	color: #253163;
	border-bottom: 1px dotted #253163;
}
a:hover {
	background: #b58d5c;
}
a:hover img {
	border: 1px solid #b58d5c;
}
h2 { 
	font-size: 3em;
	font-family: 'FontinBold', serif;
	font-style: normal;
	margin: 0 0 4px 0;
	color: #253163;
	border-bottom: 1px dotted #253163;
	padding-bottom: 4px;
}
h3 { 
	font-size: 2.4em;
	font-family: 'FontinBold', serif;
	margin: 8px 0 0;
	color: #75151b;
}
h3:before { 
	content: "t "; 
	font-family: "DS-SchmuckNormal";
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
}
p, li { 
	font-size: 1.5em;
	line-height: 1.5em;
	margin: 0;
}
#header {
	margin: 0 auto 10px;
	width: 980px;
	font-size: 150%;
}
#header h1 {
	background: url('../img/header.png') no-repeat bottom center;
	margin: 0;
	padding-top: 50px;
	text-align: center;
}
#header span {
	margin-left: -9999px;
}
#navigation {
	padding: 0;
	background: url('../img/nav-bg.png') no-repeat top center;
	color: #fff;
	margin: 0 auto 4px;
	width: 980px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	height: 40px;
}
ul#main-nav { 
	font-size: 1.4em;
	font-family: "FontinBold";
	padding: 0;
	padding-top: 4px;
	margin: 10px auto;
	text-align: center;
}
ul#main-nav li { 
	padding: 0; 
	font-size: 100%; 
	display: inline;
}
ul#main-nav li.manicle {
	font-family: "DS-SchmuckNormal";
	font-weight: normal;
}
ul#main-nav li a {
	color: #fff;
	padding: 4px 10px 4px 10px;
}
ul#main-nav li a:hover { 
	color: #b58d5c;
	background: #253163;
}
#hero-image {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
#hero-image img {
	width: 946px;
	height: 456px;
	border: 2px solid #b58d5c;
	padding: 2px;
}
#container {
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
	width: 980px;
}
#content {
	float: left;
	margin-left: 10px;
	margin-right: 60px;
	width: 540px;
	font-size: 100%;
}
#content.interior {
	width: 900px;
	margin-left: 40px;
	margin-right: 40px;
}
#content p {
	color: #333;
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
}
#content ul {
	padding-left: 80px;
}
#content.interior h3 {
	letter-spacing: 0;
	font-size: 1.8em;
}
#sidebar {
	float: left;
	margin-left: 40px;
	width: 360px;
	margin: 0;
	font-size: 1em;
}
#sidebar.interior {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 300px;
}
.module {
	margin: 0 0 20px;
}
.module h3 { 
	font-style: normal;
	font-size: 2.4em;
	font-weight: bold;
	padding: 0 12px;
	color: #7f661f;
}
.module p { 
	padding: 6px 12px;
	font-size: 1.3em;
}
.module img { 
	margin-right: 8px;
}
#calendar-sidebar p {
	font-size: 1.4em;
}
#testimonials p.quote, #content.testimonials p.quote {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	letter-spacing: .1em;
}
#testimonials p.quote cite, #content.testimonials p.quote cite {
	display: block;
	font-size: 100%;
	font-style: normal;
	margin-top: 6px;
	text-align: right;
}
#content.testimonials hr {
	border: 0;
	height: 30px;
	background: url('../img/hr-520px.png') no-repeat center center;
}
#calendar {
	margin-left: 0;
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 700px;
	margin-top: 20px;
}
#request-form {
	display: inline;
	float: left;
	margin-right: 10px;
	width: 220px;
	margin-top: 20px;
}
#request-form input, #request-form textarea {
	font-size: 1.2em;
	margin: 0 auto 10px;
	padding: 4px;
	width: 200px;
	font-family: "Lucida Sans", Arial, sans-serif;
	font-style: italic;
	border: 1px solid #aaa;
	color: #aaa;
	background: #eee;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 10%, from(#DEDEDE), to(#FFFFFF), color-stop(.1,#DEDEDE));
	background-image: -moz-linear-gradient(0% 5% 270deg,#DEDEDE, #FFFFFF, #FFFFFF 100%);
}
#request-form input[type=submit] {
	color: #000;
	font-style: normal;
	width: 210px;
}
input.active, textarea.active {
	color: #000 !important;
	font-style: normal !important;
	background: #fff !important;
}
#request-form textarea {
	height: 300px;
}
input.error {
	border: 1px solid #f00;
	color: #f00;
}
#footer-wrap {
	margin: 0 auto;
	width: 980px;
}
#footer {
	font-family: "FontinBold";
	width: 940px;
	background: #253163 url('../img/footer-bg.png') no-repeat center center;
	color: #ffffff;
	height: 176px;
	margin: 20px 10px 0;
}
#footer p { 
	font-size: 1.3em;
	padding: 6px 12px;
	text-align: center;
}
#footer strong {
	font-size: 1.4em;
}
#footer a {
	color: #b58d5c;
}
#footer a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}
#footer .left {
	float: left;
	width: 540px;
	font-size: 1.3em;
}
#footer .right {
	float: right;
	width: 400px;
}

body.interior #navigation { 
	margin-bottom: 6px;
}
body.calendar #content {
	width: 950px;
}
body.calendar .calendar-success {
	text-align: left;
}

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

img.bordered { border: 1px solid #666; padding: 2px; }
.note        { font-weight: bold; background: #f0e68c; padding: 4px 8px !important; }
.manicle     { font-family: "DS-SchmuckNormal"; font-style: normal; }
.centered    { text-align: center !important; }
.floatleft   { float: left; }
.floatright  { float: right; }
.padleft     { margin-left: 20px; }
.padright    { margin-right: 8px; }
.padbottom   { margin-bottom: 8px; }
.padtop      { padding-top: 8px; }
.indent      { margin-left: 30px; }
.half        { width: 48%; }

p.emphasis {
	font-size: 2em;
	font-style: italic;
	text-align: left !important;
	padding: 0 !important;
}
