@charset "UTF-8";

#HomeLogo {
float: left;	
}
#Container {height:575px;}

#LargeImageContainer {
	height: 390px;
}

#LargeImageContainer img {
	float: left;
	position: relative;
}
#starburst {
	position: absolute;
	top: 20px;
	right: 20px;
}
#TaglineContainer {
	height: 65px;
	background-color:#fcfbfe;
	
}
#featuredhomesBanner {
	text-align:center;
	background-color:#c41130;
	}
#featuredhomesBanner p {
	text-align:center;
	font-size:24px;
	line-height:24px;
	color:#fff;
	font-weight:bold;
	}
#featuredhomesBanner a {
	color:#fff;
	text-decoration:none;
	font-size:14px;
	}
#featuredhomesBanner a:hover {text-decoration:underline;}	

#NavigationContainer {
	height: 120px;
}

.GlobalNavContainer {
	padding-left: 20px; 
	padding-top: 8px; 
	float: left; 
	width: 183px; 
	height: 112px; 
	display: block; 
	background-image: url('../images/homepage/nav_bg.jpg');
}

.HomepageLinks {
	float: left; 
	width: 304px; 
	height: 120px; 
	display: block; 
}

.Open {
	background-image: url('../images/homepage/open.jpg');
}

.Tools {
	background-image: url('../images/homepage/tools.jpg');
}

/* link styles */

.HomeGlobalNav {
	width: 200px;
	padding: 0px;
	line-height: 12px;
}

.HomeGlobalNav a {
color: #FFFFFF;
text-decoration: none;
font-size: 1.1em;
line-height: 1.5em;
text-transform: lowercase;
}

.HomeGlobalNav a:hover {
color: #C41130;
}

.HomepageLinks ul {
padding: 30px 10px 10px 62px;
text-align: left;
}

.HomepageLinks li {
padding-top: 5px;
}

.HomepageLinks li a {
color: white;
font-weight: bold;
text-decoration:  none;
}

.HomepageLinks li a:hover {
color: #C41130;
}
 
