body { margin: 0px; background: url("../images/bg.jpg") top center; font-family: arial, helvetica, sans; font-size: 90%; }

/*Font Definitions*/

h1 { font-family: verdana, arial, helvetica, sans; font-weight: normal; font-size: 16px; color: #524A33; }
#error, #sgnerror { color: #FF0000; }

/*Page Headers*/
#homepage { background: url("../images/home.jpg") top center; height: 400px; }
#features { background: url("../images/features.jpg") top center; height: 400px; }
#amenities { background: url("../images/amenities.jpg") top center; height: 400px; }
#floorplans { background: url("../images/floorplans.jpg") top center; height: 400px; }
#gallery { background: url("../images/gallery.jpg") top center; height: 400px; }
#location { background: url("../images/location.jpg") top center; height: 400px; }
#residents { background: url("../images/amenities.jpg") top center; height: 400px; }
#contact { background: url("../images/features.jpg") top center; height: 400px; }
#login { background: url("../images/home.jpg") top center; height: 400px; }

/*Logo and Top Nav */
#container { width: 1130px; margin: auto; }
#container .logo { float: left; width: 300px; margin-top: 20px; margin-left: 150px; }
#container .topnav { float: right; width: 650px; text-align: right; margin-top: 30px; }
#container a { font-size: 12px; color: #524A33; text-decoration: none; }
#container a:hover { color: #000000;}

.container { margin: auto; width: 1130px; position: relative; top: -30px; }

/*Navigation*/
#nav { float: left; width: 335px; text-align: right; padding: 15px; text-transform: uppercase; position: relative; top: -170px; }
#nav a { display: block; font-size: 16px; text-decoration: none; color: #C0C0C0; border-bottom: 1px solid #C0C0C0; margin-left: 180px; text-align: center; font-weight: normal; padding: 5px; }
#nav a:hover { color: #ffffff; }

/*Apartment Information*/
#aptinfo { margin-left: 180px; margin-top: 30px; text-align: left; font-size: 11px; color: #ffffff; }
#aptinfo .dark { font-weight: bold; }

#wrapper { float: right; width: 725px; padding: 20px; }

/*Resident Portal*/
#portal { display: block;}
#portal #display { float: left; width: 450px; }
#portal #rightcol { float: right; width: 265px;  padding: 5px; }

/*Floorplans*/
.fp { display: block; background: #ffffff; border: 1px solid #524A33; margin: 5px; }
.fp h2 { background: #524A33; color: #ffffff; font-size: 15px; margin: 0px; padding: 2px 2px 2px 20px; }
.fpleft { float: left; width: 225px; text-align: center; padding: 5px; }
.fpcenter { float: left; width: 225px; padding: 5px;}
.fpright { float: right; width: 225px; padding: 5px;}

/*Google Map*/
#map { margin: auto; width: 550px; height: 300px; }

/*Footer*/
#footer { width: 725px; margin: auto; font-size: 12px; color: #414141; margin-top: 30px;}
#footer a { text-decoration: none; color: #414141; }
#footer a:hover { text-decoration: underline; }
#footer .footerleft { float: left; width: 450px; }
#footer .footerright { float: right; width: 275px; text-align: right; }

/*Ajax Calender*/

#calendar { display: block; }
#calendar a {text-decoration: none;}
#calendar table {font-family: arial, helvetica, sans; font-size: 11px; color: #000000; width: 100%; border: 1px solid #97BFCE; background: #D7D7D7;}
#calendar td { text-align: center; background: #ffffff;}
#calendar table.noborder { border: 0px; background: #ffffff;}
#calendar td.noborder { border: 0px;}
#calendar td.nonmonthday { border: 0px; background: #EEEEEE; }
#calendar td.today { border: 1px solid #97BFCE;  background: #FF8000; }
#calendar a.event {background: #F1ED50; display: block; }
#event-display { border-top: 1px dotted #C0C0C0; margin-top: 5px;}

/*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; }
