*, html, body {
	padding: 0px;
	margin: 0px;
	font-family: Helvetica,Arial,sans-serif;
	line-height: 16px;
}

img {
	border: 0px none;
}

.clearBox {
	clear: both;
}

body {
	background-color: #621B00;
	background-image: url(/images/background.gif);
	background-repeat: repeat-x;
	padding: 0px;
}

div#background {
	border: 0px red solid;
	text-align: center;
	width: 100%;
}

div#centering_background {
	position: relative;
	border: 0px red solid;
	text-align: left;
	width: 1000px;
	margin: 0px auto 0px auto;
	display: table;
}

div#vertband_background {
	position: absolute;
	background-color: #AE600E;
	margin: 0px 0px 0px 50px;
	width: 540px;
	height: 7500px;
}

div#content {
	border: 0px red solid;
	background-image: url(/images/contact_block.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 20px;
	position: relative;
}

div#content_admin {
	border: 0px red solid;
	background-image: url(/images/admin_block.gif);
	background-position: top right;
	background-repeat: no-repeat;
	margin: 20px;
}

div#left_column {
	border: 0px green solid;
	width: 540px;
	margin: -75px 0px 0px 0px;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: black;
	padding-bottom: 0px;
	float: left;
}

div#left_column_listings {
	border: 0px green solid;
	width: 458px;
	margin: -75px 0px 0px 0px;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: black;
	padding-bottom: 0px;
	float: left;
}

div#right_column {
	border: 0px green solid;
	width: 330px;
	margin: -15px 0px 0px 28px;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: black;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
	position: relative;
	z-index:1000;
}

div#right_column_listings {
	border: 0px green solid;
	width: 410px;
	margin: -15px 0px 0px 30px;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	color: black;
	padding-top: 28px;
	padding-bottom: 0px;
	float: right;
	position: relative;
	z-index:1000;
}

div#content a {
	text-decoration: none;
	font-weight: normal;
	color: #933813;
}

div#content a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

div#nav {
	background-color: #fff8dc;
	margin: 0px ;
	width: 540px;
	height: 120px;
	position: relative;
	z-index: 1000;
}

.logotable {
	padding: 0px;
	margin: 20px 0px 0px 0px;
	display: table;
}

div#new_listings {
	position: absolute;
	background-image: url(/images/new_listings.png);
	top: 195px;
	left: -105px;
	border: 0px solid green;
	height: 90px;
	width: 173px;
	padding: 75px 42px 35px 33px;
	margin: 0px;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
}

div#new_listings_sub {
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	padding: 12px 0px 12px 0px;
}

div#new_listings_sub a {
	color: black;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
}

div#new_listings_sub a:hover {
	color: #fff8dc;
	font-size: 15px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
}

.footer {
	padding: 0px 0px 0px 30px;
	border: 0px green dotted;
	font-weight: normal;
	font-size: 10px;
	color: black;
}

.footer a {
	text-decoration: none;
	font-weight: normal;
	color: black;
}

.footer a:hover {
	text-decoration: none;
	font-weight: normal;
	color: white;
}


#jsddm
{	margin: 0;
	padding: 0}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 14px Helvetica,Arial,sans-serif;
		}

	#jsddm li a
	{	display: block;
		padding: 0px;
		text-decoration: none;
		border-right: 0px solid white;
		font-weight: bold;
		color: #000000;
		white-space: nowrap;
		}

	#jsddm li a:hover
	{	background: #fff8dc;
		}
		
		#jsddm li ul
		{	margin: 0px 0px 0px 0px;
			/* width: 225px;
			height: 100px; */
			padding: 0 0 4px 0;
			position: absolute;
			visibility: hidden;
			border-left: 0px solid #933813;
			border-right: 0px solid #933813;
			border-bottom: 2px solid #933813;
	background-image: url(/images/nav_bg4.gif);
			}
		
		#jsddm li ul li
		{	float: none;
			display: inline;
			}
		
		#jsddm li ul li a
		{	width: 160px;
			padding: 3px 10px 5px 10px;
			}
		
		#jsddm li ul li a:hover
		{	background-color: #933813;
			font-weight: bold;
			color: white;
		}

