html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	background-color: #012c4f;
	background-image: url('../images/layout/background.jpg');
	background-repeat: repeat-x;
	background-position: top;	
}
img {
	border-style: none;
}
a {
	color: Black;
}
/* begin structure and left side */
#page {
	width: 1003px;
	min-height: 800px;
	margin: 0 auto 0 auto;
	padding-top: 73px;
}
#page_content {
	width: 854px;
	margin: 0 auto 0 auto;
}
table.page_size_800 { height: 800px; } table.page_size_800 #sidebar_top { height: 245px; }
table.page_size_1000 { height: 900px; } table.page_size_1000 #sidebar_top { height: 345px; }
table.page_size_1200 { height: 1200px; } table.page_size_1200 #sidebar_top { height: 645px; }
table.page_size_1400 { height: 1400px; } table.page_size_1400 #sidebar_top { height: 845px; }
table.page_size_1600 { height: 1600px; } table.page_size_1600 #sidebar_top { height: 1045px; }
table.page_size_1800 { height: 1800px; } table.page_size_1800 #sidebar_top { height: 1245px; }
table.page_size_2000 { height: 2000px; } table.page_size_2000 #sidebar_top { height: 1445px; }

table.page_small {
	height: 805px;
}
table.page_small #sidebar_top {
	height: 250px;
}
table.page_medium_small {
	height: 895px;
}
table.page_medium_small #sidebar_top {
	height: 340px;
}
table.page_medium {
	height: 1095px;
}
table.page_medium #sidebar_top {
	height: 540px;
}
table.page_large {
	height: 1295px;
}
table.page_large #sidebar_top {
	height: 740px;
}
table.page_large2 {
	height: 1495px;
}
table.page_large2 #sidebar_top {
	height: 940px;
}
table.page_large_rfp {
	height: 1795px;
}
table.page_large_rfp #sidebar_top {
	height: 1240px;
}
table.page_large_specials {
	height: 1695px;
}
table.page_large_specials #sidebar_top {
	height: 1140px;
}
table.page_large_map {
	height: 1895px;
}
table.page_large_map #sidebar_top {
	height: 1340px;
}
#page_left {
	vertical-align: top;
	background-image: url('../images/layout/corner.png');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 247px;
}
#logo {
	background-image: url('../images/layout/top.png');
	background-repeat: no-repeat;
	height: 150px;
}
#logo img {
	padding: 22px 0 0 42px;
}
#sidebar_top {
	background-image: url('../images/layout/side.png');
	background-repeat: repeat-y;
}
#reservations {
	padding-top: 50px;
	padding-left: 34px;
}
#check_in_label, #check_out_label {
	position: absolute;
	margin-left: 175px;
	margin-top: -36px;
	font-weight: bold;
	color: #950024;
}
#reservations div.label {
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 6px;
	color: White;
	width: 194px;
	font-size: 11px;
	margin-bottom: 4px;
	background-image: url('../images/layout/date.png');
}
#reservations div.submit {
	padding-top: 4px;
}
#checkinDate, #checkoutDate {
	background-image: url('../images/layout/date_input.png');
	background-repeat: no-repeat;
	width: 156px;
	height: 14px;
	padding: 5px 3px 8px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	border: none 0px;
}
#page_right {
	vertical-align: top;
	background-color: White;
	width: 607px;
	padding-left: 5px;
}
#page_bottom {
	background-image: url('../images/layout/bottom.png');
	background-repeat: no-repeat;
	height: 17px;
}
#page_footer {
	vertical-align: bottom;
	background-color: White;
	padding-left: 26px;
	padding-bottom: 24px;
	color: #939393;
}
#page_footer ul {
	list-style: none;
	margin: 0 0 8px 4px;
	padding: 0;
}
#page_footer li {
	display: inline;
	padding: 0 8px 0 0;
}
#page_footer a {
	color: #939393;
}

#page_footer div {
	background-image: url('../images/layout/logos.gif');
	background-repeat: no-repeat;
	background-position: top left;
	padding: 25px 0 0 208px;
	height: 109px;
}
#packages {
	list-style: none;
	margin: 24px 0 0 38px;
	padding: 0;
}
#packages a {
	display: block;
	color: White;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	width: 170px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url('../images/layout/btnGo.gif');
	padding: 5px 25px 5px 0;
}
#packages a:hover {
	background-image: url('../images/layout/btnGo_over.gif');
}
/* end structure and left side */

/* begin top images */
#main_images {
	padding-bottom: 6px;
	height: 198px;
	position: relative;
}
#main_images img {
	width: 198px;
	height: 198px;
	position: absolute;
	top: 0;
}
#main_image_1, #main_image_2, #main_image_3 {
	z-index: 20;
}
#main_image_4, #main_image_5, #main_image_6 {
	z-index: 10;
}
#main_image_1, #main_image_4 {
	left: 0;
}
#main_image_2, #main_image_5 {
	left: 202px;
}
#main_image_3, #main_image_6 {
	left: 404px;
}

/* end top images */

/* begin menu */
#menu1 {
	width: 150px;
}
#menu2 {
	width: 170px;
}
#menu3 {
	width: 150px;
}

div.menu-background-1 {
	background-color: #494c59;
}
div.menu-background-2 {
	background-color: #878992;
}
div.menu-border {
	border-top: solid 1px #a6a6a6;
	border-bottom: solid 1px #494c59;
}
table.menu a {
	display: block;
	color: White;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	padding: 8px 24px 8px 24px;
}
table.menu a:hover, table.menu a.selected , table.menu a.current-page {
	background-color: #85132e;
}

table.menu ul {
	display: none; 
	position: absolute;
	background-color: White;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	margin: 0;
	padding: 4px 0 4px 12px;
	list-style: none;
}
table.menu ul li {
	padding: 4px 0 4px 0;
}
table.menu ul a {
	margin: 0;
	padding: 0 0 0 12px;
	color: #505050;
	text-transform: none;
	display: inline;
	font-weight: bold;
	background-position: left center;
	background-repeat: no-repeat;
}
table.menu ul a:hover {
	background-color: transparent;
	background-image: url('../images/layout/bullet.gif');
}
/* end menu */

/* begin content */
#content_indent {
	padding: 41px 41px 0 21px;
}
#content {
	background-image: url('../images/layout/gradient_content.gif');
	background-position: top;
	background-repeat: repeat-x;
	font-size: 12px;
}
#content h1 {
	margin: 0 0 12px 0;
	font-size: 18px;
	color: #950024;
}
#content h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #950024;
}
/* end content */

sub { vertical-align: bottom; font-size: 80%; }

#facebook {
	margin: 24px 0 0 38px;
}

#specialTiles {
	margin: 24px 0 0 38px;
}

#specialTiles img {
 border: 0;
}