body, html { height:100%; }

body {
	margin:0;
	background-color:#B5D2BE;
}

body, input, select, textarea { 
	font-family: Georgia, 'Times New Roman', serif;
	font-size:12px;
	color:#000;
}

h1, .a-head {
	color: #222;
	font-size:120%;
	font-weight:bold;
	margin:0;
}

h2, .a-warn {
	color: #900;
	font-size:100%;
	font-weight:bold;
}

a { text-decoration:none; }
a:hover { text-decoration:underline; }
b { }

#fullscreen_flash { width:100%; height:100%; }
#html_alternative { display:none; }

.control { background-color:#fff; }

.content {
	padding:10px;
	border:1px solid #999;
	background:#B5D2BE url("/images/html_site/green_header_main.jpg") scroll top left no-repeat;
	color:#fff;
}
.html_exclusive {
	padding:10px;
	border:1px solid #999;
	background:#B5D2BE url("/images/html_site/green_header.jpg") scroll top left no-repeat;
	color:#fff;
}
.title {
	height:50px;
	padding:60px 0 0 80px;
	font-family:Lucida Grande,Arial,sans-serif;
	font-size:28px;
}
.infobox {
	background-color:#d1e6d7;
	color:#000000;
	font-size:14px;
	border:1px solid #FFFFFF;
	padding:10px;
	margin-bottom:20px;
}
.imagebox { 
	float:right; display:inline;
	border:1px solid #FFFFFF;
	margin-bottom:20px;
	margin-left:10px;
	padding:10px; 
}
.imagebox img { 
	display:block;
	border:1px solid #FFFFFF;
}

.mapdiv {
	width:340px; height:637px;
	background:transparent url('/control/manhattan.jpg') scroll top left no-repeat;
	border:1px solid #FFFFFF;
}

.mapdot {
	width:23px; height:23px; position:relative;
	background:transparent url('/images/html_site/purple-dot.png') scroll top left no-repeat;
}

.warn { color:#900; }

.site_section { padding-top:20px; }
.site_section div { padding-left:20px; }
.Active { color:#aaa; }
.Rented { color:#f00; }
.Sold_And_Closed { color:#f00; }
.In_Contract { color:#00f; }
.Under_Offer { color:#0f0; }

.indent { padding-left:20px; }
.notice { font-size:90%; clear:both; }

