@charset "utf-8";
/* screen stylesheet for Hunt & Nash */
/* (c) Taupo Solutions Ltd 2010. Http://www.taupo.co.uk */

@font-face {
	font-family: 'Candara';
	xsrc: url('Candara.eot');
	src: local('Candara Regular'), local('Candara'), url('Candara.woff') format('woff'), url('Candara.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Candara';
	xsrc: url('Candarab.eot');
	src: local('Candara Bold'), local('Candara-Bold'), url('Candarab.woff') format('woff'), url('Candarab.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


/* ------------ Typography, defaults, links --------- */

body {margin: 2em; padding: 0; font:0.9em/1.5em Candara,Verdana,Arial,Geneva,Helvetica,sans-serif; color: #000; }

form {overflow: visible}

h1, h2, h3, h4, h5 {margin: 0; padding: 0; font-weight: normal; font-style: normal}
h1 {color: #000;font-size: 1.5em; margin-bottom: 1.2em}
h2 {color: #000; font-size: 1.3em;margin-bottom: 1em}
h3 {color: #000; font-size: 1.1em; }

a, a:link, a:visited {color: #000; text-decoration: none}
.uc {text-transform: uppercase}

.padded10 {padding: 10px; background: #fff}

.homepage h2 {display: none}

/* ------------ Global Structural --------- */

	/* ------------ Header --------- */
	#header {height: 75px; overflow: hidden; position: relative;}
	#banner, #bannerInner, #logo, #navigation {display: none;}
			
	
	/* ------------ Footer --------- */
	#superFooterTop {display: none;  }
	.footer {display: none}
	#baseFooter {display: block; margin-bottom: 15px; padding-bottom: 15px}
	#baseFooter a.taupo:link, #baseFooter a.taupo {font-weight: normal; color: #000}
	#baseFooter a.taupo strong {font-weight: normal; color: #000}
	

	/* ------------ Content --------- */
	.hpContainerTop, .hpContainerBottom {display: none}
	


/* ------------ property Carousel --------- */
.carousel {
 display: none
}



/* ------------ quick search control --------- */
#quickSearchControl {display: none}


/* ------------ Property Search Results --------- */
.psResult {margin-bottom: 15px; border-bottom: 1px dotted #ccc; padding-bottom: 5px; overflow: hidden; background: #fff}

.psImage img {border: 1px solid #ccc; margin: 0 15px 15px 0; float: left}

.psResult span {display: none}
.psResult span.srPrice {display: block}

.srDetails {padding-right: 15px}
.srSummary {font-size: 12px}
.srPrice {font-size: 1.4em}
.srPriceStatus {font-size: 16px; color: darkred}
.srTopper {display: none}

/* ------------ Property Details Page --------- */
#propertyPhoto {border: 1px solid #ccc; width: 320px; height: 240px; margin: 15px 0 15px 23px; position: relative}
.propertyDetails .row {margin: 0.5em 0; overflow: hidden; clear: both; font-size: 1.2em}
.propertyDetails label {width: 120px; float: left; margin-right: 15px; color: #000}
#propertyDescription {margin-top: 15px; font-size: 0.9em;}
#propertyDescription font {font-family: 'Candara';}
.detailsDisclaimer {margin-top: 15px; padding-top: 15px; border-top: 1px dotted #ccc;}
#smallImages {overflow:hidden;text-align:center;width:320px;margin-left: 23px}
#smallImages img {
border:1px solid #ccc;float:left;margin-left:4px;margin-right:4px;margin-top:5px;width:96px;opacity: 0.8; filter:alpha(opacity=80);}
#mainImageTop {position: absolute; top: 0; left: 0}
#hipImage, #floorPlan {width: 320px;margin: 30px 0 15px 23px; cursor: pointer  }
#hipImage h3, #floorPlan h3 {margin-bottom: 15px}
#hipImage span, #floorPlan span {display: block;}
.coveredBy {font-size: 0.8em}


/* ------------ General Pages --------- */
.homepage h1 {font-size: 1.4em}

.collapseHead {color: #600bc0; font-weight: bold; padding: 5px 0px; margin-botom: 15px }
.collapseHead:hover {cursor: pointer; background: #eee; text-decoration: underline }
ol li {padding-bottom: 0.7em}

#map_canvas {display: none;}

