/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html, #wrap {height: 100%;}
#wrap {width: 988px;margin: 0 auto;}
#footer {
background:transparent url(/img/footer-cap.gif) no-repeat 0 0;
clear: both;
padding: 20px 0 20px 0; 
text-align: center;
}
#header {
background:#7b3393 url(/img/header-bg.jpg) repeat-x left top;
height:88px;
}

body, html {
background-color: #fff;
}

#wrap,
#footer {
/* empty */
}

#main {
background:#f0f0f0 url(/img/content-bg.gif) repeat-x left bottom;
min-height:530px;
}

#menu {
float:right;
width:676px;
height: 88px;
}

#bgContainer {
background: url(/img/page-bg.gif) repeat-y 0 0;
padding:0 4px;
width:980px;
}

/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both;}
#content {width: 550px; float: left; padding: 15px 20px;}
#sub-section {width: 150px; float: right; padding: 15px 10px;}
/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {
width: auto;
display: block;
float: none;}

/* Pages without columns
-------------------------*/
html.nocol #main,
body.listing #main,
body.detail #main,
body#staff #main {

}
html.nocol #sub-section{
display: none;
}

/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #666;
}

p, div.text {
font-size: 1em;
}

div.text {
margin-bottom: 10px;
}

h1 {
font-size: 1.5em;
margin-bottom: 15px;
text-transform: lowercase;
}

h2 {
font-size: 1.1em;
margin-bottom: 10px;
}

h3 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #22243d;
font-weight: bold;
}

a:link,
a:visited {
color: #8E53A3;
}

a:hover {
color: #000;
}

#footer p {
font-size: 0.9em;
color: #666666;
}

#footer,
#footer a:link,
#footer a:visited {
color: #666666;
text-decoration: none;
}

#footer a:hover {
color: #FAC842;
}

/* Header
----------*/

#header img#logo {
display: inline;
float: left;
margin-top: 13px;
margin-left: 25px;
}

/* Dropdown menu
-----------------*/

.menu{
float: left;
padding: 30px 0 0 0;
margin: 0;
}

.menu a {
display: block;
float: left;
padding: 0;
}

.menu #homeList a, .menu #buyList a, .menu #rentList a, .menu #sellList a, .menu #propmanagementList a, .menu #financeList a, .menu #aboutList a, .menu #contactList a {
	height: 42px;
	text-align: center;
	display: block;
	background-position: 0 -84px;
}

.menu #homeList a{ background-image:url(../img/btn-home.jpg); width: 56px; text-indent: -9999px;}
.menu #buyList a{ background-image:url(../img/btn-buying.jpg); width: 64px; text-indent: -9999px;}
.menu #rentList a{ background-image:url(../img/btn-renting.jpg); width: 67px; text-indent: -9999px;}
.menu #sellList a{ background-image:url(../img/btn-selling.jpg); width: 63px; text-indent: -9999px;}
.menu #propmanagementList a{ background-image:url(../img/btn-property.jpg); width: 167px; text-indent: -9999px;}
.menu #financeList a{ background-image:url(../img/btn-finance.jpg); width: 68px; text-indent: -9999px;}
.menu #aboutList a{ background-image:url(../img/btn-about.jpg); width: 77px; text-indent: -9999px;}
.menu #contactList a{ background-image:url(../img/btn-contact.jpg); width: 89px; text-indent: -9999px;}

.menu #homeList a:hover, .menu #buyList a:hover, .menu #rentList a:hover, .menu #sellList a:hover, .menu #propmanagementList a:hover, .menu #financeList a:hover, .menu #aboutList a:hover, .menu #contactList a:hover {
background-position: 0 0;}

.menu li ul li a:link,
.menu li ul li a:visited {
float:none;
text-decoration: none;
height: 24px!important;
display: block;
width: 160px!important;
text-align: left!important;
font-size: 0.9em;
font-weight: normal;
padding-top: 5px;
padding-left: 10px;
background-color: #9157A4;
background-image: none !important;
color: #FFF;
text-indent: 0 !important;
border-bottom: none;
}

body#home #homeList a,
body#about #aboutList a,
body#finance #financeList a,
body#contact #contactList a,
body#staff.selling #sellList a,
body#staff.propmanagement #propmanagementList a,
body#staff.about #aboutList a,
body#maintenance #propmanagementList a,
body#vacate #propmanagementList a,
body#marketappraisal #sellList a,
body#buying.listing #buyList a,
body#renting.listing #rentList a,
body#selling.listing #sellList a,
body#buying.detail #buyList a,
body#renting.detail #rentList a,
body#selling.detail #sellList a{
background-position: 0 -42px;}

.menu li ul li a:hover{
background-color: #FAC843;
color: #FFF;}

/* 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 {
width: 250px;
}

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;
}


form fieldset#submit {
border: none;
padding: 0;
text-align: right;
overflow:hidden;
}


form fieldset#filtersubmit{
	width:82px;
}

form fieldset#submit input,
form fieldset.submit input,
form input.button {
width: auto !important;
padding: 4px 10px;
cursor: pointer;
background-color: #7B3494;
border: none;
color: #fff;
}

form em span,
form .required {
color: #B90000;
font-weight: bold;
}

form fieldset#tenantdetails input#fvacatedate {
background:url(/img/bg-insert-period.gif) no-repeat 0 0;
border:1px solid #A5ACB2;
height:18px;
width: 252px;
}

form fieldset#agreement label#terms {
width: 500px;
}

form fieldset#agreement input {
width:18px;
}

/* 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;
}

#content ul {
margin-bottom: 10px;
}

#sub-section img#dyn-img2 {
margin-bottom: 10px;
display: block;
}

body.dynamic #content,
body.testimonials #content{
background-image: url(../img/listing_title_bkg.jpg);
background-repeat: no-repeat;
background-position: top right;
}

body.dynamic #content h1,
body.testimonials #content h1{
padding: 15px 0 45px 15px;
margin: 0;
font-size: 1.8em;
color: #8E53A3;
}

body.dynamic #content .text{
width: 690px;
margin: 0 0 0 20px;
padding: 0 0 70px 0;
}

/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}

/* Home 
---------*/

/*body#home #sub-section form {
font-size: 0.9em;
font-weight: bold;
}*/

body#home #content img#dyn-img2 {
float: left;
margin: 0 20px 10px 0;
}


body#home #content fieldset {
border: none;
padding: 0;
}

body#home #content legend {
font-weight: bold;
font-size: 1.2em;
margin-bottom: 10px;
padding-left: 0;
margin-left: 0;
}

body#home #content label {
font-size: 0.9em;
font-weight: bold;
float: none;
display: inline;
margin-right: 0;
}

body#home #content p {
margin-bottom: 5px;
}

body#home #content select {
width: 140px;
font-size: 0.9em;
}

body#home #content #qs_price select,
body#home #content #qs_rent_price select {
width: 62px;
}

body#home #content form #qs_st label {
width: auto;
float: none;
display: inline;
}

body#home #content form #qs_st input {
vertical-align: middle;
width: auto;
margin-right: 8px;
}

body#home #content form #submit {
text-align: right;
padding: 0 5px 0 0;
}

/* Contact Us
--------------*/

dl.officeDetails dt.secondaryAddress {
margin-top: 2em;
}

dl.officeDetails dt {
margin-bottom: 0.5em;
}

dl.officeDetails dd {
margin-bottom:0.3em;
}

/* Listings
------------*/

body.listing #content{
padding: 0;
margin: 0;
}

body.listing .property {
width: 435px;
height: 180px;
float: left;
margin: 0 10px 10px 0;
background-color: #CDCDCD;
background-image: url(../img/listing_topcorner.gif);
background-repeat: no-repeat;
background-position: top right;
}

body.listing .property .image {
float: left;
margin-right: 5px;
border-right: 1px solid #FFF;
}

body.listing .property .details {
float: right;
width: 180px;
margin: 10px 0 0 0;
padding: 0;
}

body.listing .property .features {
float: left;
font-weight: bold;
color: #F2891C;
}

body.listing .property .features img {
margin-right: 7px;
vertical-align: bottom;
}

body.listing #content h1{
height: 60px;
padding: 15px 0 0 15px;
margin: 0;
font-size: 1.8em;
color: #8E53A3;
background-color: #f0f0f0;
background-image: url(../img/listing_title_bkg.jpg);
background-repeat: no-repeat;
background-position: top right;
}

body.listing .property .details h2 {
font-size: 0.9em;
font-style: normal;
font-weight: bold;
margin: 20px 0 25px 0;
color: #666666;
}

body.listing .property .details h3 {
font-size: 0.9em;
margin-bottom: 2px;
font-style: normal;
font-weight: normal;
color: #8E53A3;
}

body.listing .property .details h3#suburb {
font-size: 1em;
font-weight: bold;
text-transform: uppercase;
}

body.listing .property .details p {
font-size: 0.9em;
padding-bottom: 20px;
color: #666666;
}

body.listing .property .details a{
font-size: 0.9em;
}

body.listing .property .price {
text-align: right;
}

body.listing #filter {
height: 38px;
padding: 0;
margin: 0 0 18px 0;
background: url(../img/refinesearch.jpg)  #FAC843 no-repeat 5px 8px;
}

body.listing #filter label {
float: none;
display: block;
width: auto;
font-size: 0.9em;
font-weight: bold;
}

body.listing #filter select {
width: 75px;
display: block;
font-size: 0.9em;
margin-top: 10px;
float: left;
}

body.listing #filter select#qs_property-type {
width: 95px;
margin-left: 190px;
}
body.listing #filter select#qs_suburb {
width: 105px;
}
body.listing #filter select#qs_size_from {
width: 70px;
margin-right: 10px;
}
body.listing #filter select#qs_size_to {
width: 70px;
margin-right: 10px;
}
body.listing #filter select#qs_min-price {
}
body.listing #filter select#qs_max-price {
}
body.listing #filter select#qs_order {
width: 105px;
}

#filter select option {
text-transform: capitalize;
}

body.listing #filter p {
clear: none;
float: left;
margin-right: 12px;
}

body.listing #filter fieldset {
text-align: center;
margin-bottom: 0;
}

body.listing #filter fieldset#submit input {
width: 82px !important;
height: 31px;
display: block;
background-image: url(../img/btn_refine_search.jpg);
background-repeat: no-repeat;
background-position: top left;
background-color: #FAC843;
text-indent:-9999px;
float: left;
margin: 4px 0 0 0;
}

body.listing #properties {
margin: 0 0 0 50px;
}

body.listing p.pagebar {
font-size: 0.9em;
padding: 0;
margin: 0 50px 0 0;
text-align: right;
}

/* PROPERTY DETAILS
-------------------*/
body.detail #content{
padding: 0;
margin: 0;
}

body.detail #extradetails .images{
width: 475px;
margin-bottom: 35px;
}

body.detail #extradetails .images p {
font-weight: bold;
font-size: 0.8em;
text-align: center;
clear: both;
}

body.detail #extradetails dl dt {
font-weight: bold;
}

body.detail #content h2 {
padding: 3px 0;
margin-bottom: 5px;
font-size: 1.2em;
font-style: normal;
color: #8E53A3;
}

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 {
clear: both;
}

body.detail #addressbar h1 {
height: 60px;
padding: 15px 0 0 15px;
margin: 0;
font-size: 1.8em;
color: #8E53A3;
background-color: #f0f0f0;
background-image: url(../img/listing_title_bkg.jpg);
background-repeat: no-repeat;
background-position: top right;
}

body.detail #addressbar div {
float: right;
font-weight: bold;
margin-top: 4px;
}

body.detail #addressbar div h2 {
border: none;
color: #22243D;
}

body.detail #addressbar div p {
display: inline;
} 

body.detail #addressbar div p img {
vertical-align: middle;
margin: 0 2px 0 10px;
} 

body.detail #propertydetails {
width: 450px;
float: right;
margin: 10px 10px 20px 0;
}

body.detail #propertydetails #tools{
width: 394px;
height: 93px;
background-image: url(../img/useful_tools.jpg);
background-repeat: no-repeat;
background-position: top left;
padding: 45px 25px 30px 25px;
margin-top: 20px;
}

body.detail #propertydetails #tools ul#toolslist_left{
float: left;
}
body.detail #propertydetails #tools ul#toolslist_right{
float: right;
margin-right: 120px;
}

body.detail #propertydetails #tools li{
padding: 0 0 0 15px;
background-image: url(../img/white_arrow.gif);
background-repeat: no-repeat;
background-position: 0 4px;
margin: 0 0 12px 0;
}

body.detail #propertydetails #tools li a{
color: #666666;
text-decoration: none;
}

body.detail #extradetails {
width: 400px;
float: left;
margin: 10px 0 20px 20px;
}

body.detail #extradetails img {
width: 118px;
margin-right: 2px;
margin-bottom: 2px;
display: block;
float: left;
border: 1px solid #22243D;
}

body.detail #extradetails img#mainimage {
width: 467px;
display: block;
}

body.detail #extradetails dl {
margin-bottom: 10px;
clear: both;
}

body.detail dl.agentdetails img {
width: auto !important;
margin-right: 10px !important;
}

body.detail dl dd.last{
margin: 15px 0 15px 0;
}

body.detail dl.agentdetails dd a,
body.detail dl.officedetails dd a{
padding: 0 0 0 15px;
margin: 0;
background-image: url(../img/yellow_arrow.gif);
background-repeat: no-repeat;
background-position: 0 4px;
color: #666666;
font-size: 0.9em;
}

/* 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%;
}

body.detail #infoform fieldset label {
width: 140px;
}

/* 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;
clear: none !important;
}			
body#brochure #content {
background-image: none !important;
background-color: #FFF;
float: none !important;
}
body#brochure #header {
background-image: none;
}
body#brochure #propertydetails {
width: 280px;
}
body#brochure #extradetails img {
float: left;
display: block;
margin: 0 2px 2px 0;
}
body#brochure #extradetails {
width: 247px;
}
body#brochure .images img#brochure_mainimage {
float: left;
width: 240px;}

body#brochure #extradetails .images {
width: 247px;
}
body#brochure #addressbar{
clear: none !important;
}
body#brochure #addressbar h1{
font-size: 1.3em;
background-color: #FFF;
background-image: url(../img/listing_title_bkg_brochure.jpg);
background-repeat: no-repeat;
background-position: top right;
}
body#brochure #extradetails .images p {
clear: none !important;
}
body#brochure #extradetails h2 {
clear: left;
}
/* STAFF 
---------*/
body#staff #content {
background-image: url(../img/listing_title_bkg.jpg);
background-repeat: no-repeat;
background-position: top right;
}

body#staff #content h1{
padding: 15px 0 45px 15px;
margin: 0;
font-size: 1.8em;
color: #8E53A3;
}

body#staff dl {
margin: 0 50px 10px 0;
padding-bottom: 10px;
border-bottom: 1px solid #ddd;
width: 410px;
float: left;
height: 135px;
_height: 140px;
}

body#staff dl dt.name {
font-weight: bold;
font-size: 1.2em;
font-style: italic;
margin-bottom:5px;
}

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 {
float: left;
margin: 0 15px 15px 0;
border: 1px solid #666;
}

body#staff.profile #content ul {
list-style-type: none;
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 {
margin-bottom: 10px;
background-image: none;
background-color: #7B3494;
border-bottom: none;
}

body.slideshow #header img {
float: none;
display: block;
width: auto;
margin: 0 auto;
padding-top: 12px;
}

body.slideshow table img {
display: block;
width: auto;
margin: 20px auto;
border: 1px solid #333;
}

body.slideshow table #slideImage img {
margin-bottom: 0;
}

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: #7B3494;
border-bottom: none;
}

html.popup #header img {
float: none;
margin: 15px 0 0 15px;
}

/* 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: 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-type: none;
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;
}

/* Appraisal forms
------------------------*/

body div#market-appraisal #ftitle{
width: 50px;
}

body div#market-appraisal #faddress,
body div#market-appraisal #fpropertyaddress,
body div#market-appraisal #freason,
body div#market-appraisal #fdescription {
width: 400px;
}

/* Maintenance request form
----------------------------*/

body div#maintenance-request #fdescription {
width: 400px;
}

/* 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 {
width: 250px;
}

body.alert #content form select {
width: 254px;
}

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;
}

/*** INDEX PAGE ***/
#moviefloat {
float: left;
width: 722px;
height: 295px;
}

body#home #content{
margin: 0;
padding: 0;
width: auto;
float: none;
}

body#home #sub-section{
float: left;
width: auto;
margin: 0;
padding: 0;
}

body#home #sub-section #right_links{
float: right;
width: 230px;
height: 208px;
position: relative;
}

body#home #sub-section #right_links img{
margin: 10px 0 0 10px;
}

body#home #sub-section #pow_wrap{
float: left;
width: 720px;
height: 208px;
margin: 0 0 15px 10px;
padding: 0;
}

.pow{
position: relative;
float: left;
width: 346px;
height: 208px;
padding: 0;
margin: 0 10px 0 0;
background-color: #BFBFBF;
background-image: url(../img/feature_sale.jpg);
background-repeat: no-repeat;
background-position: top left;
}

.pow a img{
float: left;
width: 223px;
height: 167px;
margin: 37px 10px 0 5px;
padding: 0;}

.pow #fp_address{
font-size: 0.9em;
margin: 37px 0 20px 0;
}

.pow #fp_size{
font-size: 0.9em;
margin: 0 0 30px 0;
}

.pow #fp_link{
font-size: 0.9em;
}

#row{
background-color: #BFBFBF;
background-image: url(../img/feature_rent.jpg);
background-repeat: no-repeat;
background-position: top left;
}

/*QUICKSEARCH*/
body#home #content #quicksearch_right{
float: right;
width: 258px;
height: 295px;
background-image: url(../img/qs_bkg.jpg);
background-repeat: no-repeat;
background-position: top left;
}

body#home #content #quicksearch_right input.qs_button{
width: 82px !important;
height: 31px;
float: right;
display: block;
margin: 0 4px 0 0;
background-image: url(../img/btn_search.jpg);
background-repeat: no-repeat;
background-position: top left;
background-color: #FAC843;
text-indent:-9999px;

border: none;
}

body#home #content #quicksearch_right p#qs_st{
float: right;
margin: 40px 14px 8px 0;
}
body#home #content #quicksearch_right select#qs_suburb{
width: 230px;
margin: 0 0 0 12px;
}
body#home #content #quicksearch_right select#qs_min-price,
body#home #content #quicksearch_right select#qs_rent_min-price{
width: 108px;
margin: 0 0 0 12px;
}
body#home #content #quicksearch_right select#qs_max-price,
body#home #content #quicksearch_right select#qs_rent_max-price{
width: 108px;
margin: 0 0 0 12px;
}
body#home #content #quicksearch_right select#qs_size_from{
width: 108px;
margin: 0 0 0 12px;
}
body#home #content #quicksearch_right select#qs_size_to{
width: 108px;
margin: 0 0 0 12px;
}
body#home #content #quicksearch_right select#qs_property-type{
width: 108px;
margin: 0 0 0 12px;
}
body#home #content #quicksearch_right select#qs_order{
width: 108px;
margin: 0 0 0 12px;
}
body#home #content #quicksearch_right label.surrounding{
font-weight: normal;
}
body#home #content #quicksearch_right input#suburbcheck{
width: auto;
margin: 0 6px 0 12px;
vertical-align: top;
}

/*FASTFIND*/
body#home #content form#fastfind input.qsinputbox {
width: 230px;
margin: 10px 0 8px 12px;
font-size: 0.9em;
}

body#home #content #quicksearch_right input.ff_button{
width: 82px !important;
height: 31px;
float: right;
display: block;
margin: 0 8px 0 0;
background-image: url(../img/btn_find.jpg);
background-repeat: no-repeat;
background-position: top left;
background-color: #FAC843;
text-indent:-9999px;

border: none;
}

/* CONTACT US */
body#contact #contact-details{
width: 680px;
float: left;
margin: 0 0 0 20px;
}
body#contact #contact_address{
float: right;
margin: 10px 20px 0 0;
}


#clear_homepage {
clear: both;
height: 15px;
}
