html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
}
a {
	color: Black;
}
h1 {
	font-size: 14px;
	margin: 12px 0 12px 0;
}
img {
	border: none;
}
#panel {
	width: 977px;
	margin: 0 auto 0 auto;
	border-right: dotted 1px black;
	border-bottom: dotted 1px black;
	border-left: dotted 1px black;
}
/* sidebar */
#sidebar {
	width: 193px;
	float: left;
}
#logo {
	height: 153px;
}
#menu {
	border-top: dotted 1px black;
	border-bottom: dotted 1px black;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	padding: 12px 0 12px 22px;
}
#menu ul li a {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}
#menu ul ul.submenu {
	position: absolute;
	padding: 8px 12px 8px 12px;
	border: solid 1px black;
	display: none;
}
#menu ul ul.submenu li {
	padding: 4px 0 4px 0;
}
#hotel_links {
	padding: 8px 0 8px 0;
}
#reservations {
	border-top: dotted 1px black;
	border-bottom: dotted 1px black;
	padding: 13px 0 13px 0;
}
table.dates {
	width: 193px;
}
table.dates input {
	width: 71px;
	border: none;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
}
table.dates td {
	border-top: dotted 1px black;
	padding-top: 12px;
	padding-bottom: 12px;
}
table.dates td.dates_left {
	padding-left: 22px;
	text-transform: uppercase;
	font-size: 11px;
	color: #808080;
}
table.dates td.dates_right {
	text-align: right;
	padding-right: 15px;
}
#hotel_dropdown {
	border-top: dotted 1px black;
}
#hotel_dropdown_list {
	position: absolute;
	margin-left: 80px;
	padding: 8px;
	line-height: 18px;
	border: solid 1px black;
	display: none;
	text-transform: none;
}
#selected_hotel {
	padding-left: 50px;
	text-transform: none;
}
#hotel_dropdown, #check_now, #modify_cancel {
	padding: 12px 0 12px 22px;
	text-transform: uppercase;
}
#hotel_dropdown a, #check_now a, #modify_cancel a {
	text-decoration: none;
	font-size: 11px;
}
#sidebar_links ul {
	list-style: none;
	margin: 23px 0 0 24px;
	padding: 0;
}
#sidebar_links a {
	padding: 6px 0 6px 22px;
	display: block;
	text-decoration: none;
	color: #818181;
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: left center;
}
#link_guest_comments a {
	background-image: url('../images/icons/guest_comments.gif');
}
#link_contact_us a {
	background-image: url('../images/icons/contact_us.gif');
}
div.rate_box {
	margin: 30px 0 0 17px;
	padding-top: 6px;
	padding-left: 27px;
	font-size: 14px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
}
div.rate_box a {
	font-weight: normal;
	font-size: 12px;
}
#modify_cancel_form {
	position: absolute;
	padding: 8px;
	border: solid 1px black;
	display: none;
}
#modify_cancel_form table {
	padding-left: 22px;
	padding-right: 15px;
	font-size: 11px;
}
#modify_cancel_form td {
	padding: 2px 8px 2px 0;
}
#modify_cancel_form input {
	font-family: Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #808080;
	width: 71px;
}

/* end sidebar */

/* main styles */
#main {
	margin-left: 194px;
	border-left: dotted 1px black;
	padding-bottom: 20px;
	background-repeat: repeat-x;
	background-position: bottom;
}

/* top images */
#images {
	padding: 4px 3px 0 5px;
	height: 370px;
	white-space: nowrap;
	overflow: hidden;
}
#image1 {
	width: 520px;
	height: 330px;
	float: left;
	overflow: hidden;
}
#image2 {
	width: 250px;
	height: 330px;
	float: right;
	overflow: hidden;
}
/* end top images */

/* main content */
#content {
	padding-left: 36px;
	padding-right: 36px;
	padding-bottom: 18px;
}
/* end main content */

/* footer */
#footer {
	clear: left;
	padding-left: 36px;
}
#footer a {
	font-size: 11px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer li {
	display: inline;
	padding-right: 16px;
}
/* end footer */

/* begin photo gallery */
#photo_gallery {
	height: 356px;
	padding: 4px 0 0 4px;
}
#gallery_main {
	width: 520px;
	height: 330px;
	overflow: hidden;
	float: left;
}
#gallery_thumbs {
	margin-left: 524px;
	width: 253px;
	height: 332px;
	overflow: hidden;
}
#gallery_thumbs img {
	cursor: pointer;
}
#gallery_thumbs div div {
	width: 84px;
	height: 83px;
	overflow: hidden;
	float: left;
}
#gallery_thumbs_page2, #gallery_thumbs_page3 {
	display: none;
}
#gallery_pages {
	margin-top: 4px;
	margin-right: 6px;
	padding-right: 22px;
	padding-top: 2px;
	height: 18px;
	background-image: url('../images/photo_gallery/bermuda/pages.gif');
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
}
#gallery_pages a {
	color: Black;
	text-decoration: none;
	padding: 0 12px 0 12px;
}
/* end photo gallery */

/* end main styles */

.disclaimer {
	font-size: 90%;
	color: #666666;
}

table.events td { 
	padding: 2px 12px 2px 0; 
}
table.events td.month { 
	padding-top: 18px; 
	font-weight: bold; 
}

#endless_summer {
	background-image: url('../images/endless_summer.gif');
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	padding-top: 90px;
	text-align: center;
	margin-top: 32px;
}