/* Fox Home Listings Home Page */


a img {

	border: none;
}

.realestatelistings {
	font-size: 190%;
	line-height: 130%;
	font-weight: bold;
	color: #FF0000;
	width: 400px;
	margin-top: 25px;
	margin-left: 40px;
}
.realestatelistings2 {
	font-size: 180%;
	line-height: 130%;
	font-weight: bold;
	color: #FF0000;
	margin-top: 30px;
	text-align: center;
	margin-bottom: 40px;
}


.time {
	width: 200px;
	padding-left: 42px;
	padding-top: 5px;
	height: 20px;
}
.time2 {
	padding-left: 42px;
	height: 20px;
	text-align: right;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
}


.introduction {
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: justify;
	font-size: 110%;
	line-height: 155%;
	width: 690px;
}

.column1 {
	width: 168px;
	float: left;
	padding-left: 40px;
	padding-right: 20px;
	padding-top: 10px;
	background-color: #FFF;
}

.column2 {
	width: 250px;
	float: right;
	margin-right: 25px;
	background-color: #FFF;
	line-height: 170%;
}

.column3 {
	float: right;
	width: 205px;
	padding-right: 35px;
	font-size: 110%;
	font-weight: normal;
	text-align: right;
	line-height: 140%;
	margin-top: 15px;
	background-color: #FFF;
}

.pagedescription {
	clear: both;
	width: 690px;
	float: left;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	text-align: justify;
	background-color: #FFF;
}

.red {
	color: #FF0000;
	font-weight: bold;
	text-decoration: none;
}


.spacerfix {
	clear: both;
	height: 2px;
	width: 30px;
}

