@import url(template0.css);

#wrap{
	padding:0 20px;
	width:920px;
}

#header{
	background:url(../images/home/header_bg_text.jpg) 0 0 no-repeat;
	border-bottom:12px solid #FFF;
	height:254px;
	padding:0;
	width:920px;
}

	#header #fader{
		background:#000;
		height:254px;
		left:197px;
		position:absolute;
		top:0px;
		width:308px;
	}
	
	#header #text_box{
		background:transparent;
		color:#FFF;
		height:190px;
		left:522px;
		overflow:hidden;
		padding:5px;
		position:absolute;
		top:23px;
		width:150px;
	}	
		#header #text_box a{
			color:#FFF;
			text-decoration:none;
		}	
			#header #text_box a:hover{
				text-decoration:underline;
			}
		#header #text_box ul{
			list-style-type:disc;
			margin:5px 0 5px 20px;
		}
		#header #text_box li{
			background:none;
			padding:0;
		}

ul#homenav {
	list-style:none;
	margin:0 auto;
	padding:0;
	text-align:left;
}
	ul#homenav li {
		background-image:none;
		display:inline;
		margin:0;
		padding:0;
	}
		ul#homenav li h3{
			display:none;
		}
		ul#homenav li a{
			color:#FFF;
			display:block;
			float:left;
			font-size:10px;
			height:231px;
			line-height:11px;
			overflow:hidden;
			padding:66px 12px 0;
			text-decoration:none;
			width:129px;
		}
			ul#homenav li.floorplans a{
				background:url(../images/home/nav_floorplans_bg.jpg) 0 0 no-repeat;
			}
			ul#homenav li.neighborhood a{
				background:url(../images/home/nav_neighborhood_bg.jpg) 0 0 no-repeat;
			}
			ul#homenav li.features a{
				background:url(../images/home/nav_features_bg.jpg) 0 0 no-repeat;
			}
			ul#homenav li.building a{
				background:url(../images/home/nav_building_bg.jpg) 0 0 no-repeat;
			}
			ul#homenav li.amenities a{
				background:url(../images/home/nav_amenities_bg.jpg) 0 0 no-repeat;
				width:130px;
			}
			ul#homenav li.contact a{
				background:url(../images/home/nav_contact_bg.jpg) 0 0 no-repeat;
				width:130px;
			}
#footer{
	height:58px;
	margin:0;
	padding:0;
}

#footernav {
	margin:0;
}

#copyright{
	right:163px;
}
#poweredby{
	right:163px;
}

#brand{
	position:absolute;
	right:0;
	top:0;
}



	#brand a{
		background:url(../images/home/brand_bg2.jpg) top right no-repeat;
		display:block;
		height:0 !important;
		overflow:hidden;
		padding:58px 0 0 0;
		text-decoration:none;
		width:154px;
	}