html, body {
	color: white;
	font-family: Arial, Helvetica, Verdana, San-serif;
	font-size: 9pt;
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	/*background: #464748 url(/images/backgrounds/plant_1.gif) fixed no-repeat bottom left;*/
	background: #333 url(/images/backgrounds/plant_1.gif) fixed no-repeat bottom left;
}
body.plant_1 {
	background-image: url(/images/backgrounds/plant_1.gif);
}
body.plant_2 {
	background-image: url(/images/backgrounds/plant_2.gif);	
}
body.plant_3 {
	background-image: url(/images/backgrounds/plant_3.gif);
}
body.plant_4 {
	background-image: url(/images/backgrounds/plant_4.gif);
}
body.plant_5 {
	background-image: url(/images/backgrounds/plant_5.gif);
}
body.plant_6 {
	background-image: url(/images/backgrounds/plant_6.gif);
}
body.plant_7 {
	background-image: url(/images/backgrounds/plant_7.gif);
}
body.plant_8 {
	background-image: url(/images/backgrounds/plant_8.gif);
}
body.plant_9 {
	background-image: url(/images/backgrounds/plant_9.gif);
}


/* PAGE: box holding centered region  */
#page {
	margin: auto;
	top: 10%;
	width: 950px;
	position: relative;
}

/* BANNER: contains logo  */
#banner {
	height: 55px;
	position: relative;
}
#main_logo {
	display: block;
	position:absolute;
	top: 0;
	left: 0;
	height: 57px;
	width: 208px;
}
#menu_divider, #footer_divider {
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	color: white;
	background-color: white;
	border: none;
	margin: 16px 0;
	clear: both;
}
#footer_divider {
	margin-bottom: 3px;
}

/* MAIN MENU: top/main menu  */
#main_menu {
	position: absolute;
	top: 27px;
	right: 0;
	width: 800px;
	height: 57px;
	z-index: 100;
}

/* MAIN TITLE: area holding title  */
#main_title {
	background-color: white;
	margin: 0;
}

/* CONTENT: area holding information and pictures  */
#content {
	clear: both;
	background-image: none !important;
	position: relative;
	min-height: 300px;
	z-index: 1;
}
body.window #content {
	margin:0;
	padding:0;
}
#content .column {
	float: left;
	width: 300px;
	margin: 0 16px 0 0;
}
#content .images_right {
	float: right;
}
#content .images_right img {
	margin: 0 0 16px 16px;
}
#content .centered {
	margin: 50px 140px;
	padding: 20px;
	border: 1px solid black;
}
#content.no_opacity {
	opacity: 1;	
}

/* FOOTER */
#footer {
	clear: both;
	margin: 0 0 20px 0;
	color: white;
}
#footer a {
	color: white;
}

/* INLINE MESSAGES: display messages at top of page  */
#inline_messages {
	clear: both;
	padding: 10px;
	margin: 0px;
	border: 1px solid #999;
	color: black;
	background-color: #fdfdff;
}
#inline_messages a, #inline_messages a:visited {
	color: blue;
}
#inline_messages.visible {
	display: block;
}


/* SITE SPECIFIC LAYERS */
#home_nav {	
	position: relative;
}
#home_nav a {
	text-decoration: none;
}
#home_nav a {
	font-size: 12px;
	position: absolute;
	width: 310px;
	display: block;
	float: left;
	top: 9px;
	height: 73px;
}
#home_nav a h2 {
	font-size: 20px;
	font-weight: 500;
	margin: auto auto;
	color: white;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 12px;
	display: block;
}
#home_nav a img {
	width: 310px;
	height: 73px;
	top: 0; left 0;
	position: absolute;
	display: block;
}

/* about section */
#about_image {
	display: block; 
	float: left;
}
#about_text { 
	margin-left: 20px;
	width: 270px; 
	height: 284px;
	overflow: hidden;
	float: left;
	text-align: justify;
}
#about_text li {
	margin-bottom: 8px;
}
#about_nav { 
	float: left; 
	margin-left: 20px;
	vertical-align: bottom;
	position: relative;
	width: 12px;
	height: 291px;
}
#about_nav img { 
	position: absolute;
	left: 0px;
	bottom: 0px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#about_nav img:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
#about_nav img#about_text_prev { 
	bottom: 30px;
	visibility: hidden;
}
#contact_text { 
	display: block; 
	float: right; 
	width: 230px; 
	text-align: justify;
}

/*contact page*/
#contact_form {
	width: 80%;
	margin: 0 auto;
	display: block;
	background: white;
	padding: 20px;
}
#contact_form table {
	width: 100%;
	table-layout: fixed;
}
#contact_form th, #contact_form td {
	color: black;
	text-align: left;
}

/* releases */
.release_map {
	display: block;
	float: left;
}
#plan_map area {
	cursor: crosshair;	
}
#plan_wrapper {
	position: relative;
	float: left;
}
.sold_sticker {
	position: absolute;
	top: 0; left:0;
	cursor: crosshair;
}
.release_text {
	margin-right: 20px; 
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 300px; 
	text-align: justify;
}
.release_text b {
	color: #00A2CB;
}
#release_details {
	width: 100%;
}
#release_details th, #release_details td {
	border-bottom: 1px solid #CCC;
}
#release_details th {
	width: 50%;
	text-align: left;
}

#masterplan {
	position: relative;
	height: 483px;
}
#masterplan_map {
	top: 0px; left: 0px;
	display: block;
}
#masterplan img {
	display: block;
	margin: 0;
}
#masterplan .release_hover {
	cursor: pointer;
	cursor: hand;
}
#masterplan .release_title {
	top: 2px;
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	text-align: center;
	font-weight: bold;
	text-shadow: black 2px 2px 4px;
	z-index: 1;
}
#masterplan .release_hover:hover .release_title {
	text-shadow: rgba(255,255,255,1) 0px 0px 8px;
}
#masterplan div {
	position: absolute;
	width: auto;
}
a.masterplan_link {
	color: white;
	margin-top: 20px;
	display: block;
	font-size: 12px;
	text-decoration: underline;
}
a.masterplan_link b {
	color: #00A2CB; /* light blue */
	font-size: 16px;
}

/* house and land */
#house_and_land .hal_info {
	font-size: 12px;
	font-weight: bold;
	width: 40%;
}
#house_and_land .hal_link {
	color: #00A2CB; /* light blue */
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;	
	float: right;
	width: 40%;
}

/* news */
#news .news_info {
	font-size: 12px;
	font-weight: bold;	
}
#news .news_link {
	color: #00A2CB; /* light blue */
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#news .brochure_link {
	color: white;
	font-weight: normal;
}
/* SITE SEARCH PAGE */
.main_search
{
	margin: 43px 0 0 23px;
	padding: 0px;
}
.main_search .text
{
	width: 152px;
	font-size: 10px;
}
.main_search .submit
{
	width: 60px;
	font-size: 10px;
}