@charset "utf-8";
@import url("layout.css");
/* CSS Document */

* {
	padding:0px;
	margin:0px;
}

img {
	border-width:0px;
}

body {
	font:12px/22px Arial, Helvetica, sans-serif;
	color:#6c6038;
	background-color:#A5CB98;
}

h1 {
	font-size:18px;
	line-height:24px;
	color:#00543d;
	margin-bottom:25px;
	letter-spacing:3px;
}

h2 {
	font-size:15px;
	line-height:20px;
	color:#00543d;
	margin-bottom:12px;
	letter-spacing:1px;
}

h3 {
	font-size:12px;
	line-height:18px;
	color:#5a471b;
	text-transform:uppercase;
}

p, ul, ol {
	margin-bottom:35px;
}

a:link, a:visited {
	font-size:11px;
	line-height:14px;
	color:#00543d;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ul {
	list-style:outside;
	margin-left:30px;
}

/* Home */
#home #siteTop {
	background:url(images/homeBnr.jpg) no-repeat center top;
}

/* Asheville */
#asheville #siteTop {
	background:url(images/ashevilleBnr.jpg) no-repeat center top;
}

/* Neighborhood */
#neighborhood #siteTop {
	background:url(images/neighborhoodBnr.jpg) no-repeat center top;
}

/* Building */
#building #siteTop {
	background:url(images/buildingBnr.jpg) no-repeat center top;
}

/* Homesites */
#homesites #siteTop {
	background:url(images/homesitesBnr.jpg) no-repeat center top;
}

#homesites #btmLft {
	width:240px;
}

#homesites #btmRgt {
	width:469px;
	padding-top:40px;
}

/* Contact */
#contact #siteTop {
	background:url(images/contactBnr.jpg) no-repeat center top;
}

#contact #btmLft {
	width:236px;
}

#contact #btmRgt {
	width:493px;
	padding-top:40px;
	font-size:10px;
	color:#5a471b;
}

/* Renderings Popup */
#renderNav {
	position:absolute;
	top:2px;
	left:15px;
	z-index:10;
	float:left;
}

	#renderNav a {
		padding:3px 5px;
		border:1px solid green;
		text-decoration:none;
		display:block;
		margin-right:3px;
		float:left;
		outline:none;
	}
	
	#renderNav a:hover {
		background-color:white;
		text-decoration:none;
	}

#renderings {
	position:absolute;
	top:0px;
}

.renderBox {
	width:700px;
	position:absolute;
	top:10px;
	overflow:auto;
	height:400px;
}

	.renderBox img {
		border:2px solid #00543D;
	}

.renderLft {
	width:400px; 
	float:left; 
	text-align:center;
}

	.renderLft h1 {
		margin:0px; 
		padding:0px; 
		text-align:right;
	}

.renderRgt {
	width:280px; 
	float:right;
}

	.renderRgt ul {
		padding-bottom:0px;
		margin-bottom:0px;
	}

	.renderRgt h1 {
		margin:0px; 
		padding:0px; 
		text-align:left;
	}
	
	
	
	



