body 
	{ 
	background: url("../images/bodybg.jpg") top center repeat-y; 
	font-family: arial, verdana, helvetica; 
	color: #353634; 
	font-size: 12px; 
	margin: 0;
	}

h3
	{
	border-bottom: 1px dashed #000000;
	font-family: arial, verdana, helvetica;
	color: #35344;
	font-size: 14px;
	font-weight: bold;
	}

#header
	{
	display: block;
	position: relative;
	top: -470px;
	margin: auto;
	width: 977px;
	padding: 10px 0 0 0;
	}

#header a
	{
	text-decoration: none;
	color: #353634; 
	}

#bighead
	{
	background: url("../images/headerbg.jpg") top center no-repeat;
	margin: 0;
	height: 478px;
	}

#featurehead
	{
	background: url("../images/featuresbg.jpg") top center no-repeat;
	margin: 0;
	height: 478px;
	}

#amenityhead
	{
	background: url("../images/amenitybg.jpg") top center no-repeat;
	margin: 0;
	height: 478px;
	}


#contacthead
	{
	background: url("../images/contactbg.jpg") top center no-repeat;
	margin: 0;
	height: 478px;
	}

#floorplanhead
	{
	background: url("../images/floorplansbg.jpg") top center no-repeat;
	margin: 0;
	height: 478px;
	}

#galleryhead
	{
	background: url("../images/gallerybg.jpg") top center no-repeat;
	margin: 0;
	height: 478px;
	}

#locationhead
	{
	background: url("../images/locationbg.jpg") top center no-repeat;
	margin: 0;
	height: 478px;
	}

#residentshead
	{
	background: url("../images/residentbg.jpg") top center no-repeat;
	margin: 0;
	height: 478px;
	}

#sitemaphead
	{
	background: url("../images/sitemapbg.jpg") top center no-repeat;
	margin: 0;
	height: 478px;
	}

#login
	{
	display: block;
	width: 80%;
	text-align: center;
	padding: 5px;
	background: #ffffff url("../images/padlock.jpg") no-repeat;
	border: 1px solid #808080;
	}

#footer
	{
	display: block;
	width: 600px;	
	padding: 50px 0 0 0;
	}

#footerleft
	{
	float: left;
	width: 180px;
	}

#footerright
	{
	float: right;
	400px;
	text-align: right;
	}

#footer a
	{
	text-decoration: none;
	color: #414141;
	}

#footer a:hover
	{
	text-decoration: underline;
	}

#wrapper
	{
	position: relative;
	top: -331px;
	margin: auto;
	width: 1000px;
	}

#leftnav
	{
	float: left;
	width: 200px;
	text-align: center;
	}

ul#mainnav 
	{
	list-style-type: none;
	}

#mainnav li
	{
	text-align: center;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #808080;
	width: 160px;
	}

#mainnav li a
	{
	text-transform: uppercase;
	font-family: arial, verdana, helvetica, sans;
	font-size: 16px;
	color: #C0C0C0;
	text-decoration: none;
	}

#mainnav li a:hover
	{
	color: #FFFFFF;
	}

#logo
	{
	float: left;
	width: 280px;
	height: 130px;
	background: url("../images/230logo.jpg") top right no-repeat;
	padding-left: 30px;
	}

#topnav
	{
	float: right; 
	width: 600px;
	text-align: right;
	}

#aptinfo
	{
	display: block;
	font-size: 90%;
	color: #C0C0C0;
	padding-left: 30px;
	}

#maincol
	{
	float: right;
	width: 750px;
	padding: 200px 0 10px 0;
	}

#featurescol
	{
	float: right;
	width: 750px;
	padding: 60px 0 10px 0;
	}

#sitemapcol
	{
	float: right;
	width: 750px;
	padding: 0 0 10px 0;
	}

#content
	{
	display: block;
	width: 660px;
	}

#resleft
	{
	float: left;
	width: 400px;
	padding: 10px;
	}

#resright
	{
	float: right;
	width: 200px;
	padding: 10px;
	border-left: 1px solid #000000;
	}

ul#sitelist 
	{
	list-style-type: none;
	}

ul#sitelist a
	{
	text-decoration: none;
	color: #414141;
	}

ul#sitelist a:hover
	{
	text-decoration: underline;
	}

dl.floorplans
	{
	width: 550px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #440808;
	}

dd.floorplans
	{
	padding: 10px 0 0 10px;
	background: #ffffff;
	}

#leftfloor
	{
	position: relative;
	top: -10px;
	float: left;
	width: 300px;
	padding: 10px;
	}

#rightfloor
	{
	float: right;
	font-size: 90%;
	width: 130px;
	padding: 10px;
	border-left: 1px dashed #000000;
	}


ul#gallery 
	{
	list-style-type: none;
	}

#gallery li 
	{
	float: left;
	height: 124px;
	}

a.gallery
	{
	border: 2px solid #C0C0C0;
	}


a:hover.gallery
	{
	border: 2px solid #800000;
	}

#contactform
	{
	width: 500px;
	}

.error
	{	
	font-family: arial, verdana, helvetica; 
	color: #800000; 
	font-size: 12px; 
	}
	
	/*Lightbox Styles*/

#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;
	}

#eho
	{	
	display: block;
	width: 230px;
	padding: 50px 30px;
	font-size: 10px;
	background: url(../images/eho.gif) no-repeat left;
	color: #999999;
	}


