body {
  background: #222 url(../img/body-bg.png) scroll repeat left top;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ccc;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
sup {
  font-size: 0.75em;
  vertical-align: top;
}
sup {
  font-size: 0.75em;
  vertical-align: baseline;
}
a {
	font-weight: bold;
	text-decoration: none;
  color: #ae539d;
}
a:hover {
	text-decoration: underline;
}
.sg {
	color: #cc373d;
}
.am {
	color: #0081bf;
}
.highlight {
	position: relative;
	padding-left: 16px;
}
#content .highlight .icon,
#content .highlight .icon {
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	float: none;
}
#container {
	margin: 0 auto;
	width: 760px;
}
#logo {
	padding: 40px 0 12px 0;
}
#logo img {
	display: block;
}
#nav {
	font-size: 1.143em;
}
#nav li {
	margin-right: 4px;
  background: transparent url(../img/nav-item-bg.png) scroll no-repeat right top;
  padding-right: 5px;
	float: left;
}
#nav li.active,
#nav li.hover {
  background-image: url(../img/nav-item-bg-active.png);
}
#nav a {
	display: block;
  background: transparent url(../img/nav-item-link-bg.png) scroll no-repeat left top;
  padding: 8px 0 0 9px;
	font-weight: normal;
	color: #ccc;
}
#nav li.active a,
#nav li.hover a {
  background-image: url(../img/nav-item-link-bg-active.png);
  text-decoration: none;
  color: #b2ce2d;
}
#nav img {
	display: block;
	margin-right: -4px;
}
#content-container {
	clear: both;
	padding: 40px 0 20px 0;
	width: 760px;
	line-height: 1.5;
}
#content-container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content {
	width: 500px;
	float: left;
}
body.alt #content {
	width: 760px;
	float: left;
}
#content h1 {
	margin-bottom: 16px;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 3em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.125;
}
#content h2 {
	margin: 16px 0 8px 0;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.667em;
	font-weight: bold;
	line-height: 1.25;
}
#content h3 {
	margin: 16px 0 8px 0;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.333em;
	font-weight: bold;
	line-height: 1.25;
}
#content p,
#content ol,
#content ul,
#content table,
#content div.video {
	margin-bottom: 16px;
}
#content p.intro {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 1.714em;
	line-height: 1.25;
}
#content ul,
#content ol {
	padding-left: 16px;
}
#content ul.inline {
	padding-left: 0;
}
#content ul > li {
	list-style-type: disc;
}
#content ol > li {
	list-style-type: decimal;
}
#content img {
  clear: right;
  margin: 8px 0 8px 16px;
  float: right;
}
#content img.graphic {
  clear: left;
  margin: 8px 16px 8px 0;
	border: 6px solid #fff;
  float: left;
}
#content img.left {
  clear: left;
  margin: 8px 16px 8px 0;
  float: left;
}
#content img.hero {
	display: block;
	margin-bottom: 16px;
}
#content hr {
  clear: both;
  margin: 24px auto 16px auto;
  border: 0;
  background-color: #666;
  width: 100%;
  height: 1px;
  color: #666;
}
#content hr.strong {
  height: 2px;
  color: #999;
}
#content .photo-caption {
	clear: right;
	margin: -5px 0 10px 0;
	width: 231px;
	float: right;
	font-size: 0.786em;
  text-align: center;
}
body.explore #content .photo-caption {
	width: 142px;
}
#content .note {
	font-size: 0.857em;
	font-style: italic;
}
#content .section {
  clear: both;
}
/* float clearing */
#content .section:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* suites */
#content .room {
	margin-bottom: 16px;
  border-top: 1px solid #666;
  padding-top: 16px;
}
/* float clearing */
#content .room:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#content .room .images {
	margin-left: 20px;
  width: 454px;
  height: 300px;
  overflow: hidden;
  float: right;
}
#content .room .images img {
	display: block;
	clear: none;
	margin: 0;
	float: left;
}
#content .room .images img.secondary {
	float: right;
	margin-bottom: 40px;
}
#content .room h3 {
  font-size: 1.667em;
}
#content .room p {
  margin: 8px 0;
}
/* float clearing */
#content .sub-room {
	clear: both;
	padding-top: 12px;
}
#content .sub-room:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#content .room .sub-room .images {
  width: 217px;
}
/* contact page */
#content .vcard {
  margin-top: 10px;
  padding: 10px 0 20px 0;
  width: 49%;
  float: left;
}
#content .secret-garden {
  float: right;
}
#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;
}
#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;
}
#sidebar {
	width: 220px;
	float: right;
	font-size: 0.857em;
}
#sidebar .block {
	border-top: 1px solid #666;
	padding: 6px 0;
}
#inns {
	line-height: 1.333;
}
#inns img.logo {
	display: block;
	margin: 4px 8px 0 0;
	float: left;
}
#inns h3 {
	font-size: 1.167em;
}
#inns .inn {
	clear: both;
	padding-bottom: 8px;
}
#inns a.cs {
	display: block;
	padding-top: 4px;
}
#links img {
	display: block;
	margin: 8px 0 16px 0;
}
#footer {
	border-top: 1px solid #666;
	padding: 6px 0 32px 0;
	width: 760px;
	font-size: 0.857em;
	line-height: 1.5;
}
#footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contact-and-copyright {
	width: 600px;
	float: left;
}
#credits {
	padding-top: 2px;
	width: 120px;
	float: right;
	text-align: right;
}
#footer .vcard .tel:before {
	content: '\00a0|\00a0\00a0';
}
#footer .vcard .tel:after {
	content: '\00a0\00a0|\00a0';
}