/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html {height: 100%;}
#wrap {
width: 760px; margin: 0 auto;
padding:20px 0 20px 0;
}

#footer {
clear: both;
padding: 10px 20px; 
text-align: left;
border-top:1px solid #a0a0a0;
}

#header {
padding: 0 1px;
overflow:hidden; 
background-color:#000;
}

body, html {
background: url(/img/floral_bg.gif);
}


/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {
clear: both; 
background-color:#fff;
}
#content {
width: 520px; 
float: right; 
padding: 15px 20px 15px 10px;
}
#sub-section {
width: 187px; 
float: left; 
padding: 15px 10px 15px 13px;
}

/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {
width: auto;
display: block;
float: none;
padding:20px;
}

/* Pages without columns
-------------------------*/
html.nocol #main,
body.listing #main,
body.detail #main,
body#staff #main {
background-image: none;
background-color: #fff;
}








/* Typography
--------------*/
body {
font-size: 70%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #666;
}

p, div.text {
font-size: 1em;
}

div.text {
margin-bottom: 10px;
}

h1 {
xfont-size: 2em;
font-size: 1.3em;
margin-bottom: 15px;
border-bottom:1px solid;
}

h2 {
font-size: 1.3em;
margin-bottom: 3px;
}

h3 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #22243d;
font-weight: bold;
}

a:link,
a:visited {
color: #000;
}
a:hover {color:#000;}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#footer,
#footer a:link,
#footer a:visited {
color: #666;
}

#footer a:hover {
color: #ccc;
}

/* Header
----------*/

#header img#logo,
#header img#logo2 {
float: left;
}
/* Header
----------*/
#header img {
display: block;
float: right;
}
#header #headerimg {display:none;}

body#rent #header #logo,
body.renting #header #logo,
body.renting #header #logo,
body#concierge #header #logo {display:none;}

body#rent #header ,
body.renting #header ,
body#detail.rent #header {height : 153px; background-image:url(/img/logo_rent.gif); background-repeat : no-repeat;}
body#concierge #header {height : 153px; background-image:url(/img/logo_concierge.gif); background-repeat : no-repeat;}

/* Menu
---------*/

.menu {
width: 760px;
margin: 0 auto;
}

.menu a {
height: 21px;
background-image: url(/img/nav.gif);
background-repeat: no-repeat;
text-indent: -9009px;
display:block;
}

.menu li {
padding: 0;
}

/* navigation image replacement */
#homeList a {background-position: 0 0; width:75px;}
#homeList a:hover {background-position: 0 -21px; width:75px;}
body#home #homeList a {background-position: 0 bottom; width:75px;}

#sellList a {background-position: -75px 0; width:136px;}
#sellList a:hover {background-position: -75px -21px; width:136px;}
body#listings #sellList a {background-position: -75px bottom; width:136px;}

#rentList a {background-position: -211px 0; width:125px;}
#rentList a:hover {background-position: -211px -21px; width:125px;}
body#rent #rentList a {background-position: -211px bottom; width:125px;}

#conciergeList a {background-position: -336px 0; width:101px;}
#conciergeList a:hover {background-position: -336px -21px; width:101px;}
body#concierge #conciergeList a {background-position: -336px bottom; width:101px;}

#profileList a {background-position: -437px 0; width:132px;}
#profileList a:hover {background-position: -437px -21px; width:132px;}
#company #profileList a {background-position: -437px bottom; width:132px;}

#careersList a {background-position: -569px 0; width:88px;}
#careersList a:hover {background-position: -569px -21px; width:88px;}
body#careers #careersList a {background-position: -569px bottom; width:88px;}

#contactList a  {background-position: -657px 0; width:103px;}
#contactList a:hover  {background-position: -657px -21px; width:103px;}
body#contact #contactList a {background-position: -657px bottom; width:103px;}


/* Dropdown menu
-----------------*/

.menu li li {
padding: 0;
}

.menu li li a {

text-indent: 0px !important;
background-image:none;

text-decoration:none;
padding: 5px;
width: 138px !important;
height:auto;
background-color:#000;
border-bottom:1px solid #fff;
color: #fff !important;

opacity:0.8;
filter:alpha(opacity=80);
}

.menu li li a:hover {
opacity:1;
filter:alpha(opacity=100);
}

/* Standard forms
------------------*/

form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #ddd;
}

form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
}

form input,
form textarea,
form select {
width: 306px;
}

form input.radio {
width: 30px;
}

form textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

form p {
clear: both;
}

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: 0 10px;
cursor: pointer;
background:#000000 url(/img/bg_toolslist.gif) repeat scroll 0% 0%;
xbackground-color: #000000;
border: none;
color: #fff;
font-size: 1em;
}

form em span,
form .required {
color: #000;
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;
}

#sub-section img#dyn-img2 {
margin-bottom: 10px;
display: block;
}

#sub-section h1 {
font-size:1.5em;
font-weight:bold;
}

body.dynamic #content ul,
body.dynamic #content ol {
margin-bottom: 10px;
list-style-position : outside;
}
body.dynamic #content ul {
padding-left : 13px;
list-style-type : square;
}
body.dynamic #content ol {
padding-left : 13px;
list-style-type : decimal;
}
body.dynamic #content li {
} 

/* company navigation 
---------------------- */
body#rent #sub-section h1,
body#concierge #sub-section h1,
body#company #sub-section h1,
body#privacy #sub-section h1{
padding:0 5px;
border-bottom:1px solid;
}
body#rent #sub-section ul li,
body#concierge #sub-section ul li,
body#company #sub-section ul li,
body#privacy #sub-section ul li {
display:block;
padding: 5px;
border-bottom: 1px solid #ccc;
list-style-position:outside;
}
body#rent #sub-section ul li.last,
body#concierge #sub-section ul li.last,
body#company #sub-section ul li.last,
body#privacy #sub-section ul li.last {
border-bottom:none;
}
body#rent #sub-section a,
body#concierge #sub-section a,
body#company #sub-section a,
body#privacy #sub-section a {
text-decoration:none;
}
body#rent #content h2,
body#concierge #content h2,
#company #content h2,
#privacy #content h2 {
xpadding-left:5px;
border-bottom: 1px solid;
}

/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}

/* Home 
---------*/
body#home h1 {border:none;}

body#home #header #headerimg {display:block;}
body#home #main {clear: both; background-color:#000;}
body#home #content {width: auto; float: none; padding: 0;}
body#home #sub-section {width: auto; float: none; padding: 5px 90px;}
body#home #content, body#home #sub-section {color:#fff;}
body#home #content a, body#home #sub-section  a{color:#fff;}


body#home #sub-section h1 {display:none;} 
body#home #sub-section h1#hdgWelcome,
body#home #sub-section h1#hdgPropertyAlert {display:block; margin-bottom:8px;} 

body#home #content img#dyn-img2 {
float: left;
margin: 0 20px 10px 0;
}

body#home form label {
display:block; 
float:left; 
width:auto;
}

body#home form input {
float:left;
display:block;
width:150px; 
height:18px; 
border:0;
font-size:1em;
}

body#home #fLogin{margin-right:20px;}

body#home form input.button {
width:63px; 
padding:0;
margin-left:10px;
}
body#home form input.hidden {display:none;}

body#home #footer {border:none;}
body#home #homefooterimage {
clear:both;
float:right; 
margin-right:-60px
}

body#home .palertbuttons {clear:both; padding-top:5px;}


/* Contact Us
--------------*/

body#contact .officeDetails dt {float:left; width: 150px; clear:both; padding-bottom:5px;}
body#contact .officeDetails dd {margin-left: 190px; padding-bottom:5px;}
body#contact #sub-section h1 {border-bottom:1px solid #666;}
body#contact #sub-section,
body#contact #content
{width:500px; float:none; margin: 0 auto; padding:20px 0;}

body#contact form fieldset {border:none; padding:0;}
body#contact form legend {display:none;}

/* Listings
------------*/

body.listing .property {
padding: 10px 0;
float:left;
height:222px;
}
body.listing .last .image img {
margin-right:0 !important;
}


body.listing .property .image img {
width:230px;
margin-right:15px;
}

body#rent #content .property h2,
body.listing .property h2 {
padding-top:7px;
text-transform:uppercase;
border-bottom : none;
}

body.listing .property p {
font-size: 1.3em;
}

body.listing #filter {
height: 40px;
padding: 10px;
margin-bottom: 5px;
background-color: #ccc;
border: 1px solid #9a9a9a;
}

body.listing #filter label {
float: none;
display: block;
width: auto;
}

body.listing #filter select {
width: 90px;
display: block;
font-size: 0.9em;
}

body.listing #filter p {
clear: none;
float: left;
margin-right: 12px;
}

body.listing #filter input {
width: 94px;
padding: 0px;
margin-top: 14px;
cursor: pointer;
background-color: #000;
border: none;
color: #fff;
height:18px;
}

body.listing p.pagebar {
padding-top: 10px;
text-align: right;
color: #000;
clear:both;
}
body.listing p.pagebar a {color:#000;}

body.listing #sub-section {display:none;}

/* Property detail
-------------------*/

body.detail #content,
body.detail #extradetails {
xcolor:#000;
}


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 {
xheight: 25px;
xmargin-bottom: 5px;
overflow: hidden;
color:#666;
}

body.detail #addressbar h1 {
text-transform:uppercase;
font-size:1.4em;
font-weight:bold;
margin-bottom:3px;
border:none;
}

body.detail #addressbar p {
font-size:1.4em;
}

body.detail #propertydetails {
width: 370px;
float: left;
margin-bottom: 20px;
}

body.detail #extradetails {
width: 330px;
float: right;
margin-bottom: 20px;
}

body.detail #extradetails img {
margin-right: 0px;
margin-bottom: 20px;
display: block;
}

body.detail #content img#mainimage {
display: block;
}

body.detail #extradetails .images p {
text-align: center;
clear: both;
}

body.detail #extradetails dl,
body.detail #content dl {
margin-bottom: 10px;
clear: both;
}

body.detail dl.agentdetails img {
width: auto !important;
margin-right: 10px !important;
}

body.detail dl.agentdetails dt {
float:left;
}
body.detail dl.agentdetails dd {
margin-left:120px;
}

body.detail #toolslist {
margin-top:20px;
overflow:hidden;
background: #000 url(/img/bg_toolslist.gif);
width:370px;
}

body.detail #toolslist li {
float:left;
display:block;
border-right:2px solid #666;
margin-bottom:1px;
line-height:20px;
color:#fff;
text-align:center;
}
body.detail #toolslist li.fplan {
width: 76px;
}
body.detail #toolslist li.tours {
width: 114px;
}
body.detail #toolslist li.printme {
width: 99px;
}
body.detail #toolslist li.currency {
width: 74px;
border: none;
}

body.detail #toolslist li a{
text-decoration:none;
display:block; 
color:#fff;
_width: 100%;
}

/* 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;
padding: 10px 0;
}
body.brochure #header {
background-image: none;
}
body.brochure #propertydetails {
width: 370px;
}
body.brochure #content .images img#mainimage {width: 210px;}
body.brochure #extradetails .images img {
display: block;
float: left;
margin: 0 1px 4px 0;
width:104px;
}
body.brochure #extradetails {
width: 210px;
}

body.brochure dl.agentdetails dt {
display:block !important;
float:none !important;
}
body.brochure dl.agentdetails dd {
margin-left:0;
}

/* 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 #22243D;
}

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 {
margin: 0 15px 15px 0;
border: none;
}

body#staff.profile #content ul {
list-style-position: outside;
margin-bottom: 10px;
width: 400px;
}

body#staff.profile #content ul li {
margin-bottom: 5px;
}
body#staff.profile #content p {
width: 400px;
}

/* Slideshow
-------------*/


body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
}

body.slideshow #header {
margin-bottom: 10px;
background-image: none;
background-color: #000;
}

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 {
background-image: none;
background-color: #000;
border-bottom: 10px solid #666;
}

html.popup #header img {
float: none;
}

/* News
--------*/
body.news #sub-section dl {
border-bottom: 1px dashed #BFBFBF;
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;
}

/* 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 {
xfont-size: 2em;
font-size: 1.3em;
margin-bottom: 5px;
border-bottom:1px solid;
}
 
body .job h3 {
font-size: 1em;
float:right;
}

body .job dt {
float:right; margin-right:10px;
}

body .job dd {
margin-bottom:5px;
}
 
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;
padding-bottom : 10px;
}


/* 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 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: #000;
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: 150px;
}

body.alert #content #loginbox label {
width: 60px;
}

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;
}