@charset "utf-8";
/* CSS Document */
body {
 background-color: #887869;
 margin: 0px;
}
 
body, td, th {
 font-family: Arial, Helvetica, Geneva, sans-serif;
 font-size: 11pt;
 line-height: 16pt;
 color: #250502;
 
}




form {
	margin: 0;
	padding: 0;
}

#content_holder {
	width: 950px;
	margin: 0 auto;
	border-bottom: 6px solid #000;
	background: #fff url("../images/content_bg.gif") repeat-y;
}
 
#content_left {
	width: 250px;
	float: left;
}
 
#content_right {
	width: 680px;
	float: left;
}
 
.hr {
	border: none;
	height: 1px;
	border-bottom: 1px dotted #ccc;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #482400;
	font-style: italic;
	font-weight: 600;
	margin-top: -10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #250502; 
	margin: -5px;
	padding: 5px;
}
h2 a {
	color: #250502; 
	text-decoration: none;
}

h2 a:hover {
	color: #250502; 
	text-decoration: underline;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
 
.listing_details_cell {
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #e1ded9;
}
 
.listing_price {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #887869;
	margin-left: 15px;
	padding: 0;
}
 
.picture {
	background-color: #efefef;
	padding: 1px;
	margin: 1px;
	border: 2px solid #e1ded9;
}
 
.nopicture {
	width: 280px;
	height: 210px;
	border: 2px solid #e1ded9;
	background: #fff url("../images/picture_coming_soon.gif") no-repeat center center;
}
 
.listing_google_map {
	width: 376px;
	height: 210px;
	border: 2px solid #e1ded9;
	padding: 1px;
	margin: 15px 0 15px 0;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#table_small_details {

}

#table_small_details th {
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	line-height: normal;
	color: #666;
}
#table_small_details td {
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
}

#grey_box {
	width: 100%;
	background: #efefef;
	margin: 0 0 10px 0;
}

.bl { background: url('../images/corner_bottom_left.gif') 0 100% no-repeat;  }
.br { background: url('../images/corner_bottom_right.gif') 100% 100% no-repeat;   }
.tl { background: url('../images/corner_top_left.gif') 0 0 no-repeat;  }
.tr { background: url('../images/corner_top_right.gif') 100% 0 no-repeat; padding: 4px; }
.clear {font-size: 1px; height: 0px}

#main_image {
	width: 280px;
	height: 210px;
	margin-bottom: 10px;
}
#main_image_div {
	width: 280px;
	height: 210px;
	margin-bottom: 10px;
}

.small {
	font-size: 11px;
	line-height: 16px;
}

a:link {
	color: #5C432C;
}

a:active {
	color: #5E2B2B;
}

a:visited {
	color: #5C432C;
}

a:hover {
	color: #5C432C;
	text-decoration: none;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}