@charset "UTF-8";
/* CSS Document */

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,caption,em,strong,th {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
}
ul,ol,li,.AccordionPanelTab { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* BASE STYLES */
body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #403625;
	background-color: #f5f3e2;
	text-align: center;
}
.wrap {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
a {
	text-decoration: none;
}
a:link, a:visited, a:active { text-decoration: none; }
a:hover {  }
strong, b { font-weight: bold; }
em, i {
	font-style: italic;
}
p {
	margin-bottom: 12px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 42px;
	color: #FFF;
}
h2 {
	font-size: 200%;
	color: #a56d3d;
	line-height: 1.1em;
	margin-bottom: 12px;
}
h3 {
	font-size: 130%;
	color: #a56d3d;
	line-height: 1.1em;
	margin-bottom: 4px;
	padding-bottom: 0.2em;
}
h4 {
	font-size: 160%;
}
h5 {
	font-size: 130%;
}
h3.title {
	font-size: 1.6em;
	margin-top: 1em;
	border-bottom: 1px solid #E1D7C1;
	margin-bottom: 0.4em;
	padding-bottom: 0.3em;
}
.main-text-holder h3 {
	margin-bottom: 12px;
}

blockquote {
}


/* HEADER */
#header {
	background-color: #293724;
	background-image: url(images/header-bg-main.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 167px;
}
#header .wrap {
	height: 167px;
	position: relative;
}
#header h1 {
	position: absolute;
	bottom: 12px;
	padding-left: 20px;
}
.tagline {
	font-size: 22px;
	font-style: italic;
	color: #f2f0db;
}

/* CONTENT */
#content {
	margin-top: 20px;
	overflow: hidden;
	width: 960px;
	padding-left: 20px;
}
#content  a {
}
#content a:hover {
}
#content p {
	font-size: 0.95em;
	line-height: 1.3em;
	color: #5b5651;
}
.intro {
	font-size: 1.5em;
}
#main-content {
	background-color: #FFF;
	width: 680px;
	float: left;
	min-height: 600px;
}
#main-content .main-text-holder ul {
	margin-bottom: 8px;
}
#main-content .main-text-holder ul li {
	list-style: disc;
	margin-left: 25px;
	font-size: 0.95em;
	line-height: 1.3em;
	padding-bottom: 4px;
}
.main-text-holder a {
	color: #1b1409;
}
.main-text-holder a:hover {
	text-decoration: underline;
}
#sidebar-1 {
	float: left;
	width: 240px;
	margin-left: 20px;
}

/* FOOTER */
#footer {
	background-color: #e2d7c1;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 0.8em;
	line-height: 1.4em;
	clear: both;
	float: none;
	overflow: hidden;
	margin-top: 20px;
}
#footer a {
	color: #403625;
}
#footer a:hover {
	color: #1b1409;
}
.footerlinks {
	padding-right: 20px;
	float: left;
	padding-left: 20px;
}
.footerlinks .title{
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #a56d3d;
}



/* NAVIGATION */
#navbar {
	background-color: #b77c49;
	background-image: url(images/navbar-bg-main.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 37px;
}
#navwrap {
	float: left;
	clear: both;
	width: 100%;
	overflow: hidden;
}
#navwrap ul {
	position: relative;
	left: 50%;
	height: 37px;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
#navwrap li {
	float: left;
	position: relative;
	right: 50%;
	border-right: 1px solid #E1D7C1;
}
#navwrap li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#navwrap li a {
	line-height: 37px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	float: left;
	position: relative;
}
#navwrap li a:hover {
	background-color: #f5f3e2;
	color: #4f2a0e;
}
body#b-home #n-home  a, body#b-explore #n-explore  a, body#b-things #n-things  a, body#b-gallery #n-gallery  a, body#b-accom #n-accom  a, body#b-special #n-special  a, body#b-location #n-location  a, body#b-book #n-book  a, body#b-contact #n-contact  a {
	background-color: #f5f3e2;
	color: #4f2a0e;
	cursor: default;
}

/* FORMS */
.bh-contact {
	margin-top: 10px;
	background: #f1ebe0;
	padding: 20px;
	float: left;
	margin-bottom: 20px;
}
.bh-contact p {
	margin-bottom: 8px;
}
label {
	display: block;
}
textarea, input, select {
	padding: 4px;
	color: #6b6b6b;
	font: 14px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	line-height: 1.3em;
	margin-bottom: 10px;
}

.input_text  {
	background: #fff;
	border: 1px solid #fdd8b1;
	width: 560px;
	margin-top: 4px;
}
.formbuttons {
	margin-top: 20px;
	float: left;
}
.formbuttons input {
	margin-right: 10px;
	border-style: none;
	display: block;
	padding: 8px 16px;
	background: #e2d7c1;
	color: #403625;
	float: left;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
}
.formbuttons input:hover {
	background: #a56d3d;
	cursor: pointer;
	color: #F5F3E2;
}

select {
	font-size: 14px;
}
.select-label {
	display: inline;
	padding-right: 12px;
}
.validation-text {
	font: italic 90% Georgia, "Times New Roman", Times, serif;
	color: #a56d3d;
}
/* ITEMS */
.sidebar-section {
	padding: 16px 16px 20px;
	margin-bottom: 12px;
}

#checkav {
	background-color: #403625;
	background-image: url(images/checkav-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #f5f3e2;
}
#checkav div {
	margin-bottom: 0px;
}
#checkav p {
	margin-bottom: 0px;
}
#checkav h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #795736;
	color: #f5f3e2;
}
#checkav .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 2em;
	padding-left: 8px;
}
#deals, #weaccept {
	background-color: #fff;
}
#deals a.btn {
	margin-bottom: 0;
}
#fom, #addresstab, #reviewlink {
	background-color: #a56d3d;
	background-image: url(images/sb-section-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#fom h3, #addresstab h3, #reviewlink h3 {
	color: #FFF;
	border-bottom: 1px solid #c39366;
}
#addresstab p {
	font-size: .9em;
	color: #F5F3E2;
	margin-bottom: 0px;
}
#weaccept p {
	margin-bottom: 0;
}
#fom .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFF;
	line-height: 2em;
	padding-left: 8px;
}
#fom li  {
	background: url(images/sb-section-tick.jpg) no-repeat left 10px;
	padding-left: 24px;
	padding-top: 10px;
	font: 1.1em/21px Georgia, "Times New Roman", Times, serif;
	color: #F5F3E2;
}
#reviewlink li {
	padding-top: 10px;
	font: 1.1em/21px Georgia, "Times New Roman", Times, serif;
}
#fom li a, #reviewlink li a  {
	color: #F5F3E2;
	padding-top: 8px;
	padding-bottom: 8px;
}
#fom li a:hover {
	color: #fff;
}
#fom .last {
	background: url(none);
}
#map {
	margin-bottom: 20px;
	font-size: 0.9em;
}
#map a {
}
#map iframe {
	margin-bottom: 12px;
}
#links {
	padding: 0px;
	margin-bottom: 0px;
}
a.btn {
	display: block;
	padding: 8px 8px 8px 16px;
	background: #e2d7c1;
	color: #403625;
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 12px;
}
a.btn:hover {
	background: #a56d3d;
	color: #F5F3E2;
	text-decoration: none;
}
.dl-link {
	float: right;
	width: 246px;
	margin-left: 24px;
	margin-bottom: 10px;
}
.dl-link .btn {
	min-height: 100px;
	padding: 16px;
}
.imgnocap {
	float: right;
	width: 143px;
	margin-left: 24px;
	margin-bottom: 10px;
}

.imgcap {
	float: right;
	width: 246px;
	margin-left: 24px;
	margin-bottom: 10px;
}
.imgcap .caption {
	font-size: 0.75em;
	margin-top: 0.6em;
	text-align: right;
	padding-left: 1em;
}
.image-right {
	border: 3px solid #f0dcc7;
}

.dl-link .image-right {
	float: right;
	border-style: none;
	padding-left: 20px;
}
.image-right-nb {
	float: right;
	margin-left: 24px;
}
.main-text-holder {
	padding: 20px 24px;
	clear: left;
}
.gallery-holder {
	padding-left: 6px;
	padding-bottom: 20px;
}
.image-gallery {
	float: left;
	margin-left: 19px;
	border: 3px solid #f0dcc7;
	margin-bottom: 19px;
}
.image-right:hover, .image-gallery:hover {
	border: 3px solid #a56d3d;
}
#signoff {
	font-size: 0.7em;
	line-height: 4em;
}
#signoff a {
	color: #403625;
}
#signoff a:hover {
}
#signoff span {
	padding-left: 20px;
}
#facilities {
	margin-top: 10px;
	background: #f1ebe0 url(images/facilities-bg.gif) repeat-y left top;
	float: left;
	margin-bottom: 20px;
	width: 632px;
	font-size: 0.85em;
}
#facilities h2 {	}
#facilities ul {
	padding-left: 20px;
}
#facilities div span {	display:block;}
#facilities .row{
	border-bottom:1px solid #fff;
}
#facilities .col1{
	float:left;
	padding:6px 6px 6px 10px;
	font-weight:bold;
	width: 160px;
}
#facilities .column {
	float:left;
	width:220px;
	padding-bottom: 6px;
	}
#facilities .col2 {
	float:left;
	width:430px;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
}
#facilities ul li {
	list-style: disc;
	padding-top: 6px;
	margin-left: 10px;
}
#facilities ul li.longDescription {	list-style-type:none;	font-style:italic;}
#facilities .col2text {
	padding-left: 16px;
	font-size: 0.95em;
}
hr.cleaner {	clear:both;	height:1px;	margin: -1px 0 0 0; border:none;	visibility: hidden;}

/* HACKS */
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.content-section-right {
	float: right;
	width: 246px;
	margin-left: 24px;
	margin-bottom: 10px;
}
#b-special table {
	border-top: 1px solid #e2d7c1;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
#b-special table tr .col2 {
	width: 100px;
}
#b-special table tr td{
	border-bottom: 1px solid #e2d7c1;
}

