body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;margin:0;padding:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

body{
	width:776px;
	margin:0 auto;
	padding:0;
	text-align:center;
	background:#fff url(../images/body-bg.jpg) repeat-x 0 0;
	font-family:"Lucida Sans Unicode";
	font-size:12px;
	color:#555;
}
.clr{
	clear:both;
}

h3{
	font-size:12px;
	font-weight:bold;
	color:#caa451;
	margin:0px 0px 5px 0px;
}

#container{
	width:776px;
	background:#fff;
	border:1px solid #caa451;
}

/*Logo on Top of The Screen*/
#logo, #footer{
	clear:both;
	width:776px;
	height:72px;
	background:transparent url('../images/goldbar.jpg') repeat-x 0px 26px;
	text-align:left;
}
a#goshen{
	outline:none;
	display:block;
	width:237px;
	height:66px;
	position:relative;
	z-index:2;
	top:3px;
	left:50px;
	background:#fff url('../images/logo.jpg') no-repeat;
	text-indent:-9999px;
}
/*End Logo on Top of The Screen*/

a{
	color:#caa451;
	text-decoration:none;
}
a:hover{
	color:#d90;
	background:#eee;
}
h2{
	font-size:18px;
	color:#caa451;
}

/*Header Image*/
#header{
	width:776px;
	height:160px;
	background:#000 url('../images/headerbg.jpg') repeat-x 0 0;
	overflow:hidden;
}

/*Navigation*/
#navigation{
	clear:both;
	height:26px;
	margin:0 auto;
	background:transparent url('../images/nav/navbg.jpg') repeat-x 0 0;
	font-size:13px;
	text-align:center;
}
#navigation:after { /* clearing without presentational markup, IE gets extra treatment */
    display:block;
    clear:both;
    content:" ";
}
	#navigation ul{
		margin:0 auto;
		padding:0;
		display:table;
		white-space:nowrap;
	}
	#navigation ul li{
		float:left;
		display:table-cell;
		height:26px;
	}
	#navigation a, #navigation a span{
		float:left;
		height:26px;
		background:transparent url('../images/nav/tab.jpg') no-repeat 0 0;
		color:#fff;
	}
	#navigation a{
		position:relative;
		top:0px;
		z-index:2;
		padding-left:10px;
		text-align:center;
		text-decoration:none;
		white-space:nowrap; /* required in IE 6 */
	}
	#navigation a:hover, #navigation a:focus, #navigation a:active, #navigation a.selected{
		text-decoration:none;
		outline:0; /* prevent dotted border in Firefox */
		background-position:0px -52px;
	}
	#navigation a span{
		width:15px; /* IE 6 treats width as min-width */
		min-width:15px;
		height:23px; /* IE 6 treats height as min-height */
		min-height:23px;
		padding-top:3px;
		padding-right:10px;
	}
	*>#navigation a span{ /* hide from IE 6 */
		width:auto;
		height:auto;
	}
	#navigation a span{
		background-position:100% -26px;
	}
	#navigation a:hover span, #navigation a:focus span, #navigation a:active span, #navigation a.selected span{
		cursor:pointer;
		background-position:100% -78px;
	}
	.separator{
		float:left;
		width:20px;
		height:20px;
		background:transparent url('../images/nav/separator.jpg') no-repeat 0 0;
	}
/*IE Hack to center Navigation*/
#navigation ul {/display:inline-block;}
#navigation ul{/display:inline; }
#navigation ul li{/display:inline-block}
#navigation ul li{/display:inline;}
#navigation ul a{/display:inline-block;}
#navigation{/text-align:center}

/*Start Content where everything got margins*/
#goshen-content{
	margin:28px 50px 0px 60px;
	text-align:left;
}

#intro-container{
	margin:0 auto;
	width:516px;
	height:384px;
	border:5px solid #D7BB7C;
	background:#CAA451;
	padding:5px;
	text-align:center;
}

/*Left Column and Right Column*/
#box-container{
	margin:0px;
	clear:both;
}
#box-a{
	float:left;
	width:440px;
}
#box-b{
	float:left;
	width:226px;
}
#box-c{
	clear:both;
	width:666px;
}
#box-a, #box-b, #box-c{
	margin-top:5px;
	background:transparent url('../images/box/right-shade.jpg') repeat-y right;
}

.head-title{
	height:30px;
	overflow:hidden;
	background:#caa451 url('../images/box/right-shade-title.jpg') no-repeat top right;
}
.preamble{
	border-left:1px solid #caa451;
	padding:10px 20px 10px 10px;
	text-align:left;
}
.preamble ul{
	margin-left:5px;
}
.preamble li{
	padding-left:20px;
	background:transparent url('../images/bullet.jpg') no-repeat 0 6px;
}
.preamble2{
	border-left:1px solid #caa451;
	padding:0px 0px 10px 10px;
	text-align:left;
}
ul.clear{
	clear:both;
	padding-top:10px;
}
ul.clear li{
	margin-bottom:5px;
}
ul.clear li a{
	color:#555;
}
ul.clear li a:hover{
	color:#d90;
}

.narrow{
	border-left:1px solid #caa451;
}

/*Box Bottom Shading*/
.box-end-a, .box-end-b, .box-end-c{
	height:20px;
	margin:0px;
	background:transparent url('../images/box/bottom-shade.jpg') bottom right;
}
.box-end-a{
	background-position:100% 0px;
}
.box-end-b{
	background-position:100% -20px;
}
.box-end-c{
	background-position:100% -40px;
}
/*End Box Bottom Shading*/

/*Drop Caps Image*/
.drop-left{
	display:block;
	float:left;
	margin-right:10px;
}
.drop-right{
	display:block;
	float:right;
	margin-left:10px;
}
.homepage-img{
	width:145px;
	height:139px;
	background:transparent url('../images/front.jpg') no-repeat 0 0;
}

.filterSelect{
	text-align:right;
	padding-right:9px;
}
.filterSelect select{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border:1px solid #ccc;
}

/*Property Listing on home page*/
.property-list{
	font-size:11px;
	padding-bottom:10px;
}
.property-list-img{
	overflow:hidden;
	width:195px;
}
.property-list-img img{
	
}
.property-detail-link{
	font-size:10px;
}
.property-list h2{
	margin-top:5px;
}

/*The Box Titles*/
.head-title-text{
	height:30px;
	margin-top:3px;
	font-size:28px;
	color:#fff;
}
.right{
	margin-right:9px;
	text-align:right;
}

/*Bottom Navigation*/
.navbot{
	clear:both;
	padding:10px 0px 0px;
	text-align:center;
}

/*Properties Detail on properties page*/
.properties-detail-container{
	background:#caa451;
	width:635px;
}

.rentsale{
	font-weight:bold;
	text-transform:uppercase;
}
.rentsale2{
	font-weight:bold;
	text-transform:uppercase;
}

.properties-detail-img{
	width:285px;
	float:left;
	padding:10px 0px 10px 10px;
}
.properties-detail-img-large{
	width:275px;
	height:275px;
	overflow:hidden;
}
.properties-detail-img-large ul{
	list-style:none;
}
.properties-detail-img-large ul li{
	background:none;
}
.properties-detail-img-small{
	width:50px;
	height:50px;
	margin:10px 6px 0px 0px;
	float:left;
}
.properties-detail-content{
	float:left;
	width:329px;
	padding:10px 10px 10px 0px;
}
.properties-detail-content-title{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding-bottom:15px;	
}
.properties-detail-content-specs{
	color:#333;
	padding-bottom:10px;
}
.properties-detail-content-desc{
	color:#fff;
	text-align:justify;
}

.properties-detail-list, .condo-detail-list{
	display:block;
	overflow:hidden;
	width:645px;
}
.properties-detail-list-item{
	margin-right:10px;
	margin-bottom:15px;
	width:205px;
	float:left;
}
.properties-detail-list-item-img{
	width:205px;
	height:205px;
	overflow:hidden;
	margin-bottom:5px;
}
.properties-detail-list-item-img img{
	margin-top:0;
}
.properties-detail-list-item-title{
	color:#caa451;
	font-weight:bold;
	font-size:14px;
}
.properties-detail-list-item-specs{
	color:#333;
}
/*End Properties Detail*/

/*Footer, image is the same as #logo*/
#footer{
	margin-top:5px;
	text-align:center;
}
.footer-content{
	background:#fff;
	margin:0px 80px;
	padding:15px 10px 0px;
	font-size:11px;
	line-height:20px;
}

/*Track Record Title*/
.trackrec_title{
	clear:both;
	font-weight:bold;
	font-size:14px;
}
.trackRecHL{
	display:block;
	clear:both;
	margin:10px 0 5px;
	overflow:hidden;
}
.trackRecItem{
	float:left;
	display:inline;
	width:200px;
	text-align:center;
	margin:0 5px 10px;
}

/*Accordion for news - info page*/
.acc{
	padding:10px 10px 10px 0px;
	border-left:1px solid #caa451;
}

/*Paging*/
.paging{
	text-align:right;
	overflow:hidden;
	padding:5px 10px 5px 0px;
}
a.pagenum{
	float:right;
	text-align:center;
	display:block;
	height:20px;
	width:14px;
	padding:2px 0px 0px;
	margin:0px 1px;
}
a.active{
	background-color:#eee;
}
a.first, a.previous, a.next, a.last{
	overflow:hidden;
	display:block;
	float:right;
	height:20px;
	width:20px;
	text-indent:2000px;
}
a.first{
	background:transparent url(../images/icon_first.jpg) no-repeat 0 0;
}
a.previous{
	background:transparent url(../images/icon_prev.jpg) no-repeat 5px 5px;
}
a.next{
	background:transparent url(../images/icon_next.jpg) no-repeat 5px 5px;
}
a.last{
	background:transparent url(../images/icon_last.jpg) no-repeat 0 0;
}
a.first:hover, a.previous:hover, a.next:hover, a.last:hover{
	background-color:#fff;
}

.pagingProp{
	text-align:right;
	overflow:hidden;
	padding:5px 10px 5px 0px;
}
	.pagingProp a{
		display:inline-block;
		padding:2px 3px 2px;
		margin:0px 1px;
	}
	.pagingProp a.active{
		background-color:#ddd;
	}
/*End Paging*/

/*Accordion*/
.acc{
	padding:10px 10px 10px 0px;
	border-left:1px solid #caa451;
}
.acc_title, .acc_x{
	height:20px;
	padding:5px 10px;
	background-color:#D7BB7C;
	border:1px solid #e4d1a8;
	font-size:16px;
	color:#fff;
	cursor:pointer;
}
.acc_x{
	background-color:#CAA451;
}
.acc_content{
	padding:0px 10px;
	margin:2px;
}
.acc_content ol{
	margin-left:20px;
	list-style-type:decimal;
}
.acc_content ul{
	margin-left:20px;
	list-style-type:square;
}

/*property listing*/
.proplist-item, .proplist-itemDetail, .proplist-item2{
	display:block;
	clear:both;
	width:635px;
	border-bottom:1px solid #999;
	margin-right:10px;
	padding:10px 0;
	overflow:hidden;
}
.propImg{
	float:left;
	display:inline-block;
	width:170px;
}
.proplist-item2 .propImg, .proplist-itemDetail .propImg{
	float:left;
	display:inline;
	width:170px;
}
.propDetails{
	float:left;
	display:inline-block;
	width:282px;
	padding:0 10px;
	color:#333;
}
	.propTitle{
		font-size:18px;
		font-weight:bold;
		margin-bottom:10px;
	}
	.proplist-item2 .propDetails .propTitle, .proplist-itemDetail .propDetails .propTitle{
		font-size:18px;
		margin-bottom:10px;
		font-weight:normal;
	}
	.condoName, .condoName a{
		font-size:13px;
		font-weight:bold;
		color:#1d6dab;
		padding:3px 0 2px;
	}
	.proplist-item2 .propDetails .condoName, .proplist-itemDetail .propDetails .condoName{
		float:left;
		display:inline;
		width:185px;
	}
	.proplist-item2 .propDetails .condoName, .proplist-item2 .propDetails .condoName a, .proplist-itemDetail .propDetails .condoName, .proplist-itemDetail .propDetails .condoName a{
		font-size:13px;
		font-weight:normal;
		color:#1d6dab;
		padding:3px 0 2px;
	}
	.proplist-item2 .propDetails .condoName a:hover, .proplist-itemDetail .propDetails .condoName a:hover{
		background:none;
		text-decoration:underline;
	}
	.proplist-item2 .propDetails .condoInfo, .proplist-itemDetail .propDetails .condoInfo{
		clear:both;
		overflow:hidden;
	}
	.proplist-item2 .propDetails .condoInfoLink, .proplist-itemDetail .propDetails .condoInfoLink{
		float:left;
		display:inline;
		text-align:right;
		width:97px;
		height:13px;
		padding-top:3px;
		font-size:8px;
	}
	.proplist-item2 .propDetails .condoInfoLink a, .proplist-itemDetail .propDetails .condoInfoLink a{
		display:inline-block;
		height:14px;
		padding-top:2px;
		color:#1d6dab;
		background:url(../images/condoIcon.jpg) no-repeat top right;
		padding-right:16px;
	}
	.proplist-item2 .propDetails .condoInfoLink a:hover, .proplist-itemDetail .propDetails .condoInfoLink a:hover{
		text-decoration:underline;
	}
	.propAddress, .propDistrict, .propListed{
		margin:7px 0 0;
	}
	.proplist-item2 .propDetails .propAddress, .proplist-item2 .propDetails .propDistrict, .proplist-itemDetail .propDetails .propAddress, .proplist-itemDetail .propDetails .propDistrict{
		font-size:13px;
		color:#000;
		margin:0px;
	}
	.proplist-item2 .propDetails .propAddress, .proplist-itemDetail .propDetails .propAddress{
		margin-top:5px;
	}
	.propListed{
		color:#999;
		font-style:italic;
	}
	.propMore{
		clear:both;
		overflow:hidden;
	}
	.proplist-item2 .propDetails .propListed, .proplist-itemDetail .propDetails .propListed{
		float:left;
		display:inline;
		width:194px;
		font-style:normal;
		font-size:9px;
	}
	a.detailsBtn{
		display:inline-block;
		margin-top:15px;
		background:#eee;
		border:1px solid #caa451;
		padding:5px 10px;
	}
	a.detailsBtn:hover{
		border-color:#333;
	}
	.proplist-item2 .propDetails a.detailsBtn{
		float:left;
		display:inline-block;
		text-align:right;
		font-size:8px;
		padding:0;
		margin:4px 0 0;
		width:64px;
		height:16px;
		padding-right:24px;
		padding-top:4px;
		border:none;
		height:20px;
		background:url(../images/moreIcon.jpg) no-repeat top right;
	}
	.proplist-item2 .propDetails a.detailsBtn:hover{
		text-decoration:underline;
	}
	
.propAttr{
	float:left;
	display:inline-block;
	width:163px;
	color:#333;
}
	.askingPrice{
		background:#caa451;
		font-size:14px;
		font-weight:bold;
		color:#fff;
		padding:6px 10px;
	}
	.attributes{
		padding:5px 10px 0;
		margin:10px 0 0;
		background:#f7f2e5;
	}
	.attributes p{
		line-height:20px;
	}
/*end property listing*/

.proplist-itemDetail{
	border:none;
}
.propertyDetail, .propertyGallery{
	display:block;
	clear:both;
	overflow:hidden;
	margin-right:10px;
}
.propertyDetail h3, .propertyGallery h3{
	font-size:18px;
}
.propertyDesc p{
	line-height:18px;
}

.propFields, .propContacts{
	display:block;
}
.propContacts{
	font-size:14px;
}
.propFields table td, .propContacts table td{
	vertical-align:top;
	padding:3px 0;
}
.propFields{
	float:left;
	display:inline;
	width:317px;
	margin-bottom:10px;
}
.propFieldsItem{
	clear:both;
	display:block;
	overflow:hidden;
	width:317px;
	padding-bottom:5px;
}
.propFieldsItem dd, .propFieldsItem dt{
	float:left;
	width:126px;
}
.propFieldsItem dt{width:190px;}
.propFeaturesContainer{
	display:block;
	clear:both;
	overflow:hidden;
}
.propFeatures{
	float:left;
	display:inline;
	width:317px;
	margin-bottom:10px;
}
.propFeatures ul{
	list-style:disc;
	margin-left:15px;
}
.propFeatures ul li{
	line-height:20px;
}
.propContacts{
	clear:both;
	overflow:hidden;
}

/*condo detail*/
.condo-itemDetail{
	display:block;
	margin-right:10px;
	padding:10px 0;
	overflow:hidden;
}
.condo-itemDetail h3{
	font-size:18px;
}
.condoGallery{
	padding-top:10px;
	margin-right:10px;
}
.condo-itemDetail table td{
	vertical-align:top;
	padding:3px 0;
}

/*enquire more*/
.enquireForm{
	padding:10px 0;
}
.enquireForm table{margin:10px 0 0;}
.enquireForm table td{
	padding:5px 3px;
}
.enquireForm input.txtField{
	width:240px;
}
.enquireForm textarea.txtField{
	width:240px;
	padding:3px;
	border:1px solid #999;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
}
/*end enquire more*/


/*ADMIN*/
.properties-list{
	width:635px;
	margin:0 0 10px 0;
	border-bottom:1px solid #caa451;
}
.properties-list-img{
	float:left;
	width:209px;
}
.properties-list-detail{
	float:left;
	width:406px;
	margin:0px 10px;
}
.properties-list-action{
	text-align:right;
	margin:5px 0px;
}

table.adminTable, table.editTable{
	margin:10px 0;
	font-size:13px;
}
table.adminTable td, table.adminTable th, table.editTable td{
	border:1px solid #ccc;
	padding:4px 5px;
}
table.adminTable th{
	padding:5px;
	background:#caa451;
	font-size:18px;
	color:#fff;
}
table.adminTable th a{color:#fff;}

table.editTable input.txtField, table.editTable textarea.txtField{
	width:400px;
}

a.defBtn{
	display:inline-block;
	background:#eee;
	border:1px solid #caa451;
	padding:5px 10px;
}

input, .editTable select, .editTable textarea{
	padding:3px;
	border:1px solid #999;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px;
}

.flRight{
	float:right;
	position:relative;
	top:4px;
	font-size:11px;
	color:#555;
}
/*End ADMIN*/

/*Login*/
#login-container{
	width:330px;
	margin:20px auto;
}
.table-row{
	clear:both;
}
.table-col-1{
	float:left;
	width:60px;
	padding:5px 10px;
}
.table-col-2{
	float:left;
	width:230px;
	padding:3px 10px;
}
.text-border{
	border:1px solid #caa451;
	background-color:#f9f9f9;
	padding:2px;
}
/*End Login*/

/*icons*/
a.icon-edit, a.icon-highlight, a.icon-pub, a.icon-editPhoto, a.icon-tr{
	display:inline-block;
	width:16px;
	height:16px;
	margin:0 1px;
	text-indent:-9999px;
	cursor:pointer;
	outline:none;
	background:url(../images/admin/edit_icon.jpg) no-repeat 0 0;
}
a.icon-highlight{
	background:url(../images/admin/highlight_icon.jpg) no-repeat 0 0;
}
a.icon-highlight.on{
	background-position:0 -16px;
}
a.icon-pub{
	background:url(../images/admin/pub_icon.jpg) no-repeat 0 0;
}
a.icon-pub.on{
	background-position:0 -16px;
}
a.icon-editPhoto{
	background:url(../images/admin/editPhoto_icon.jpg) no-repeat 0 0;
}
a.icon-tr{
	background:url(../images/admin/trackRecord_icon.jpg) no-repeat 0 0;
}
a.icon-tr.on{
	background-position:0 -16px;
}

a.bedroom, a.bathroom{
	display:inline-block;
	width:25px;
	height:25px;
	background:url(../images/bedIcon.png) no-repeat 0 0;
	text-indent:-9999px;
	position:relative;
	top:-10px;
	cursor:default;
}
a.bathroom{
	background:url(../images/bathIcon.png) no-repeat 0 0;
}
.bedbathTxt{
	font-size:10px; position:relative; top:-8px; margin-left:5px;
}
/*end icons*/

/*error*/
input[type="text"].error,input[type="password"].error, select.error, textarea.error {border:1px solid red;}
label.error { color:red; margin-left: 10px;}