html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	background-color: White;
}
h1 {
	font-size: 16px;
	color: #00529c;
}
a {
	color: Black;
}
img {
	border-style: none;
}
#panel {
	width: 1000px;
	margin: 0 auto 0 auto;
	background-image: url('../images/background/left.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}
#panel_left {
	width: 255px;
	float: left;
	min-height: 741px;
}
#panel_main {
	margin-left: 255px;
}
#header {
	background-image: url('../images/background/top.gif');
	background-repeat: repeat-x;
	height: 127px;
	position: relative;
}
#content {
	background-image: url('../images/background/right.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 614px;
	padding-bottom: 20px;
}
#panel_bottom {
	clear: both;
}

#logo {
	margin: 31px 0 0 15px;
	height: 92px;
}
#reservations {
	margin-left: 16px;
}
div.date_input {
	/*background-image: url('../images/background/date_shadow.gif');
	background-repeat: no-repeat;*/
	padding: 4px 0 0 16px;
	width: 193px; /* 209 */
	height: 76px; /* 80 */
}
div.date_input input {
	background-image: url('../images/background/date.gif');
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent;
	border-style: none;
	border-width: 0;
	width: 162px; /* 176 */
	height: 20px; /* 30 */
	padding: 10px 0 0 14px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #165ca0;
	margin-bottom: 4px;
}
div.date_submit {
/*	background-image: url('../images/background/submit_shadow.gif');
	background-repeat: no-repeat;*/
	padding: 0 0 0 16px;
	width: 193px; /* 209 */
	height: 35px;
}
#packages {
	margin: 34px 0 34px 30px;
	width: 160px;
	min-height: 275px;
}
div.package {
	margin-bottom: 19px;
}
div.package_image {
	margin-bottom: 6px;
	width: 111px;
	height: 69px;
	overflow: hidden;
	padding: 2px;
	background-color: White;
	border: solid 1px #b8c2c9;
}
div.package_description {
	color: #00529c;
	font-weight: bold;
	font-size: 11px;
	padding-left: 3px;
}
div.package_description a {
	color: #00529c;
	font-size: 11px;
	font-weight: normal;
}
#sidebar {
	margin: 0 0 34px 30px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	padding: 2px 0 2px 0;
}
#sidebar a {
	text-decoration: none;
	text-transform: lowercase;
	display: block;
	height: 17px;
}
#sidebar #guest-comments a {
	background-image: url('../images/sidebar/guest_comments.gif');
	background-repeat: no-repeat;
	padding-left: 20px;
	color: #00529c;
}

#footer {
	color: #00529c;
	margin-left: 30px;
	font-size: 11px;
	line-height: 12px;
}
#footer_logo {
	margin-top: 23px;
}

#weather {
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	padding: 20px 18px 0 0;
}
#weather img {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin-right: 12px;
}
#menu {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 20px;
	text-align: left;
	position: absolute;
	top: 109px;
	width: 100%;
}
#menu li {
	display: inline;
	font-weight: bold;
	height: 18px;
	border-left: solid 1px #ff9625;
	margin: 0;
	padding: 0 4px 0 8px;
	font-size: 11px;
	white-space: nowrap;
}
#menu li:first-child {
	border-left: none;
}
#menu li a {
	color: #0c5196;
	text-decoration: none;
	text-transform: uppercase;
}
#menu li ul {
	list-style-type: none;
	text-align: left;
	position: absolute;
	margin: 0;
	padding: 14px 15px 20px 15px;
	top: 18px;
	background-image: url('../images/background/menu.png');
	display: none;
}
#menu li ul li {
	display: block;
	border: none;
	margin: 0;
	padding: 0;
	height: 14px;
}
#menu li ul li a {
	padding-left: 13px;
}
#menu li ul li a:hover {
	background-image: url('../images/background/bullet.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
#subnav1 { left: 0; }
#subnav2 { left: 160px; } /* Photo Gallery */
#subnav6 { left: 93px; } /* Specials */

#subnav3 { left: 165px; } /* Special Events */
#subnav4 { left: 340px; } /* Location */
#subnav5 { left: 480px; } /*Lifestyle */

#content_interior {
	padding: 10px 150px 10px 30px;
}

#footer-links {
	padding-top: 12px;
	padding-bottom: 8px;
	padding-left: 30px;
	font-size: 11px;
}
#footer-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-links a {
	color: #00529c;

}
#footer-links li {
	display: inline;
	padding-right: 6px;
}