/* CSS Document */
@import url("php/property.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	background-color: #ccd4bc;
	color: #666666;
	margin: 0;
}
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}
#wrapper {
	width: 770px;
	border: 1px solid #99a189;
	margin: auto;
	background-color: #ffffff;
}
#header {
	margin-top: 0px;
}
#logo {
	margin-top: 8px;
	margin-bottom: 8px;
	}
#navigation {
	padding: 10px;
}
#columnLeft {
	float: left;
	width: 180px;
	padding-top: 1em;
	font-size: .7em;
	padding-left: 5px;
	margin-bottom: 5px;
}
#columnRight {
	margin: 15px 2em 0 190px;
	font-size: .8em;
	color: #003366;
	padding-left: 20px;
}
#footer {
	clear: both;
	font-size: .7em;
	text-align: center;
	border-top: 1px solid #eeeeee;
	padding-top: 10px;
	padding-bottom: 1em;
} 
.menupusher {
	padding-bottom: 45px;
}
h1 {
	color: #003366;
	font-size: 12px;
}
h2 {
	color: #4d6184;
	font-size: 12px;
	background-color: #eeeeee;
	padding-top: 4px;
	padding-bottom: 4px;
}
a:link, a:visited, a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
a:hover, a:focus {
	color: #003366;
	text-decoration: none;
}
.featuredshow {
	padding: 2px;
	border: 1px solid #999999;
}
h3 {
	color: #666666;
	font-size: 12px;
	text-align: center;
	border-bottom: 1px solid #999999;
}
.idx  {
	 color: #003366;
}

.idx:visited {
	COLOR: #666666; 
}
.SearchHeading
	{
	 font-size: 12pt; 
	 font-family: Arial;
	 font-weight: bold;
	 color: #003366;
	}
	
.SubHeading
	{
	 background: #003366;
	 font-size: 12pt; 
	 font-family: Arial;
	 font-weight: bold;
	 color: #ffffff;
	}
.SearchPageTD
	{
	 font-size: 8pt; 
	 font-family: Arial;
	 font-weight: none;
	 color: #000000;
	}
.SearchBox
	{
	 font-size: 8pt; 
	 font-family: Arial;
	 font-weight: none;
	}
.ResultsHeading
	{
	 background: ;
	 font-size: 13pt; 
	 font-family: Arial;
	 font-weight: bold;
	 color: #102568;
	}
	
.FeaturedHeading
	{
	 background: ;
	 font-size: 13pt; 
	 font-family: Arial;
	 font-weight: 600;
	 color: #003366;
	}
.ResultsRow {
	font-size: 8pt; 
	font-family: Arial;
	font-weight: none;
	}
	
.DetailsForMoreInformation
	{
	 font-size: 12pt; 
	 font-family: Arial;
	 font-weight: bold;
	 color: #102568;
	}
	
.Details
	{
	 font-size: 8pt; 
	 font-family: Arial;
	 font-weight: none;
	 color: #102568;
	}
.TownGray {
	background-color: #c1d4da;
}
.teamline {
	border-bottom: 1px dashed #cccccc;
}