/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
	background-image:url(images/backgrd.jpg);
	background-repeat:repeat-x;
	font: small Arial, Helvetica, sans-serif;

}
.heading1 {
	border-bottom: 1px solid #FF0000;
	color: #FF0000;
	font-size: 130%;
	text-transform:uppercase;
	padding-bottom: 2px;
	padding-top: 23px;
}
.heading2 {
	font-size: 110%;
	font-weight: bold;
	line-height: 1.4;
	color: #333333;
	list-style: square;
}
.homeheader {
	font-size: 110%;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	padding: 10px;
	text-align: left;
}
.hometext {
	font-size: 75%;
	color: #FFFFFF;
	padding: 10px;
	text-align: left;
}
.maptext {
	font-size: 75%;
	color: #FFFFFF;
	padding: 0px;
	text-align: left;
}
.hometext a:link, .hometext a:visited {
	text-decoration: underline;
	padding: 2px;
	color: #FFFFFF;
	text-align: right;
}
.hometext a:hover {
	text-decoration: none;
	color: #FFFF00;
}
.homequote {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	color: #333333;
	padding: 5px;
}
.bodycopy {
	font-size: 90%;
	line-height: 1.4;
	color: #333333;
	list-style: square;
}
.sitemap {
	font-size: 80%;
	line-height: 1.4;
	color: #333333;
	list-style: square;
	text-transform:uppercase;
}
.sitemap a:link, .sitemap a:visited {
	text-decoration: underline;
	padding: 2px;
	color: #333333;
}
.sitemap a:hover {
	text-decoration: none;
	color: #f80001;
}
.bodycopy a:link, .bodycopy a:visited {
	text-decoration: underline;
	padding: 2px;
	color: #333333;
}
.bodycopy a:hover {
	text-decoration: none;
	color: #f80001;
}
.bodycopysmall {
	font-size: 75%;
	line-height: 1.3;
	color: #333333;
}
.bodycopysmall a:link, .bodycopysmall a:visited {
	text-decoration: none;
	padding: 2px;
	color: #666666;
}
.bodycopysmall a:hover {
	text-decoration: none;
	color: #f80001;
}
.bodycopylarge {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 105%;
	line-height: 1.5;
	color: #333333;
}
.dottedline {
	border-bottom: 1px dotted #333333;
	padding-bottom: 1px;
	padding-top: 1px;
}
.sidemenu {
	font-size: 75%;
	line-height: 1.5;
	color: #666666;
	text-transform:uppercase;
	border-bottom: 1px dotted #666666;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: -15px;
	margin-top: 5px;
}
.sidemenu a:link, .sidemenu a:visited {
	text-decoration: none;
		padding: 2px;
	color: #666666;
}
.sidemenu a:hover {
	text-decoration: none;
	color: #f80001;
}

.sidemenuheader {
	font-size: 85%;
	line-height: 1.5;
	color: #FF0000;
	text-transform:uppercase;
	border-bottom: 1px dotted #666666;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: -15px;
	margin-top: 5px;
}

/*.sidemenu ul {
list-style: none;
}
.sidemenu li {
	border-bottom: 1px dotted #666666;
}*/
#wrapper {
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width: 760px;
	color: black;
	padding: 0px 10px 10px 10px;
	height: 100%;
	
}
#header {
	/*background:url(images/header/top-menu-backgrd2.jpg);*/
	background: url(images/header/rotate.php) no-repeat center top;
	height: 160px;
}
#menu-top {
	font-size: 11px;
	text-transform:uppercase;
	position:absolute;
	top: 15px;
	left: 158px;
}
#menu-top ul {
	text-align: left;
	display:inline;
}
#menu-top li {
	display: inline;
	color: #666666;

}
#menu-top a:link, #menu-top a:visited {
	text-decoration: none;
		padding: 2px;
	color: #666666;
}
#menu-top a:hover {
	text-decoration: none;
	color: #f80001;
}
#menu-main {
	text-transform:uppercase;
	font-size: 11px;
	font-weight:bold;
	position:absolute;
	top: 100px;
	left: 160px;
	padding-top: 31px;
	padding-bottom: 30px;
	width: 614px;
}
#menu-main ul {

	text-align: left;
	display:inline

}
#menu-main li {
	display: inline;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-right-style: dotted;

}
#menu-main a:link, #menu-main a:visited {
	text-decoration: none;
	color: #FFFFFF;
	padding-left:16px;
	padding-right:17px;
	padding-bottom: 11px;
	padding-top: 9px;

}
#menu-main li a:hover {

	background: url(images/menu-over.jpg);
	background-color: #FFFFFF;
	color: #FF0000;
}
#tagline {
	font-size: 70%;
	text-align:center;
	color:#999999;
	text-transform:uppercase;
	position:absolute;
	top: 135px;
	left: 10px;
	display:inline;
	margin-top: -15px;

}
#footer {
	font-size: 11px;
	background-image:url(images/red-line.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	text-transform:uppercase;
	position:relative;
	text-align: center;
	margin-bottom: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: dotted 1px #999999;
	border-bottom: dotted 1px #999999;

}
#footer ul {
	display:inline;
	text-align: center;

}
#footer li {
	display: inline;
	color: #999999;
	text-align: center;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	padding: 5px;
	color: #999999;
}
#footer a:hover {
	text-decoration: none;
	color: #f80001;
}
#credits {
	font-size: 11px;
	position:relative;
	text-align: center;
	color: #CCCCCC;
	}
#credits a:link, #credits a:visited {
	text-decoration: none;
	padding: 2px;
	color: #CCCCCC;
}
#credits a:hover {
	text-decoration: none;
	color: #FF0000;
}	
#homesbuild {
	position: absolute;
	width:158px;
	height:163px;
	z-index:1;
	background-color:#f80001;
	left: 9px;
	top: 53px;
	padding: 5px;
	visibility: hidden;
}
#homessale {
	position: absolute;
	width:158px;
	height:25px;
	z-index:3;
	background-color:#f80001;
	left: 202px;
	top: 106px;
	padding: 5px;
	visibility: hidden;
}
#aboutus {
	position: absolute;
	width:153px;
	height:125px;
	z-index:2;
	background-color:#f80001;
	left: 203px;
	top: 251px;
	padding: 5px;
	visibility: hidden;
}
/*#dropdown ul {
	text-align: left;
	display:inline;
}
}
#dropdown li {
	display: inline;
	color: #FFFFFF;
}*/
.dropdown {
	font-size: 11px;
	color: #FFFFFF;
	text-transform:uppercase;
	border-bottom: 1px dotted #FFFFFF;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: -15px;
	margin-top: 5px;

}
.dropdown a:link, .dropdown a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.dropdown a:hover {
	text-decoration: none;
	color: #000000;
}
/* lIGHTBOX 2.03.3  */
#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;
	}

