* {
		margin: 0;
		padding: 0;
		}

body {
	background: #fdf9d9;
	font: 13px Arial, Verdana, Helvetica, sans-serif;
		}

 

/*  --------- 2. structure  --------- */

#wrapper {width: 960px; margin: 0 auto 0 auto;}
		
#masthead {
		}
		
#logo {
	padding-top: 31px;
	padding-left: 20px;
	float: left;
		}
		
#navContainer {
	float: left;
	padding-top: 50px;
	padding-left: 49px;
	height: 135px;
		}
#mainArea {
	float: left;
	width: 960px;
}

#propSearch {
	width: 600px;
	float: left;
	padding-left: 45px;
	padding-top: 225px;
	height: 200px;
}
#propSearch .spanish a {
	color: #207938;
	font-weight: bold;
	padding-left: 250px;
}

#searchContainer {
	padding-top: 18px;
	float: left;
}
.searchCol {
	width: 175px;
	float: left;
	padding-left: 13px;
	height: 115px;
}
.searchBtn {
	clear: left;
	padding-right: 40px;
	padding-top: 8px;
	float: left;
	margin-left: 425px;
}

.titleImg {
	padding-bottom: 12px;
	padding-top: 3px;
}


#content {
	background: url(../images/homeBkg.jpg) no-repeat;
	height: 638px;
	width: 960px;
		}

#footer {
	font-size: 10px;
	color: #878787;
	padding-top: 10px;
	padding-bottom: 15px;
	clear: left;
	margin-right: auto;
	margin-left: auto;
	padding-left: 63px;
		}
#featuredHome {
	width: 274px;
	float: left;
	padding-top: 5px;
	padding-left: 20px;
	color: #106F2A;
	clear: none;
}
#featuredHome ul {
	padding-top: 12px;
	padding-bottom: 21px;
}
#featuredHome li {
	line-height: 21px;
}

.footCol {
	padding: 5px 22px 5px 20px;
	height: 47px;
	background: url(../images/footSep.gif) no-repeat right;
	float: left;
}

.footCol a {color: #878787; text-decoration: none;}
.footCol a:hover {color: #6a6a6a; text-decoration: underline;}

.noSep {background-image: none !important;}


.separator {
		clear: both;
		height: 0;
		}

/* ---------- 3. links and navigation ---------- */

#navigation a:focus {outline: 0;}

		
/* ---------- 4. fonts ---------- */
ul {
		list-style-type: none;
		}

/* ---------- 5. images ---------- */

a img {border: 0 !important;}
a:hover img {border: 0 !important;}
		
/* ---------- 6. hacks ---------- */

body	{ /* IE 5 centring bug fix */text-align: center;}
		
#wrapper {text-align: left;}  
