
/* home page styles */

html {
	margin:0; padding:0;
	font-family: Tahoma, Trebuchet MS, Verdana, sans-serif;
	
	}

* {
	margin: 0; padding: 0;
	color: #000;
	}
body {
	width:100%;
	margin:0; 
	padding:0;
	background: url(img/home_bg.jpg) repeat-x #CCD2D6;
	font-size: 11px;
	}

.break { 
	clear: both;
	}

#home p {
	margin-bottom: 8px; 
	margin-top:8px;
	}

#home table {
	width:100%; height:100%; 
	}

#home #page {
	height:440px; width:720px;
	margin-top: 140px;
	margin-left: auto; margin-right: auto;
	}
	
#home #header_bg{
	border-top: #ADB8BC 1px solid;
}	
#home a#header {
	height: 80px; width: 720px; display: block;
	background-image: url(img/header01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	}

#home a#header span {
	display: none;
	}
#telephone{
	height: 60px; width: 720px; display: block;
	text-align: right;
}

#featureProperty {
	float: left; 
	width: 380px; height: 210px;
	margin-right: 2px;
	margin-left: 2px;
	border-left: 1px solid #ADB8BC;
	border-right: 1px solid #ADB8BC;
	ba//ckground: red;
	}
		
#quickSearch {
	float: left;
	width: 175px; height: 210px;
	margin-right: 2px;
	bac//kground: yellow;

	}
	
#emailAlert {
	float: right;
	width: 150px; height: 210px;
	bac//kground: blue;
	}
.padding{
	margin-left: 8px;
	margin-right: 8px;
	text-align: left;
	
	}

/* Animation */

#anim{
	margin: 0; padding: 0;
	width: 720px;
	height: 250px;
	margin-bottom: 15px;

}

/* === FEATURE PROPERTIES ===*/

a#pow {

	display: block;
	width: 350px;
	padding: 5px 0 10px 0px;
	text-decoration: none;
	margin: 0 0 10px 0;
	}



img.pow {
	width: 150px; height: 100px;
	margin: 0 10px 0 0px; padding: 0;
	border: none; float: left;
	}
	
	
		
a#pow img.title{
	text-decoration: none;
	text-align:right;
	margin: 0;
}
a#pow strong {
width: 190px;
	margin: 3px 0 0 10px;
	font-size: 11px; text-transform: uppercase;
	}
	
a#pow h4 {
	font-size: 13px;
	font-weight: normal;
	color: #ADB8BC;
	margin-bottom: 10px;
	}
	
a#pow b, 
a#pow span {
	width: 190px;
	margin: 3px 0 0 10px;
	}
	
	
	
	
/* === QUICK SEARCH ===*/

form#quickSearch {
	display: block;
	width: 160px;
	padding: 5px 0 10px 5px;
	text-decoration: none;
	margin: 0 0 10px 0;
	
	}

form#quickSearch fieldset {
	border: none;
	}

form#quickSearch legend {
	padding: 5px 0 0 10px; /*ie hack*/_padding: 5px 0 0 0;
	font-weight: bold;
	}

form#quickSearch label {
	float: left; width: 120px;
	padding: 5px 0 0 10px;
	}

form#quickSearch input.field, form#quickSearch select { 
	float: left; width: 140px;
	margin: 2px 5px 2px 0;
	font-size: 11px;
	}

form#quickSearch input.button { 
	display: inline;
	margin: 2px 0 2px 100px;
	font-size: 11px;
	background: #fff url(img/button_sm.gif) no-repeat 0 0;
	}
/* === buttons ===*/

img.details {

	margin: 10px 10px 0 160px; 
	border: none; float: left;
	}
	
img.signUp {

	margin: 10px 10px 0 0px; 
	border: none; float: left;
	}
	
/*===FOOTER===*/

#footerbg{
	background: url(img/sub_footer_bg.gif) #CDD3D6 repeat-x 0 0;

}
#footer {
	color: #FFF;
	clear: both; 
	font-size: 9px; 
	height: 28px;
	line-height: 14px; 
	margin-top: 15px;
	text-align: left;
	width: 720px;
	padding: 10px 0 50px 0; 
	}
	
#footer ul {
	color: #fff;
	display: inline; 
	list-style: none;
	}
	
#footer ul li {
	display: inline;
	margin-right: 8px;
	padding-left: 8px;
	border-left: 1px solid #fff;
	color: #fff;
	}
	
#footer a:link, 
#footer a:visited {
	color: #FFF; 
	text-decoration: none;
	}
	
#footer a:hover {
	color: #fff; 
	text-decoration: underline;
	}
