* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	margin: 0px;
	font-size: 13px;
	font-family: arial;
	color: #000;
	padding: 0px 0px;
	background: url(css/pagebg.gif) repeat-x center left #63815E;
}
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;
}

.table_form td {
	padding: 2px;
}

/*SEARCH FORM*/
.search-box td {
	padding: 4px 1px;
	line-height: 17px;
}
.select-min {
	width: 40%
}
.select-max {
	width: 40%
}
/*Headings*/
h1, h2, h3, h4, h5, h6 {
	padding: 10px;
	color: #006699;
	margin: 0px 0px;
	font-family: trebuchet;
	color: #A12B2B;
	font-style: italic;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 17px;
}
h3 {
	font-size: 15px;
}
h4, h5, h6 {
	font-size: 12px;
	color: #4E4E4E;
}
/*LAYOUT*/
#container {
	width: 812px;
	margin: 0px auto;
}
#container-wide {
	width: 1062px;
	margin: 0px auto;
}
#visual-top {
	background: url(css/visual-top.gif) no-repeat bottom left;
	height: 30px;
}
#visual-top-wide {
	background: url(css/wide-visual-top.gif) no-repeat bottom left;
	height: 30px;
}
#visual-navigation {
	background: url(css/visual-navigation.gif) no-repeat bottom left;
	height: 40px;
	text-align: center;
}
#visual-navigation-wide {
	background: url(css/wide-visual-navigation.gif) no-repeat bottom left;
	height: 40px;
	text-align: center;
}
#visual-navigation a {
	color: #333300;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
}
#visual-navigation a:hover {
	color: #333300;
	text-decoration: underline;
}
#visual-navigation-wide a {
	color: #333300;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
}
#visual-navigation-wide a:hover {
	color: #333300;
	text-decoration: underline;
}
#visual-bottom {
	background: url(css/visual-bottom.gif) no-repeat top left;
	height: 23px;
	padding-top: 40px;
	text-align: center;
}
#visual-bottom-wide {
	background: url(css/wide-visual-bottom.gif) no-repeat top left;
	height: 23px;
	padding-top: 40px;
	text-align: center;
}
#visual-bottom a {
	color: #333300;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
}
#visual-bottom-wide a {
	color: #333300;
	text-decoration: none;
	font-family: arial;
	font-size: 11px;
}
#content {
	background: url(css/content.gif) repeat-y top left;
	padding: 0px 65px;
}
#content-wide {
	background: url(css/wide-content.gif) repeat-y top left;
	padding: 0px 40px;
}


#content p {
padding-bottom:10px;
}

#homepage td {
	border: 1px solid #E7D678;
	background: url(css/home_td_bg.jpg) top left repeat-x;
}

#siteadmin {
text-align:center;
color:#fff;
padding:20px 0px;
font-size:11px;
}

#siteadmin a {
color:#fff;
text-decoration:underline;
}

/*Listings*/
.featured_listings {
	margin-bottom: 5px;
	margin-right: 5px;
	width: 49%;
	float: left;
}
.normal_listings {
	border: 1px solid #FFF;
}
.featured_listings_title, .normal_listings_title {
	font-weight: bold;
	text-align: center;
	padding: 5px 0px;
	background: #FFF7D6;
	font-size: 13px;
}
.featured_listings_title a, .normal_listings_title a {
	text-decoration: none;
	color: #000;
	font-style: italic;
}
.featured_listings_text, .normal_listings_text {
	padding: 3px;
	font-size: 12px;
	color: #000;
	background: #FFF7D6;
}
.featured_listings_text a, .normal_listings_text a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
.featured_listings_image, .normal_listings_image {
	float: left;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}


/*DROPDOWN*/
.dropmenudiv {
	position: absolute;
	top: 0;
	border: 1px solid #BBB;
/*Theme Change here*/
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	width:180px;
	background-color: white;
	visibility: hidden;
}
.dropmenudiv a {
	padding: 1px 5px;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	text-decoration: none;
	font-weight: bold;
	color: #786C56;
	font-size: 11px;
	text-align: left;
}
.dropmenudiv a:hover {
	background-color: #FFF7D6;
	text-decoration: underline !important;
	color: black;
}

