body {
	margin-top: 0px;
	background-color: #EEE9D5;
}
#wrapper {
	width: 928px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../images/header.jpg);
	clear: both;
	float: left;
	height: 132px;
	width: 928px;
}
#logo {
	float: left;
	height: 132px;
	width: 275px;
}
#headerRight {
	float: right;
	height: 132px;
	width: 325px;
	text-align: right;
	padding-right: 120px;
}
#headerRightTop {
	color: #EF8B3F;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	padding-top: 35px;
}
#headerRightBase {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	padding-top: 20px;
}
#linkBar {
	background-image: url(../images/linkBar.jpg);
	background-repeat: repeat-x;
	clear: both;
	float: left;
	width: 928px;
	height: 26px;
	background-color: #EF9050;
	padding-top: 10px;
	color: #FFF;
	text-align: center;
}
#linkBar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-decoration: none;
	display: inline;
	padding-right: 4px;
	padding-left: 4px;
}
#linkBar a:hover {
	color: #533A74;
}
#content {
	background-color: #FFF;
	clear: both;
	float: left;
	width: 898px;
	padding: 15px;
}
#leftCol {
	float: left;
	width: 600px;
}
#banner {
	height: 301px;
	width: 600px;
	float: left;
}
#copy {
	background-image: url(../images/copyBack.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 585px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#copy h1 {
	color: #523D78;
	font-size: 24px;
	font-weight: lighter;
}
#copy h2 {
	color: #523D78;
	font-size: 18px;
}
#copy a {
	color: #EF9050;
	text-decoration: underline;
}
#copy a:hover {
	color: #523D78;
}
#copy li {
	color: #666;
	list-style-type: square;
}
#divider {
	float: left;
	height: 600px;
	width: 15px;
}
#rightCol {
	background-color: #FFF;
	background-image: url(../images/sideBar.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 282px;
}
#rightCol h2 {
	display: block;
	background-image: url(../images/sidebarHeader.jpg);
	background-color: #523A6E;
	color: #FFF;
	font-size: 14px;
	text-transform: uppercase;
	height: 20px;
	padding-top: 5px;
}
#rightCol a {
	color: #EE9052;
}
#rightCol a:hover {
	color: #523D97;
}
.sideBox {
	float: left;
	text-align: center;
	width: 260px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer {
	clear: both;
	float: left;
	height: 60px;
	width: 928px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #543B71;
	padding-bottom: 10px;
}
#footer a {
	color: #543B71;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
/* SEARCH CSS */
#IDX-quickSearchForm {
	width: 260px;
	float: left;
	clear: both;
} 

#QS-propTypeSelect {
	width: 100px;
	height: 20px;
	float: left;
	text-align: left;
} 

#QS-labelpropTypeSelect {
	text-align: right;
	width: 70px;
	height: 15px;
	float: left;
	padding-right: 10px;
} 

#QS-minPriceField {
	width: 100px;
	height: 15px;
	float: left;
	text-align: left;
} 

#QS-maxPriceField {
	width: 100px;
	height: 15px;
	float: left;
	text-align: left;
} 

#QS-labelMaxPrice { text-align: right; width: 70px; height: 15px; float: left; padding-right: 10px;  } 

#QS-labelMinPrice { text-align: right; width: 70px; height: 15px; float: left; padding-right: 10px;  } 

#QS-labelCityList { text-align: right; width: 70px; height: 15px; float: left; padding-right: 10px;  } 

#QS-buttonSearch {
	width: 95px;
	height: 24px;
	clear:both;
} 

#QS-selectCityList {width: 105px; height: 22px; float: left; text-align: left;  }

