/* CSS Document */
* { 
	margin: 0; 
	padding: 0;
}
body {
	background-color: #FFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	width: 760px;
}
p, ul, ol { 
	margin-bottom: 18px; 
}
p span.hide {
	display: none;
}
a {
	color: #0099CC;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style-type: square;
	margin-left: 2em;
}
h1 { 
	color: #3F463D;
	font-size: 24px; 
	line-height: 36px;
	margin-bottom: 18px; 
}
h2 { 
	color: #3F463D;
	font-size: 18px; 
	line-height: 18px; 
	margin-bottom: 18px;
}
h3 {
	color: #3F463D;
	font-size: 12px; 
	line-height: 18px; 
}
img {
	border: 1px solid #3F463D;
}
#container {
	/*margin: auto;*/
	width: 760px;
	background-color: #FFF;
}
#banner {
	display: none;
}
#banner img {
	display: none;
}
#logo {
	display: none;
}
#header_image {
	display: none;
}
#header_image img {
	display: none;
}
img#logo {
	display: none;
}
#navbar {
	display: none;
}
#content {
	width: 760px;
	background-color: #FFF;
	min-height: 400px;
}
#footer {
	display: none;
}
#footer a {
	display: none;
}
#footer a:hover {
	display: none;
}

/* property search results */
ol#propertySummaries {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol#propertySummaries li {
	min-height: 200px;
	padding: 5px 10px;
}

ol#propertySummaries li.propertySummary {
	background-color: #FFF;
	border: 1px solid #3F463D;
	margin-bottom: 20px;
}

ol#propertySummaries p.bedsbaths {
	float: right;
}

ol#propertySummaries p.moreinfo {
	clear: both;
	text-align: right;
}

ol#propertySummaries p.moreinfo .contactagent {
	border-left: 1px solid #3F463D;
	padding: 0 5px;
}

ol#propertySummaries .agentLogo {
	float: right;
	margin: 0 0 5px 5px;
}

ol#propertySummaries .photo {
	float: left;
	margin: 0 7px 5px 0;
}

/* full property details */
#propertyHeader {
	text-align: center;
	margin-bottom: 10px;
}
#propertyHeader img {
	border: 0;
}
#propertyHeader #agencytel {
	visibility: visible;
}

#propertyPhotos {
	width: 760px;
	height: 270px;
	overflow: visible;
	position: relative;
	margin: 0;
	padding: 0;
}

#propertyPhotos ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#propertyPhotos ol li {
	background-color: #EDEDED;
	border: 1px solid #000;
	float: left;
	height: 131px;
	margin: 0 3px 5px 0;
	text-align: center;
	width: 175px;
}

#propertyPhotos ol li img {
	border: 0;
	max-height: 131px;
	max-width: 175px;
}
.searchresultlink {
	display: none;
}
.map_display {
	display: none;
}