/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #1d1d1d;
}

p, div.text {
font-size: 1em;
}

p, div.text {
margin-bottom: 10px;
}
div.text ul,
div.text ol {
margin: 10px 0 10px 30px;
}

h1 {
font-size: 1.5em;
margin-bottom: 20px;
font-weight: normal;
padding: 10px 0;
border-bottom: 1px solid #d6d6d6;
}
h1 strong{
color: #ed2724;
}

h2 {
font-size: 1.1em;
text-transform: uppercase;
}

h3 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #252324;
font-weight: bold;
text-transform: uppercase;
font-size: 1.1em;
}

a {
color: #ed2724;
text-decoration: none;
}
a:hover {
color: #b31e18;
}

/* Structure
------------ */
#wrap {
width: 960px;
margin: 0 auto;
}

#header {
background: #ed2724 url(/img/bg_header.gif) top left no-repeat;
height: 118px;
overflow: auto;
}
#nav {
padding: 9px 0;
}
#wrapper {
border-left: 1px solid #231f20;
border-right: 1px solid #231f20;
padding: 0 0 20px 0;
}
#content {
padding: 0 19px;
}
.break {
clear:both;
}

#footer {
background-color: #ed2724;
height: 85px;
color: #fff;
font-size: 0.9em;
text-align:center;
}

/* Header
--------- */
#header a#office {
float: right;
}
#header a#logo {
float:left;
}
#header ul#officelinks {
list-style: none;
margin: 37px 0 0 35px;
float:left;
}
#header ul#officelinks li {
display: inline;
}
#header ul#officelinks a {
display: block;
float: left;
height: 14px;
background-position: top left;
background-repeat: no-repeat;
text-indent: -9999em;
}
#header ul#officelinks a.wanaka {
background-image: url(/img/officelink_wanaka.gif);
width: 56px;
}
#header ul#officelinks a.southland {
background-image: url(/img/officelink_southland.gif);
width: 72px;
}
#header ul#officelinks a.glenorchy {
background-image: url(/img/officelink_glenorchy.gif);
width: 75px;
}

#header ul#quicklinks {
list-style: none;
width: 919px;
clear: both;
overflow: auto;
margin: 0 auto;
padding: 55px 0 5px 0;
display: none;
}
#header ul#quicklinks li {
width: 97px;
text-align: center;
float: left;
margin: 0 40px 0 0;
}
#header ul#quicklinks li.last {
margin: 0;
}
#header ul#quicklinks li a {
color: #fff;
font-weight: bold;
text-decoration: none;
}

/* Footer
--------- */
#footer p.publisher {
padding-top: 20px;
}
#footer p {
line-height: 170%;
padding: 0;
margin: 0;
}
#footer p a {
color: #fff;
}
#footer p a:hover {
text-decoration: underline;
}
#footer img {
float: right;
border-left: 1px solid #fff;
}


/* Dropdown menu
-----------------*/

.menu a {
border-right: 1px solid #979797;
text-transform: capitalize;
font-weight: bold;
font-size: 1em;
color: #1d1d1d;
padding: 4px 37px 3px;
display: block;
}
.menu li.last a {
border: none;
}
.menu a:hover,
.menu a.dropdown {
color: #ed2724;
}
.menu li#alertLink a {
background-color: #b11f17;
border: none;
color: #fff;
text-transform: uppercase;
padding: 4px 11px 3px;
}
.menu li#alertLink a:hover {
background-color: #ed2724;
}
.menu li li a {
border: 1px solid #fff;
border-top: none;
text-transform: none;
background-color: #ed2724;
padding: 3px 8px;
color: #fff;
font-size: 1em;
}
.menu li li.last a {
border: 1px solid #fff;
border-top: none;
}
.menu li li a:hover {
color: #1d1d1d;
}
.menu li#officeList ul {
width: 150px;
}
.menu li#buyList ul {
width: 170px;
}
.menu li#sellList ul {
width: 160px;
}
.menu li#newsList ul {
width: 170px;
}
.menu li#insideList ul {
width: 135px;
}

/* Standard forms
------------------*/
form fieldset {
margin: 0 auto 15px auto;
padding: 10px;
border: none;
width: 450px;
}

form li {
list-style-type: none;
}

form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
margin-bottom: 5px;
padding-left: 5px;
color: #4b3704;
}

form input {
width: 250px;
border: 1px solid #8c8c8c;
font-size: 1em;
}

form textarea {
width: 250px;
border: 1px solid #8c8c8c;
font-size: 1em;
}

form select {
width: 252px;
border: 1px solid #8c8c8c;
font-size: 1em;
}

form input.radio {
width: 30px;
}

form textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

form p,
form li {
clear: both;
margin: 0 0 10px 0;
}


form fieldset#submit,
form fieldset.submit {
border: none;
padding: 0;
text-align: right;
}

form fieldset#submit input,
form fieldset.submit input,
form input.button {
width: auto !important;
padding: 2px 6px;
cursor: pointer;
background-color: #af2018;
text-transform: uppercase;
border: none;
color: #fff;
font-size: 0.9em;
font-weight: bold;
}
form fieldset#submit p,
form fieldset.submit p {
color: #4b3900;
font-size: 0.9em;
font-style: normal;
}

form em span,
form .required,
.warning,
#errors {
color: #ec3434;
font-weight: bold;
font-style: normal;
}

/* Search Forms
--------------- */
#searchforms form#fastfind fieldset {
border: none;
margin: 0 19px;
padding: 14px 14px 0 14px;
background-color: #ed2724;
float:left;
width: 175px;
height: 54px;
overflow: hidden;
}
#searchforms form fieldset p {
margin: 0;
clear: none;
display: inline;
float:left;
}
#searchforms form fieldset label {
color: #fff;
font-weight: bold;
display: block;
float: none;
width: auto;
padding: 0;
}
#searchforms form#fastfind fieldset input {
float: left;
}
#searchforms form#fastfind fieldset input.qsinputbox {
width: 106px;
margin: 0 10px 0 0;
padding: 1px 0 2px 0;
}

/* Quicksearch */
#searchforms form#quicksearch fieldset {
background-color: #ed2724;
border: none;
margin: 0 19px 0 0;
padding: 14px 0 0 19px;
height: 54px;
width: auto !important;
overflow: hidden;
}
#searchforms form#quicksearch fieldset p {
margin: 0 26px 0 0;
}
#searchforms form#quicksearch fieldset p select {
width: 90px;
}
#searchforms form#quicksearch fieldset p input {
margin: 19px 0 0 0;
}

iframe#qsframe {
height: 68px;
width: 715px;
}

/* Dynamic Pages
--------------- */
/* 3 Colum Layout */
#threecolumn {
background: #fff url(/img/bg_content_threecolumn.gif) top left repeat-y;
overflow: auto;
}
a#appraisalLink {
float: right;
}
#threecolumn #imageBlock {
float: left;
width: 202px;
padding: 0 19px 0 0;
}
#threecolumn #imageBlock img.dyn-img {
max-width: 202px;
display: block;
margin: 0 0 10px 0;
}
#threecolumn #mainText {
margin: 0 227px 0 221px;
padding: 0 19px 0 19px;
}
/* 2 Colum Layout */
#twocolumn {
background: #fff url(/img/bg_content_twocolumn.gif) top left repeat-y;
overflow: auto;
}
#twocolumn #subtext {
float:right;
padding: 0 0 0 19px;
width: 208px;
}
#twocolumn #mainText {
margin: 0 227px 0 0;
padding: 0 19px 0 0;
}

/* Sitemap
---------- */
ul.sitemap {
list-style: none;
font-weight: bold;
margin: 0 0 0 80px;
text-transform: uppercase;
}
ul.sitemap li {
margin: 0 0 10px 0;
}
ul.sitemap ul {
list-style: none;
padding: 0 0 0 20px;
margin: 10px 0 0 10px;
border-left: 1px solid #ccc;
font-weight: normal;
text-transform: capitalize;
}
ul.sitemap ul li {
margin: 0;
}
ul.sitemap a {
color: #1d1d1d;
}

/* Contact Us
------------- */
body.contactus h2 strong {
color: #ed2724;
}

body.contactus #subtext ul li {
margin: 0 0 5px 0;
list-style:none;
}
body.contactus #subtext ul li strong {
display: block;
float: left;
width: 45px;
}
body.contactus #subtext ul li.secondaryAddress {
margin: 15px 0 0 0;
border-top: 1px solid #d6d6d6;
padding: 15px 0 0 0;
}

/* News
------- */
/* Recent News */
body.article #subtext ul.recent,
body.archive .newsitem {
margin: 0 0 15px 0;
border-bottom: 1px solid #d6d6d6;
padding: 0 0 15px 0;
}
body.article #subtext ul li {
margin: 0 0 5px 0;
list-style:none;
}
body.article img.primary {
float: right;
margin: 0 0 10px 20px;
}
body.article #newsfiles {
margin: 15px 0 0 0;
border-top: 1px solid #d6d6d6;
padding: 15px 0 0 0;
}

/* Suburb Profiles
------------------ */
body.suburbs #content .suburb {
margin: 0 0 15px 0;
border-bottom: 1px solid #d6d6d6;
padding: 0 0 15px 0;
}
body.suburbs #content .profile h3 {
color:#ed2724;
text-transform: uppercase;
margin: 10px 0 0 0;
font-size: 1em;
}
body.suburbs #content .profile img {
float: right;
margin: 0 0 10px 10px;
display: block;
}
body.suburbs #content img#suburbbanner {
margin: 0 0 20px 0;
display:block;
}

body.suburbs #content .profile #suburbmap {
border: none;
clear:both;
display:block;
width: 434px;
height: 250px;
}

/* Buyers Guide
--------------- */
body.guide #content form {
margin: 0;
}
body.guide #content form fieldset {
width: 430px;
padding: 10px 0 0 0;
}
body.guide form p label {
width: 163px;
}

/* Careers
------------- */
body.careers h2 strong {
color: #ed2724;
}

body.careers .job {
margin: 0 0 15px 0;
border-bottom: 1px solid #d6d6d6;
padding: 0 0 15px 0;
}
body.careers .job ul {
list-style: none;

margin: 5px 10px 0 0;
float: right;
border: 1px solid #ccc;
background: #fafafa;
padding: 10px;
width: 200px;
}
body.careers .job ul li {
margin: 0 0 3px 0;
}
body.careers .job ul li strong {
display: block;
float: left;
width: 60px;
}
body.careers .job .overview {
margin: 0 260px 0 0;
}
body.careers .job p.content {
margin: 10px 0 0 0;
}

/* Testimonials
------------- */
body.testimonials .testimonial {
margin: 0 0 15px 0;
border-bottom: 1px solid #d6d6d6;
padding: 0 0 5px 0;
}
body.testimonials .testimonial p.author {
text-align: right;
font-weight: bold;
font-style: italic;
}

/* Links
-------- */
body.links #content h2 {
background-color: #f4f4f4;
border-top: 1px solid #d6d6d6;
border-bottom: 1px solid #d6d6d6;
padding: 3px 0;
margin: 20px 0 10px 0;
}
body.links .link {
margin: 0 0 15px 0;
border-bottom: 1px solid #d6d6d6;
padding: 0 0 15px 0;
overflow: auto;
}
body.links .link img {
float: right;
margin: 0 0 0px 20px;
}

/* Listings
----------- */
body.listing #header {
height: auto;
overflow: auto;
}
body.listing #header ul#quicklinks {
display: block;
}
body.listing h1 {
border: none;
float:left;
}
body.listing .property {
border-top: 1px solid #d4d4d4;
border-bottom: 1px solid #d4d4d4;
height: 176px;
margin: 0 0 20px 0;
clear:left;
}
body.listing .property#hovered {
background-color: #eceded;
}
body.listing .property a.image {
display: block;
float: left;
width: 236px;
height: 176px;
overflow: hidden;
}
body.listing .property a.image img {
width: 236px;
}
body.listing .property .details {
margin: 0 0 0 236px;
height: 176px;
position: relative;
}
body.listing .property ul.topRow {
list-style: none;
padding: 5px 10px 5px 15px;
border-bottom: 1px dashed #dcdcdc;
overflow: auto;
margin: 0 0 10px 0;
}
body.listing .property ul.topRow li {
float: left;
padding: 0 5px;
}
body.listing .property ul.topRow li.heading {
width: 315px;
}
body.listing .property ul.topRow li.heading h2 {
text-transform: capitalize;
font-size: 1.2em;
color: #ed2724;
}
body.listing .property ul.topRow li.heading h2 span {
color: #231f20;
}
body.listing .property ul.topRow li.price {
color: #ed2724;
width: 180px;
font-size: 0.9em;
}
body.listing .property ul.topRow li.icons {
color: #ed2724;
text-align: right;
float: none;
padding: 0;
}
body.listing .property ul.topRow li.icons strong {
color: #231f20;
}
body.listing .property ul.topRow li.icons span{
margin: 0 0 0 10px;
font-weight: bold;
}
body.listing .property ul.topRow li.icons span img {
margin: 0 0 0 5px;
vertical-align: middle;
}
body.listing .property .details p.desc {
margin: 0 250px 0 20px;
font-size: 0.9em;
}
body.listing .property .details p.address {
float: right;
width: 200px;
text-align: right;
}
body.listing .property .details p.address span {
display: block;
}
body.listing .property .details p.address span.agent {
color: #ed2724;
}
body.listing .property .details p.bottomdetails {
}
body.listing .property .details p.bottomdetails .propid {
position: absolute;
bottom: 10px;
left: 20px;
}
body.listing .property .details p.bottomdetails .ofi {
position: absolute;
bottom: 10px;
left: 230px;
}

body.listing .property .details p.bottomdetails a {
position: absolute;
bottom: 10px;
right: 0;
text-decoration: underline;
}
body.listing p.pagebar {
text-align: right;
margin: 0 0 20px 0;
color: #ed2724;
}
body.listing p.pagebar a {
color: #231f20;
}
body.listing p#order {
margin: 10px 0 10px 240px;
font-size: 1.2em;
font-weight: bold;
}

body.listing p#bread {
margin: 0 0 0 280px;
font-size: 0.9em;
padding: 18px 0 0 0;
text-transform: capitalize;
color:#737373;
}
body.listing p#bread span {
color: #ed2724;
}

/* Details
---------- */
body.detail p#bread {
margin: 0 0 0 280px;
font-size: 0.9em;
padding: 18px 0 0 0;
text-transform: capitalize;
color:#737373;
}
body.detail p#bread span {
color: #ed2724;
}
body.detail #searchforms {
display: none;
}
body.detail h1 {
border: none;
margin-bottom: 10px;
float:left;
}

body.detail #twocolumn {
background: none;
}
body.detail #twocolumn #mainText {
width: 730px;
margin: 0;
padding: 0;
}
body.detail #twocolumn #mainText .images {
overflow:auto;
clear:left;
}
body.detail #twocolumn #mainText .images img {
float: left;
margin: 0 0 11px 0;
display: block;
width: 236px;
}
body.detail #twocolumn #mainText .images .subimagewrap {
position: relative;
float: left;
}
body.detail #twocolumn #mainText .images .subimagewrap img.corner {
position: absolute;
bottom: 0;
right: 0;
width: 20px;
height: 21px;
float: none;
}
body.detail #twocolumn #mainText .images {
width: 100%;
}
body.detail #twocolumn #mainText .images img#mainimage {
margin: 0 8px 11px 0;
width: 486px;
}
body.detail #twocolumn #mainText #description {
margin: 0 250px 10px 0;
}
body.detail #twocolumn #mainText ul#features {
float: right;
border-left: 1px solid #3e3e40;
padding: 0 0 0 14px;
list-style: none;
width: 222px;
}
body.detail #twocolumn #mainText ul#features li {
margin: 0 0 5px 0;
color: #ed2724;
}
body.detail #twocolumn #mainText ul#features li strong {
font-weight: normal;
display: block;
float: left;
width: 115px;
color: #231f20;
}
body.detail #twocolumn #mainText ul#toolslist {
list-style: none;
padding: 10px 0 0 0;
width: 100%;
}
body.detail #twocolumn #mainText ul#toolslist li {
float: left;
height: 23px;
margin: 0 0 10px 0;
padding: 0 30px 0 0;
}

#twocolumn #subtext {
float:right;
padding: 20px 0 0 0;
width: 180px;
}
#twocolumn #subtext a.backlisting {
color: #000;
text-decoration: underline;
}
#twocolumn #subtext ul {
list-style: none;
}
#twocolumn #subtext h2.price {
color: #ed2724;
font-size: 1.2em;
margin: 20px 0 10px 0;
}
#twocolumn #subtext p#icons span{
color: #ed2724;
margin: 0 15px 0 0;
font-weight: bold;
}
#twocolumn #subtext p#icons span img {
margin: 0 0 0 5px;
vertical-align: middle;
}
#twocolumn #subtext h3.section {
color:#ed2724;
text-transform: uppercase;
margin: 0;
font-size: 1em;
}
#twocolumn #subtext p#propid {
margin: 0 0 40px 0;
color: #ed2724;
}
#twocolumn #subtext p#propid strong {
color: #231f20;
}
#content #twocolumn a#map {
margin: 0 0 30px 0;
display:inline-block;
}
#content #twocolumn a img {
vertical-align: middle;
}
#content #twocolumn #inspectionslist {
margin: 0 0 20px 0;
}
#content #twocolumn ul.agentdetails {
margin: 20px 0 0 0;
display:block;
}
#content #twocolumn ul.agentdetails img {
border-left: 8px solid #b11f17;
margin: 0 0 5px 0;
width: 100px;
height: 130px;
}
#content #twocolumn ul.agentdetails h2 {
text-transform: capitalize;
}

/* Property detail printfriendly
---------------------------------*/

html.brochure,
body.brochure {
background-image: none;
background-color: #fff;
}
body.brochure h1 {
padding:0;
}
body.brochure #wrap {
width: 584px !important;
background-image: none;
background-color: #fff;
height: 100%;
}
body.brochure #main {
background-image: none !important;
}			
body.brochure #content {
background-image: none !important;
float: none !important;
}
body.brochure #header {
background-image: none;
padding: 0;
background-color: #fff;
height: 95px;
}
body.brochure #header img {
display: block;
}
body.brochure #propertydetails {
width: 280px;
float:left;

clear:left;
}
body.brochure #extradetails .images img {
width: 118px;
margin-right: 2px;
margin-bottom: 2px;
display: block;
float: left;
}
body.brochure #extradetails .images img#mainimage {
width: auto;
display: block;
}
body.brochure #extradetails {
width: 247px;
float:right;
}
body.brochure #extradetails p#icons {
text-align: right;
}
body.brochure #extradetails p#icons span{
color: #ed2724;
margin: 0 15px 0 0;
font-weight: bold;
}
body.brochure #extradetails p#icons span img {
margin: 0 0 0 5px;
vertical-align: middle;
}
body.brochure #extradetails ul {
list-style: none;
margin: 10px 0 0 0;
list-style-position:outside;
}
body.brochure h2.section {
color:#ed2724;
text-transform: uppercase;
margin: 10px 0 0 0;
font-size: 1em;
}

/* Slideshow
------------ */
body.slideshow {
text-align: center;
}
body.slideshow h1 {
margin:0;
border: none;
}
body.slideshow table input {
background-color: #fff;
border: 1px solid #fff;
border-right: 1px solid #979797;
text-transform: capitalize;
font-weight: bold;
color: #1d1d1d;
margin: 9px 0 0 0;
padding: 4px 17px 3px;
width: auto;
display:inline;
cursor:pointer;
}
body.slideshow table {
width: 100%;
}
body.slideshow table input:hover {
color: #ed2724;
}
body.slideshow table input.last {
border: none;
}
body.slideshow table img {
margin: 9px auto;
}

/* Auction Stocklist
-------------------- */
body#list #content {
margin: 0;
}
body#list #subcontent {
display: none;
}
body#list #content ul {
list-style: none;
margin: 0;
font-size: 0.9em;
}
body#list #content ul li{
float: left;
margin: 0 10px 10px 0;
height: 24px;
}
body#list #content ul li.dayHeading {
width: 100%;
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
padding: 5px 0;
font-weight: bold;
margin: 20px 0 10px 0;
height: auto;
}
body#list #content ul li.time {
width: 190px;
}
body#list #content ul li.address {
width: 350px;
}
body#list #content ul li.address strong {
text-transform: uppercase;
}
body#list #content ul li.price,
body#list #content ul li.venue {
width: 230px;
}
body#list #content ul li.more {
width: 90px;
float: right;
}
body#list #content ul li.header {
color: #ed2724;
text-transform: uppercase;
margin-bottom: -10px;
}
body#list #content ul li.more a {
text-align: left;
float: right;
}

/* Staff
-------- */
.staffmember {
float:left;
width: 33%;
padding: 12px 0;
border-bottom: 1px solid #d7d7d8;
position: relative;
}
.staffmember a.staffimg img {
float:left;
border-left: 8px solid #b11f17;
margin: 0 15px 0 0;
width: 100px;
height: 130px;
}
.staffmember ul {
list-style: none;
}
.staffmember a.posbutton {
position:absolute;
bottom: 12px;
left: 125px;
}

/* Staff Profile
---------------- */
body.profile #threecolumn {
background: none;
}
body.profile #imageBlock img {
border-left: 8px solid #b11f17;
margin: 0 0 15px 0;
width: 100px;
height: 130px;
}
body.profile #imageBlock ul {
list-style: none;
}
body.profile #imageBlock ul li {
margin: 0 0 2px 0;
}

/* Property Alert
----------------- */

body.alert #content form {
margin: 0;
}
body.alert #content form fieldset {
width: 430px;
padding: 10px 0 0 0;
}
body.alert form li label {
width: 163px;
}
body.alert form li select {
width: 251px;
}
body.alert form li span {
float: left;
margin: 0 270px 10px 3px;
font-size: 0.9em;
color: #999;
font-style: italic;
}

/* Homepage
----------- */
body#home #header {
height: auto;
overflow: auto;
}
body#home #header ul#quicklinks {
display: block;
}
body#home #subcontent .hometext h1 {
font-size: 1em;
font-weight: bold;
border: none;
margin: 0;
padding: 0;
}
body#home #subcontent {
padding: 19px;
}
body#home #subcontent img#dyn-img1 {
float: left;
}
body#home #subcontent .hometext {
margin: 0 0 0 367px;
}

body#home #subcontent a.mapsearch{
float:right;
padding-top:20px;
}
body#home #content h1 {
font-size: 1.5em;
margin-bottom: 10px;
font-weight: normal;
padding: 0;
border-bottom: none;
clear:both;
}
body#home #content .pow {
width: 200px;
height: 383px;
overflow: hidden;
position: relative;
padding: 0 16px;
border-left: 1px solid #1a171b;
float: left;
margin: 0;
}
body#home #content .pow.first {
padding-left: 0;
border: none;
}
body#home #content .pow a img {
width: 200px;
display: block;
margin: 0 0 10px 0;
}
body#home #content .pow h2 {
text-transform: capitalize;
margin: 0 0 15px 0;
}
body#home #content .pow h2 strong{
color: #ed2724;
}
body#home #content .pow .bottomdetails {
position: absolute;
bottom: 0;
color: #ed2724;
font-weight: bold;
}
body#home #content .pow .bottomdetails .icons span{
margin: 0 10px 0 0;
font-weight: bold;
}
body#home #content .pow .bottomdetails .icons span img {
margin: 0 0 0 5px;
vertical-align: middle;
width:21px;
height:15px;
}

/* Contact Us
------------- */
body#inside h2 strong {
color: #ed2724;
}


