body {
	background: #f0f8ff;
	color: #000000;
	font-family: Georgia, serif;
	font-size: 110%;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 15px 20px;
}
h1, h2, h3, h4, a {
	color: #000099;
}
h1 {
	/*font-size: 200%;*/
	font-size: 100%;
	line-height: 150%;
	font-style: italic;
	text-align: center;
}
h3 {
	margin-top: 40px;
}
p, li, td {
	line-height: 150%;
}
a {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #006666;
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
input, textarea {
	font-family: Arial;
	font-size: 11pt;
}
.align-right {
	float: right;
	text-align: right;
}
.align-left {
	float: left;
	text-align: left;
}
.align-center {
	text-align: center;
}

#page {
	margin: 0 auto;
	width: 770px;
}
#header {
	border-bottom: 5px double #5d90bd;
}
.hdrphoto {
	border-top: 5px double #5d90bd;
	border-bottom: 5px double #5d90bd;
	padding: 5px 0;
}
.hdrphoto img {
	display: block;
}
#header h1 b {
	font-size: 200%;
}
#header h1 i {
	font-style: normal;
	text-transform: uppercase;
	color: #5d90bd;
	letter-spacing: 0.1em;
}
#sidebar {
	float: left;
	width: 200px;
}

#main {
	float: right;
	border-left: 1px solid #5d90bd;
	width: 569px;
}
#sidebar h4, #sidebar p {
	margin-left: 0;
}
#main p {
	margin-right: 0;
}
.photo {
	border: 1px solid #cccccc;
	padding: 4px;
	background: #ffffff;
}
.nav {
	margin: 20px 10px 20px 0;
	font-size: 16px;
	line-height: 120%;
}
.nav ul, .nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav a {
	display: block;
	margin: 3px 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 5px 0 0 5px;
	height: 25px;
	background: #5d90bd url(images/bg-nav.gif) no-repeat right center;
	color: #f0f8ff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.page-home .btn-accom a,
.page-rates .btn-rates a,
.page-location .btn-location a,
.page-attract .btn-attract a {
	background: #5d90bd url(images/bg-nav-active.gif) no-repeat right center;
}
.nav a:hover {
	background: #000099 url(images/bg-nav-over.gif) no-repeat right center;
}
.quote {
	margin: 15px 15px 3px 0;
	color: #5d90bd;
}
.quote-name {
	margin: 3px 15px 15px 0;
	font-size: 90%;
	color: #5d90bd;
	text-align: right;
}

table.rates-table {
	margin: 0 10px;
	margin: 20px;
	/*border-top: 5px double #5d90bd;
	border-bottom: 5px double #5d90bd;*/
	/*width: calc(100% - 20px);*/
	max-width: 500px;
	font-size: 120%;
	background: #5d90bd;
	background: rgba(93,144,189,0.25);
}
table.rates-table td {
	/*padding: 5px;*/
}
table.rates-table tr td:nth-of-type(2n) {
	text-align: right;
}

#footer {
	clear: both;
	border-top: 5px double #5d90bd;
}
#footer dl {
	margin-left: 215px;
}
#footer dt {
	font-weight: bold;
	line-height: 200%;
}
.footernav {
	font-size: 80%;
	text-align: center;
	text-transform: uppercase;
}
.credit {
	font-family: Verdana;
	font-size: 80%;
	text-transform: uppercase;
	text-align: center;
}