/*
64Lucca.css
*/

body {
	background: gray;
	color: black;
	font-family: "gill sans", "gill sans mt", sans-serif;
	font-size: 12pt;
	text-align: center;
	font-weight: lighter;
}

h1 {
	height: 50px;
	margin-top: 0px;
	font-family: "gill sans light", "gill sans", "gill sans mt", sans-serif;

}

h2 {
	margin-bottom: -10px;
	margin-top: 20px;
	font-family: "gill sans light", "gill sans", "gill sans mt", sans-serif;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	color: gray;
}

img {
	border: 0px;
}

ul {
	padding-left: 0px;	
}

li {
	padding-left: 25px;
	list-style: none;
	background-image: url("favicon.ico");
	background-repeat: no-repeat;
	background-position: 0 .25em;
}

a:link, a:visited {
	text-decoration: none;
	color: blue;
}
a:hover, a:active {
	text-decoration: underline;
	color: blue;
}


.floatright { ! FOR IMAGES
	positioning: relative;
	float: right;
	margin: 15px;
}

.imagebox {
	position: relative;
	float: right;
	width: 225px;
	padding: 5px;
	margin-left: 20px;
	margin-top: -20px;
	color: gray;
	text-align: right;
	font-family: "gill sans light", "gill sans", "gill sans mt", sans-serif;
	font-size: 12px;	
}	
.imageboxthumb { 
	width: 200px;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px gray solid;
}
.floatrightthumb a:hover {
	border: 1px gray dotted;
	background: #FF0033;
}


/* MAIN LAYOUT STYLES */

.main {
	margin: auto;
	margin-top: -10px;
	margin-bottom: -10px;
	width: 850px;
	background: white;
	text-align: left;
}
*html .main {
	margin-top: -20px;
}

.header {
	position: relative;
	top: 0px;
	background: url(images/mainbanner.jpg) no-repeat white;
	height: 260px;
	width: 100%;
}

.menu {
	position: absolute;
	top: 150px;
	background: #FFCC00;
	height: 39px;
	width: 100%;
	text-align: right;
}
*html .menu {
	height: 38px;
}
.menuitem, .currentmenuitem {
	postion: relative;
	float: right;
	height: auto;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 12pt;

}
.menuspacer {
	postion: relative;
	float: right;
	width: 10px;
	height: 100%;
}
.menuitem a:link, .menuitem a:visited {
	color: black;
	text-decoration: none;
}
.currentmenuitem {
	background-color: #FF0000;	
}
.currentmenuitem a:link, .currentmenuitem a:visited {
	color: #FFCC00;
	text-decoration: none;
}
.menuitem a:hover, .menuitem a:active {
	color: #FF0000;
	text-decoration: none;
}
.currentmenuitem a:hover, .currentmenuitem a:active {
	color: black;
	text-decoration: none;
}

.Q {
	position: absolute;
	top: 15px;
	left: 25px;	
	z-index: 5;
}

.mainspace {
	margin: auto;
	width: 850px;
	background: white;
}

.sidebar {
	float: left;
	margin-left: 50px;
	margin-bottom: 40px;
	width: 150px;
}
.sidebaritem, .currentsidebaritem {
	font-size: 10pt;
	margin-bottom: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
.sidebaritem a:link, .sidebaritem a:visited {
	color: gray;
	text-decoration: none;
}
.currentsidebaritem a:link, .currentsidebaritem a:visited {
	color: #FF0000;
	text-decoration: none;
}
.sidebaritem a:hover, .sidebaritem a:active, 
.currentsidebaritem a:hover, .currentsidebaritem a:active {
	color: #FF0000;
	text-decoration: none;
}

.maincontent {
	float: right;
	margin-right: 20px;
	margin-bottom: 40px;
	width: 580px;
	background: white;
	font-family: "gill sans light", "gill sans", "gill sans mt", sans-serif;	
	font-size: 12pt;
	line-height: 1.5em;
}

.footer {
	background: #FFCC00;
	height: 40px;	
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	clear: both;
}

/* FLOORPLAN IMAGEMAP */

#floorplan {    /* background image block */
	margin: 20px;
	width : 500px;
	height: 431px;
	background: url(apartment/images/floorplan.jpg) top left no-repeat;
}

#fplivingroom, #fpsunroom, #fpkitchen, #fpmasterbedroom, #fploftbedroom, #fpbathroom {
	position: absolute;
}
#fplivingroom:hover, #fpsunroom:hover, #fpkitchen:hover, #fpmasterbedroom:hover, #fploftbedroom:hover, #fpbathroom:hover {
	border: 1px solid gray;
}
#fplivingroom {
	width : 210px;			height: 120px;
	margin-left: 210px; 	margin-top: 90px;
}
#fpsunroom {
	width : 90px;			height: 170px;
	margin-left: 400px; 	margin-top: 40px;
}
#fpkitchen {
	width : 118px;			height: 90px;
	margin-left: 300px; 	margin-top: 10px;
}
#fpmasterbedroom {
	width : 170px;			height: 110px;
	margin-left: 0px; 	margin-top: 10px;
}
#fploftbedroom {
	width : 170px;			height: 155px;
	margin-left: 150px; 	margin-top: 230px;
}
#fpbathroom {
	width : 80px;			height: 80px;
	margin-left: 150px; 	margin-top: 10px;
}



/* SPLASH PAGE */

.splash {
	text-align:center;
	background: white;
}

.passwordbox {
	width: 360px;
	position: relative;
	text-align: center;
	margin-top: 20px;
	margin-right:auto;
	margin-left:auto;
}
.passwordform {
	position: relative;
	float: left;
	text-align: right;
	border-right: gray 1px solid;	
	padding-right: 25px;
	width: 150px;
	margin-right:auto;
	margin-left:auto;
}
.passwordemail {
	float: left;	
	text-align: left;
	padding-left: 25px;
	width:150px;
	margin-right:auto;
	margin-left:auto;
}

/* LIGHTBOX STYLES */

#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: 10%; 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(inside/lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(inside/lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px "Gill Sans", 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; }
