/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html {
height: 100%;
background-color: #393536;
}

/* keeps the backgrounds wide */
#wrap,
#wrap .wrapContainer,
#footer {width:100%;}

/* stops the background images collapsing */
#main,
#main .mainContainer {overflow:hidden;}


/* sets the width of all main elements */
#header, 
#main,
#footer .footerContainer {width: 932px; margin: 0 auto;}

/* set all the background colors for the structure */
#wrap{
background-image: url(/img/expanding_bg.gif);
background-repeat: repeat-y;
background-position: center top;
}
#wrap .wrapContainer {
background-image: url(/img/header_bg.jpg);
background-repeat: no-repeat;
background-position: center top;
}
#footer {
background-image: url(/img/footer_bg.gif);
background-repeat: no-repeat;
background-position: center top;
}

#main {
background-image: url(/img/sub-section_repeat_bg.gif);
background-repeat: repeat-y;
background-position: left top;
}
#main .mainContainer {
background-image: url(/img/sub-section_footer.bg.gif);
background-repeat: no-repeat;
background-position: left bottom;
}

/* set the size of the general structure 
----------------------------------------------------------*/

#footer .footerContainer {clear: both; padding: 20px 0 20px 0; text-align: right;}
#header {height:104px; padding-top:70px;}

#menu {
width:619px;
float:right;
background-color: #231f20;
}

/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both; margin-top:10px;}
#content, body.profile #wrap #content {width: 590px; float: right; padding: 15px;}
#sub-section {width: 274px; float: left; padding: 15px;}

/* propery pages with no columns */
body.listing #content,
body.detail #content {
width: auto;
display: block; 
float: none;
padding:0;
}

/* Pages without columns
-------------------------*/
html.nocol #content {
width: auto;
display: block; 
float: none;
}

html.nocol #main,
html.nocol #main .mainContainer {
background-image: none;
background-color: #fff;
}

/* #mainContainer float collapse fix
--------------------------- */
body.detail #sub-section{
float:none;
clear:both;
padding:0;
width:100%;
}

/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #696466;
}

p, div.text {
font-size: 1em;
}

div.text {
margin-bottom: 10px;
}

ul {
list-style-type: circle;
list-style-position: inside;
}

ol{
list-style-type: decimal;
list-style-position: inside;
}

h1 {
font-size: 1.8em;
margin-bottom: 15px;
color: #7ab1ff;
font-weight:normal;
}

h2 {
font-size: 1.1em;
margin-bottom: 3px;
}

h3 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #696466;
font-weight: bold;
}

a,
a:link,
a:visited {
text-decoration:underline;
color: #696466;
}
a:hover {color:#000;}

#footer p {
font-size: 0.9em;
}

#footer,
#footer a:link,
#footer a:visited {
color: #656366;
}

#footer a:hover {
color: #fff;
}

/* Header
----------*/
#header img {
display: block;
float: right;
}

#header img#logo {
float: left;
display:block;
}

/* Dropdown menu
-----------------*/

.menu a {
text-transform: uppercase;
font-size: 0.9em;
}

/* Menu
---------*/
.menu a {
height:39px;
background-image: url(/img/nav.gif);
background-repeat: no-repeat;
text-indent: -9009px;
display:block;
color:#ffff;
}

.menu li {
padding:0;
}

.menu li li {
padding: 0;
}

#menu .menu li li a ,
#menu .menu li li a:link,
#menu .menu li li a:visited {
height:auto;
background-image:none;
text-indent:0;
text-transform: lowercase;
padding: 4px 15px;
display: block;
width: 160px;
color: #fff;
text-decoration: none;
background-color: #393536
}
.menu li#contactList li a,
.menu li#contactList li a:link,
.menu li#contactList li a:link {width:78px !important;}

.menu li li a:hover {
color: #fff;
background-color: #7ab1ff;
opacity:0.8;
filter:alpha(opacity=80);
}

/* image replacement figures (menu 39px high)
65  buying 65
136 renting 71
219 landlords 83
284 tenant 65
354 finance 70
529 development projects 175
619 about 90
*/

/* navigation image replacement */
#buyList a {background-position: 0 0; width:65px;}
#buyList a:hover {background-position: 0 -39px;}
body#buy #buyList a {background-position: 0 bottom;}

#rentList a {background-position: -66px 0; width:71px;}
#rentList a:hover {background-position: -66px -39px;}
body#rent #rentList a,
body.alert #rentList a {background-position: -69px bottom;}

#landlordList a {background-position: -137px 0; width:83px;}
#landlordList a:hover {background-position: -137px -39px; }
body#landlord #landlordList a {background-position: -137px bottom; }

#tenantList a {background-position: -220px 0; width:65px;}
#tenantList a:hover {background-position: -220px -39px; }
body#tenant #tenantList a {background-position: -220px bottom; }

#financeList a {background-position: -285px 0; width:70px;}
#financeList a:hover {background-position: -285px -39px; }
#finance #financeList a {background-position: -285px bottom; }

#devList a {background-position: -355px 0; width:175px;}
#devList a:hover {background-position: -355px -39px; }
body#dev #devList a {background-position: -355px bottom; }

#aboutList a  {background-position: -530px 0; width:90px;}
#aboutList a:hover  {background-position: -530px -39px; }
body#about #aboutList a {background-position: -530px bottom; }
body#news #aboutList a {background-position: -530px bottom; }
body#staff #aboutList a {background-position: -530px bottom; }


/* Standard forms
------------------*/

form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #ddd;
}

form li {
list-style-type: none;
}

form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
margin-bottom: 5px;
}

form input,
form textarea {
width: 250px;
}

form select {
width: 254px;
}

form input.radio {
width: 30px;
}

form textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

form p {
clear: both;
}


#market-appraisal #ftitle{
width: 50px;
}

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: 4px 10px;
cursor: pointer;
background-color: #231f20;
border: none;
color: #fff;
}

form em span,
form .required {
color: #B90000;
font-weight: bold;
}


/* Dynamic text
----------------*/

#content img#dyn-heading-img {
display: block;
margin-bottom: 15px;
}

#content img#dyn-img1 {
float: right;
margin: 0 0 10px 20px;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#sub-section .text {
border:10px solid #FFFFFF;
clear:both;
display:block;
float:right;
margin:30px -25px 10px 10px;
background-color:#cfcfcf;
padding:10px;
}

#sub-section img#dyn-img2 {
float:right; 
clear:both; 
border:10px solid #fff; 
margin: 30px -25px 10px 10px;
display: block;
}

/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}


/* Home 
---------*/
body#home #main,
body#home #main .mainContainer {background:none;}

body#home #sub-section{
padding:0;
width:304px;
}

body#home #content {
padding:0;
width:618px;
}

body#home .quickSearchContainer {
background: url(/img/home_quicksearch_bg.jpg) no-repeat ;
height:200px;
margin-bottom:7px;
position:relative
}

body#home .propertyAlertContainer {
background: url(/img/home_pl_bg.jpg) no-repeat ;
height:130px;
position:relative;
}

body#home .propertyAlertContainer p{
color:#fff;
padding:20px 15px 0 120px;
text-align:left !important;
}

body#home .submitLinks a,
body#home .quickSearchContainer #submit input {
background-color:#231F20;
border:medium none;
color:#949599;
font-size:.8em;
text-decoration:none;
padding:5px 10px;
width:auto !important;
position:absolute;
bottom:0;
right:0;
}

body#home .submitLinks .PLregister {right:60px;}


body#home #sub-section form#quicksearch {
padding-right: 15px;
}

body#home #sub-section fieldset {
border: none;
padding: 18px 0 0 0;
}


body#home #sub-section p {
margin-bottom: 5px;
text-align:right;
}

body#home #sub-section select {
width: 168px;
font-size: 0.9em;
margin-bottom:5px;
color:#7ab1ff;
}

body#home #sub-section #qs_price select,
body#home #sub-section #qs_rent_price select,
body#home #sub-section #qs_order,
body#home #sub-section #qs_bedrooms {
width: 79px;
margin-left:7px;
}
body#home #sub-section .checkbox {
text-align:left;
color:#fff;
padding-left:120px;
}
body#home #sub-section .checkbox input {
width: auto;
}
body#home #sub-section form #qs_st input {
vertical-align: middle;
width: auto;
}

body#home #sub-section form #submit {
text-align: right;
padding: 0 0 0 0;
}


/* Contact Us
--------------*/
dl.officeDetails {
float:right; 
clear:both; 
padding:10px;
border:10px solid #fff; 
margin: 30px -25px 10px 10px;
display: block;
background-color: #cfcfcf;
xolor:#fff;
}

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}

/* Listings
------------*/

body.listing .property {
margin: 20px 0;
clear: both;
overflow: hidden;
xborder-bottom: 1px solid #ddd;
position:relative;
background: url(/img/listing_property_bg.gif) no-repeat bottom right;
}

body.listing .property .image {
display: block;
float: left;
margin-right: 10px;
border: 10px solid #fff;
}

body.listing .property .image img {
width:185px;
}

body.listing .property .details {
width: 600px;
float: left;
xheight: 160px;
xborder-bottom: 1px solid #666;
padding-top:10px;
}

body.listing .property .features {
float: left;
xfont-weight: bold;
color: #7ab1ff;
width:110px;
text-align:right;
}

body.listing .property .features p{
padding-right:10px;
padding-top:10px;
}

body.listing .property .features img {
margin-right: 7px;
vertical-align: bottom;
}

body.listing .property .details h2 {
font-size: 1.2em;
}

body.listing .property .details h3 {
font-size: 1em;
margin-bottom: 2px;
}
body.listing .property .details .mainheading {
font-size: 1.1em;
padding-top:10px;
color:#000;
}

body.listing .property .details p {
margin-bottom: 0 !important;
}

body.listing .property .price {
text-align: right;
float:right;
}
body.listing .property a.moredetailsbutton {
background-color:#231f20; 
padding: 2px 10px;
position:absolute;
bottom:0;
right:0;
color:#fff;
text-decoration:none;
}



body.listing #refineSearchLogo {
padding-left:200px;
display:block;
float:left;
}

body.listing h1 {
padding-top:20px;
padding-left:324px;
}

body.listing #filter {
padding: 14px 10px 0 324px;
margin-bottom: 5px;
}

body.listing #filter label {
display: none;

float: none;
width: auto;
font-size: 0.9em;
font-weight: bold;
}

body.listing #filter select {
color:#7ab1ff;
width: 90px;
display: block;
font-size: 0.9em;
}

#filter select option {
text-transform: capitalize;
}

body.listing #filter p {
clear: none;
float: left;
margin-right: 12px;
}

body.listing #filter fieldset {
text-align: center;
}

body.listing #filter fieldset#submit input {
xmargin-top: 15px;
padding: 0 10px;
}
body.listing #filter #qs_bedrooms {width:50px;}
body.listing #filter #qs_min-price {width:50px;}
body.listing #filter #qs_max-price {width:50px;}

body.listing p.pagebar {
font-size: 0.9em;
padding-top: 10px;
padding-bottom: 5px;
text-align: right;
}

/* Property detail
-------------------*/

body.detail #extradetails .images p {
font-weight: bold;
font-size: 0.8em;
}

body.detail #extradetails dl dt {
font-weight: bold;
}

body.detail #content h2 {
padding: 10px 0 0 0;
margin-bottom: 0px;
font-size: 1.2em;
}

body.detail #content h3 {
font-size: 1em;
}

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 {
overflow: hidden;
}

body.detail #addressbar h1 {
padding-left:324px;
padding-top:20px;
}

body.detail #addressbar div {
float: right;
font-weight: bold;
}

body.detail #propertydetails {
width: 340px;
float: right;
margin-bottom: 20px;
}

body.detail #propertydetails .mainheading {
color:#000000;
font-size:1.1em;
padding-top:10px;
}

body.detail #extraextradetails {
width:110px;
float:left;
text-align:right;
}
body.detail #extradetails {
width: 473px;
float: left;
margin-bottom: 20px;
}

body.detail #extraextradetails .features {
height:451px;
}
body.detail #extraextradetails .features p{
padding-right:10px;
padding-top:10px;
color:#7ab1ff;
}
body.detail #extraextradetails #usefulLinksLogo {
padding-right:10px;
}
body.detail #extradetails .images {
background-color:#fff;
border: 10px solid #fff;
height:451px;
margin-bottom:10px;
}

body.detail #extradetails img {
margin-right: 1px;
margin-bottom: 1px;
display: block;
float: left;
}

body.detail #extradetails img#mainimage {
width: 452px;
display: block;
}

body.detail #extradetails .images p {
text-align: center;
clear: both;
}

body.detail #extradetails dl {
margin-bottom: 10px;
clear: both;
padding-left:10px;
overflow:hidden;
}

body.detail #extradetails #toolslist {
width:193px;
float:left;
}
body.detail #extradetails #toolslist li {
padding-left:10px;
}

body.detail #extradetails #toolslist a {
display:block;
width:173px;
padding:3px 5px;
text-align:left;
background-color:#231f20;
border-bottom:1px solid #393536;
color:#fff;
text-decoration:none;
}

body.detail #extradetails #toolslist a:hover {
background-color:#312d2e;
}

body.detail #agentContainer {
width:260px;
float:left;
color:#231f20;
}

body.detail .agentdetails dt {float:left;}

body.detail dl.agentdetails img {
border: 1px solid #949599;
width: auto !important;
margin-right: 10px !important;
}
body.detail .agentdetails .title {padding-bottom:15px;}
body.detail .agentdetails .agentName {font-weight:bold; color:#7ab1ff;}

/* attached properties, displayed on property overview */

body.detail table.attachedProperties {
margin-bottom: 10px;
}

body.detail table.attachedProperties td {
padding: 10px 0;
text-align: center;
}

body.detail table.attachedProperties p {
margin-bottom: 0 !important;
}

body.detail table.attachedProperties tr.stripe {
}

body.detail table.attachedProperties td.address {
width: 10%
}

body.detail table.attachedProperties td.price {
width: 30%
}

body.detail table.attachedProperties td.bedbathcar {
font-weight: bold;
width: 40%
}

body.detail table.attachedProperties td.bedbathcar img {
vertical-align: bottom;
margin: 0 4px;
}

body.detail table.attachedProperties td.status {
width: 20%;
}

/* Property detail printfriendly
---------------------------------*/

body.brochure #header {padding-top:10px;}
body.brochure #addressbar h1 {padding:0; float:left;}
body.brochure #addressbar p {float:right; color:#7ab1ff; font-weight:bold;}

html.brochure,
body.brochure {
background-image: none;
background-color: #fff;
}
body.brochure #header,
body.brochure #main,
body.brochure #footer .footerContainer {
width:auto;
}

body.brochure #wrap {
width: 584px !important;
background-image: none;
background-color: #fff;
height: 100%;
margin: 0 auto;
}
body.brochure #main {
background-image: none !important;
}			
body.brochure #content {
background-image: none !important;
float: none !important;
}
body.brochure #header {
background-image: none;
}

body.brochure #propertydetails {
width: 280px;
}

body.brochure #extradetails #mainimage {
width:280px !important;
}

body.brochure #extradetails img {
width:92px;
display: block;
float: left;
margin: 0 2px 2px 0;
}

body.brochure #extradetails .images {height:auto;}
body.brochure #extradetails {
width: 247px;
}

	
/* 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 img {
float: left;
margin-right: 15px;
border: 1px solid #696466;
}

body#staff dl dd.position {
margin-bottom: 5px;
font-weight: bold;
}

body#staff dl dd.contact {
margin-bottom: 5px;
font-weight: bold;
}

body#staff.profile #content img {
float: left;
margin: 0 15px 15px 0;
border: 1px solid #666;
}

body#staff.profile #content ul {
list-style-position: outside;
margin-bottom: 10px;
}

body#staff.profile #content ul li {
margin-bottom: 5px;
}

/* Slideshow
-------------*/

body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
}

body.slideshow #header {
padding-top:10px;
margin-bottom: 10px;
background-image: none;
background-color: #fff;
}

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;
}

body.slideshow table {
margin: 0 auto;
}

body.slideshow form input.button {
margin-right: 1px;
}


/* Popups,
Email a friend
Save link
------------------*/

html.popup, 
html.popup body {
background-image: none;
background-color: #fff;
text-align: left;
}

html.popup #header {
padding:10px;
background-image: none;
background-color: #fff;
border-bottom: 10px solid #231f20;
}

html.popup #header img {
float: none;
}

/* News
--------*/
body.news #sub-section dl {
background:#CFCFCF none repeat scroll 0% 0%;
border:10px solid #FFFFFF;
margin:15px -25px 15px 15px;
padding:10px;
}

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: 5px;
margin-bottom: 10px;
overflow: hidden;
}

body.links #content dl dt {
font-weight: bold;
}

body.links #content dl dd {
margin-bottom: 5px;
}

body.links #content dl dd img {
float: right;
border: 1px solid #BFBFBF;
padding: 5px;
margin-left: 15px;
}

/* Suburb Profiles
------------------*/

body.suburbProfiles #content .suburb {
overflow: hidden;
clear: both;
padding-bottom: 5px;
border-bottom: 1px dashed #BFBFBF;
margin-bottom: 15px;
}

body.suburbProfiles #content .suburb img {
float: left;
border: 1px solid #666;
margin: 0 10px 10px 0;
}

body.suburbProfiles #content .profile img {
float: right;
border: 1px solid #666;
margin: 0 0 10px 10px;
}

body.suburbProfiles #sub-section ul {
list-style-position: outside !important;
}


/* 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, OFI
----------------------*/

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: 250px;
display: block;
float: left;
}

body.auction #content dd.time,
body.ofi #content dd.time {
font-weight: bold;
float: left;
width: 150px;
}

body.auction #content dd.venue {
float: left;
}
 
body.auction #content dd.link,
body.ofi #content dd.link {
float: right;
}

/* Careers
-------------- */

body .job {
margin-bottom: 15px;
}

body .job h2 {
background-color:#BBBBBB;
margin-bottom:5px;
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;
}

/* Document library
------------------------*/

body.doclibrary #content dl {
margin-bottom: 10px;
}

body.doclibrary #content dl dt {
font-weight: bold;
}


/* Property Alert
-----------------------*/

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 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;

}

body.alert #content #loginbox fieldset {
width: 230px;
margin-bottom: 5px;
clear:both;
background-image: url(/img/alert_register_bg_blank.gif);
background-repeat: no-repeat;
}

body.alert #content #loginbox label,
body.alert #content #loginbox input {
width: 140px;
}

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;
background-image: none;
}

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;
background-image: url(/img/alert_register_bg.gif)
}

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;
}