body,
div,
a,
tr,
td,
ul,
li,
table,
p,
h1,
h2,
h3
{
padding:0;
margin:0;
}

body{
background:#AAA58C url(../_images/body_bg2.gif) repeat;
color:#3d4140;
line-height:20px;
font:Georgia, "Times New Roman", Times, serif;
font-size:12px;
}

ul {
padding: 0px 0 10px 20px;
margin: 0;
}

h1 {
margin: 10px 0;
font-size: 18px;
color: #9BB48A;
}

h2 {
margin: 10px 0;
font-size: 15px;
color: #3d416a;
background: transparent;
}

h3 {
margin: 10px 0;
font-size: 12px;
color: #b8854c;
background: transparent;
}

h4 {
margin: 5px 0;
font:14px "Trebuchet MS", Arial, Helvetica, Verdana;
font-weight:normal;
line-height:24px;
color: #4C3212;
background: transparent;
}

a:link,
a:visited,
a:hover,
a:active {
text-decoration:none;
color:#b8854c;
background: transparent;
}
	
a:hover {
text-decoration:none;
color:#3d416a;
background: transparent;
}


/* useful stuff
==========================================*/
.floatLeft {
float:left
}

.floatRight {
float:right
}

.clear {
clear: both;
margin:0;
padding:0;
}

.h-dots{
border-bottom:#4C3212 1px dotted;
margin: 20px 0px;
}

.h-line{
border-bottom:#b8854c 2px solid;
margin: 20px 0px;
}

.v-dots{
border-right:#4C3212 1px dotted;
}

.v-line{
border-right:#b8854c 2px solid;
}


/* content regions
==========================================*/
#mainContainer{
background:url(../_images/body_bg.gif) repeat-x;
height:218px;
margin-left:-3px;
}

#mainContent{
background-color:#F5F4F2;
margin:0 auto;
padding:0 0 20px 0;
width: 781px;
}

#header{
margin:0 auto;
padding:12px 0 0 0;
width: 781px;
}

#content{
background:#F5F4F2 url(../_images/home_pic.jpg) no-repeat;
height:541px;
margin-top:-2px;
border-top:#3d4140 1px solid;
}

#content_interior{
background:#F5F4F2;
min-height:450px;
}

*html #content_interior{
height:450px;
}

#interior_txt{
padding-top:30px;
margin:0 40px 0px 40px;
}

#welcome_txt{
width:720px;
margin:0px 20px 0 20px;
font-size:13px;
}

#bottom{
width:781px;
height:214px;
}

#neighborhood{
width:257px;
height:140px;
float:left;
margin:10px 3px 0 0;
border-right:#646968 2px solid;
}

#incomerequirements{
width:258px;
height:140px;
float:left;
margin:10px 3px 0 0;
border-right:#646968 2px solid;
}

#quickmaps{
width:256px;
height:140px;
float:left;
margin:10px 0 0 0;
}

.bottom_item{
width:230px;
margin:20px 0 0 15px;
}

#oneb{
width:244px;
height:140px;
float:left;
margin:15px 0 15px 15px;
border-right:#646968 2px solid;
}

#twob{
width:246px;
height:140px;
float:left;
margin:15px 0 15px 15px;
border-right:#646968 2px solid;
}

#threeb{
width:240px;
height:140px;
float:left;
margin:15px 0 15px 15px;
}

#footer{
background-color:#6e7775;
height:28px;
width:781px;
margin:0 auto;
padding-top:7px;
text-align:center;
color:#FFF;
}

#footer a:link,
#footer a:visited{
color:#FFF;
}

#footer a:hover,
#footer a:active{
text-decoration:underline;
}

#equal{
width:781px;
margin:0 auto;
}


/* Navigation
==========================================*/
#nav{
height:33px;
width:781px;
margin:0 auto;
}

#nav ul{
position:relative;
list-style:none;
left:0;
top:0;
margin:0;
padding:0;
}

#nav li{
display:inline;
float:right;
}

#home a{
background:url(../_images/nav/home.gif) top left no-repeat;
top:-20;
left:600;
height:33px;
width:63px;
display:block;
text-indent:-10000px;
}

#home a:hover{
background-position:-63px 0;
}

#floorplans a{
background:url(../_images/nav/floorplans.gif) top left no-repeat;
top:170px;
left:700px;
height:33px;
width:86px;
display:block;
text-indent:-10000px;
}

#floorplans a:hover{
background-position:-86px 0;
}

#amenities a{
background:url(../_images/nav/amenities.gif) top left no-repeat;
top:170px;
left:790px;
height:33px;
width:85px;
display:block;
text-indent:-10000px;
}

#amenities a:hover{
background-position:-85px 0;
}

#photos a{
background:url(../_images/nav/photos.gif) top left no-repeat;
top:170px;
left:900px;
height:33px;
width:68px;
display:block;
text-indent:-10000px;
}

#photos a:hover{
background-position:-68px 0;
}

#residents a{
background:url(../_images/nav/residents.gif) top left no-repeat;
top:170px;
left:1000px;
height:33px;
width:111px;
display:block;
text-indent:-10000px;
}

#residents a:hover{
background-position:-111px 0;
}

#contact a{
background:url(../_images/nav/contact.gif) top left no-repeat;
top:172px;
left:1100px;
height:33px;
width:78px;
display:block;
text-indent:-10000px;
}

#contact a:hover{
background-position:-78px 0;
}

/*lightbox stuff
====================================================*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

