/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html, #wrap {/*height: 100%;*/}
#wrap {width: 1002px;margin: 0 auto;}
#footer {clear: both;padding: 10px 0 20px 0; text-align: center;}
#header {padding: 0 1px;overflow:hidden;}

body, html {
background: #333553 url(/img/bg.jpg) no-repeat scroll center top;
}

#wrap {
background-image: url(/img/basic/wrap_bg.gif);
background-repeat: repeat-y;
background-position: left top;
}

#footer {
/*background-color : #333553;*/
}

#main {
background-image: url(/img/basic/column_right.gif);
background-repeat: repeat-y;
background-position: left top;
}

#menu {
}

/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both;}
#content {width: 803px; float: left; padding:30px 111px 50px 88px;}
#sub-section {width: 150px; float: right; padding: 15px 10px;}
#dynamic #sub-section {display:none;}
/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {width: auto;display: block;float: none;font-size:12px;}

/* Pages without columns
-------------------------*/
html.nocol #main,
body.listing #main,
body.detail #main,
body#staff #main {
background-image: none;
background-color: #E8E8E8;
}
html.nocol #main #sub-section,
body.listing #main #sub-section,
body.detail #main #sub-section,
body#staff #main #sub-section{
display:none;
}

/* Header
----------*/
#header {
background:url(/img/header_bg2.jpg) no-repeat scroll center top;
height:130px;
}

#header img {
display: block;
float: right;
}

/* Menu
---------*/


.menu a,
.menu a:active,
.menu a:link,
.menu a:visited {
text-indent:-9999px;
display:block;
text-decoration: none;
background: url(/img/nav.jpg) no-repeat;
}

.menu LI LI A {

}

.menu a:hover {
/*opacity:0.7;
filter:alpha(opacity=70)*/
}
.menu li#home a {background-position:-0px -3px;width:222px;height:35px;}
.menu li#home a:hover {background-position: -0px -41px;height:35px;}
body#home .menu li#home a {
background-position: -0px -41px;height:35px;
}

.menu li#buyList a {background-position: -222px -3px; width:77px;height:35px;}
.menu li#buyList a:hover {background-position: -222px -41px; height:35px;}
body.buy .menu li#buyList a {background-position: -222px -41px; height:35px;}

.menu li#sellList a {background-position: -299px -3px; width:80px; height:35px;}
.menu li#sellList a:hover {background-position: -299px -41px; height:35px;}
body.sale .menu li#sellList a  {background-position: -299px -41px; height:35px;}


.menu li#rentList a {background-position: -379px -3px; width:85px;height:35px;}
.menu li#rentList a:hover {background-position: -379px -41px;height:35px;}
body.ren .menu li#rentList a {background-position: -379px -41px;height:35px;}

.menu li#leaseList a {background-position: -464px -3px; width:184px;height:35px;}
.menu li#leaseList a:hover {background-position: -464px -41px;height:35px;}
body.lea .menu li#leaseList a {background-position: -464px -41px;height:35px;}

#.menu li#calculator a {background-position: -387px -3px; width:97px;height:35px;}
#.menu li#calculator a:hover {background-position: -387px -41px;height:35px;}
#body.cal .menu li#calculator a {background-position: -387px -41px;height:35px;}

#.menu li#new a {background-position: -491px -3px; width:70px;height:35px;}
#.menu li#new a:hover {background-position: -491px -41px;height:35px;}
#body.news .menu li#new a {background-position: -491px -41px;height:35px;}

.menu li#aboutList a {background-position: -648px -3px; width:95px;height:35px;}
.menu li#aboutList a:hover {background-position: -648px -41px;height:35px;}
body.about .menu li#aboutList a  {background-position: -648px -41px;height:35px;}
body.testimonials .menu li#aboutList a  {background-position: -648px -41px;height:35px;}
body#staff .menu li#aboutList a  {background-position: -648px -41px;height:35px;}
.menu li#aboutList li {margin-left : -10px;}

#.menu li#externalList a {background-position: -665px -3px; width:85px; height:35px;}
#.menu li#externalList a:hover {background-position: -665px -41px;height:35px;}
#body#contact-us .menu li#externalList a {background-position: -565px -41px;height:35px;}




/*repair submenu*/
.menu li li {
padding: 0;
}

.menu li li a {
background:#999999 none !important;
color:#FFFFFF;
display:block;
padding:4px 15px;
text-indent:0px !important;
width:170px !important;
height:15px !important;
font-weight:normal;
}
.menu li li a:hover
{
color:#F2891C;
}

#menu {
background: transparent url(/img/menu_bg2.jpg) no-repeat scroll -2px top;
padding-left:256px;
padding-bottom:12px;
}

/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #666666;
padding-top : 50px;
font-size:0.8em;
}

p, div.text {
font-size: 12px;
}

div.text {
margin-bottom: 10px;
}

ul {
list-style-type: circle;
list-style-position: inside;
}

ol{
list-style-type: decimal;
list-style-position: inside;
}

h1 {
color:#00015E;
font-size:1.3em;
font-weight:100;
margin-bottom:15px;
}

h2 {
font-size: 1.1em;
margin-bottom: 10px;
color:#FF6600;
font-weight:normal;
}

h3 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #666666;
font-weight: bold;
}

a {
text-decoration:none;
}

a:link,
a:visited {
color: #FF6600;
}

a:hover {
color: #666666;
}

#footer p {
font-size : 12px;
}

#footer,
#footer a:link,
#footer a:visited {
color: #646584;
text-decoration: none;
}

#footer a:hover {
color : #f88d45;
}

/* Header
----------*/

#header img#logo {
display: inline;
float: left;
margin-top: 40px;
margin-left: 20px;
}

/* Dropdown menu
-----------------*/

.menu a {

font-weight: bold;
text-transform: uppercase;
font-size: 0.9em;
}

.menu li.last a, 
.menu li li a {
border: none;
}

.menu a:link,
.menu a:visited {
color: #fff;
text-decoration: none;
}

.menu li li a {
border: none;
text-transform: none;
}

.menu li li a:hover {
background-color: #666666;
}


/* 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;
}

form fieldset#submit input,
form fieldset.submit input,
form input.button {
width: auto !important;
background-color:#F88D45;
padding: 4px 10px;
cursor: pointer;
border: none;
color: #fff;
}

body.slideshow form fieldset#submit input,body.slideshow form fieldset.submit input,body.slideshow form input.button {
padding: 4px 10px;
}

form em span,
form .required {
color: #B90000;
font-weight: bold;
}


/* Dynamic text
----------------*/

#content img#dyn-heading-img {
display: block;
margin-bottom: 15px;
border:1px solid #fff;
}

#content img#dyn-img1,
#content img#dyn-img2 {
float: right;
margin: 0 0 10px 20px;
border:1px solid #fff;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
font-size:0.9em;
}

/* Home 
---------*/

body#home {
background: #333553 url(/img/bg.jpg) no-repeat scroll center top;
}

body#home #menu {
background: #fff url(/img/menu_bg.jpg) no-repeat scroll 2px top;
padding-bottom:8px;
}

body#home #header {
background:url(/img/header_bg.jpg) no-repeat scroll center top;
height:200px;
}

body#home #content img#dyn-img2 {
float: left;
margin: 0 20px 10px 0;
}

body#home #sub-section form#quicksearch {
width:130px;
padding-left:40px;
padding-right:60px;
}

body#home #sub-section fieldset {
border: none;
padding: 0;
margin-top:15px;
}

body#home #sub-section legend {
font-size: 1.2em;
margin-bottom: 10px;
padding-left: 0;
margin-left: 0;
}

body#home #sub-section label {
font-size: 0.9em;
font-weight: bold;
float: none;
display: inline;
margin-right: 0;
}

body#home #sub-section p {
margin-bottom: 5px;
}

body#home #sub-section select {
width: 140px;
font-size: 0.9em;
height:19px;
width:119px;
}

body#home #sub-section #qs_price select,
body#home #sub-section #qs_rent_price select {
width:58px;
}

body#home #sub-section form #qs_st label {
padding-right: 5px;
width: auto;
float: none;
display: inline;
}

body#home #sub-section form #qs_st input {
vertical-align: middle;
width: auto;
}

body#home #sub-section form #submit {
text-align: left;
padding: 0 5px 0 0;
}

body#home #content {
padding:0px;
float:left;
background:url(../img/bg_content.gif) no-repeat;
width:782px;
}

body#home #content #pow {
float:left;
margin-top:5px;
}

body#home #main #contentPow0, body#home #main #contentPow1 {
float:left;
margin:24px 0 0 18px;
width:372px;
display:inline;
}

body#home #contentPow0 p, body#home #contentPow1 p  {
margin-right:20px;
margin-top:4px;
}

body#home #pow #title2 {
color:#00015E;
text-transform:capitalize;
}

body#home #contentPow0 a#img, body#home #contentPow1 a#img {
float:left;
margin-right:19px;
height:125px;
}

body#home #contentPow0 img, body#home #contentPow1 img {
border:1px solid #FFFFFF;
}

body#home #sub-section {
background:url(../img/bg_subsection.gif) no-repeat;
width:220px;
float:left;
padding:15px 0px 0px;
}

body#home legend {
color:#A6A6A6;
}

/* Home Quicksearch2 
----------------------*/
body#home #sub-section form#quicksearch2 p {
margin-bottom: 10px;
}

body#home #sub-section form#quicksearch2 #qs_bed_car {
margin-bottom: 0;
}

body#home #sub-section form#quicksearch2 .checkboxsearch {
height: 74px;
width: 132px;
border: 1px solid #A5ACB2;
display: block;
overflow: auto;
margin: 10px 0 10px 0;
clear: both;
padding: 3px;
background-color: #fff;
}

body#home #sub-section form#quicksearch2 .checkboxsearch p {
margin-bottom: 3px;
clear: none !important;
font-size: 0.9em;
color: #000 !important;
}

body#home #sub-section form#quicksearch2 .checkboxsearch p input {
width: 15px;
border: none;
}

body#home #sub-section form#quicksearch2 #qs_price select,
body#home #sub-section form#quicksearch2 #qs_bed_car select{
width: 68px;
}

body#home #sub-section form#quicksearch2 #qs_price #qs_min-price {
margin-right: 1px;
}

body#home #sub-section #submit input {
background-image:url(/img/bg_search.gif) !important;
background-repeat:no-repeat;
width:63px !important;
height:20px;
background-color:#fff;
}

body#home div.text {
margin:20px 0px 0px 40px;
}

body#home div.text p {
font-size:12px;
margin-top:2px;
}
body#home #pow #contentpow_title {
text-transform:capitalize;
font-size:15px;
}
body#home #slide {

}
body#home #pow #contentpow_title #title2 {
color:#00015e;
}

/* Contact Us
--------------*/

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}

/* Listings
------------*/
body.listing .property .property_bg_even {
height:182px;
overflow:hidden;
padding:0px 0 0px 10px;
}
body.listing .property .property_bg_even .details{
background:#CDCDCD  none repeat scroll 0 0;
}
body.listing .property .property_bg_odd {
height:182px;
overflow:hidden;
padding:0px 0 0px 10px;
}
body.listing .property .property_bg_odd  .details{
background:#DFDFDF none repeat scroll 0 0;
}
body.staff .property .property_bg_even {
background:#CDCDCD  none repeat scroll 0 0;
height:182px;
overflow:hidden;
padding:0px 0 0px 10px;
}
body.staff .property .property_bg_odd {
background:#DFDFDF none repeat scroll 0 0;
height:182px;
overflow:hidden;
padding:0px 0 0px 10px;
}
body.staff #bedbathcar {
color:#00015E;
float:left;
margin-top:25px;
}
body.staff #bedbathcar p {
color:#00015E;
display:inline;
}
body.staff #bedbathcar img {
padding:1px 7px 0 3px;
vertical-align:top;
}
body.staff #more {
color:#FF6600;
float:right;
margin-top:25px;
}
body.listing .property {
padding: 10px 0;
clear: both;
overflow: hidden;
}

body.staff .property {
padding: 10px 0;
clear: both;
overflow: hidden;
}
body.staff .property .image {
border:1px solid #FFFFFF;
display:block;
float:left;
margin-right:8px;
}
body.staff .property .details {
border:1px solid #FFFFFF;
float:left;
min-height:160px;
padding:10px;
width:510px;
}
body.listing .property .image {
display: block;
float: left;
margin-right: 8px;
border: 1px solid #fff;
}

body.listing .property .details {
border:1px solid #FFFFFF;
float:left;
height:160px;
padding:10px;
width:510px;
}

body.listing .property .features {
float: left;
font-weight: bold;
color: #F2891C;
}


body.listing .property .features img {
margin-right: 7px;
vertical-align: bottom;
}

body.buy .property .features img {
margin-right: 7px;
vertical-align: bottom;
}

body.listing .property .details h2 {
font-size: 1.2em;
color:#00015E;
font-weight:100;
text-transform:uppercase;
}


body.listing .property .details h3 {
font-size: 1em;
margin-bottom: 10px;
font-weight:100;
color:#FF6600;
text-transform:uppercase;
}

body.listing .property .details p {
margin-bottom: 0 !important;
}

body.listing .property .price {
text-align: right;
}

body.listing #filter {
height: 40px;
padding: 10px;
margin-bottom: 5px;
background-color: #FADBBC;
}

body.listing #filter label {
float: none;
display: block;
width: auto;
font-size: 0.9em;
font-weight: bold;
}

body.listing #filter select {
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 {
margin-top: 15px;
}

body.listing p.pagebar {
font-size: 0.9em;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

body.listing p.order, body.listing p.saveSearch {
display:inline;
}

body.listing p.order {
width:660px;
float:left;
}

body.listing #more {
float:right;
margin-top:25px;
color:#FF6600;
}

body.listing #bedbathcar {
float:left;
margin-top:25px;
color:#00015E;
}

body.listing #bedbathcar p {
display:inline;
color:#00015E;
}

body.listing #bedbathcar img {
padding:0px 5px 0px 3px;
vertical-align:top;
}

body.listing #topLinks img {
vertical-align:top;
}

/* Property detail
-------------------*/

body.detail #extradetails .images p {
font-weight: bold;
font-size: 0.8em;
}
body.detail #content #detail_right_office #sendmail {
padding-left:15px;
}

body.detail #extradetails dl dt {
font-weight: bold;
}

body.detail #content h2 {
padding: 3px 0;
margin-bottom: 5px;
font-size: 1.2em;
color: #00015e;
font-weight:normal;
}

body.brochure #content h2 {
color:#FF6600;
font-weight:normal;
width:100%;
}


body.detail #content p#description{
margin-bottom:25px;
}

body.detail #content #detail_right{
border-bottom:2px solid #E0E0E0;
overflow:hidden;
padding-bottom:20px;
margin-bottom:7px;
}

body.detail #content #detail_right_office{
border:none;
}

body.detail #content #detail_right dl.agentdetails{
clear:both;
overflow:hidden;
}

body.detail #content h1{
margin-bottom:25px;
}

body.detail #content p#back{
margin-bottom:40px;
}

body.detail #content #detail_right dl.agentdetails dd{
float:left;
margin-right:15px;
}

body.detail #content #detail_right_office dl.officedetails dd{
margin-bottom:10px;
}

body.detail #content h2.section {
clear:both;
}

body.detail #content h2#add{
color:#ff6600;
margin-bottom:15px;
clear:both;
}

body.detail #content h2#heading{
float:left;
color:#ff6600;
text-transform:capitalize;
margin-right:5px;
margin-bottom:0;
}

body.detail #content h2#method{
float:left;
margin-right:5px;
margin-bottom:0;
}

body.detail #content h3#method{
float:left;
padding:4px 0;
margin-bottom:0;
}

body.detail #content .price {
float:left;
color:#FF6600;
}

body.detail #content .price h3{
font-size:1.2em;
font-weight:normal;
padding-top:4px;
}

body.detail #content h3 {
font-size: 1em;
font-weight:normal;
}

body.detail #content ul {
margin-bottom: 15px;
list-style-type: none;
list-style-position: outside;
}

body.detail #content ul#toolslist {
margin-top:10px;
overflow:hidden;
margin-bottom:25px;
padding-left:19px;
}

body.detail #content ul#toolslist li {
float:left;
padding:4px 0;
width:180px;
}

body.detail #content #detail_right ul{
margin:0px;
}

body.detail #content ul#toolslist li a{
text-transform:capitalize;
}

body.detail #content ul#outgoingslist,
body.detail #content ul#features {
list-style-position: inside;
list-style-type: square;
}

body.detail #addressbar {
height: 40px;
clear: both;
}
body.brochure #addressbar #bedBathCar {
float:right;
color:#00015E;
}

body.detail #addressbar h1 {
float: left;
padding-right:244px;
}

body.brochure #addressbar h1 {
float: left;
font-weight:bold;
padding-right:0px;

}
body.brochure #header {
height:110px;
}

body.brochure #content h1 {
color:#FF6600;
margin-bottom:15px !important;
font-weight:normal;
}

body.detail  #bedbathcar div {
font-weight: bold;
margin-top: 4px;
}

body.detail #bedbathcar {
border-bottom:2px solid #E0E0E0;
clear:both;
overflow:hidden;
width:453px;
padding-left:10px;
}

body.detail #bedbathcar p{
float:left;
margin-right:7px;
color:#00015e;
}

body.detail #bedbathcar p img{
margin:0 3px  0 0px;
width:auto!important;
vertical-align:middle;
}

body.detail #addressbar div h2 {
border: none;
color: #666666;
}

body.detail #addressbar img {
vertical-align: middle;
margin: 0 2px 0 10px;
} 

body.detail #propertydetails {
width: 302px;
float: right;
margin-bottom: 20px;
}

body.detail #extradetails {
width: 453px;
float: left;
margin-bottom: 20px;
}

body.detail #extradetails #googlemap img{
width:auto;
}
body.detail #extradetails img {
width: auto;
margin-right: 1px;
margin-bottom: 1px;
display: block;
float: left;
}

body.detail #extradetails img#mainimage {
width: 453px;
display: block;
}
body.brochure #extradetails img#mainimage {
width:238px;
}

body.detail #extradetails .images p {
text-align: center;
clear: both;
}

body.detail #extradetails .images{
margin-bottom:10px;
overflow:hidden;
}

body.detail #extradetails dl {
margin-bottom: 10px;
clear: both;
}

body.detail dl.agentdetails img {
width: auto !important;
margin-right: 10px !important;
}

/* 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;
background-color:#FFFFFF;
}			
body.brochure #content {
background-image: none !important;
float: none !important;
padding:0px;
}
body.brochure #header {
background-image: none;
}
body.brochure #propertydetails {
float:left;
margin-right:20px;
padding-top:7px;
width:322px;

}
body.brochure #extradetails img {
display: block;
margin: 0 2px 2px 0;
width:118px;
}
body.brochure #extradetails {
margin-top:10px;
width:240px;

}

	
/* Staff 
---------*/
body#staff dl.staffmember {
border-bottom:1px solid #DDDDDD;
float:left;
height:90px;
overflow:hidden;
padding:15px 0px;
width:50%;
}
body#staff #content {
width:803px !important;
}


body#staff dl {
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 #666666;
}

body#staff dl dd.position {
margin-bottom: 5px;
font-weight: bold;
}

body#staff dl dd.contact {
margin-bottom: 5px;
font-weight: bold;
font-size:12px;
}

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;
font-size:12px;
}

/* Slideshow
-------------*/

.slideshow {
background:transparent none repeat scroll 0 0;
}
body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;

}

body.slideshow #header {
background-image:none;
border-bottom:4px solid #999999;
height:auto;
margin-bottom:3px;
width:100%;
}

body.slideshow #header img {
display:block;
float:left;
margin:0 auto;
padding-bottom:2px;
width:auto;
}

body.slideshow table img {
display: block;
width: auto;
margin: 10px 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;
border-bottom:4px solid #999999;
height:auto;
}

html.popup #header img {
float: none;
padding-bottom:8px;
}

/* 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: 12px;
}

body.news #sub-section p {
font-size: 0.9em;
text-align: right;
}
body.news  #main #content{
padding-right:0px;
}
body.newarchive #main #content{
width:830px !important;
}
body.news #sub-section{
padding-top:30px;
}
/* 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;
font-size:.9em;
}

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: 4px 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;
}
/*slide*/
#slide {
height:126px;
overflow:hidden;

background:#E0E0E0;
}

/*email */
#emailagent #header
{
	background-color:#FFFFFF;
	border:none;
	height:auto;
	border-bottom:4px solid #999999;
}

#emailagent #content {
float:left;
padding:30px 0 30px 26px;
width:556px;
}
body#contact-us #main #content {
padding:30px 0px 30px 88px;
width:640px;
}

body#contact-us #main #sub-section {
padding-right:45px;
padding-top:72px;
}

body#contact-us form textarea,body#contact-us form input {
width:414px;
}
body#saveitem #content {
width:510px;
}

.nonte{ 
text-align:right;
}
body.detail #content h2 {
font-size:1.1em;
}
body.slideshow  {
overflow:hidden;
}
body.listing .property .details h3 {
font-size:1.3em;
font-weight:normal;
text-transform:none;
}
body.listing #bedbathcar img {
padding:1px 7px 0 3px;
vertical-align:top;
}
body#saveitem #content {
padding-left:50px;
}
#menu ul.menu{

}
.container {
overflow:hidden;
}
#footer .container {
padding-top:20px;
}
body.news #main #content .newsitem{
border-bottom:1px dashed #BFBFBF;
margin-bottom:10px;
padding-bottom:10px;
}
body.news #main #content .newsitem p.text{
text-align:right;
}

body.latest #content {
width:670px;
margin-right:10px;
}
body.latest #sub-section {
float:left;
}
body.alert #content #loginbox .submit .button {
}
body.alert #content #registerbox {
border:1px solid #ccc;
}
body.news #content ul {
font-size:0.9em;
}
