body, html {
	height: 100%;
	background: #0A2610;
	color: #FFF;
	font: 12px "Times New Roman", Times, serif;
}

#wrapper {
	width: 1039px;
	margin: 20px auto 0;
}

#footer {
	text-align: left;
	padding: 13px 2px;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#icons {
	position: absolute;
	z-index: 10;
	top: 7px;
	right: 3px;
	height: 32px;
	width: 110px;
}

#icons img {
	margin: 0 3px;
}

#content {
	width: 435px;
	height: 195px;
	color: #000;
	text-align: left;
	font: 12px/1.8em Arial, Helvetica, sans-serif;
	padding: 20px 0 20px 30px;
	position: relative;
}

.pipe {
	margin: 0 10px;
}

#container {
	background: #FFF;
	overflow: hidden;
	padding: 4px;
}

#container div {
	text-align: left;
}

#top, #middle, #bottom {
	width: 1023px;
	margin: 4px;
	position: relative;
}

#top {
	height: 417px;
	/*border: 1px solid #000;*/
	background: #FFF /*url(images/active_background.jpg)*/;
}

#middle {
	background: #696F85;
	height: 46px;
}

#bottom {
	height: 230px;
	background: #B7C6B3;
}

#neighborhood, #floor, #gallery, #site, #sitemap{
	/*border: 1px dashed #000;
	margin: -1px;
	position: relative;*/
	z-index: 5;
}

#neighborhood_2, #floor_2, #gallery_2, #site_2 {
	position: relative;
	z-index: 3;
}

#neighborhood, #neighborhood_2 {
	width: 354px;
	height: 202px;
	position: absolute;
	top: 0;
	left: 0;
	background: #FFF;
	background: url(images/Builder_off_3.png);
	
}

#neighborhood_2 {
	background: url(images/Builder_over_3.png);
}

#floor, #floor_2 {
	width: 375px;
	height: 209px;
	position: absolute;
	top: 208px;
	left: 0;
	background: url(images/FloorPlan_off_1.png);
}

#floor_2 {
	background: url(images/FloorPlan_over_2.png);
}

#gallery, #gallery_2 {
	width: 685px;
	height: 417px;
	position: absolute;
	top: 0;
	left: 338px;
	background: url(images/gallery_off_3.png);
}

#gallery_2 {
	background: url(images/Gallery_over_3.png);
}

#site, #site_2 {
	width: 546px;
	height: 230px;
	position: absolute;
	top: 0;
	right: 0px;
	background: url(images/SitePlan_on.jpg);
}

#site_2 {
	background: url(images/SitePlan_over_2.jpg);
}

#sitemap{
	width: 546px;
	height: 230px;
	position: absolute;
	top: 0;
	right: 0px;
	/*z-index: 20;*/
}

#pace, #pace_2 {
	width: 109px;
	height: 213px;
	position: absolute;
	top: 13px;
	right: 12px;
	background: url(images/Pace_off.png);
	z-index: 45;
}

#pace_2 {
	width: 101px;
	height: 204px;
	right: 20px;
	background: url(images/Pace_over.jpg);
	z-index: 50;
	cursor: pointer;
}


.clear {
	clear: both;
}

#navmap {
	/*border: 2px solid #F00;
	margin: -2px;*/
	position: relative;
	z-index: 20;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 101px;
	float: right;
	padding-bottom: 0.7em;
}

#H_logo {
	margin: -57px 15px 0 0;
	float: left;
	z-index: 20;
	position: relative;
}

#huntley {
	margin: -10px 0 -4px -4px;
	float: left;
}

img, div {
	behavior: url(iepngfix.php);
}

