/* Start screen styles ------------------------------------------------------------------ */
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	background: url(../../images/body-bg.jpg) center top;
}
a {
	color: #003055;
	text-decoration: none;
}
a:hover { color: #004880; }
.imgBdr {
	margin: 10px;
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #998973;
}
.imgBdr:hover { border: 1px solid #403220; }
a img.imgBdr:hover { cursor: url(../../images/zoomin.cur), pointer; }
p { margin-top: 0; }
/* Container ---------------------------------------------------------------------------  */
#container {
	width: 770px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0;
}
/* Header ---------------------------------------------------------------------------  */
#header {
	width: 770px;
	height: 150px;
	background: url(../../images/header-bg.jpg) no-repeat;
}
#header h1 { text-indent: -9999px; }
/* Main ---------------------------------------------------------------------------  */
#main {
	clear: left;
	float: left;
	width: 768px;
 height: 100% margin: 0;
	border: 1px solid #000;
}
/* Navigation ---------------------------------------------------------------------------  */
#nav {
	width: 100%;
	height: 100%;
	padding-top: 0px;
	background-color: #534737;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li a {
	display: block;
	margin: 0;
	padding: 0px 25px 0px 24px;
	line-height: 23px;
	font-weight: bold;
	font:"Times New Roman", Times, serif;
	color: #D9C7AD;
	background-color: #534737;
	border-bottom: 1px solid #403220;
}
#nav ul li a:hover { background: url(../../images/nav-bg.gif) repeat-x #1A2739; }
#nav ul li { float: left; }
/* Content ---------------------------------------------------------------------------  */
#content-color { background: url(../../images/content-bgcolor.jpg); }
#content {
	position: relative;
	padding: 20px;
	background: url(../../images/content-bg.jpg) no-repeat;
	background-color: #D9C7AD;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
#content h1 {
	display: block;
	height: 60px;
	text-indent: -9999px;
}
#content h1#amenities { background: url(../../images/h1amenities.gif) no-repeat; }
#content h1#floorplans { background: url(../../images/h1floorplans.gif) no-repeat; }
#content h1#services { background: url(../../images/h1services.gif) no-repeat; }
#content h1#contact { background: url(../../images/h1contactus.gif) no-repeat; }
#content h1#additional { background: url(../../images/h1additional.gif) no-repeat; }
.floatRight { float: right; }
#contact-table td {
	line-height: 1.3em;
	border-bottom: 1px solid #403220;
}
.floorplans a { outline: none; }
#google_map { border: 5px solid #fff; }
#limited-offer {
	position: absolute;
	right: -13px;
	top: 26px;
}