

#searchPage {
	color: gray;
	font-size: 11px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 14px;
	margin-left: 25px;
	padding-bottom:25px;
	float:left;
	display:inline;
}
#listingDisplay{
display:inline;
padding-bottom:25px;
clear:both;
float:left;
}
#systemMessageDiv{
	color: #933;
	font-size: 20px;
	font-weight: bold;
margin-bottom:20px;
}
#navBar {
	color: #933;
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: 2px dotted #933;
}
#navBar a{
	font-size: 12px;
	color: #933;
	
	font-weight: bold;
	text-decoration: none;
}
#navBar a:hover{
	text-decoration: underline;
}
#leftColumn{
	width: 400px;
	float:left;
	display: inline;
}
#rightColumn{
	float:right;
	margin-right:0px;
	display: inline;
}

#thumbnails {
width: 153px;
}
.thumbnail {
float:left;
display:inline;
margin-left: 7px;
margin-bottom: 25px;
}
#propertyInformation{
margin-top:25px;
width: 400px;
}
#searchResults{
	border-top: 2px dotted #933;
padding-top:25px;
}
.searchResultItem {
float:left;
clear:both;
padding-bottom:15px;
margin-bottom:15px;
width: 450px;
border-bottom: 1px solid #933;
display:inline;
}
.searchResultImage{
float:left;
width:100px;
margin-right: 25px;
display:inline;
}
.searchResultAddress, .searchResultDescription, .searchResultBedrooms, .searchResultsBathrooms, .searchResultsPrice{

display:block;
clear: right;
}
.searchResultAddress, #propertyAddress{
	font-size: 12px;
	font-weight: bold;
}

#propertyInformation div {
  padding:4px;
}