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

/*------------------ MAIN ---------------------*/
h1 {
	position:absolute;
	padding:0px;
	margin:0px;
	color:#000000;
	font-weight:normal;
	font-size:22px;
	top:220px;
	left:30px;
}
#main {
	position:relative;
	padding:100px 530px 20px 30px;
	text-align:left;
	font-size:12px;
	line-height:170%;
}
.header {
	padding-top:15px;
	color:#2D1600;
	font-size:16px;
}
#main ul {
	color:#990000;
	list-style:square;
	font-size:13px;
	line-height:200%;
	padding:0px 0px 0px 30px;
	margin:0px;
}
#main a {
	color:#990000;
	text-decoration:none;
}
#main a:hover {
	color:#FF0000;
	text-decoration:underline;
}
/*------------------ SCROLLER ------------------*/
/*--- Latest news sroller ---*/

/* container for scroller, to provide bgColor/border */
#textScroller { 
	position:relative;
	height:432px;
	padding:0px;
}
/* scroller "window" set width, height (and clip) to match values sent to constructor */
#scrollWin { 
	position:relative; 
	height:432px; 
	z-index:1;
  	clip:rect(0, 470px, 143px, 0); 
	overflow:hidden;
}

div#cnt { position:absolute; z-index:1; } /* layer that scrolls */

/* scroller items 
   set width and height to match scroller "window" 
   Be sure to set height adequate for your content! */

/*------------------ BOXES ---------------------*/
.box01 {
	position:absolute;
	left:390px;
	width:470px;
	padding:10px 9px 9px 9px;
	background-color:#EADBA5;
	border: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:490px;
	height:5px;
	background: url(../images/box_property_search_top_01.gif) no-repeat top left;
	z-index:1;
}
.box01Btm {
	position:absolute;
	bottom:-2px;
	left:-1px;
	width:490px;
	height:5px;
	background: url(../images/box_property_search_btm_01.gif) no-repeat bottom left;
	z-index:1;
}
/* -- SEARCH --*/
#propertySearch {
	top:40px;
}
#propertySearch form {
	border:1px solid #DEC774;
	background-color:#F2E5B8;
	height:120px;
	padding:0px;
	margin:0px;
}
#propertySearchCol1, #propertySearchCol2, #propertySearchCol3 {
	position:absolute;
	top:15px;
	left:28px;
}
#propertySearchCol2 {
	left:178px;
}
#propertySearchCol3 {
	left:328px;
}
#propertySearchBtn {
	padding-top:26px;
}
.propertySearchHd {
	color:#663300;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-top:8px;
}
.searchBox {
	width:130px;
	font-size:11px;
}
/* -- LIST --*/
#propertyScroll {
	top:220px;
}
.propertyBox {
	position:relative;
	border:1px solid #DEC774;
	background-color:#F2E5B8;
	height:105px;
	width:311px;
	padding:20px 145px 13px 10px;
	margin:3px 0px;
	line-height:130%;
}
.propertyHd {
	font-size:13px;
	padding-bottom:5px;
}
.propertyTxt {

}
.propertyPrice {
	position:absolute;
	top:110px;
	left:13px;
	font-weight:bold;
	color:#000000;
	font-size:13px;
}
.propertyImg {
	position:absolute;
	top:10px;
	right:10px;
	border:1px solid #990000;
	width:123px;
	height:92px;
	overflow:hidden;
	background:no-repeat center;
}
.propertyInk {
	position:absolute;
	top:110px;
	right:10px;
	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:#8F633A;
	text-decoration:none;
}
#scrollLink a:hover {
	color:#990000;
	text-decoration:underline;
}
/* ====== Features box ===== */
.featured{
	border: 1px solid #DEC774;
	padding: 10px;
	background: #FAEBB8;
}
/*------- FOOTER -----------*/
#graphic01 {
	position:absolute;
	top:-96px;
	left:88px;
	height:106px;
	width:201px;
	background:url(../images/fishers_graphic01.gif) no-repeat top left;
}