/* - Include Mandatories ---------------------------------------------------- */
@import url(reset.css);
@import url(classes.css);
@import url(accessibility.css);
@import url(forms.css);


/* - Default Styles --------------------------------------------------------- */
/* colours, sizes, etc of elements */
body {
	font: 62.5%/1.5  Verdana, Arial, sans-serif;
	text-align:center;
}

/* set default font sizes to everything */
#contentGroup {
	font-size: 1.1em; /* 11 pt */
}

h1 {
	font: 2.1em "Palatino Linotype", Georgia, "Times New Roman", Times, serif; /* 24px */
	color:  #0E1259;
	line-height:  1;
	margin:0 0 1em 0;
	padding-top:0;
}

h2 {
	font: 1.76em "Palatino Linotype", Georgia, "Times New Roman", Times, serif; /* 20px */
	color:  #0E1259;
	line-height:  1.3;
}

h3{
	font: 1.4em Verdana, Arial, sans-serif; /* 16px */
	color:  #1C609F;
	line-height:  1.3;
}

h4 {
	font: 1.1em Verdana, Arial, sans-serif; /* 12px */
	font-weight:bold;
	color:  #2876BF;
	line-height:  1.3;
}

.smaller{
	font-size: .7em;
}

a:link {
	color: #039;
}

a:visited {
	color: #909;
}

a:hover {
	color: #039;
}

a:active {
	color: #900;
}

a img {
	border: 0;
}


/* - Layout Styles ---------------------------------------------------------- */
#container {
	width: 967px;
	background:#fff;
	margin:0 auto;
	border:10px solid #0E1259;
	text-align:left;
}

#header {
	float: left;
	background: url(/img/header.jpg) no-repeat;
	padding: 0;
	width: 100%;
	font-size: 1.2em;
	margin:0;
	border-bottom:1px solid #898989;
}

#logo{
	float:left;
	width:260px;
	margin-top:20px;
	height: 50px;
}

	#logo h1 {
		margin-left:-2000px;
		background: url('/img/logo.gif') no-repeat right top;
		height:60px;
	}

	#logo a {
		float: left;
		width: 100%;
		height: 100%;
	}

	#nav-account {
		float: right;
		list-style: none;
	}

		#nav-account li {
			display: inline;
			margin: 0;
			padding: 0;
			font-size:0.9em;
			color:#000066;
		}

			#nav-account li a:link, #nav-account li a:visited{
				color: #000066;
				margin-right:5px;
				text-decoration:none;
			}

			#nav-account li a:hover, #nav-account li a:active {
				color: #000066;
				margin-right:5px;
				text-decoration:underline;
			}

#itemContent{
	width: 300px!important;
}

#search {
	padding: 0;
	margin: 0;
	float:left;
	width:185px;
}

#search h4{
	font-size:1.3em;
}

	#search select {
		width: 185px;
		margin-bottom: 3px;
	}

#content #search select.price {
	width: 64px;
}

#leftCol #search select.price {
	width: 65px;
}

#search select#min_bedrooms{
	margin-bottom:20px;
}

#search input[type="checkbox"] {
	width: auto;
}

#search input#searchQuery{
	width:183px;
	height:16px;
	margin-bottom:3px;
}


#search button.dark{
	float:right;
	width:80px;
	height:23px;
	line-height:1;
}

#leftCol{
	float:left;
	width:210px;
	margin-left:10px;
}

body.home #leftCol{
	float:left;
	width:328px;
	padding-top:30px;
	overflow: hidden;
}

#featured{
	float:left;
	width:100%;
	padding:0;
	margin:1em 0;
	overflow: hidden;
}

#nav-top {
	float: left;
	width: 100%;
	position: relative;
	height: 1%;
	margin:17px 0px 0px 0px;
	padding:0;
}

	#nav-top ul {
		margin: 0;
		list-style: none;

	}

	#nav-top li {
		float: left;
		padding:0;
		margin:0;
	}

		#nav-top li a:link, #nav-top li a:visited {
			font-size:0.9em;
			background:#fff;
			display:block;
			padding: 0.5em 0.60em;
			margin: 0px 1px 0px 0px;
			font-weight:bold;
			text-decoration:none;

		}

		#nav-top li a:hover, #nav-top li a:active {
			font-size:0.9em;
			background:#fff;
			text-decoration:underline;
		}



#contentGroup {
	float: right;
	width: 725px;
	padding-top:0px;
	padding-left:20px;
	border-left:1px solid #898989;
	margin:0;
}

body.home #contentGroup{
	float: right;
	width: 605px;
	padding-left:0px;
	border-left:none;
	margin-right:5px;
}

	#content {
		float: left;
		width: 688px;
		overflow: hidden;
		padding-bottom: 50px;
		margin-top:15px;
	}

	body.home #content{
		float: left;
		width: 605px;
	}

	#content .banner {
		float: left;
		width: 616px;
		background: url(/img/banner.png) top no-repeat;
	}

		#content .banner p {
			float: left;
			color: #fff;
			font-size: 2em;
			margin: 5px 10px;
		}

		#content .banner a {
			float: right;
			color: #fff;
			margin: 15px 10px 0 0;
		}

	#content #intro {
		border: 2px solid #79C1EC;
		float: left;
		width: 100%;
		margin: 1em 0;
	}

		#content #intro p {
			padding: 0 10px;
		}



#footer{
	width:100%;
	float:left;
	clear:both;
	background: #0E1259;
	color:#FFFFFF;
}

	#footer a{
		color:#FFFFFF;
	}

.realestate {
	position: relative;
	text-align: right;
}
	
.realestate a {
	text-decoration:none; 
}

.realestate img {
	vertical-align:text-bottom; 
}
	
#featured ul{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style:none;
}

	#featured ul li{
		float:left;
		margin:0 1.8em 0 0;
		padding:0;
		width:181px;
	}

	#featured ul li h3{
		font: 1.4em Verdana, Arial, sans-serif; /* 16px */
		font-weight:bold;
		color:  #2876BF;
		line-height: 1;
		text-decoration:none;
	}

	#featured ul li h3 a {
		color:  #2876BF;
		text-decoration:none;
	}

	#featured ul li p.desc{
		background:url(/img/dash.png) no-repeat left bottom;
		padding-bottom:10px;
	}

	#featured ul li p.view-details, #featured ul li p.contact-agent{
		margin:0.5em 0;
	}

	#featured ul li p a{
		text-decoration:none;
	}

	#featured ul li a img{
		width:181px;
		height:136px;
	}

#breadcrumbs{
	float:left;
	width:100%;
	padding:0;
	margin:0 0 1em 0;
	list-style:none;
}

	#breadcrumbs li{
		display:inline;
		margin:0px 4px 0px 0px;
		padding:0;
	}
		#breadcrumbs li a{
			font-size:0.9em;
			color:#333;
		}

ul#regions, ul#listing_sub_types, div.price ul, div.outer ul, #suburbs {
	float:left;
	width:100%;
	list-style:none;
	padding:0;
	margin:0 0 1em 0;
}

ul#regions li , ul#listing_sub_types li, #suburbs li{
	float:left;
	padding:0;
	margin:0 0.5em 0 0;
	width:24%;
}

ul.images{
	float:left;
	width:100%;
	padding:0;
	margin:1px;
	list-style:none;
}

	ul.images li{
		display:inline;
		width:50%;
		padding:0;
		margin:0;
	}

div.price{
	float:left;
	width:340px;
	background:#FEFEE5;
	border:1px solid #E7E6C9;
	margin-right:3px;
	padding:5px;
	height:82px;
}

div.price-business {
	float:left;
	width:98.5%;
	background:#FEFEE5;
	border:1px solid #E7E6C9;
	margin-right:3px;
	padding:5px;
	height:82px;
}

.rental div.price {
	width: 50%;
}

div.outer{
	float:left;
	width:321px;
	background:#FEFEE5;
	border:1px solid #E7E6C9;
	padding:5px;
	height:82px;
	margin:0;
}

.rental div.outer {
	width: 22%;
}

div#sort-by{
	float:left;
	width:100%;
	background:#FEFEE5;
	border:1px solid #E7E6C9;
	padding:5px 0px;
	margin:3px 0px;
	}

div#sort-by form, div#sort-by form div {
	float:left;
	margin-left:5px;
	}

div#sort-by span{
	float:right;
	margin-right:5px;
}


div.outer li {
	float:left;
	padding:0;
	margin:0;
	width:55px;
}

div.price ul li, div.price-business ul li{
	float:left;
	padding:0;
	margin:0;
	width:110px;
	list-style: none;
}

div.price-business ul li {
	width: 220px;
}


#categories {
	float: left;
	width: 180px;
	padding-left: 10px;
	font-size: 1.2em;
}

	#categories h3 {
		float: left;
		width: 180px;
		height: 30px;
		text-indent: -9999em;
		margin: 0 0 1px 0;
	}

		#categories div {
			float: left;
			margin-bottom: 1em;
		}

		#categories .classic h3 {
			background: url(/img/nav-head-classic.png) no-repeat;
		}

		#categories .activities h3 {
			background: url(/img/nav-head-activities.png) no-repeat;
		}

		#categories .interest h3 {
			background: url(/img/nav-head-interest.png) no-repeat;
		}

		#categories .age h3 {
			background: url(/img/nav-head-age-level.png) no-repeat;
		}

		#categories .other h3 {
			background: url(/img/nav-head-selections.png) no-repeat;
		}

	#categories ul {
		list-style: none;
	}

	#categories li {
		padding: 0;
		margin: 0 0 1px 0;
		background: url(/img/nav-bg.png) no-repeat;
		height: 23px;
		float: left;
		font-weight: bold;
	}

		#categories li a {
			color: #4B2C64;
			text-decoration: none;
			float: left;
			width: 170px;
			height: 20px;
			padding: 3px 0 0 10px;
		}

		#categories li.more a {
			color: #4B5891;
		}

.propertyListing .links a.favourite {
	padding: 7px 0 10px 25px;
	margin-bottom: 0.2em;
	display: block;
	border: 0 !important;
	text-decoration: underline !important;
}

.propertyListing {
	float: left;
	width: 100%;
	border: 1px solid #EBEBEB;
	overflow: hidden;
	margin-bottom: 0.8em;
}

.propertyListing-images {
	float: left;
	width: 100%;
	border: 1px solid #EBEBEB;
	margin-bottom: 0.8em;
}


.propertyListing .agent {
		/* double float margin fix */
		display: inline;
		float: left;
		width: 80%;
		background: #fff;
		border-left: 1px solid #EBEBEB;
		padding: 0.5em;
		font-size: 0.9em;
	}

	.propertyListing .agent img {
			width: 56px;
		}

	.propertyListing .agent span {
		display: block;
	}

	.propertyListing .image {
		/* double float margin fix */
		display: inline;
		float: left;
		width: 180px;
		height: 135px;
		background: url(/img/template/no-image.png) no-repeat;
		padding-bottom: 99em;
		margin-bottom: -99em;
	}

	.business .propertyListing .image, .offices .propertyListing .image {
		background: url(/img/template/business-image.png) no-repeat;
		padding-bottom: 99em;
		margin-bottom: -99em;
	}

	.propertyListing .image .openhome {
		position: absolute;
		top: 0;
		left: 0;
		width: 74px;
		height: 77px;
	}

	.propertyListing .image a img {
		width: 180px;
		height: 135px;
		display: block;
	}

	.propertyListing .details {
		/* double float margin fix */
		display: inline;
		float: left;
		width: 502px;
	}

	.propertyListing h3 a{
		/* double float margin fix */
		display: inline;
		font: 0.9em Verdana, Arial, sans-serif;
		font-weight:bold;
		color:  #2876BF;
		text-decoration:none;
		background:url(/img/dash.png) repeat-x left bottom;
		border-left: 1px solid #EBEBEB;
		padding: 2px 0px 4px 10px;
		width: 497px;
		float: left;
	}

	.propertyListing .stats {
		/* double float margin fix */
		display: inline;
		border-right: 1px solid  #EBEBEB;
		border-left:  1px solid  #EBEBEB;
		width: 90px;
		height:82px;
		float: left;
		padding: 0.5em;
		padding-bottom: 99em;
		margin-bottom: -99em;
		font-size: 0.9em;
	}

	.oh-stats {
		font-size: 0.9em;
	}

	.ohome {
		border-left:  1px solid  #EBEBEB;
		width: 420px;
		float: left;
		padding: 0.5em;
		padding-bottom: 99em;
		margin-bottom: -99em;
		margin-top: -10px;
	}

	.propertyListing .stats span {
			display: block;
		}

	.propertyListing .description {
		float: left;
		width: 387px;
		padding: 0.5em;
	}

	.agent {
		float: left;
		width: 90%;
		background: #fff;
		border-left: 1px solid  #EBEBEB;
		padding: 0.5em;
		padding-bottom: 99em;
		margin-bottom: -99em;

		font-size: 0.9em;
	}

	.agent img {
			width: 56px;
		}

	.agentLogo {
		width: 180px !important;
		height: 70px !important;
	}
	.description .favourite {
		padding: 0 0 2px 0;
		float: left;
	}

	.description .added,
	.openhome-link .added {
		color: green;
	}

	.property .agentGroup {
		margin-bottom: 1em;
	}

	.property .agentGroup .vcard {
		height: 130px;
	}

	.property .agentGroup span {
		display: block;
	}

	.property .links {
		border-top: 1px dashed #ccc;
		border-bottom: 1px dashed #ccc;
		margin: 1em 0;
		padding: .2em 0 .3em 0;
	}


	#resources {
		margin-top: 1em;
		float: left;
	}


	a.rss {
	background: url(/img/12x12.png) no-repeat right;
	padding-right: 18px;
}


div#listingMap {
	width: 680px;
	height: 400px;
}

div#officeMap {
	width: 300px;
	height: 220px;
}

div#officeMapContainer {
	width: 300px;
	float: right;
	margin-top:-220px;
}
/*NZ Realtors page*/
img.nzrealtors {
	float:left;
	}
ol.realtorList{
	border-left:1px solid #9E1019;
	list-style:none;
	padding:0pt 0pt 0pt 1em;
	margin-right:98px;
	margin-top:-415px;
	float:right;
}

ol.realtorList li {
	list-style:none;
	margin-left:0;
	line-height:1.5em;
}

ol.realtorList a{ color: #9e1019;
	text-decoration:none;
	}
	ol.realtorList a:hover {
		text-decoration:underline;
	}
	
.VisitNZRealtors {
	margin:10px;
}

.VisitNZRealtors h4 {
	width:150px; 
	float:left;
	font-size:14px;
	margin:0px;
}

.VisitNZRealtors h4 a {
	font-size:14px;
	text-decoration:none;
	color:#2876BF;
}

.VisitNZRealtors a span {
	font-size:11px;	
	text-decoration:none;
	font-weight:normal;
	color:#2876BF;
}

.VisitNZRealtors img {
	float:right;
	margin-right:25px;
	margin-top:7px;
}

.lc-info {
	font: 1.1em Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/*galleryview*/
#gallery .filmstrip li {
	/*reset.css is messing with this and screwing up the gallery*/
	margin-left: 0;
}
#gallery .nav-prev {
	left: 0 !important;
}
#gallery .nav-next {
	right: 0 !important;
}

#leftCol .listing-type-links {
	margin-right: 10px;
	margin-top: 20px;
	padding: 10px;
	float: left;
	border: 1px solid #E7E6C9;
	background-color: #FEFEE5;
	width: 178px;
}

#leftCol .listing-type-links h4 {
	font-size: 1.3em;
}

#leftCol .office-article-links {
	margin-top: 15px;
	float: left;
	border: 1px solid #E7E6C9;
	background-color: #FEFEE5;
	width: 178px;
	padding: 10px;
}

