@import url(common.css);

/*-----------------------------------
HOME
-----------------------------------*/

#home #container {
	width: 806px;
	}

#home #top {
	width: 806px;
	height: 411px;
	background: transparent url(../images/home/home-marquee.gif) top left no-repeat;
	}
	
#home #top-nav {
	width: 806px;
	height: 45px;
	}
	
#home #top-nav li {
	/*margin-bottom:12px;*/
	padding: 9px 50px 0 0;
}
		
#home #content {	
	/*clear: left;
	float: left;*/
	margin: 0 39px 0 38px;
	padding-top: 15px;
	}
	
#home #content h1 {
	padding: 0 20px 35px 30px;
	line-height: 24px;
	text-transform: none;
	margin-bottom: 0;
	letter-spacing: -0.5px;
	} 
	
#featured-homes li {
	float: left;
	position: relative;
	}
	
#featured-homes h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	}
	
#featured-homes h3 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #666;
	margin-bottom: 84px;
	}
	
#featured-homes img {
	position: absolute;
	}
	
#feature-lakebonavista h2 {
	color: #075270;
	}

#feature-trinity h2 {
	color: #204823;
	}
		
#feature-valleyridge h2 {
	color: #37336d;
	}
		
#feature-lakebonavista, #feature-trinity {
	background: url(../images/home/feature-border.gif) top right no-repeat;
	}
	
#featured-homes li#feature-lakebonavista {
	width: 200px;
	padding-right: 17px;
	}
	
#featured-homes li#feature-lakebonavista img {
	top: 40px;
	right: 3px;
	}

#featured-homes li#feature-trinity {
	width: 206px;
	padding-right: 16px;
	padding-left: 17px;
	}
	
#featured-homes li#feature-trinity img {
	top: 16px;
	right: 3px;
	}

#featured-homes li#feature-valleyridge {
	width: 206px;
	padding-left: 16px;
	}
	
#featured-homes li#feature-valleyridge img {
	top: 42px;
	right: 0;
	}

	