
body {
	margin: 0;
	padding: 0;
	font: normal 12px Georgia, "Times New Roman", Times, serif;
	line-height: 2em;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #760000;
}

h1 { font-size: 1.75em; margin: 1.75em 0 1.25em 0; }
h2 { font-size: 1.50em; margin: 1.50em 0 1.00em 0; }
h3 { font-size: 1.25em; margin: 1.25em 0 0.75em 0; }
h4 { font-size: 1.10em; margin: 1.00em 0 0.50em 0; }
h5 { font-size: 1.00em; margin: 0.50em 0 0.25em 0; }
h6 { font-size: 0.90em; margin: 0.20em 0 0.00em 0; }

.notop { margin-top: 0; }
.nobtm { margin-bottom: 0; }

a, a:visited {
	color: #00e;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #760000;
}

hr {
	height: 1px;
	overflow: hidden;
	color: transparent;
	background: none;
	border: none;
	border-bottom: dotted 1px #d3ab4d;
	margin: 2em 20px;
}

img {
	border-color: #600;
}

a img, a:visited img {
	border-color: #00e;
}

a:hover img, a:active img, a:focus img {
	border-color: #760000;
}

p {
	text-align: justify;
}

input, textarea, select {
	margin: 1px;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
}

.small {
	font-size: .9em;
	line-height: 1.5em;
}

.img-left {
	float: left;
	margin-right: 15px;
}

.img-right {
	float: right;
	margin-left: 15px;
}

.center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.clear {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	overflow: hidden;
	margin: 0;
	clear: both;
}

.red {
	color: #810000;
}

.special-font {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.error {
	color: #f00;
}

.price {
	color: #06c;
}

.pad { padding: 10px; }
.pad20 { padding: 20px; }

#welcome {
	margin: 0;
	margin-bottom: 1.5em;
	text-align: center;
	font-size: 16px;	
}

#welcome-images img {
	margin: 0 11px;
}

#welcome-images img.start-row {
	margin-left: 0;
}

#welcome-images img.end-row {
	margin-right: 0;
}

#content-left {
	float: left;
	width: 235px;
	padding-bottom: 100px;
	padding-right: 10px;
	border-right: solid 1px #d3ab4d;
}

#content-main {
	float: left;
	width: 589px;
	margin-left: -1px;
/*	margin-left: 245px; */
	padding: 30px;
	padding-top: 20px;
	border-left: solid 1px #d3ab4d;
}

#quote {
	clear: left;
	margin-left: 245px;
	border-left: solid 1px #d3ab4d;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	color: #6b7e3e;
	text-align: center;
}

#page-title {
	margin: 0;
	font-size: 2em;
	font-weight: normal;
}

#quote {
	margin-bottom: .5em;
	padding: 0 30px;
	color: #405f1d;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.2em;
}

#quote div {
	padding: .5em 0;
	border-top: dashed 1px #d9be80;
	border-bottom: dashed 1px #d9be80;
}

#quote .quote {
	display: block;
	text-align: center;
}

#quote .author {
	display: block;
	text-align: right;
	font: normal .75em Verdana, Arial, Helvetica, sans-serif;
}

#faq-list dt {
	font-weight: bold;
	color: #810000;
}

#faq-list dd {
	margin-bottom: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

.box {
	border: solid 1px #d9be80;
	padding: 10px;
	background: #fff;
}

.box .inner {
	border: dashed 1px #d9be80;
	padding: 10px;
}

#content-left .section {
	border-top: dashed 1px #d3ab4d;
	margin: 0 10px;
	padding: 10px 20px;
}

#content-main .section {
	margin-bottom: 2em;
}

#content-main .section h4 {
	border-bottom: dashed 1px;
}

#field-section {
	width: 280px;
}

#field-section .fields {
	text-align: right;
}

#field-section .fields input {
	width: 200px;
}

body.reservation #field-section {
	width: auto;
}

body.reservation #field-section .column {
	width: 260px;
	text-align: right;
	float: left;
}

#contact-phone-numbers {
	margin: 0;
	padding: 10px 20px;
}

#contact-phone-numbers .hilite {
	color: #06c;
}

#contact-phone-numbers dt {
	float: left;
	font-weight: bold;
	width: 140px;
}

#contact-phone-numbers dd {
}

.lightbox {
	border-top: solid 1px #d3ab4d;
	border-bottom: solid 1px #d3ab4d;
	padding: 20px 0 15px 0;
	text-align: center;
	font: normal .9em Verdana, Arial, Helvetica, sans-serif;
}

.lightbox a {
	margin: 0 .5em;
}

.lightbox a img {
	border: solid 1px #810000;
}

