body {
  background-color: #788179;
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 13px;
  color: #111;
}
body.gallery, body.tour, body.video {
  background-color: #fff;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
img {
  display: block;
}
sup {
  font-size: 0.75em;
  vertical-align: top;
}
a {
  color: #5C6047;
}
.note {
  font-size: 0.846em;
  font-style: italic;
}
#outer-container {
  margin: 0 auto 40px auto;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #464d45;
  width: 802px;
}
#container {
  position: relative;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #000;
  background: #e6e5d1 url(../img/container-bg.jpg) scroll no-repeat left top;
}
#header {
  padding: 20px 18px 0 18px;
}
#logo {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #b0a379;
  background-color: #fff;
  padding: 25px 22px 10px 23px;
  width: 156px;
  height: 180px;
  overflow: hidden;
  float: left;
}
body.home #logo {
  padding: 25px 21px 15px 21px;
  width: 159px;
  height: 222px;
}
#banner {
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #b0a379;
  background-color: #fff;
  padding: 9px 10px 12px 10px;
  width: 526px;
  height: 195px;
  overflow: hidden;
  float: right;
}
body.home #banner {
  padding: 4px 4px 6px 4px;
  width: 538px;
  height: 252px;
}
#banner img {
  border: 1px solid #555;
}
body.home #banner img {
  border: none;
}
#nav {
  clear: both;
  position: relative;
  z-index: 20;
  background: transparent url(../img/nav-bg.png) scroll repeat-x left bottom;
  padding-bottom: 5px;
  height: 47px;
  overflow: hidden;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.077em;
}
#nav ul {
  background: #838a61 url(../img/nav-list-bg.gif) scroll repeat-x left bottom;
  padding-left: 15px;
}
/* float clearing */
#nav ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#nav li {
  float: left;
  background: transparent url(../img/nav-item-bg.gif) scroll no-repeat left 9px;
  min-height: 18px;
}
#nav li:first-child {
  background-image: none;
}
#nav a {
  display: block;
  padding: 15px 8px 18px 9px;
  height: 14px;
  float: left;
  text-decoration: none;
  color: #eee;
}
#nav a:hover {
  background: transparent url(../img/nav-item-link-hover-bg.gif) scroll repeat-x left bottom;
}
#content-container {
  clear: both;
  position: relative;
  z-index: 10;
  margin-top: -5px;
  background: transparent url(../img/content-container-bg.gif) scroll repeat-y 234px top;
  padding: 0 18px;
}
body.alt #content-container {
  background: transparent url(../img/content-container-bg-alt.gif) scroll repeat-y 18px top;
  padding-bottom: 18px;
}
/* float clearing */
#content-container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#secondary-content {
  margin: 20px 0;
  width: 203px;
  float: left;
}
#secondary-content img {
  margin: 10px auto;
}
#secondary-content .feature {
  margin-bottom: 10px;
  border: 1px solid #b0a379;
  background-color: #fffef2;
  padding: 6px;
  line-height: 1.3;
  text-align: center;
}
#secondary-content .bookmark {
	cursor: pointer;
}
#secondary-content h3 {
	margin-bottom: 6px;
	padding-left: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.333em;
}
#secondary-nav,
#package-nav {
  margin-bottom: 10px;
  border: 1px solid #5b6336;
  padding: 6px;
  font-weight: bold;
  line-height: 1.5;
}
#secondary-nav a,
#package-nav a {
  text-decoration: none;
}
#secondary-nav a:hover,
#package-nav a:hover {
  text-decoration: underline;
}
#content {
  position: relative;
  padding: 18px;
  width: 510px;
  min-height: 200px;
  float: right;
  line-height: 1.25;
}
body.alt #content {
  width: 724px;
  float: none;
}
body.gallery #content, body.tour #content {
  position: relative;
  padding: 20px;
  width: 560px;
  height: 468px;
  float: none;
}
body.video #content {
  position: relative;
  margin: 0 auto;
  padding: 20px 0 0 0;
  width: 640px;
  height: 510px;
  float: none;
}
#content h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.846em;
  text-transform: uppercase;
  color: #6f773f;
}
body.gallery #content h1, body.tour #content h1 {
  width: 448px;
  text-align: center;
}
#content h2 {
  clear: left;
  margin-top: 20px;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 1px;
  color: #656C42;
}
body.reviews #content h2 {
  margin-top: 5px;
  font-size: 1em;
  letter-spacing: 0;
  color: #333;
}
#content h3 {
  font-size: 1.1em;
  font-weight: bold;
  color: #656C42;
}
#content p {
  margin: 10px 0;
}
#content h1 + p {
  margin-top: 5px;
}
#content p.clear {
  clear: left;
}
body.home .read-more {
  margin-top: -5px;
  text-align: right;
}
#content .read-more a:after {
  content: ' >';
}
#content dl {
  margin: 10px 0;
}
#content dt {
  margin-top: 5px;
  font-weight: bold;
}
#content dd {
  padding-left: 15px;
}
#content ol {
  margin: 10px 0;
  padding-left: 30px;
  list-style-type: decimal;
}
#content ul {
  margin: 10px 0;
  padding-left: 30px;
  list-style-type: disc;
}
#content img {
  clear: right;
  margin: 10px 0 10px 20px;
  border: 1px solid #5C6047;
  float: right;
}
body.gallery #content img, body.tour #content img {
  clear: none;
  margin: 0;
  border: none;
  float: none;
}
#content img.block {
  margin: 20px auto 10px auto;
  float: none;
}
#content p.caption {
  margin: -5px 0 20px 0;
  font-size: 0.846em;
  text-align: center;
}
#content img.map {
  float: left;
  margin: 5px 10px 10px 0;
}
#content img.grand-detail {
  margin: 10px 15px 20px 34px;
  border: none;
}
#content img.chien-noir-detail {
  margin: 10px 42px 20px 61px;
  border: none;
}
#content hr {
  clear: both;
  margin: 20px auto 10px auto;
  border: 0;
  background-color: #999;
  width: 75%;
  height: 1px;
  color: #ccc;
}
#content .quotation {
  margin: 15px 0;
}
body.home #content .quotation {
  margin: 30px 10px 20px 10px;
  background: transparent url(../img/quotation-bg.gif) scroll no-repeat right 50px;
  padding: 0 42px 5px 0;
  font-size: 0.923em;
  color: #969683;
}
#content .quotation blockquote {
  background: transparent url(../img/blockquote-bg.gif) scroll no-repeat left top;
  padding: 5px 0 0 42px;
}
#content .quotation blockquote p {
  margin: 0;
}
#content .quotation cite {
  display: block;
  margin-top: 3px;
  font-weight: bold;
  font-style: italic;
  text-align: right;
}
body.home #content .quotation cite {
  font-weight: normal;
  font-style: normal;
}
#content .pull {
  clear: right;
  margin: 10px auto;
  width: 75%;
  text-align: center;
}
#content .pull img {
  clear: left;
  float: left;
  margin: 0 10px 0 0;
  border: none;
}
#content #room-nav {
  position: absolute;
  right: 15px;
  top: 25px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.923em;
}
#content #room-nav li {
  display: inline;
}
#content #room-nav li:before {
  content: '| ';
}
#content #room-nav li:first-child:before {
  content: '';
}
#content #room-nav img {
  display: inline;
  margin: 0;
  border: none;
  float: none;
  vertical-align: top;
}
#content #room-nav a {
  text-decoration: none;
}
#content #room {
  margin: 5px 0 15px 0;
  background-color: #899067;
  padding: 5px 24px 5px 0;
  width: 700px;
  color: #fff;
}
/* float clearing */
#content #room:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#content #room img {
  margin: -5px 15px -5px 0;
  border: 0;
  float: left;
}
#content #room hr {
  clear: none;
  margin: 5px 35px;
  border: none;
  background-color: #fff;
  width: 300px;
  color: #fff;
}
#content img.book-now {
  border: none;
}
#content img.left {
  clear: left;
  margin: 10px 20px 10px 0;
  float: left;
}
#content .room {
  margin: 10px 20px 10px 0;
  width: 340px;
  float: left;
}
/* float clearing */
#content .room:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#content .room img {
  margin: 0 10px 0 0;
  float: left;
}
#content .room h2 {
  clear: none;
  margin: 0 0 5px 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}
#content .section {
  clear: both;
}
/* float clearing */
#content .section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#content .section h2 {
  padding-top: 15px;
}
#content .section h3 {
  padding-top: 15px;
}
#content .section .column-1 {
  width: 283px;
  float: left;
}
#content .section .column-2 {
  width: 208px;
  float: right;
}
#content .photo-credit {
  clear: right;
  margin: -5px 0 10px 0;
  width: 231px;
  float: right;
  font-size: 0.7em;
  text-align: center;
  text-transform: uppercase;
}
body.explore #content .photo-credit {
  width: 208px;
}
#content .rates {
  font-size: 0.846em;
}
#content .rates td {
  padding: 1px 3px;
}
#content .rates td.rate {
  font-weight: bold;
}
#content .seasonal-rates {
  margin: 5px 0;
  width: 480px;
  border: 1px solid #5C6047;
  border-collapse: collapse;
  background-color: #f8f7ef;
  color: #5C6047;
}
#content .seasonal-rates th {
  background-color: #edebdd;
  padding: 3px;
  font-weight: bold;
}
#content .seasonal-rates td {
  padding: 3px;
}
#content .seasonal-rates td.season {
  padding: 3px;
  width: 400px;
  font-weight: bold;
}
#content .highlight {
  color: #c00;
}
#content .important {
  text-transform: uppercase;
}
#content .vcard {
  margin-top: 10px;
}
#content .vcard .org {
  display: block;
  font-weight: bold;
}
#content .vcard .street-address {
  display: block;
}
#content .vcard .postal-code {
  display: block;
}
#content .vcard .tel-container {
  display: block;
}
#content .vcard .tel .type {
  display: none;
}
body.contact #content .vcard .physical {
  padding: 10px 0 20px 0;
  width: 49%;
  float: left;
}
body.contact #content .vcard .other {
  padding: 10px 0 20px 0;
  width: 49%;
  float: right;
}
#content .schedule {
  margin: 10px 0;
}
#content .schedule h3 {
  font-size: 1em;
  color: #333;
}
#content .schedule ol {
  padding: 0;
  list-style-type: none;
}
#content .tour-group {
  margin: 0 15px 20px 0;
  width: 150px;
  float: left;
}
#content .tour-group ul {
  padding: 0;
  list-style-type: none;
}
#content form table td {
  padding: 3px 6px;
  vertical-align: top;
}
#content .require, #content .error {
  font-size: 0.8em;
  font-weight: bold;
  color: #c00;
}
#content .error {
  display: block;
  padding: 2px 0 5px 0;
}
#content .submit label {
  display: none;
}
#content ul.thumbnails {
  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}
/* float clearing */
#content ul.thumbnails:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#content ul.thumbnails li {
  margin-right: 15px;
  width: 110px;
  min-height: 140px;
  float: left;
  text-align: center;
}
#content ul.thumbnails img {
  margin: 0;
  border: none;
  float: none;
}
#content .question {
  margin: 15px 0 3px 0;
  font-weight: bold;
}
#content .answer {
  margin: 3px 0 15px 10px;
}
#partners {
  margin: 20px 0;
  padding: 20px 10px;
  text-align: center;
}
body.home #partners {
  margin-top: 10px;
  border: none;
}
#partners li {
  display: inline;
  padding: 0 5px;
}
#partners img {
  display: inline;
  margin: 0;
  border: none;
  float: none;
  vertical-align: middle;
}
#content .partner {
  clear: both;
  padding-top: 20px;
}
#content .partner .logo {
  display: block;
  margin-right: 10px;
  width: 110px;
  min-height: 80px;
  text-align: center;
  float: left;
}
#content .partner .logo img {
  display: inline;
  margin: 5px 0 0 0;
  border: none;
  float: none;
}
#content .text {
  width: 360px;
  float: left;
}
#content .partner h2 {
  margin: 0;
  clear: none;
  font-size: 1.1em;
}
#footer {
  clear: both;
  background-color: #6f773f;
  padding: 7px 19px;
  font-size: 0.846em;
  color: #eee;
}
#footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#copyright {
  width: 200px;
  float: left;
}
#footer .vcard {
  width: 550px;
  float: right;
  text-align: right;
}
#footer .vcard .org {
  display: none;
}
#footer .vcard .locality, #footer .vcard .tel {
  padding-left: 1.5em;
}
#footer .vcard .postal-code {
  padding-left: 0.5em;
}
#footer .vcard .tel .type {
  display: none;
}
#subfooter {
  clear: both;
  padding: 7px 19px;
  font-size: 0.846em;
}
#subfooter li {
  display: inline;
}
#subfooter li:before {
  content: '| ';
}
#subfooter li:first-child:before {
  content: '';
}
/* gallery and tour */
/* override thickbox */
body .TB_overlayMacFFBGHack {
  background-image: none;
}
body #TB_window {
  border: none;
}
body #TB_title {
  display: none;
}
/* end override thickbox */
body.gallery #gallery {
  position: relative;
  height: 468px;
  width: 448px;
  text-align: center;
}
body.gallery #gallery .photo {
  top: 0;
  left: 0;
  height: 468px;
  width: 448px;
}
body.gallery #gallery .photo img {
  display: block;
  margin: 0 auto;
}
body.gallery #gallery .photo .caption {
  left: 0;
  bottom: 0;
  width: 448px;
  text-align: center;
}
body.tour #tour {
  display: block;
  margin: 0 37px 5px 36px;
  width: 375px;
  height: 265px;
}
body.tour #tour img {
  margin-bottom: 15px;
}
body.tour .instructions {
  margin-bottom: 10px;
  width: 448px;
  font-size: 0.846em;
  font-weight: bold;
  text-align: center;
  visibility: hidden;
}
body.tour .description {
  font-size: 0.923em;
}
body.gallery #gallery-nav, body.tour #tour-nav, body.video #gallery-nav {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 0;
  width: 100px;
  list-style-type: none;
  line-height: 1.333;
}
body.gallery #gallery-nav a, body.tour #tour-nav a {
  display: block;
  text-align: center;
  text-decoration: none;
}
body.gallery #gallery-nav a {
  display: none;
}
body.gallery #gallery-nav #overlay-close, body.tour #tour-nav #overlay-close, body.video #gallery-nav #overlay-close {
  display: none;
  text-align: right;
}
body.gallery #gallery-prev, body.tour #tour-prev {
  margin: 150px 0 5px 0;
}
