@charset "utf-8";
body {
	color: #333;
}
/* CSS Document */

#wrap {
	width: 799px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #260300;
	margin-top: 10px;
}
#menu {
	width: 219px;
	float: left;
}
#menu h1 {
	height: 251px;
	width: 219px;
	display: block;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#menu ul.nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: bold;
	padding-top: 12px;
	padding-left: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#menu ul.nav li {
	margin-bottom: 20px;
}
#menu ul.nav li a {
	color: #260300;
	text-decoration: none;
}
#menu ul.nav li a:hover {
	color: #260300;
	text-decoration: underline;
}
#menu ul.buttons li.phone {
	display: block;
	background-image: url(../images/phone.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 32px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#menu ul.buttons li {
	display: block;
	height: 63px;
	text-indent: -9999px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#menu ul.buttons li.homes-for-sale a {
	display: block;
	height: 63px;
	background-image: url(../images/homes-for-sale.jpg);
	background-repeat: no-repeat;
}
#menu ul.buttons li.homes-for-sale a:hover {
	display: block;
	height: 63px;
	background-image: url(../images/home-for-sale-on.jpg);
	background-repeat: no-repeat;
}


#menu ul.buttons li.lots-for-sale a {
	display: block;
	height: 63px;
	background-image: url(../images/lots-for-sale.jpg);
	background-repeat: no-repeat;
}
#menu ul.buttons li.lots-for-sale a:hover {
	display: block;
	height: 63px;
	background-image: url(../images/lots-for-sale-on.jpg);
	background-repeat: no-repeat;
}




#content {
	float: left;
	width: 580px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.top-image-home {
	background-image: url(../images/top-image-home.jpg);
	height: 289px;
	width: 580px;
	text-indent: -9999px;
	float: left;
	background-repeat: no-repeat;
}
div.top-image-customhomes {
	background-image: url(../images/header1.jpg);
	height: 289px;
	width: 580px;
	text-indent: -9999px;
	float: left;
	background-repeat: no-repeat;
}
div.top-image-remodel {
	background-image: url(../images/header4.jpg);
	height: 289px;
	width: 580px;
	text-indent: -9999px;
	float: left;
	background-repeat: no-repeat;
}
div.top-image-forsale {
	background-image: url(../images/header3.jpg);
	height: 289px;
	width: 580px;
	text-indent: -9999px;
	float: left;
	background-repeat: no-repeat;
}
div.top-image-vendors {
	background-image: url(../images/header5.jpg);
	height: 289px;
	width: 580px;
	text-indent: -9999px;
	float: left;
	background-repeat: no-repeat;
}
div.top-image-contact {
	background-image: url(../images/header6.jpg);
	height: 289px;
	width: 580px;
	text-indent: -9999px;
	float: left;
	background-repeat: no-repeat;
}





div.left-content {
	float: left;
	width: 339px;
	padding: 10px;
}
div.left-content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #333;
	line-height: 1.3em;
	margin-bottom: 8px;
	text-align: justify;
	padding-left: 10px;
}

div.right-buttons {
	float: right;
	width: 199px;
}
div.right-buttons ul li {
	height: 175px;
	display: block;
	margin-bottom: 12px;
}
div.right-buttons ul li.portfolio a {
	display: block;
	height: 174px;
	background-image: url(../images/view-portfolio.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
div.right-buttons ul li.portfolio a:hover {
	display: block;
	height: 174px;
	background-image: url(../images/view-portfolio-on.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

div.right-buttons ul li.remodel a {
	display: block;
	height: 174px;
	background-image: url(../images/remodel.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
div.right-buttons ul li.remodel a:hover {
	display: block;
	height: 174px;
	background-image: url(../images/remodel-on.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}



#copyright {
	clear: both;
	height: 26px;
	width: 800px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #260300;
	padding-top: 4px;
	padding-left: 5px;
}
#footer {
	clear: both;
	width: 799px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-top: 15px;
	text-align: center;
	height: 30px;
}
#footer li {
	display: block;
	float: left;
	margin-right: 14px;
	margin-left: 14px;
}
#footer ul li a {
	text-decoration: none;
	color: #260300;
}
#footer ul li a:hover {
	text-decoration: underline;
	color: #260300;
}
#custom-homes {
	font-size: 80%;
	margin-top: 10px;
}
#custom-homes h2 {
	font-weight: bold;
	color: #260300;
	font-size: 120%;
	margin-bottom: 15px;
	margin-top: 15px;
}
a.view-the-gallery {
	display: block;
	height: 48px;
	width: 216px;
	background-image: url(../images/view-the-gallery.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
a.view-the-gallery:hover {
	display: block;
	height: 48px;
	width: 216px;
	background-image: url(../images/view-the-gallery.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	background-color: #EAECE3;
}
div.image-fix img {
	margin-bottom: 13px;
}
div.flash-centerer {
	margin-right: auto;
	margin-left: auto;
	width: 525px;
	margin-top: 20px;
}
div.flash-centerer a {
	text-align: center;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	text-decoration: none;
	color: #260300;
	font-weight: bold;
}
div.flash-centerer a:hover {
	text-decoration: underline;
}
#remodeling {
	font-size: 80%;
	margin-top: 10px;
}
#remodeling h2 {
	font-weight: bold;
	color: #260300;
	font-size: 130%;
	margin-bottom: 15px;
	margin-top: 15px;
}
#remodeling h3 {
	color: #260300;
	font-size: 120%;
	font-weight: bold;
}
#forsale {
	font-size: 80%;
	margin-top: 10px;
}
#forsale h2 {
	font-weight: bold;
	color: #260300;
	font-size: 130%;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 3px;
}
#forsale h3 {
	color: #260300;
	font-size: 120%;
	font-weight: bold;
}
#forsale a {
	text-decoration: underline;
	color: #260300;
}
div.left-content li {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 10px;
}
div.address {
	padding-top: 8px;
}

div.address h2 {
	font-weight: normal;
	color: #260300;
	font-size: 95%;
	margin-bottom: 3px;
}
div.address p {
	padding: 0px;
	font-size: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}
span.sold {
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
	font-weight: bold;
	font-size: 110%;
}
h3.sold {
	text-decoration: none;
}
