@charset "utf-8";
/* CSS Document */
body{margin:0; font-size:14px; background-color:#fcf9e6; font-family:"Times New Roman", Times, serif;}
a{color:#7f4e43; font-size:14px;}
a:hover{font-weight:bold;}
a img{border:0;}
ul{margin-left:5px; margin-top:0; padding-left:12px; padding-top:0;}
table{margin:0;}

#root{width:1130px; margin-left:auto; margin-right:auto;}
#logo{background-image:url(images/logo.gif); width:253px; height:138px;}
#under_logo{background-image:url(images/space1.jpg); width:253px; height:291px;}
#header{background-image:url(images/Space_3.jpg); width:662px; height:138px;}
#image_display{background-image:url(images/space6.jpg); width:215px; height:785px;}
#footer1{background-image:url(images/footer1.jpg); width:253px; height:72px;}
#footer2{background-image:url(images/footer2.jpg); width:662px; height:72px;}

.textdisplay{background-color:transparent; border:0;}
.pagetitle{font-family:Palace Script MT, Helvetica, sans-serif; font-size:60px; color:#7f4e43; margin-left:160px; margin-right:0; margin-bottom:0; margin-top:0;}




/* For Homeplans Search Overlays */
.gallerycontainer{
position: relative;
margin:0;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border:0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border:0;
}


.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:lightyellow;
padding:5px;
left:-1000px;
border:1px solid gray;
visibility:hidden;
color:black;
text-decoration:none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width:0;
padding:2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility:visible;
top:0;
left:-310px; /*position where enlarged image should offset horizontally */
}




/* For order Search Overlays */
.gallerycontainer3{
position: relative;
margin:0;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail3 img{
border:0;
}

.thumbnail3:hover{
background-color: transparent;
}

.thumbnail3:hover img{
border:0;
}


.thumbnail3 span{ /*CSS for enlarged image*/
position: absolute;
background-color:lightyellow;
padding:5px;
left:-1000px;
border:1px solid gray;
visibility:hidden;
color:black;
text-decoration:none;
}

.thumbnail3 span img{ /*CSS for enlarged image*/
border-width:0;
padding:2px;
}

.thumbnail3:hover span{ /*CSS for enlarged image*/
visibility:visible;
top:0;
left:160px; /*position where enlarged image should offset horizontally */
}





/* For Floorplans Search Overlays */
.gallerycontainer2{
margin:0;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail2 img{
border:0;
}

.thumbnail2:active{
background-color:transparent;
}

.thumbnail2:active img{
border:0;
}


.thumbnail2 span{ /*CSS for enlarged image*/
position:absolute;
background-color:lightyellow;
padding:5px;
left:0;
border:1px solid gray;
visibility:hidden;
color:black;
text-decoration:none;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width:0;
padding:2px;
}

.thumbnail2:active span{ /*CSS for enlarged image*/
visibility:visible;
top:0;
left:20px; /*position where enlarged image should offset horizontally */
}






