/* CSS Document */

body {
	background-image: url(/img/body_background.gif);
	background-repeat: repeat-y;
	background-position: left;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

a {
	color: blue;
	text-decoration: none;
	}
	
a:hover {
	color: red;
	text-decoration: underline;
	}
	
a:visited {
	color: blue;
	}	
	
#wrapper {
	background-image: url(/img/header_background.gif);
	background-repeat: repeat-x;
}

#main {
	width: 994px;
}
	
#header {
	height: 128px;
	padding: 0;
	margin: 0;
	}
	
#headwrap {
	width: 994px;
	height: 128px;
	padding: 0;
	margin: 0;
	}
	
#pics {
	text-align: right;
	padding-top: 26px;
	}
	
#tagline {
	text-align: right;
	color: white;
	font-size: 11px;
	padding-top: 5px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 1px;
	}
	
#logo {
	float: left;
	height: 128px;
	padding: 0;
	margin: 0;
	}
	
#pinksection {
	float: left;
	width: 200px;
	padding: 0px 28px 8px 43px;
	}
	
#pinksection form {
	padding-top: 50px;
	}
	
#pinksection .address_input {
	width: 196px;
	margin-bottom: 6px;
	}

#pinksection label {
	display: block;
	font-weight: bold;
	}
	
#text {
	float: left;
	width: 700px;
	}
	
.nav {
	width: 700px;
	text-align: center;
	padding-bottom: 20px;
	padding-left: 270px;
	padding-top: 12px;
	}	
	
.nav a {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px;
	text-decoration: none;
	color: black;
	}
	
.nav a:hover {
	color: red;	
	}
	
.headline {
	font-size: 34px;
	}
	
.headline span {
	color: red;
	}
	
.agentpic {
	background-image: url(/img/header_background.gif);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
	}
	
.agentlist {
	float: right;
	}
	
#footer {
	float: right;
	width: 700px;
	clear: both;
	text-align: center;
	padding: 20px;
	font-size: 11px;
	padding-left: 255px;
	}
	
#map_canvas {
	height: 498px; 
	border: 1px solid black;
	margin-top: 20px;
	}
	
.footnote {
	font-size: 11px;
	}
	
.contact {
	width: 500px;
	}
	
form p {
	padding: 3px;
	margin: 0px;
	}
	
.nilborder {
	border: 0;
	}
	
.margin8 {
	border: 1px solid black;
	margin: 0px 8px;
	}
	
.border {
	border: 1px solid black;
	}
	
.phone {
	text-align: center;
	font-size: 18px;
	}
	
.center {
	text-align: center;
	}
	
.example {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	}
	
fieldset {
	border: 0;
	padding: 0;
	margin: 0;
	}
	

.property {
	margin: 10px 0px;
	height: 106px;
	overflow: hidden;
	clear: both;
}

.property_description {
	height: 50px;
	overflow: auto;
}

.col100 {
	width: 100px;
}

.col128 {
	width: 128px;
}

.col130 {
	width: 130px;
}

.col170 {
	width: 170px;
}

.col195 {
	width: 195px;
}

.col205 {
	width: 205px;
}

.col280 {
	width: 280px;
}

.col300 {
	width: 300px;
}

.col400 {
	width: 400px;
}

.col740 {
	width: 740px;
}

.box20 {
	display: block;
	height: 20px;
	overflow: hidden;
}

.box28 {
	display: block;
	height: 28px;
	overflow: hidden;
}

.box96 {
	height: 96px;
	overflow: hidden;
}
	
.box105 {
	height: 105px;
	overflow: hidden;
}

.box120 {
	height: 120px;
	overflow: hidden;
}

.box270 {
	height: 270px;
	overflow: hidden;
}

.box300 {
	height: 300px;
	overflow: hidden;
}

.box330 {
	height: 330px;
	overflow: hidden;
}

.box480 {
	height: 480px;
	overflow: hidden;
}

.bg_darkblue {
	background-color: #036;
}

.bedrooms {
	background-image: url(/img/properties_icons_bedrooms.gif);
	background-repeat: no-repeat;
}

.bathrooms {
	background-image: url(/img/properties_icons_bathrooms.gif);
	background-repeat: no-repeat;
}

.photos {
	background-image: url(/img/properties_icons_photos.gif);
	background-repeat: no-repeat;
}

.waterfront {
	background-image: url(/img/properties_icons_waterfront.gif);
	background-repeat: no-repeat;
}

.more {
	background-image: url(/img/properties_icons_more.gif);
	background-repeat: no-repeat;
}

.sqfeet {
	background-image: url(/img/properties_icons_sqfeet.gif);
	background-repeat: no-repeat;
}

.acres {
	background-image: url(/img/properties_icons_acres.gif);
	background-repeat: no-repeat;
}

