* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	font-size: 12px;
	font-family: Arial !important;
	color: #7B7A7A;
	padding: 0px 0px;
	background: #FFF;
}
table {
	border: 0px;
	border-collapse: collapse;
}
table td {
	padding: 0px;
	vertical-align: top;
	text-align: left;
}
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #6699CC;
	text-decoration: underline;
}
.back {
	color: #6B9800;
	font-weight: bold;
}
img {
	border: none;
}
li {
	list-style: square;
}
ul, ol {
	margin: -1px 0px 0px 20px;
}
.clear {
	border: 0px #FFF solid;
	clear: both;
}
.line {
	display: block;
	height: 21px;
	background: url(images/line.gif) repeat-x right center;
}
.dropdowns2 td {
	padding: 5px;
	line-height: 20px;
}
.dropdowns2 td * {
	font-size: 11px;
}
.contact_form td {
	padding: 2px;
}
/*SEARCH FORM*/
.search-box td {
	padding: 4px 1px;
	line-height: 17px;
}
.select-min {
	width: 40%
}
.select-max {
	width: 40%
}
/*SEARCH FORM*/
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	color: #093E52;
	margin: 10px 0px;
}
h1 {
	font-size: 15px;
}
h2 {	
	font-size: 14px;
}
h3 {
	font-size: 13px;
}
h4, h5, h6 {
	font-size: 12px;
	background: url(css/h4.gif) no-repeat center left;
	padding:0px 0px 0px 15px;
}
#container {
	width: 780px;
	margin: 0px auto;
}
#logo {
	text-align: right;
}


#footer {
	padding: 10px 0px 20px 0px;
	text-align: center;
	color: #000000;
	font-size: 10px;
	font-family: Verdana;
	line-height: 20px;
}
#footer a {
	color: #000000;
	font-size: 10px;
	text-decoration: none;
}
/*LISTINGS*/
.featured_listings {
	margin-right: 25px;
	width: 44%;
	float: left;
	line-height: 18px;
}
.featured_listings_title {
	text-align: left;
	padding: 5px 0px;
}
.featured_listings_title a {
	font-weight: bold;
	color: #5F85C3;
	padding-left: 10px;
	background: url(css/h4.gif) no-repeat center left;
}
.featured_listings_text {
	padding: 3px;
	font-size: 13px;
	color: #888888;
	text-align: justify;
}
.featured_listings_image {
	float: right;
	padding: 0px 0px 5px 5px;
}
.normal_listings {
	line-height: 18px;
	font-size: 12px;
}
.normal_listings_title {
	font-weight: bold;
	text-align: left;
	padding: 5px 0px;
	font-size: 14px;
}
.normal_listings_title a {
	font-weight: bold;
	color: #000;
}
.normal_listings_text {
	padding: 3px;
	font-size: 12px;
}
.normal_listings_image {
	float: right;
	padding: 2px;
	text-align: center;
	font-weight: bold;
}
