/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #4e4e4e;
}

p {
font-size: 1em;
}

h1 {
font-size: 1.1em;
margin-bottom: 5px;
}

h2 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #22243d;
font-weight: bold;
}

a:link,
a:visited {
color: #000;
font-weight:bold;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#footer p {
font-size: 0.9em;
}

#footer,
#footer a:link,
#footer a:visited {
color: #4e4e4e;
text-decoration: none;
}

#footer a:hover {
color: #000;
}

/* Global structure
----------------------*/
body, html, {height: 100%;}
#wrap, #footer .container {width: 970px;margin: 0 auto;}
#footer {clear: both;padding: 10px 0 20px 0; text-align: center;}
#header {padding:0; overflow:hidden}

body, html {
background-color: #ffffff;
background-image: url(/img/header_bg.gif);
background-repeat: repeat-x;
background-position: left top;
}

#footer {
border-top:1px solid #ccc;
}


/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both;}
#content {width: 668px; float: right; margin:15px 0; background-color: #eee; padding: 15px 20px;}
#sub-section {width: 207px; float: left; margin:15px 0; background-color: #fff; padding: 15px 20px;}
#content h1 {background-color: #4e4e4e; color:#fff; padding:5px 20px; margin: -15px -20px 15px -20px; }

body.listing #sub-section,
body.detail #sub-section,
body.contact #sub-section,
body#home #sub-section {width:247px; padding:0; background-color: #fff;}

/* pages without columns */
html.nocol #content,
html.nocol #sub-section,
body#staff #content,
body.auction #content {width: auto;display: block;float: none;}


/* Header
----------*/
#header img {
display: block;
float: right;
}

#header img#logo {
float: left;
position: relative;
top: 0px;
left: 0px;
}

form.quicksearch {
display:block;
float:right;
margin: 10px 5px 0 0;
}

form.quicksearch input {
color:#999;
width:160px;
}

form.quicksearch input.searchIcon {
width:auto;
}

/* ############# footer ##############  */
#footer .container .publisher {float:left;}
#footer .container .admin {float:right;}


/* ########### Menu ####################
---------*/
#menu {
margin:-24px 0 0 262px;
}
.menu {
margin: 0 auto;
}

.menu a {
padding: 4px 6px 5px 6px;
}

.menu li {
padding: 5px 0;
}

.menu li li {
padding: 0;
}

.menu li li a {
padding: 4px 15px;
display: block;
width: 130px;
}



/* Dropdown menu
-----------------*/

.menu a {
border-left: 1px solid #231f20;
font-weight: bold;
font-size: 0.9em;
}

.menu li.last a {
border-right: 1px solid #231f20;
}

.menu a:link,
.menu a:visited {
color: #232020;
text-decoration: none;
background-color: #ffe512;
}

.menu a:hover {
color: #22243D;
background-color: #fff;
}

.menu li li a:visited,
.menu li li a:link {
background-color: #fff;
border-left: 1px solid #000;
border-right: 1px solid #000;
text-transform: none;
}
.menu li li.last a {
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}

.menu li li a:hover {
background-color: #ffe512;
}

/* ############## Standard forms ############
------------------*/

form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #ddd;
}

form label {
display: block;
float: left;
width: 150px;
}

form input,
form textarea,
form select {
width: 250px;
color: #4e4e4e;
}

form p {
clear: both;
}

form fieldset#submit {
border: none;
padding: 0;
text-align: left;
}

form fieldset#submit input,
.button,
form fieldset.submit input {
width: auto;
padding: 2px 10px;
cursor: pointer;
background-color: #000;
border: none;
color: #fff;
}

form em span,
form .required {
color: #B90000;
font-weight: bold;
}

form .searchIcon {
width:auto;
}


/* ############# Dynamic text ##################
----------------*/

.dyntextbox p { display:block; background-color:#fff; border:1px solid #000; padding: 10px;}

#content img#dyn-heading-img {
display: block;
margin-bottom: 15px;
border:1px solid #000;
}

#content img#dyn-img1 {
float: right;
margin: 10px;
border:1px solid #000;
}

#sub-section img#dyn-img2 {
margin-bottom: 10px;
display: block;
border:1px solid #000;
}

/* ############# Sub-section ##################
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}

.subbox,
.refineSearch {
	background-color: #eee;
	margin-bottom: 15px;
}
.subbox p {
	padding:10px;
}
.subbox h2,
.refineSearch h2,
.agentcontact h2 {
background-color: #4e4e4e;
color: #fff;
padding: 0 0 0 39px;
margin-bottom: 0px; 
background-repeat:no-repeat;
background-position: 15px top ;
line-height:25px;
}
.refineSearch h2 {background-image: url(/img/icon_greysearch.gif);}
.officeContact h2, .agentcontact h2 {background-image: url(/img/icon_ouroffice.gif);}
.ourPeople h2 {background-image: url(/img/icon_ourpeople.gif);}
.propertyAlert h2 {background-image: url(/img/icon_propertyAlert.gif);}
.emag h2 {background-image: url(/img/icon_emagazine.gif);}
.follow h2 {background-image: url(/img/icon_ourpeople.gif);}

.follow img {
margin : 8px 0 8px 8px;
}

.officeContact  {height:359px;}

.refineSearch form,
.officeContact dl {padding:15px;}

/* ################ QuickSearch / Refine Search ############### */
div.checkboxsearch {
background:#FFFFFF none repeat scroll 0%;
border:1px solid #B5B5B5;
color:#575652;
height:82px;
margin-bottom:10px;
overflow:auto;
text-transform:uppercase;
width:212px;
}
div.checkboxsearch p {
margin-bottom:0px !important;
padding:2px 0pt 0pt 2px;
}
div.checkboxsearch input {
margin-right:3px;
width:15px;
}

.refineSearch form fieldset#criteria {
border: none;
padding: 0;
}

#qs_min-price, 
#qs_max-price, 
#qs_parking, 
#qs_rent_min-price, 
#qs_rent_max-price, 
#qs_bedroom, 
#choice {
width:102px;
}

#qs_min-price, 
#qs_rent_min-price, 
#qs_bedroom {
margin-right:6px;
}
#qs_property-type {
width:214px;
}

/* ############ Home  ###################
---------*/


/* CSS FOR SLIDESHOW SCRIPT */
#imageSlideshowHolder{
position:relative;	/* Don't remove this line */
}

/* Don't change these values */
#imageSlideshowHolder img{
position:absolute;
left:0px;
top:-374px;
}

body#home #content {
background-color:#fff;
padding: 374px 0 0 0;
width: 708px;
}

body#home #content h1 {
clear:both;
background-color:#fff;
color:#4e4e4e;
}

body#home .pow {
width:346px;
float:left;
background-color: #ccc;
margin-bottom:15px;
}
body#home .pow.first {
margin-right:15px;
}

body#home .pow img{
float:left;
width:147px;
}
body#home .pow h2 {
color:#fff;
padding: 2px 5px 2px 175px;
background: #4e4e4e url(/img/icon_arrowright.gif) no-repeat 151px -2px;
}
body#home .pow p {
padding: 2px 5px 2px 157px;
}
body#home .pow p a {
float:right;
}

body#home #sub-section form #submit input {
font-size: 0.9em;
font-weight: bold;
width:102px;
}

body#home #content img#dyn-img2 {
float: left;
margin: 0 20px 10px 0;
}

body#home #sub-section fieldset {
border: none;
padding: 0;
}

body#home #sub-section legend {
font-weight: bold;
font-size: 1.2em;
margin-bottom: 10px;
padding-left: 0;
margin-left: 0;
}

body#home #sub-section label {
font-size: 0.9em;
font-weight: bold;
float: none;
display: inline;
}

body#home #sub-section p {
margin-bottom: 5px;
}

body#home #sub-section form #qs_st label {
padding-right: 5px;
width: auto;
float: none;
display: inline;
}

body#home #sub-section form #qs_st input {
vertical-align: middle;
width: auto;
}

body#home .specialDevelopments {
xborder:1px solid #4e4e4e;
display:block;
clear:both;
overflow:hidden;
xpadding:10px;
margin-bottom:15px;
}
body#home .addpowpow {
float:left;
margin:0 10px;
width:150px;
}
body#home .addpowpow h2 {
background-color: #4e4e4e;
color: #fff;
padding: 2px 5px;
height: 65px;
}

/* ################ Listings ###########
------------*/

body.listing .property {
padding: 0;
margin-bottom: 10px;
clear: both;
overflow: hidden;
border: 1px solid #4e4e4e;
background-color: #fff;
}

body.listing .property .propertyheader {
background-color: #4e4e4e;
margin-left: -10px;
margin-right: -20px;
margin-bottom: 10px;
font-weight:bold;
padding-left: 10px;
overflow:hidden;
}
body.listing .property .propertyheader p.price {
float:left;

}
body.listing .property .propertyheader p.suburb {
float:left;
color: #fff;
}


body.listing .property .propertyheader p {
float:right;
margin-right:5px;
color:#fff41e;
}
body.listing .property .propertyheader img {
margin: 0 5px;
}
body.listing .property .image {
display: block;
float: left;
margin-right: 15px;
border: 1px solid #4e4e4e;
margin:-1px 10px -1px -1px;
}

body.listing .property .details {
width: 485px;
float: left;
margin-right: 20px;
}

body.listing .property .features {
float: left;
font-weight: bold;
color: #F2891C;
}

body.listing .property .features img {
margin-right: 7px;
vertical-align: bottom;
}

body.listing .property .details h2 {
font-size: 1.2em;
font-style: italic;
}

body.listing .property .details h3 {
font-size: 1em;
margin-bottom: 10px;
}

body.listing .property .details p {
margin-bottom: 0 !important;
}

body.listing .property .price {
text-align: right;
}

body.listing #content h1,
body.detail #content h1 {
background-image: url(/img/icon_arrowdown.gif);
background-repeat: no-repeat;
background-position: 15px top;
padding-left: 38px;
}

body.listing #content .savelisting {
float:right;
}

body.listing #content .savelisting a {
background: url(/img/icon_savelisting.gif) no-repeat left top;
padding-left: 25px;
display:block;
height:20px;
}

body.listing p.pagebar {
font-size: 0.9em;
padding-top: 10px;
text-align: right;
}

/* Property detail
-------------------*/

body.detail #extradetails dl dt {
font-weight: bold;
}

body.detail #content h3 {
font-size: 1em;
margin-bottom:10px;
}

body.detail #content ul {
margin-bottom: 15px;
list-style-type: none;
list-style-position: outside;
}

body.detail #content ul#outgoingslist,
body.detail #content ul#features {
list-style-position: inside;
list-style-type: square;
}

body.detail #addressbar {
background-color: #4e4e4e;
color: #fff;
height: 25px;
margin-bottom: 5px;
display:block;
clear:both;
margin-bottom: 15px;
}
body.detail #addressbar h2 {float:left; padding:3px 15px;}

body.detail #addressbar p {
float: right;
font-weight: bold;
color: #ffe512;
padding: 3px 15px;
}

body.detail #addressbar img {
vertical-align: middle;
margin: 0 2px 0 10px;
} 

body.detail #propertydetails {
background-color: #fff;
border: 1px solid #4e4e4e;
margin-bottom: 20px;
overflow:hidden;
}

body.detail #extradetails {
width: 244px;
margin-bottom: 20px;
}

body.detail .description {
padding: 0 15px
}

body.detail .images {
float:right;
width:244px;
clear:right;
margin-right:13px;
margin-left: 15px;
}

body.detail .images p {
font-weight: bold;
font-size: 0.8em;
}

body.detail .images img {
width: 118px;
margin-right: 2px;
margin-bottom: 2px;
display: block;
float: left;
border: 1px solid #22243D;
}

body.detail .images img#mainimage {
width: auto;
display: block;
}

body.detail .images p {
text-align: center;
clear: both;
}

body.detail #extradetails dl {
margin-bottom: 10px;
clear: both;
}

body.detail dl.agentdetails img {
width: auto !important;
margin-right: 10px !important;
}

body.detail .agentcontact {
width: 330px;
border:1px solid #4e4e4e;
background-color:#fff;
}

body.detail .agentcontact dl {
padding: 15px;
border-bottom: 1px dashed #4e4e4e;
}
body.detail .agentcontact dt {margin-bottom: 10px;}
body.detail .agentcontact dd {margin-bottom: 3px;}
body.detail .agentcontact img {float:left;}

body.detail .googlemapbox {
margin-top : 10px;
width: 330px;
border : 1px solid #4e4e4e;
background-color:#fff;
}
body.detail .googlemapbox h2 {
background-color: #4e4e4e;
color: #fff;
padding: 0 0 0 10px;
margin-bottom: 0px; 
background-repeat:no-repeat;
background-position: 15px top ;
line-height:25px;
}

body.detail #toolslist {
overflow:hidden;
}
body.detail #toolslist li {
float:left;
padding-right: 10px;
line-height:20px;
}
body.detail #toolslist li a {
font-weight:normal;
}

body.detail #toolslist li img {
margin-bottom:-8px;
margin-right:5px;
}

/* Property detail printfriendly
---------------------------------*/

html.brochure,
body.brochure {
background-image: none;
background-color: #fff;
}
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;
width: auto;
}
body.brochure #header {
background-image: none;
}
body.brochure #propertydetails {

}
body.brochure #extradetails img {
display: block;
float: left;
margin: 0 2px 2px 0;
}
body.brochure #extradetails {
width: 247px;
}

body.brochure h1,
body.brochure #addressbar,
body.brochure .agentcontact h2 {
background-color:#fff !important;
color:#4e4e4e !important;
border-bottom:1px solid #4e4e4e;
background-image: none !important;
padding: 5px 15px !important;
}
body.brochure h1 {border:1px solid #4e4e4e;}
	
/* Staff 
---------*/

body#staff dl {
clear: both;
margin-bottom: 10px;
padding-bottom: 10px;
overflow: hidden;
border-bottom: 1px solid #ddd;
}

body#staff dl dt.name {
font-weight: bold;
font-size: 1.2em;
font-style: italic;
}

body#staff dl dt.photo {
float: left;
margin-right: 15px;
border: 1px solid #22243D;
}

body#staff dl dd.position {
margin-bottom: 5px;
font-weight: bold;
}

body#staff dl dd.contact {
margin-bottom: 5px;
font-weight: bold;
}

/* Slideshow
-------------*/

body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;

}

body.slideshow #header {
margin-bottom: 10px;
background-color: #ffffff;
background-image: url(/img/header_bg.gif);
background-repeat: repeat-x;
background-position: left top;
}

body.slideshow #header img {
float: none;
display: block;
width: auto;
margin: 0 auto;
}

body.slideshow table img {
display: block;
width: auto;
margin: 20px auto;
border: 1px solid #333;
}

body.slideshow input {
width: auto;
margin-right: 10px;
}

body.slideshow table {
margin: 0 auto;
}

/* Email a friend
------------------*/

html#emailafriend {
background-image: none;
background-color: #fff;
text-align: left;
}

html#emailafriend #header {
background-color: #fff;
background-image: url(/img/header_bg.gif);
background-repeat: repeat-x;
background-position: left top;
}

html#emailafriend #header img {
float: right;
display: block;
}

/* News
--------*/
body.news #sub-section dl {
border-bottom: 1px dashed #22243D;
padding-bottom: 4px;
margin-bottom: 4px;
}
body.news #sub-section dl dt {
font-weight: bold;
}

body.news #sub-section dl dd {
font-size: 0.9em;
}

body.news #sub-section p {
font-size: 0.9em;
text-align: right;
}

/* Links
----------*/

body.links #content h3 {
margin-bottom: 15px;
}

body.links #content dl {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 10px;
margin-bottom: 10px;
}

body.links #content dl dt {
font-weight: bold;
}

body.links #content dl dd {
margin-bottom: 5px;
}

/* Testimonials
------------------*/

body.testimonials #content div.testimonial {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 10px;
margin-bottom: 10px;
}

body.testimonials #content div.testimonial .author {
text-align: right;
font-style: italic;
}



/* Testimonials
------------------*/

body.testimonials #content div.testimonial {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 10px;
margin-bottom: 10px;
}

body.testimonials #content div.testimonial .author {
text-align: right;
font-style: italic;
}

/* 
Auction list,
OFIs
----------------*/

body.auction #content h2,
body.ofi #content h2 {
background-color: #bbb;
padding: 2px 0 2px 5px;
margin-bottom: 5px;
margin-top:20px;
}

body.auction #content dl,
body.ofi #content dl {
clear: both;
overflow: hidden;
padding: 3px 0;
margin-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}

body.auction #content dl.stripe,
body.ofi #content dl.stripe {
background-color: #ddd;
}

body.auction #content dt,
body.ofi #content dt {
width: 200px;
display: block;
float: left;
}

body.auction #content dd.time,
body.ofi #content dd.time {
font-weight: bold;
float: left;
}

body.auction #content dd.link,
body.ofi #content dd.link {
float: right;
}

/* Testimonials
---------------*/

body.testimonial dl {
margin-bottom: 5px;
border-bottom: 1px solid #ddd;
padding-bottom: 5px;
}

body.testimonial dl dt {
font-weight: bold;
}

/* Property Alert */

#content li, #sub-section li {
margin-bottom:10px;
}


/* Careers ----------
------------------------ */

body .job h2 {
background-color:#BBBBBB;
margin-bottom:5px;
margin-top:20px;
padding:2px 0pt 2px 5px;
}

body .job h3 {
font-size: 1em;
float:right;
}
body .job dt {
float:right; margin-right:10px;
}
body .job dd {
margin-bottom:5px;
font-style:italic;
}

body .job dd.description,
body .job dd.content {
font-style:normal;
}


/* Property Alert
-----------------------*/

body.alert #content {
overflow:hidden;
}

body.alert #content #alertmenu {
display: block;
overflow: hidden;
background-color: #E7E6E6;
list-style-type: none;
margin: 0px;
padding: 0 !important;
margin: 15px 0px 15px 0px;
}

body.alert #content #alertmenu li {
float: left;
border-right : 1px solid #fff;
}
 
body.alert #content #alertmenu a {
padding: 5px 20px;
display: block;
}

body.alert #content #alertmenu .last {
border: none;
}

body.alert #content #alertmenu a:link,
body.alert #content #alertmenu a:visited {
text-decoration: none;
}

body.alert #content #alertmenu a:hover {
text-decoration: underline;
}

body.alert #content form label {
display: block;
float: left;
width: 180px;
}

body.alert #content form input,
body.alert #content form textarea,
body.alert #content form select {
width: 250px;
}

body.alert #content form input.checkbox {
width: auto;
margin: 0 20px;
}

body.alert #content form ul {
margin-bottom: 0;
}

body.alert #content form li {
clear: both;
margin-bottom: 10px;
}

body.alert #content form li span {
float: right;
width: 230px;
font-size: 0.9em;
color: #999;
}

body.alert #content form fieldset {
display: block;
}

body.alert #content form fieldset.submit {
border: none;
padding: 0;
text-align: right;
}

body.alert #content form em span,
body.alert #content form .required,
body.alert #content .warning {
color: #B90000;
font-weight: bold;
}

body.alert #content #loginbox {
float: right;
margin-left: 20px;
width: 254px;
margin-top:25px;
}

body.alert #content #loginbox fieldset {
width: 230px;
margin-bottom: 5px;
clear:both;
}

body.alert #content #loginbox label,
body.alert #content #loginbox input {
width: 150px;
}

body.alert #content #loginbox label {
width: 70px;
}

body.alert #content #loginbox input.button {
width: auto;
}

body.alert #content #loginbox fieldset.submit {
padding: 0;
width: auto;
margin-bottom: 15px;
width: 252px !important;
display: block;
}

body.alert #content #loginbox fieldset.submit p {
font-size: 0.9em;
}

body.alert #content #registerbox {
border: 1px solid #DDDDDD;
float: right;
text-align: center;
clear: right;
margin-left: 20px;
margin-bottom: 15px;
}

body.alert #content #registerbox a {
display: block;
padding: 50px;
width: 150px;
}

body.alert #content #registerbox a:link,
body.alert #content #registerbox a:visited {
color: #990000;
font-weight: bold;
text-decoration: none;
}

body.alert #content #registerbox a:hover {
text-decoration: underline;
}