html, body {	
	width: 100%;	
	height: 100%;	
	min-height: 100%;	
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #003b7a url(../images/background.jpg) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
img { border: none;}
html>body #container { height: auto;}
h1, h2, h3, h4, h5, h6, p, form { margin: 20px 0; }
hr { 
	border: 0px;
	background-color: #c7ced1;
	height: 1px;
}
#container {	
	top: 0px;	
	width: 800px;	
	height: auto;	
	min-height: auto;
	position: relative;
	margin: auto;
	background-color: #FFFFFF;
}
#logo {
	position: absolute;
	top: 10px;
	left: 40px;
	width: 144px;
	height: 93px;
	z-index: 10;
}
#book_online {
	position: absolute;
	top: 31px;
	right: 0px;
	width: 202px;
	height: 85px;
	z-index: 10;
}
#telephone {
	position: absolute;
	top: 85px;
	right: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: lighter;
	color: #003E7E;
	z-index: 10;
}
#header_text {
	position: absolute;
	top: 30px;
	right: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: lighter;
	color: #A67C52;
	z-index: 10;
}
#top_dec {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 120px;
	background: url(../images/top_dec.jpg) no-repeat;
}
#header {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 800px;
	height: 233px;
	background: url(../images/header.jpg) no-repeat;
}
#header_pics {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 525px;
	height: 233px;
}
#shadow_header {
	background: url(../images/shadow_header.jpg) no-repeat;
	width: 800px;
	height: 15px;
	position: absolute;
	top: 355px;
	left: 0px;
}
#shadow_left {
	background: url(../images/shadow_left.jpg) no-repeat;
	width: 41px;
	height: 649px;
	position: absolute;
	top: 0px;
	left: -41px;
}
#shadow_right {
	background: url(../images/shadow_right.jpg) no-repeat;
	width: 41px;
	height: 649px;
	position: absolute;
	top: 0px;
	right: -41px;
}
#vert_line {
	position: absolute;
	top: 400px;
	right: 270px;
	background: url(../images/vert_line.jpg) no-repeat;
	width: 2px;
	height: 238px;
}
#vert_line_home {
	position: absolute;
	top: 375px;
	right: 202px;
	background: url(../images/vert_line_home.jpg) no-repeat;
	width: 2px;
	height: 484px;
}
#images {
	position: absolute;
	top: 430px;
	right: 5px;
}
#nav {
	position: absolute;
	top: 135px;
	right: 585px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	z-index: 10;
}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
}
#nav li {
	list-style-type: none;
	padding-bottom: 3px;
	padding-top: 3px;
}
#nav li:hover, #nav li.current { color: #ffffff; text-decoration:none; }
#nav a { color: #B4975A; text-decoration: none;}
#nav a:hover, #nav li.current a { color: #ffffff; text-decoration: none;}
#content {
	padding: 385px 220px 100px 40px;
}
#content_beachfront {
	padding: 385px 40px 100px 40px;
}
li { list-style-type: square; color: #00113f; }
.body_text { color: #666666; font-size: 12px; }
.gold_text { color: #333333; }
.bold {
	font-weight: bold;
}
.box-container {
	width: 732px;
	height: 125px;
	display: table;
	background: url(../images/special_gold.gif) no-repeat;
}
.box {
	width: 670px;
	height: 100px;
	margin-right: 20px;
	float: left;
	text-align:left;
	padding: 10px 10px 10px 20px;
}
.box a {
	 font-size: 10px;
	 font-weight: bold;
}
.special_title {
	 font-size: 12px;
	 font-weight: bold;
}
.special_fine {
	 font-size: 10px;
	 font-weight: bold;
	 color: #00113f;
}
.thumb {
	border: 1px solid #cccccc;
	margin: 0px 20px 0px 0;
	float: left;
}
.h1, h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #B4975A;
}
.h2, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: lighter;
	color: #B4975A;
}
.gold {
	color: #b4975a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
}
.blue {
	color: #10254f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
}
#footer_left {
	position: absolute;
	top: 10px;
	left: 20px;
	color: #ffffff;
	font-size: 11px;
}
#footer {
	position: absolute;
	bottom: 0px;
	width: 800px;
	height: 55px;
	background: url(../images/footer_dec.jpg) no-repeat top left;
}
#footer_text {
	padding: 10px 20px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-align: right;
}
#footer_text a, #terms a, #footer_left a {
	color: #ebedf3;
	text-decoration: none;
}
#footer_text a:hover, #terms a:hover, #footer_left a:hover {
	color: #ffffff;
	text-decoration: none;
}
a {
	color: #10254f;
	text-decoration: none;
}
a:hover {
	color: #b4975a;
	text-decoration: none;
}
.image { border: 1px solid #c8a255; }
.image:hover { border: 1px solid #000d4f; }
.fm-logo {
	float: right;
	margin: 6px 0px 5px 10px;
}
td ul li { margin: 0px; padding: 0px; }