/* Structure
------------ */
html {
background: #f4f5f5 url(/img/bg_html.jpg) top left repeat-x;
height: 100%;
min-height: 100%;
}
body {
background: transparent url(/img/bg_body.gif) top center repeat-y;
height: 100%;
min-height: 100%;
}
#wrap {
width: 985px;
padding: 36px 13px 10px 13px;
margin: 0 auto;
background: #fff url(/img/bg_topgap.jpg) top left repeat-x;
}
#header {
background: #fff url(/img/dots_horz.gif) bottom left repeat-x;
}
#container {
margin: 4px 0;
background: #fff url(/img/dots_vert.gif) 180px 0px repeat-y;
}
#contentwrap {
margin: 0 0 0 180px;
padding: 0 0 0 7px;
width: 798px;
}
#content {
padding: 0 0 10px 0;
margin: 4px 0 0 0;
}
#content.bordered {
background: transparent url(/img/dots_vert.gif) top right repeat-y;
padding-right: 10px;
}
#subcontent {
float: right;
margin: 4px 0 0 0;
padding: 0;
}
#banner {
background: #fff url(/img/dots_horz.gif) bottom left repeat-x;
padding: 0 0 8px 0;
}
#banner img {
display: block;
}
#sidebar {
width: 170px;
padding: 20px 10px 10px 0;
float:left;
}
#footer {
background: #fff url(/img/dots_horz.gif) top left repeat-x;
padding: 3px 0;
font-size: 0.9em;
}
.break {
clear: both;
}

/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #000080;
}
p,
div.text  {
font-size: 0.9em;
line-height: 1.5em;
margin-bottom: 10px;
}
dl,
ul,
ol {
font-size: 0.9em;
}
div.text p {
font-size: 1em;
}
div.text ul,
div.text ol {
margin: 0 0 10px 30px;
list-style: disc;
font-size: 1em;
}
div.text ol {
list-style: decimal;
}
a {
color: #919191;
}
a:hover {
color: #002b5c;
}
h1 {
color: #002b5c;
font-size: 1.3em;
padding: 20px 0;
}
h1.noPadding {
padding-bottom: 0;
}
h2 {
color: #002b5c;
font-size: 1.2em;
margin: 0 0 15px 0;
}
div.text h2 {
font-size: 1.3em;
}
h3 {
color: #002b5c;
font-size: 1em;
}

/* Header 
--------- */
#header a#logo {
float: right;
margin: 0 0 7px 0;
}
#header a#logo img {
display: block;
}

/* Menu
------- */
.menu  {
padding: 86px 0 0 0;
}
.menu a {
text-decoration: none;
padding: 0 10px;
border-right: 1px solid #a5a5a2;
}
.menu li.first a {
padding-left: 0;
} 
.menu a.dropdown {
color: #002b5c;
}
.menu ul {
background: #fff;
width: 180px;
}
.menu ul a {
border: none;
display: block;
padding: 3px 10px;
background: #fff url(/img/dots_horz_sm.gif) bottom left repeat-x;
font-size: 1.1em;
}
.menu ul li.last a {
backgorund-image: none;
}
.menu li#phone span {
display: block;
width: 100px;
height: 15px;
text-indent: -9999em;
background: #fff url(/img/menu_phone.gif) bottom left no-repeat;
margin: 0 0 0 10px;
}

/* Footer
--------- */
#footer a {
text-decoration: none;
}

/* Standard forms
------------------*/
form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #cbcbc9;
}
form legend {
color: #002b5c;
font-weight: bold;
font-size: 1em;
}
form li {
list-style-type: none;
}
form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
margin-bottom: 5px;
}
form input,
form textarea,
form select {
font-size: 0.9em;
color: #807f7c;
border: 1px solid #d1d1d6;
}
form input {
width: 250px;
padding: 1px 0;
}
form textarea {
width: 250px;
}
form select {
width: 254px;
}
form input.radio {
width: 12px;
border: none;
}
form textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}
form p,
form li {
clear: both;
}
form li {
margin: 0 0 10px 0;
}
form em span,
form .required {
color: #002b5c;
font-weight: bold;
}
form fieldset#submit,
form fieldset.submit {
border: none;
padding: 0;
text-align: right;
}
form input.button,
a.button {
cursor: pointer;
border: none;
color: #fff;
height: 15px;
background: #fff url(/img/btn_submit.gif) top left no-repeat;
width: 50px;
text-indent: -9999em;
}
form input.button.clear {
background-image: url(/img/btn_clear.gif);
}
form input.button.rent {
background-image: url(/img/btn_rent.gif);
width: 32px;
}
form input.button.buy {
background-image: url(/img/btn_buy.gif);
width: 32px;
}

/* Side Bar
----------- */
#sidebar #proppreview {
background: #fff url(/img/dots_horz.gif) top left repeat-x;
padding: 20px 0;
}
#sidebar form#fastfind {
background: #fff url(/img/dots_horz.gif) top left repeat-x;
padding: 20px 0;
}
#sidebar form#fastfind fieldset {
border: none;
padding: 0;
margin: 0;
}
#sidebar form#fastfind fieldset input.qsinputbox {
width: 144px;
}
#sidebar form#fastfind fieldset.submit {
text-align: left;
}
#sidebar ul.submenu {
list-style: disc;
margin: 0 0 20px 15px;
}
#sidebar ul.submenu a {
text-decoration: none;
margin: 0 0 3px 0;
display: block;
}
#sidebar a.topRyde {
}

/* Dynamic Content
------------------ */
#subcontent img {
display: block;
margin: 0 0 20px 0;
}

/* Testimonials
--------------- */
.testimonial {
padding: 10px 0;
background: #fff url(/img/dots_horz_sm.gif) top left repeat-x;
}
.testimonial.first {
background: none;
}
.testimonial .author {
text-align: right;
}
.testimonial .author strong {
color: #002b5c;
}

/* Market News
-------------- */
body.news #content img.primary {
float: right;
margin: 0 0 10px 15px;
display: block;
}
body.news #content img.secondary {
float: left;
margin: 0 10px 0 0;
}
body.news #subcontent dl {
width: 210px;
background: #fff url(/img/dots_horz_sm.gif) bottom left repeat-x;
padding: 15px 0;
}
body.news #subcontent p#viewall a {
font-weight: bold;
text-align: center;
background: #fff url(/img/dots_horz_sm.gif) bottom left repeat-x;
padding: 5px 0;
display: block;
text-decoration: none;
text-transform: capitalize;
}
.newsitem {
padding: 10px 0;
background: #fff url(/img/dots_horz_sm.gif) top left repeat-x;
}
.newsitem.first {
background: none;
}

/* Careers
---------- */
.job {
padding: 10px 0;
background: #fff url(/img/dots_horz_sm.gif) top left repeat-x;
}
.job .overview ul {
list-style: none;
margin: 5px 0 0 10px;
float: right;
border: 1px solid #b2b1b0;
background: #fafafa;
padding: 10px;
width: 200px;
font-size: 0.9em;
}
.job .overview ul li {
margin: 0;
}
.job .overview ul li strong {
display: block;
float: left;
width: 60px;
color: #002b5c;
}

/* Useful Links
--------------- */
body.links .link {
padding: 10px 0;
background: #fff url(/img/dots_horz_sm.gif) top left repeat-x;
overflow: auto;
}
body.links .link.first {
background: none;
}
body.links .link img {
float: right;
margin: 0 0 0 15px;
display: block;
}
body.links .leadin {
margin-bottom:20px;
}

/* Suburb Profiles
------------------ */
body.suburbprofiles .suburb {
padding: 10px 0 0 0;
background: #fff url(/img/dots_horz_sm.gif) top left repeat-x;
overflow: auto;
}
body.suburbprofiles .suburb.first {
background: none;
}
body.suburbprofiles #subcontent h2 {
margin-top: 15px;
}
body.suburbprofiles #subcontent ul.suburbList {
background-color: #cbcbc9;
list-style: none;
padding: 4px;
width: 220px;
}
body.suburbprofiles #subcontent ul.suburbList a {
display: block;
background: transparent url(/img/dots_horz_sm.gif) top left repeat-x;
color: #fff;
text-decoration: none;
padding: 3px 0;
}
body.suburbprofiles #subcontent ul.suburbList a.first {
background: none;
}
body.suburbprofiles #subcontent ul.suburbList a:hover {
color: #0d2144;
}

body.suburbprofiles h2.suburbTitle {
color: #757575;
}
body.suburbprofiles .profile img {
float:right;
margin: 0 0 10px 15px;
display:block;
}
body.suburbprofiles .profile ul {
margin: 0;
list-style: none;
}

/* Contact Us
------------- */
#subcontent dl.officeDetails {
margin: 60px 0 0 5px;
width: 200px;
}
#subcontent dl.officeDetails dd {
margin: 0 0 5px 0;
}
#subcontent dl.officeDetails dd strong {
display: block;
float: left;
width: 45px;
}
#subcontent dl.officeDetails dt.secondaryAddress {
margin: 20px 0 0 0;
}

/* Request Appraisal
-------------------- */
body.appraisal #content form fieldset .small {
width: 60px;
}
body.appraisal #content form fieldset input.namebox {
width: 187px;
}
body.appraisal #content form fieldset .radio {
float: left;
margin: 0 5px 0 0;
}
body.appraisal #content form fieldset label.checklabel {
width: 162px;
} 
body.appraisal #content form fieldset label span {
float: right;
}
body.appraisal #content form fieldset select.timeselect {
width: 117px;
}


/* Staff List
------------- */
.staffmember {
float: left;
width: 390px;
}
.staffdiv {
background: #fff url(/img/dots_horz_sm.gif) top left repeat-x;
overflow: auto;
margin: 0 0 1px 0;
padding: 10px 0 10px 0;
}
.staffdiv.first {
/*background-image: none;
padding-top: 0;*/
}
.staffmember .image img {
width: 100px;
float: left;
display:block;
margin: 0 13px 0 0;
}
.staffmember p strong {
color: #a5a5a2;
}
.staffmember p span {
display: block;
}
.staffmember p a.emaillink {
text-decoration: none;
}

/* Staff Profile
---------------- */
body.profile #banner {
position: relative;
}
body.profile #banner a {
position: absolute;
bottom: 15px;
right: 15px;
color: #fff;
font-weight: bold;
text-decoration: none;
}
body.profile #content h1 span {
color: #8d8c8b;
}
body.profile #content img.agentimage {
float: left;
margin: 0;
background: #fff url(/img/dots_vert_sm.gif) top right repeat-y;
padding: 0 6px 0 0;
}
body.profile #content .agentdetails {
margin: 0 0 0 226px;
}
body.profile #content .agentdetails ul#agentcontacts {
list-style: none;
margin: 0 0 10px 0;
}
body.profile #content .agentdetails ul#agentlinks {
margin: 0 0 0 14px;
list-style: disc;
}
body.profile #content .agentdetails ul#agentcontacts a,
body.profile #content .agentdetails ul#agentlinks a {
text-decoration: none;
}

/* Listings
----------- */
body.listing #banner {
background: #fff url(/img/banner_search.jpg) top left no-repeat;
padding: 142px 0 0 0;
}
body.listing #banner h1 {
color: #fff;
}
body.listing #banner #filter {
padding: 0 0 0 14px;
height: 101px;
overflow: hidden;
}
body.listing #banner #filter form p {
clear: none;
float: left;
margin: 0 10px 0 0;
}
body.listing #banner #filter form p label {
width: auto;
color: #fff;
}
body.listing #banner #filter form p select {
width: 98px;
}
body.listing #banner #filter form p select#qs_bedrooms,
body.listing #banner #filter form p select#qs_min-price,
body.listing #banner #filter form p select#qs_max-price {
width: 78px;
}
body.listing #banner #filter form p input.button {
background: transparent url(/img/btn_search.png) top left no-repeat;
width: 45px;
float:left;
margin: 1px 0 0 0;
}
body.listing #content .property {
background: #fff url(/img/dots_horz.gif) top left repeat-x;
padding: 12px 0 17px 0;
overflow: hidden;
position: relative;
}
body.listing #content .property a.image {
width: 135px;
overflow:hidden;
float: left;
position: relative;
margin: 0 14px 0 0;
}
body.listing #content .property a.image img {
width: 135px;
display: block;
}
body.listing #content .property a.image img.soldStatus {
position: absolute;
margin: 0;
float: none;
width: auto;
top: 0;
left: 0;
z-index: 100;
}
body.listing #content .property .maindetails {
float: left;
width: 320px;
}
body.listing #content .property h4 {
width: 80px;
float: left;
}
body.listing #content .property .features {
width: 140px;
float: right;
}
body.listing #content .property .features span {
width: 33%;
display: block;
float: left;
}
body.listing #content .property .features span img {
margin: 0 4px 0 0;
vertical-align: middle;
}
body.listing #content .property .morelinks {
position: absolute;
bottom: 17px;
right:0;
}
body.listing #content .property .morelinks a {
display: block;
float: left;
}
body.listing #content .property .morelinks .compare {
background: url(/img/btn_compare.gif);
width: 50px;
}
body.listing #content .property .morelinks .save {
background: url(/img/btn_save.gif);
width: 45px;
margin: 0 5px;
}
body.listing #content .property .morelinks .view {
background: url(/img/btn_view.gif);
width: 45px;
}

/* GreyBox
---------- */
#GB_overlay {
  background-image: url(/img/overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
}
* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/overlay.png", sizingMethod="scale");
}
#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  background: #fff;
  border: 5px solid #aaa;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 150;
}
#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 400px;
}
#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #888;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
}
#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}

/* Property Compare Popup
------------------------- */
html#white,
body#compare  {
background: #fff;
width: auto;
overflow-y: hidden;
}
body#compare h1 {
border: none;
padding: 15px 0 10px 20px;
}
body#compare #content .fprop {
float: left;
width: 175px;
border-right:1px solid #999;
padding: 0 10px;
}
body#compare #content .fprop.last {
padding: 0 0 0 10px;
}
#content .fprop ul {
list-style: none;
margin: 0 0 14px 0;
padding: 7px 7px 7px 0;
}
#content .fprop.last ul {
border: none;
}
#content .fprop ul li.images {
overflow: hidden;
height: 131px;
width: 175px;
margin: 0 0 10px 0;
}
#content .fprop ul.top {
height: 188px;
} 
#content .fprop ul.bottom {
height: 138px;
position: relative;
} 
#content .fprop ul.bottom li {
margin: 0;
clear: left;
}
#content .fprop span {
display: block;
float: left;
width: 67px;
}
#content .fprop a.button {
position: absolute;
bottom: 10px;
left: 0;
margin: 0;
}
body#compare #content .fprop.first {
margin-left: 10px;
}
body#compare #content .fprop.last {
border: none;
}
body#compare #content {
padding: 0;
margin: 0;
white-space: nowrap;
}
body#compare p#noProps {
margin: 0 10px 10px 10px;
}
body#compare .breakLink {
clear:both;
margin: 10px 0 0 0;
}
body#compare a.delete {
background: #fff url(/img/btn_delete.gif) top right no-repeat;
display:block;
text-indent: -9999em;
}

/* Popups
--------- */
html.popup {
background: #fff;
}
html.popup body {
background: #fff;
}
html.popup body #header {
height: 120px;
padding: 5px;
}
html.popup body #header img {
float: right;
}
html.popup body #content {
padding: 10px 20px;
}

/* Open Homes
------------- */
body.ofi #content h3 {
margin: 20px 0 0 0;
}
body.ofi ul.ofilist {
font-size: 0.9em;
height: 30px;
list-style: none;
background: #fff url(/img/dots_horz_sm.gif) bottom left repeat-x;
}
body.ofi ul.ofilist li {
border: none;
padding: 0;
margin: 0;
}
body.ofi ul.ofilist li {
float:left;
margin: 0 5px 0 0;
padding: 5px 0;
}
body.ofi ul.ofilist li.suburb {
text-transform: uppercase;
width: 139px;
}
body.ofi ul.ofilist li.address {
width: 139px;
}
body.ofi ul.ofilist li.bedbath {
width: 175px;
}
html.brochure ul.ofilist li.bedbath {
width: 155px;
}
body.ofi ul.ofilist li.inspect {
width: 155px;
}
body.ofi ul.ofilist li.method {
width: 90px;
}
body.ofi ul.ofilist li.link {
width: 45px;
margin: 0;
}
body.ofi ul.ofilist li.link a {
background: url(/img/btn_view.gif);
width: 45px;
display: block;
}
body.ofi ul#headings.ofilist {
font-weight: bold;
color: #002b5c;
}
body.ofi ul#headings.ofilist li {
text-transform: capitalize;
}

/* Property Details
------------------- */
body.detail #sidebar,
body.detail #subcontent {
display: none;
}
body.detail #contentwrap {
margin: 0;
padding: 0;
background: url(/img/bg_prop_details.gif) top left repeat-y;
width: auto;
}
body.detail #banner {
position: relative;
}
body.detail #banner a {
position: absolute;
bottom: 15px;
right: 15px;
color: #fff;
font-weight: bold;
text-decoration: none;
}
body.detail #content #images {
float: left;
width: 339px;
position: relative;
}
body.detail #content #images img {
width: 164px;
margin: 0 5px 5px 0;
display: block;
float: left;
}
body.detail #content #images img#mainimage {
width: 333px;
float: none;
margin-right: 0;
}
body.detail #content #images img.soldStatus {
position: absolute;
top: 0;
left: 0;
width: auto !important;
margin: 0;
float: none;
width: 132px;
}
body.detail #content #subdetails {
float: right;
width: 223px;
}
body.detail #content #subdetails h2 {
padding: 5px 0;
}
body.detail #content #subdetails dl {
margin: 0 0 10px 0;
}
body.detail #content #subdetails dl,
body.detail #content #subdetails dl a {
color: #000080;
}
body.detail #content #subdetails dt {
font-weight: bold;
}

body.detail #content #maindetails {
margin: 0 239px 0 349px;
}
body.detail #content #maindetails h1 {
padding: 5px 0;
}
body.detail #content #maindetails h1 span {
font-weight: normal;
}
body.detail #content #maindetails p#icons {
padding: 10px 0;
background: #fff url(/img/dots_horz.gif) bottom left repeat-x;
}
body.detail #content #maindetails p#icons span {
margin: 0 30px 0 0;
font-weight: bold;
}
body.detail #content #maindetails p#icons span img {
margin: 0 4px 0 0;
vertical-align: middle;
}
body.detail #content #maindetails ul#features {
list-style: disc;
margin: 0 0 10px 15px;
}
body.detail #content #maindetails #vendorComments {
background-color: #002b5c;
padding: 10px;
color: #fff;
margin: 0 0 10px 0;
}
body.detail #content #maindetails #vendorComments h3 {
color: #fff;
margin: 0 0 10px 0;
}
body.detail #content #maindetails #vendorComments p {
margin: 0;
}
body.detail #content #maindetails #propdetails {
background-color: #e7e7e7;
padding: 10px;
color: #000084;
}
body.detail #content #maindetails #propdetails h3 {
color: #000084;
margin: 0 0 10px 0;
}
body.detail #content #maindetails #propdetails ul {
width: 50%;
list-style: none;
}
body.detail #content #maindetails #propdetails ul#outgoingslist {
float: right;
}
body.detail #content #maindetails ul#toolslist {
list-style: none;
padding: 20px 0 0 0;
}
body.detail #content #maindetails ul#toolslist li {
float: left;
margin: 0 10px;
}
body.detail #content #maindetails ul#toolslist li a {
color: #888784;
text-decoration: none;
}
body.detail #content #maindetails ul#toolslist li a:hover {
color: #002b5c;
}
body.detail #content #maindetails ul#toolslist li img {
display: block;
margin: 0 auto;
}


/* 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;
}
body.brochure #header {
background-image: none;
height: 98px;
}
body.brochure #extradetails img {
display: block;
float: left;
margin: 0 2px 2px 0;
}
body.brochure #extradetails {
width: 247px;
}
body.brochure #extradetails .images {
overflow: auto;
_height:1%;
}
body.brochure #extradetails img {
width: 120px;
float: left;
margin: 0 3px 3px 0;
}
body.brochure #extradetails div.imageWrap {
width: 243px;
position: relative;
}
body.brochure #extradetails img#mainimage {
width: 243px;
display:block;
float:none;
}
body.brochure #extradetails div.imageWrap img.soldStatus {
position: absolute;
top: 0;
left: 0;
width: auto !important;
margin: 0;
float: none;
width: 132px;
}
body.brochure #propertydetails {
width: 280px;
float: right;
}
body.brochure h3 {
margin: 10px 0 0 0;
}
body.brochure #propertydetails h1 {
padding: 5px 0;
}
body.brochure #propertydetails h1 span {
font-weight: normal;
}
body.brochure #propertydetails p#icons {
padding: 10px 0;
}
body.brochure #propertydetails p#icons span {
margin: 0 30px 0 0;
font-weight: bold;
}
body.brochure #propertydetails p#icons span img {
margin: 0 4px 0 0;
vertical-align: middle;
}

/* Property Alert
----------------- */
body.alert #loginbox form {
float: right;
margin: 70px 0 0 20px;
}
body.alert #loginbox form li label {
width: 100px;
}
body.alert #loginbox form li input {
width: 160px;
}
body.alert form#alertRegister li span {
float: right;
width: 320px;
}
body.alert .existingReq,
body.alert .savedProperties  {
width: 45%;
float: left;
margin: 0 0 10px 0;
}
body.alert .existingReq span,
body.alert .savedProperties span {
display: block;
}
body.alert .existingReq a.delete,
body.alert .savedProperties a.delete {
text-indent: -9999em;
display: block;
background-image: url(/img/btn_delete.gif);
}
body.alert .savedProperties a.delete {
float: left;
}
body.alert .savedProperties a.view {
text-indent: -9999em;
display: block;
background-image: url(/img/btn_view.gif);
float: left;
margin: 0 5px 10px 0;
}

/* Homepage
----------- */
body#home h2#hd_home {
font-size: 2em;
font-weight: normal;
}
body#home #banner {
position: relative;
}
body#home #banner #quicklinks {
position: absolute;
bottom: 15px;
right: 15px;
}
body#home #banner #quicklinks a {
border-right: 1px solid #fff;
color: #fff;
text-decoration: none;
padding: 1px 25px;
font-size: 1.3em;
font-weight: bold;
}
body#home #banner #quicklinks a:hover {
color: #807f7c;
}
body#home #banner #quicklinks a.last {
border: none;
padding-right: 10px;
}
body#home #marketWrap {
width: 380px;
position: relative;
padding: 10px 0 0 0;
}
body#home #marketWrap h3 {
color: #807f7c;
font-weight: normal;
text-transform: capitalize;
font-size: 0.9em;
}
body#home #marketWrap p {
margin: 0 100px 0 0;
}
body#home #marketWrap a {
position: absolute;
bottom: 0;
right: 0;
}
body#home a#pow {
position: relative;
display: block;
width: 400px;
color: #fff;
text-decoration: none;
}
body#home a#pow img {
width: 400px;
}
body#home a#pow p {
position: absolute;
top: 5px;
left: 5px;
font-size: 1.4em;
}

#sidebar a.topRyde {
display: block;
background: #fff url(/img/dots_horz.gif) top left repeat-x;
padding: 20px 0;
}