@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF8DC;
	margin: 0px;
	padding: 0px;
}
#container {
	padding: 0px;
	height: 100%;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	width: 760px;
}

/* Start Navigation */
#nav {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 156px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li a {
	display: block;
	width: 150px;
	height: 44px;
	}

#nav li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav .displace {
	position: absolute;
	left: -5000px;
	}
#nav #nav-home a {
	background: url(images/navigation.jpg) no-repeat 0px 0px;
}
#nav #nav-home a:hover {
	background: url(images/navigation.jpg) no-repeat -156px 0px;
}
#nav #nav-rates a {
	background: url(images/navigation.jpg) no-repeat 0px -46px;
}
#nav #nav-rates a:hover {
	background: url(images/navigation.jpg) no-repeat -156px -46px;
}
#nav #nav-specials a {
	background: url(images/navigation.jpg) no-repeat 0px -92px;
}
#nav #nav-specials a:hover {
	background: url(images/navigation.jpg) no-repeat -156px -92px;
}
#nav #nav-amenities a {
	background: url(images/navigation.jpg) no-repeat 0px -138px;
}
#nav #nav-amenities a:hover {
	background: url(images/navigation.jpg) no-repeat -156px -138px;
}
#nav #nav-policy a {
	background: url(images/navigation.jpg) no-repeat 0px -184px;
}
#nav #nav-policy a:hover {
	background: url(images/navigation.jpg) no-repeat -156px -184px;
}
#nav #nav-directions a {
	background: url(images/navigation.jpg) no-repeat 0px -230px;
}
#nav #nav-directions a:hover {
	background: url(images/navigation.jpg) no-repeat -156px -230px;
}
#nav #nav-photos a {
	background: url(images/navigation.jpg) no-repeat 0px -276px;
}
#nav #nav-photos a:hover {
	background: url(images/navigation.jpg) no-repeat -156px -276px;
}
#nav #nav-links a {
	background: url(images/navigation.jpg) no-repeat 0px -322px;
}
#nav #nav-links a:hover {
	background: url(images/navigation.jpg) no-repeat -156px -322px;
}
#nav #nav-reservations a {
	background: url(images/navigation.jpg) no-repeat 0px -368px;
}
#nav #nav-reservations a:hover {
	background: url(images/navigation.jpg) no-repeat -156px -368px;
}
#nav #nav-testimonials a {
	background: url(images/navigation.jpg) no-repeat 0px -414px;
}
#nav #nav-testimonials a:hover {
	background: url(images/navigation.jpg) no-repeat -156px -414px;
}

#main {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100%;
	width: 604px;
}
#main_top {
	background-image: url(images/main_top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	height: 60px;
}
#main_body {
	background-image: url(images/main_middle.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#main_body a {
	color: #03C;
	text-decoration: none;
}
#main_body a:hover {
	text-decoration: underline;
}

#main_bottom {
	background-image: url(images/main_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 60px;
	margin: 0px;
	padding: 0px;
}
#testimonials {
	margin: 0px;
	padding: 0px;
}
#testimonials a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#testimonials p {
	text-indent: 20px;
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#testimonials p.noindent {
	text-indent: 0;
}
#testimonials p.title {
	margin: 0px;
	padding: 0px;
}
#testimonials #signature {
	margin-bottom: 0px;
	margin-top: 20px;
	height: 100%;
	width: 200px;
	margin-left: 300px;
	padding: 0px;
}
#testimonials #signature p {
	margin: 0px;
	padding: 0px;
}




#footer {
	margin: 0px;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	vertical-align: middle;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	display: inline;
}
#footer a {
	color: #000;
	text-decoration: none;
	text-transform: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	padding: 0px;
	margin: 0px;
}

.invisible {
	display: none;
}
.center {
	text-align: center;
}
hr.hr1 {
	border-top: 1px dashed #03C;
	border-bottom: 1px solid #03C;
	color: #B0E0E6;
	background-color: #B0E0E6;
	height: 4px;
	width: 70%;
}