@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	line-height: 20px;
}
body#home{
	background: url(images/bg.gif) no-repeat top center #ca6f00;
}
body#recent{
	background: url(images/bgInner.gif) no-repeat top center #ca6f00;
}
body#mailing{
	background: url(images/bgInner.gif) no-repeat top center #ca6f00;
}
body#about{
	background: url(images/bgInner.gif) no-repeat top center #ca6f00;
}
body#contact{
	background: url(images/bgInner.gif) no-repeat top center #ca6f00;
}



ul.nav{
	margin: 6px 0 0 0;
	padding: 0;
	float: left;
	width: 960px;
	height: 31px;
}
ul.nav li{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
ul.nav li a{
	display: block;
	height: 31px;
}
ul.nav li a.home{
	width: 68px;
	background: url(images/homeNav.gif) 100% 0;
}
ul.nav li a.recent{
	width: 152px;
	background: url(images/recentPricesNav.gif) 100% 0;
}
ul.nav li a.mailing{
	width: 133px;
	background: url(images/mailingListNav.gif) 100% 0;
}
ul.nav li a.about{
	width: 148px;
	background: url(images/aboutBevanNav.gif) 100% 0;
}
ul.nav li a.contact{
	width: 102px;
	background: url(images/contactNav.gif) 100% 0;
}


.navText{
	margin: 0 0 0 -5000px;
}

/*navigation rollovers*/
	ul.nav li a:hover { 
		background-position: 100% -31px; 
	}
	
/*navigation selected*/
	body#home ul.nav li a.home{
		background-position: 100% -31px; 
	}
	body#recent ul.nav li a.recent{
		background-position: 100% -31px; 
	}
	body#mailing ul.nav li a.mailing{
		background-position: 100% -31px; 
	}
	body#about ul.nav li a.about{
		background-position: 100% -31px; 
	}
	body#contact ul.nav li a.contact{
		background-position: 100% -31px; 
	}





a{
	color: #FFF;
	text-decoration: underline;
}
a:hover{
	color: #FFF;
	text-decoration: underline;
}



#top{
	height: 132px;
	background: url(images/headBg.gif) repeat-x;
	margin: 0;
}
#head{
	height: 132px;
	width: 960px;
	margin: 0 auto 0 auto;
}
#content{
	width: 975px;
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 13px;
}
#aboutContent{
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 13px;
}
	#forSales{
		width: 535px;
		margin: 0;
		padding: 0 0 19px 0;
		background: url(images/forSaleBot.gif) no-repeat bottom left;
		float: left;
	}
	#forSalesTopBg{
		width: 463px;
		padding: 20px 0 5px 70px;
		background: url(images/forSaleInnerTop.gif) no-repeat left top;
	}
	#imagesContainer{
		width: 533px;
		background: url(images/forSaleShade.gif) repeat-y;
		text-align: center;
	}
		.image{
			width: 257px;
			height: 193px;
			z-index: 50;
			margin: -193px 0 0 0;
		}
		.onSale{
			width: 257px;
			height: 193px;
			position: relative;
			background: none;
			z-index: 888;
		}
		.sold{
			width: 257px;
			height: 193px;
			position: relative;
			z-index: 999;
		}
	table.salesImages{
		float: left;
	}
	table.salesImages td.tableL{
		padding: 0 1px 0 8px;
	}
	table.salesImages td{
		padding: 0 0 1px 0;
	}
	
	
	#mainImageContainer{
		width: 533px;
		background: url(images/imgContainerBg.gif) repeat-y;
		text-align: center;	
		padding: 0;
	}
	#imagesRightPanel{
	padding: 0;
	width: 400px;
	float: left;
	padding: 5px 0 0 40px;
}


	#forSalesDetail{
	margin: 0 auto 0 auto;
	width: 480px;
	padding: 20px 20px 8px 20px;
	text-align: left;
	}
	
#homeContent{
	padding: 0;
	width: 430px;
	float: left;
}
	table.homeText{
		color: #FFFFFF;
		font-size: 13px;
		margin: 0 0 20px 0
	}
	table.homeText td.homeTextL{
		padding: 0 0 0 3px;
	}
	table.homeText td.intoText{
		padding: 0 0 0 20px;
	}



#foot{
	width: 960px;
	margin: 0 auto 0 auto;
	padding: 30px 0;
	background: url(images/footDivider.gif) repeat-x top;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	line-height: 20px;
}
#foot a{
	color: #FFF;
	text-decoration: none;
}
#foot a:hover{
	text-decoration: underline;
}





.openHome{
	color: #eeb223;
	font-weight: bold;
}


/* Form style=================================================*/

.formL{
	padding: 0 10px 10px 0;
	color: #232323;
	font-weight: bold;
}
.formR{
	padding: 0 0 10px 10px;
}
.textfield{
	width: 173px;
	padding: 3px;
	font-size: 13px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	border: 1px solid #a67b00;
}
textarea{
	width: 300px;
	height: 100px;
	padding: 3px;
	font-size: 13px;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	border: 1px solid #a67b00;
}
.checkbox{
	margin: 2px 5px 5px 0;
	float: left;
}
/* Recent Sales style=================================================*/
#whiteTop{
	height: 25px;
	width: 975px;
	background: url(images/whiteTop.gif) no-repeat;
}
#whiteBot{
	height: 23px;
	width: 975px;
	background: url(images/whiteBot.gif) no-repeat;
}
#whitePanel{
	width: 975px;
	background: url(images/whiteBg.gif) repeat-y;
}
table.recentDetails{
	margin: 0 auto 0 auto;
}
.tableHead{
	padding: 20px;
	font-weight: bold;
	font-size: 13px;
	border-right: 1px solid #d5d5d5;
	color: #313131;	
	border-bottom: 1px solid #d5d5d5;
}
.tableHeadY{
	padding: 20px;
	font-weight: bold;
	font-size: 13px;	
	color: #313131;	
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	background: #ffffdc; 
}
.tableHeadR{
	padding: 20px 20px 20px 10px;
	font-weight: bold;
	font-size: 13px;	
	color: #313131;	
	border-bottom: 1px solid #d5d5d5;
}
.cellL{
	padding: 5px 10px 5px 20px;
	vertical-align: top;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	color: #313131;
}

.cellR{
	padding: 5px 5px 5px 10px;
	vertical-align: top;
	border-bottom: 1px solid #d5d5d5;
	color: #313131;	
}
.price{
	background: #ffffdc; 
	padding: 5px 20px 5px 20px;
	vertical-align: top;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	color: #313131;
	text-align: right;
}

.cellLnumber{
	padding: 5px 20px 5px 20px;
	vertical-align: top;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	color: #313131;
	text-align: right;
}

/* Contact details style=================================================*/
table.contactDetails{
	width: 360px;
	float: left;
}
table.contactForm{
	width: 550px;
	float: left;
}

/* other class style=================================================*/
.backBtn{
	margin: 0 0 10px 0;
}
.thankyou{
	color: #232323;
	font-size: 20px;
	font-weight: bold;
}
.msg{
	color: #232323;
}
.barFootLogo{
	float: right;
	margin: 30px 0 0 0;
}
.clear{
	clear: both;
}
.left{
	float: left;
}
.right{
	float: right;
}
.imgLeft{
	float: left;
	margin: 0 10px 0 0;
}
.imgRight{
	float: right;
	margin: 0 0 0 10px;
}
