body {
	color: #B2B2B2; background-color: #0C0C0E; background-image: url(../images/Default-bg.gif); background-repeat: repeat-x; background-position: left top;
}

#navbar
{
	margin-top: 10px;
}

.welcomeText
{
	float: left; display: block;
	width: 49%; margin-right: 20px;
}

.welcomeTextContainer
{
	padding: 10px; height: 153px;
}

.featuredProperty
{
	float: left; display: block; width: 48%;	
}

.featuredCellLeft
{
	float: left; margin-right: 10px;
}

.featuredContainer
{
	padding: 10px; margin-bottom: 20px;
}

.newHomesAddress
{
	white-space: nowrap;
	width: 560px; text-overflow: ellipsis;
	overflow: hidden;
}

.newHomesText
{
	height: 54px; text-overflow: ellipsis;
	overflow: hidden; margin-bottom: 5px;
	display: block; white-space: normal;
	position: relative;
}

.featuredSalesHolder
{
	float: left; display: block;
	margin-right: 20px; width: 99.5%;
	padding-bottom: 10px;
}

.featuredLettingsHolder
{
	display: none;	
}

.featuredPropertyBlock
{
	 padding: 10px;
}

.featuredPropertySplitter
{
	clear: both;
	height: 1px; margin: 0px 10px 0px 10px;
}
.logo {
	background-image: url('../images/logo_header.gif');
	width: 345px; height: 130px; margin-top: 5px;
}

.HomeSearchItemBtn {
	float: left; padding: 14px 5px 5px 0px;
}

.FooterHome {
	position:fixed;
	bottom:0px;
	width: 1002px;
	padding: 0px 0px 10px 0px;
	left: 50%; margin-left: -501px;
}
.HomeCopyright {
	padding-top:10px; margin-top: 40px;
}