@charset "utf-8";
/* CSS Document */

/*------------------ MAIN ---------------------*/
h1 {
	position:absolute;
	padding:0px;
	margin:0px;
	color:#000000;
	font-weight:normal;
	font-size:22px;
	top:220px;
	left:230px;
}
#main {
	position:relative;
	padding:0px;
	text-align:left;
	font-size:12px;
	line-height:170%;
	min-height:300px;
	width:900px;
}
#mainContent {
	position:relative;
	padding:80px 20px 20px 230px;
	text-align:left;
	font-size:12px;
	line-height:170%;
	min-height:300px;
}
.header {
	padding-top:15px;
	color:#2D1600;
	font-size:16px;
}
#mainContent ul {
	color:#996600;
	list-style:square;
	font-size:13px;
	line-height:170%;
	padding:0px 0px 0px 30px;
	margin:0px;
}
#mainContent a {
	color:#990000;
	text-decoration:none;
}
#mainContent a:hover {
	color:#FF0000;
	text-decoration:underline;
}
/*---------------- IMAGES --------------------*/
.newsImages {
	float:right;
	width:202px;
	padding:0px 0px 10px 15px;
}
.newImage {
	width:200px;
	border:1px solid #D39725;
}
/*------------------ BOXES ---------------------*/
.box01 {
	padding:10px 9px 9px 9px;
	background-color:#EADBA5;
	border-left:1px solid #A07A41;
	border-right:1px solid #A07A41;
}
.box01 h2 {
	position:absolute;
	top:-15px;
	left:10px;
	padding:0px 2px;
	height:20px;
	margin:0px;
	font-size:13px;
	font-style:italic;
	font-weight:normal;
	color:#A07A41;
	z-index:2;
	background:url(../images/box_hd_back_01.gif) top left repeat-x;
}
.box01Top {
	position:absolute;
	top:-1px;
	left:-1px;
	width:192px;
	height:5px;
	background:url(../images/box_property_search_top_02.gif) no-repeat top left;
	z-index:1;
}
.box01Btm {
	position:absolute;
	bottom:-2px;
	left:-1px;
	width:192px;
	height:5px;
	background:url(../images/box_property_search_btm_02.gif) no-repeat bottom left;
	z-index:1;
}
.box02Top {
	position:absolute;
	top:-1px;
	left:-1px;
	width:650px;
	height:5px;
	background:url(../images/box_property_list_top_02.gif) no-repeat top left;
	z-index:1;
}
.box02Btm {
	position:absolute;
	bottom:-2px;
	left:-1px;
	width:650px;
	height:5px;
	background:url(../images/box_property_list_btm_02.gif) no-repeat bottom left;
	z-index:1;
}
.box02Bottom {
	width:650px;
	height:5px;
	background:url(../images/box_property_list_btm_02.gif) no-repeat top left;
}
/* -- SEARCH --*/
#propertySearch {
	position:absolute;
	left:20px;
	width:170px;
	top:40px;
}
#propertySearch form {
	border:1px solid #DEC774;
	background-color:#F2E5B8;
	padding:14px;
	margin:0px;
}
.propertySearchHd {
	color:#663300;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top:8px;
}
.searchBox {
	width:140px;
	font-size:11px;
}
#propertySearchBtn {
	text-align:center;
	padding:10px;
}
/* -- LIST --*/
#propertyScroll {
	position:relative;
	width:630px;
}
.propertyBox {
	position:relative;
	border:1px solid #DEC774;
	background-color:#F2E5B8;
	height:80px;
	padding:20px 145px 13px 15px;
	margin:3px 0px;
	line-height:130%;
	width:468px;
}
.propertyHd {
	font-size:13px;
	padding-bottom:5px;
	width:468px;
}
.propertyTxt {

}
.propertyPrice {
	position:absolute;
	top:80px;
	left:400px;
	font-weight:bold;
	color:#000000;
	font-size:13px;
}
.propertyImg {
	position:absolute;
	top:10px;
	right:10px;
	border:1px solid #990000;
	width:123px;
	height:92px;
	background:#FFFFFF no-repeat center;
	overflow:hidden;
}
.propertyInk {
	position:absolute;
	top:80px;
	left:15px;
	width:125px;
}
.propertyInk img {
	border:0px;
}
#scrollTxt {
	width:468px;
	height:16px;
	background:url(../images/property_scroll.gif) top left no-repeat;
	font-size:11px;
	color:#C1A87E;
	padding:20px 0px 0px 0px;
}
#scrollLink {
	position:absolute;
	bottom:15px;
	right:20px;
	width:160px;
	color:#C4AB81;
	text-align:right;
	line-height:110%;
}
#scrollLink a {
	font-size:11px;
	color:#C1A87E;
	text-decoration:none;
}
#scrollLink a:hover {
	color:#990000;
	text-decoration:underline;
}
/*------- FOOTER -----------*/
#footer {
	margin:80px 20px 20px 20px;
}
#graphic01 {
	position:absolute;
	top:-75px;
	left:30px;
	height:84px;
	width:154px;
	background:url(../images/fishers_graphic02.gif) no-repeat top left;
}