@charset "UTF-8";
div {
	position: relative;
	border: 0px;
}
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/bg-gradient.png);
	background-repeat: repeat-x;
	background-color: #04d203;
	font-family: Calibri, Arial, Helvetica, Verdana, sans-serif;
	color: #362f2d;
}
p {
	font-size: 14px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #362f2d;
	font-weight: normal;
	margin-bottom: 10px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #362f2d;
	font-weight: normal;
	margin-bottom: 10px;
}
h3 {
	font-size: 18px;
	color: #362f2d;
	font-weight: normal;
}
h6 {
	font-size: 11px;
}
ul {
	font-size: 14px;
	font-family: Calibri, Arial, Helvetica, Verdana, sans-serif;
	padding-left: 20px;
}
ol {
	font-size: 14px;
	font-family: Calibri, Arial, Helvetica, Verdana, sans-serif;
	padding-left: 25px;
}
a:link {
	color: #362f2d;
	text-decoration: none;
}
a:visited {
	color: #362f2d;
	text-decoration: none;
}
a:hover {
	color: #362f2d;
	text-decoration: none;
}
a:active {
	color: #362f2d;
	text-decoration: none;
}
#container {
	width: 1000px;
	height: 1150px;
	position: relative;
	margin: 0 auto;
	overflow: visible;
	}
#header {
	width: 907px;
	height: 306px;
	top: 0px;
	position: absolute;
	left: 49px;
}
#navigation {
	width: 1000px;
	height: 60px;
	top: 248px;
	position: absolute;
	z-index: 0;
	background-image: url(../images/nav_BG.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#content {
	width: 734px;
	min-height: 546px;
	margin-bottom: 308px;
	top: 308px;
	left: 46px;
	position: relative;
	float: left;
	padding: 21px 88px 0px 79px;
	background-image:url(../images/content_BG.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top;
	overflow: visible;
}
#footer {
	width: 747px;
	height: 169px;
	left: 44px;
	position: relative;
	clear: both;
	padding: 106px 80px 0px 80px;
	background-image: url(../images/footer_BG.png);
	background-repeat: no-repeat;
}
#home {
	width: 139px;
	height: 61px;
	position: absolute;
	left: 94px;
	top: 0px;
	z-index: -2;
}
#units {
	width: 141px;
	height: 48px;
	position: absolute;
	left: 192px;
	top: 13px;
	z-index: -3;
}
#photos {
	width: 141px;
	height: 48px;
	position: absolute;
	left: 293px;
	top: 13px;
	z-index: -4;
}
#faq {
	width: 141px;
	height: 48px;
	position: absolute;
	left: 393px;
	top: 13px;
	z-index: -5;
}
#features {
	width: 141px;
	height: 48px;
	position: absolute;
	left: 493px;
	top: 13px;
	z-index: -6;
}
#directions {
	width: 141px;
	height: 48px;
	position: absolute;
	left: 593px;
	top: 13px;
	z-index: -7;
}
#apply {
	width: 169px;
	height: 48px;
	position: absolute;
	left: 705px;
	top: 13px;
	z-index: -8;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lighbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
