/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html, #wrap {height: 100%;}
#wrap {
}
#footer {clear: both;padding: 10px 0 20px 0; text-align: center;}
#header {padding: 10 0px;overflow:hidden;}

body, html {
background:transparent url(/img/body_bg.gif) repeat-y scroll center 0%;
}

#wrap,
#footer {
}

#main {
}

#menu {
background: url(/img/menu_bg.gif) repeat-x;
height: 34px;
}

/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both;}
#content {

margin:0pt auto;
padding:15px 20px;
width:720px;
}

#sub-section {
width: 150px; float: 
right; padding: 15px 10px;
}
/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {
}

html.nocol #sub-section,
body.listing #sub-section,
body.detail #sub-section,
body#staff #sub-section {
display:none;
}

/* Pages without columns
-------------------------*/
html.nocol #main,
body.listing #main,
body.detail #main,
body#staff #main {
}

/* Dynamic page */
#main .container {
width:760px;
margin: 0pt auto;
}

/* Header
----------*/
#header {
margin: 0 auto;
background:url(/img/subpage_header_bg.gif) repeat-y center;
}

#header .container {
width:760px;
margin:0pt auto;
}

#header img {
display: block;
padding: 13px;
}

/* Menu
---------*/
.menu {
width: 762px;
margin: 0 auto;
/*border-left: 1px solid #aaa;
border-right: 1px solid #aaa;*/
}

.menu a {
padding: 8px 10.5px;
}

.menu li {
padding:1px 0px;
}

.menu li li {
padding: 0;
}

.menu li li a {
padding: 4px 15px;
display: block;
width: 130px;
}

/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Verdana, Helvetica, sans-serif;
color: #4E4E4E;
}

p {
font-size: 0.9em;
}

h1 {
font-size: 1.2em;
margin-bottom: 15px;
color: #4E4E4E;
}

h2 {
font-size: 1.1em;
margin-bottom: 3px;
}

h3 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #22243d;
font-weight: bold;
}

a:link,
a:visited {
color: #000;
text-decoration:underline;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#footer p {
font-size: 0.9em;
padding-bottom: 30px;
}

#footer {
color: #000;
width: 760px;
margin: 0 auto;
}
#footer a:hover,
#footer a:link,
#footer a:visited {
color: #000;
text-decoration: underline;
}

/* Header
----------*/

#header img#logo {
float: left;
}

/* Dropdown menu
-----------------*/

.menu a {
font-weight: normal;
text-transform: uppercase;
font-size: 0px;
border:0px;
margin:0px !important;
padding:0px !important;
}

.menu li.first a  {
}

.menu li li a {
border: none;
}

.menu li li.first a {
margin-top: 1px;
border: none;
}
.menu a:link,
.menu a:visited {
color: #fff;
text-decoration: none;
}

.menu a:hover {
color: #000;
background: #ff0;
}
.menu #homeList a,.menu #homeList a:visited{
	background-image:url(/img/btn_home.jpg);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	width:63px;
	height:32px;
	display:block;
}
.menu #homeList a:hover{
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
.menu #companyList a,.menu #companyList a:visited{
	background-image:url(/img/btn_company.jpg);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	width:124px;
	height:32px;
	display:block;
}
.menu #companyList a:hover{
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}

.menu #forsaleList a,.menu #forsaleList a:visited{
	background-image:url(/img/btn_forsale.jpg);
	background-repeat:no-repeat;
	padding:0px;
	width:74px;
	height:32px;
	display:block;
}
.menu #forsaleList a:hover{
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}

.menu #forleaseList a,.menu #forleaseList a:visited{
	background-image:url(/img/btn_forlease.jpg);
	background-repeat:no-repeat;
	padding:0px;
	margin-left:1px;
	width:83px;
	height:32px;
	display:block;
}
.menu #forleaseList a:hover{
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}

.menu #ourteamList a,.menu #ourteamList a:visited{
	background-image:url(/img/btn_ourteam.jpg);
	background-repeat:no-repeat;
	padding:0px;
	width:84px;
	height:32px;
	display:block;
}
.menu #ourteamList a:hover{
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}

.menu #trackList a,.menu #trackList a:visited{
	background-image:url(/img/btn_trackrecord.jpg);
	background-repeat:no-repeat;
	padding:0px;
	width:101px;
	height:32px;
	display:block;
}
.menu #trackList a:hover{
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}

.menu #assetList a,.menu #assetList a:visited{
	background-image:url(/img/btn_asset.jpg);
	background-repeat:no-repeat;
	padding:0px;
	width:140px;
	height:32px;
	display:block;
}
.menu #assetList a:hover{
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}

.menu #contactUsList a,.menu #contactUsList a:visited{
	background-image:url(/img/btn_contactus.jpg);
	background-repeat:no-repeat;
	padding:0px;
	margin-left:1px;
	width:93px;
	height:32px;
	display:block;
}
.menu #contactUsList a:hover{
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}

.menu li li a,.menu li li a:visited {
padding: 4px 15px !important;
width: 130px !important;
height:auto !important;
background-image:none !important;
border: none;
text-transform: none;
background-color: #333;
font-size:0.9em;
}
.menu li li a:hover{
color:#000!important;
background: #ff0;
filter:alpha(opacity=10);-moz-opacity:1.00;opacity:1.00;
}
/* 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: 250px;
}

form input.radio {
width: 30px;
}

form textarea {
font-family: verdana, 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-color: #000;
border: none;
font-size:1em;
color: #fff;
}

form em span,
form .required {
color: #B90000;
font-weight: bold;
}


/* Dynamic text
----------------*/

#content img#dyn-heading-img {
display: block;
margin-bottom: 15px;
}

#content img#dyn-img1 {
float: right;
margin: 0 0 10px 20px;
}

#sub-section img#dyn-img2 {
margin-bottom: 10px;
display: block;
}

/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}

/* quick search */
div.checkboxsearch {
background:#FFFFFF none repeat scroll 0% 50%;
border:1px solid #B5B5B5;
height:65px;
margin-bottom:10px;
overflow:auto;
text-transform:capitalize;
width:175px;
}

div.checkboxsearch p {
font-size:0.9em;
margin-bottom:0px !important;
padding:2px 0pt 0pt 2px;
}

div.checkboxsearch input {
margin-right:3px;
width:15px;
}

/* Home 
---------*/

body#home #quicklinks a span {display:block; text-indent:-9999px;}
body#home #quicklinks a:link,
body#home #quicklinks a:visited  {
float:left; 
display:block; 
width:124px; 
height:114px; 
background-repeat:no-repeat; 
background-position:left bottom;
padding-right:2px;
}
body#home #quicklinks a:hover {background-position:left top;}

body#home #quicklinks a.ql-videos {background-image:url(/img/ql_video.gif);}
body#home #quicklinks a.ql-projects {background-image:url(/img/ql_projects.gif);}
body#home #quicklinks a.ql-finance {background-image:url(/img/ql_finance.gif);}
body#home #quicklinks a.ql-press {background-image:url(/img/ql_press.gif);}
body#home #quicklinks a.ql-emag {background-image:url(/img/ql_emag.gif);}
body#home #quicklinks a.ql-register {background-image:url(/img/ql_register.gif); padding-right:0; width:130px;}


body#home #quicklinks {margin:0 auto; width:760px;}
body#home #home-2008 {
display:block;
height:200px;
border-bottom: 1px solid #fff;
border-top: 1px solid #fff;
background-color:#d8d8d8;
text-align:center;
padding-top:10px;
}

body#home #header {
width: 760px;
margin: 0 auto;
background-image:none;
}

body#home #header img#logo {
float: left;
position:static;
}

body#home #home1 {
	background:#eeeeee;
	height:88px;
	display:block;
}

body#home #home2 {
	background:url(/img/home_bg_2.gif) repeat-y center;
	height:295px;
	display:block;
}

body#home #home3 {
	background:url(/img/home_bg_3.gif) repeat-y center;
	height:130px;
	display:block;
}

body#home #home4 {
	background:url(/img/home_bg_4.gif) repeat-y center;
	height:72px;
	display:block;
}

body#home #home5 {
	background:#eeeeee;
	height:79px;
	display:block;
}

body#home .container {
	width:760px;
	margin:0pt auto;
}

body#home #video_tour {
	padding:20px;
}

body#home #home2 #left {
	float:left;
	width:560px;
	overflow:hidden;
}

body#home #home2 #right {
	float:right;
	width:198px;
	overflow:hidden;
	font-size:0.9em;
}

body#home #sub-section form #submit input {
font-size: 0.9em;
font-weight: bold;
}

body#home #content img#dyn-img2 {
float: left;
margin: 0 20px 10px 0;
}

body#home #sub-section fieldset {
border: none;
padding: 0;
}

body#home #sub-section legend {
font-weight: bold;
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;
}

body#home #sub-section p {
margin-bottom: 5px;
}

body#home #sub-section select {
width: 140px;
font-size: 0.9em;
}

body#home #sub-section #qs_price select,
body#home #sub-section #qs_rent_price select {
width: 62px;
}

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: right;
padding: 0 8px 0 0;
}

body#home {
background: #eeeeee;
}

body#home #home2 #right form {
padding-bottom: 0px !important;
}

body#home #home2 #right #white_line {
width: 176px;
height: 1px;
background: #fff;
margin: 10px auto;
clear: both;
}

body#home #home2 #right form #quicksearch {
padding: 10px;
}

body#home #home2 #right form .titlesearch {
text-transform: uppercase;
color: #fff;
margin-bottom: 5px;
}

body#home #home2 #right form #quicksearch label {
padding-right: 0;
width: auto;
float: none;
display: inline;
color: #fff;
}

body#home #home2 #right form #quicksearch input {
width: 20px;
}

body#home #home2 #right form fieldset#submit {
text-align: left;
width: 75px;
margin: 0 0 5px 10px;
float: left;
}

body#home #home2 #right form #advsearch {
width: auto;
float: right;
display: inline;
margin-right: 10px;
margin-bottom: 15px;
}

body#home #home2 #right form #advsearch a {
color: #fff;
}

body#home #home2 #right form #quicksearch {
padding: 0 10px;
}

body#home #home2 #right form #quicksearch select#qs_property-type {
width: 176px;
font-size:0.9em;
}

body#home #home2 #right form #quicksearch p#qs_rent_price select#qs_rent_min-price,
body#home #home2 #right form #quicksearch p#qs_rent_price select#qs_rent_max-price,
body#home #home2 #right form #quicksearch p#qs_price select#qs_min-price,
body#home #home2 #right form #quicksearch p#qs_price select#qs_max-price,
body#home #home2 #right form #quicksearch p#qs_area  select#areafrom,
body#home #home2 #right form #quicksearch p#qs_area select#areato {
width: 87px;
font-size:0.9em;
}

body#home #home2 #right form #quicksearch p {
margin: 8px 0;
}

body#home #home2 #right form #quicksearch .checkboxsearch p {
margin: 0;
}

body#home #home2 #right form #quicksearch .checkboxsearch {
height: 50px;
}

body#home #home2 #right form#fastfind {
margin: 0 10px;
}

body#home #home2 #right form#fastfind input.qsinputbox {
width: 140px;
font-size:0.9em;
}

body#home #home2 #right form#fastfind input.button {
padding: 0;
background: #b5b5b5;
color: #000;
font-weight: bold;
}

body#home #home2 #right form select {
width: 160px;
}

body#home #home2 #right form fieldset#submit input {
background: #b5b5b5;
color: #000;
font-weight: bold;
}

body#home #home3 {
clear: both;
}

body#home #home3 #video_tour {
float: left;
}

body#home #home3 #video_tour img {
border: none;
}

body#home #home3 #wellcome {
width: 325px;
float: left;
padding: 10px;
}

body#home #home3 #wellcome h1 {
color: #000;
font-size: 1em;
}

body#home #home3 #wellcome p {
margin-bottom: 10px;
}

body#home #home3 #preferred {
width: 190px;
float: right;
padding-top: 10px;
}

body#home #home3 #preferred h2 {
text-align: right;
}

body#home #home3 #preferred img {
padding: 0 auto;
border: none;
}

body#home #home4 {

}

body#home #home4 .container {
padding: 10px 14px;
color: #fff;
line-height: 155%;
font-size:0.9em;
}

body#home #home4 a {
color: #000;
font-weight: bold;
}

body#home #home4 span.boldtext {
font-weight: bold;
color: #000;
padding-left:10px;
}

body#home #home5 #footer {
width: 345px;
}

/* Contact Us
--------------*/

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}

/* Listings
------------*/

body.listing #content {
background: #d1d1cf;
}

body.listing #content #searchorder {
color: #999;
float: left;
margin-bottom: 10px;
font-size:0.9em;
}

body.listing #content #searchorder a {
color: #000;
}

body.listing #content h1 {
color: #4E4E4E;
font-size:1.1em;
}

body.listing #cproperty {
width: auto;
float:left;
}

body.listing .dynamic {
margin-bottom : 10px;
}

body.listing .property {
padding: 10px 0;
margin-top: -1px;
overflow: hidden;
border-bottom: 1px solid #999;
border-top: 1px solid #999;
}

body.listing .property .image {
display: block;
float: left;

}

body.listing .property .details {
width: 522px;
float: right;
}

body.listing .property .features {
float: left;
font-weight: bold;
color: #2C64A7;
display: none;
}

body.listing .property .features img {
margin-right: 7px;
vertical-align: bottom;
}

body.listing .property .details h2 {
clear:both;

font-size: 1.1em;
font-weight:bold;
text-transform:uppercase;
padding-bottom: 8px;
}

body.listing .property .details h3 {
font-size: 0.9em;
margin-bottom: 2px;
font-weight:bold;
color:#333;
padding-bottom: 8px;

}

body.listing .property .details p {
margin-bottom: 0 !important;
color:#333;
font-size:0.9em;
}

body.listing.details a {
text-decoration: underline;
}

body.listing .property .price {
padding-bottom: 8px;
}

body.listing #partner {
clear: both;
padding-top: 10px;
width: 750px;
}

body.listing #partner p {
padding-top: 10px;
}

body.listing #filter {
height: 40px;
padding: 14px;
margin-bottom: 5px;
background-color: #999;
color:#000;
}

body.listing #filter label {
float: none;
display: block;
width: auto;
font-size: 0.9em;
font-weight: normal;
padding-bottom: 8px;
}

body.listing #filter select {
width: 90px;
display: block;
font-size: 0.9em;
margin-bottom: 12px;
}
body.listing #filter select#qs_min-price {
width: 83px;
display: block;
font-size: 0.9em;
}
body.listing #filter select#qs_max-price {
width: 83px;
display: block;
font-size: 0.9em;
}
body.listing #filter select#qs_bedrooms {
width: 70px;
display: block;
font-size: 0.9em;
}
body.listing #filter select#qs_suburb{
width: 135px;
display: block;
font-size: 0.9em;
}
body.listing #filter select#qs_property-type{
width: 90px;
display: block;
font-size: 0.9em;
}

body.listing #filter p {
clear: none;
float: left;
margin-right: 12px;
margin-bottom: 14px;
}


body.listing #filter input {
width: auto;
padding: 2px 10px;
margin-top: 22px;
cursor: pointer;
background-color: #000;
border: none;
color: #fff;
font-size: 0.9em;
font-weight: normal;
}

body.listing p.pagebar {
font-size: 0.9em;
padding-top: 10px;
text-align: left;
clear: both;

}

body.listing p.pagebar a:link {
color: #000;
}
body.listing #header img#logo{
	left:120px !important;
}
body.listing .l_address{
 float:left;
 width:300px;
}
body.listing .l_landSize{
float:right;
width:180px;
text-align:right;
}
/* Property detail
-------------------*/

body.detail #content {
background: #d1d1cf none repeat scroll 0%;
width: 720px;
overflow: hidden;
}

body.detail #extradetails .images p {
font-weight: bold;
font-size: 0.8em;

}

body.detail #extradetails dl dt {
font-weight: bold;
}

body.detail #content h2 {
padding: 4px 0px;
margin-bottom: 5px;
margin-left: 0px;
font-size: 1em;
font-style: normal;
font-weight: bold;
color: #000;
border-top: 0px solid #ddd;
border-bottom: 0px solid #ddd;
}

body.detail #content h3 {
font-size: 0.9em;
}

body.detail #content ul {
margin-bottom: 15px;
list-style-type: none;
list-style-position: outside;
}

body.detail #content ul#outgoingslist,
body.detail #content ul#investmentlist,
body.detail #content ul#features,
body.detail #content ul#inspectionslist {
list-style-position: inside;
list-style-type: square;
}

body.detail #addressbar {
height: 32px;
margin-bottom: 5px;
overflow: hidden;
}

body.detail #addressbar h1 {
float: left;
}
	
body.detail #content h2.section {
	font-size:0.9em;
}
body.detail #content h1{
	font-size:1.1em !important;
}
body.detail #addressbar h2 {
float: right;
font-weight: bold;
}

body.detail #addressbar img {
vertical-align: middle;
margin: 0 2px 0 10px;
} 

body.detail #propertydetails {
width: 400px;
float: right;
margin-bottom: 20px;
color:#333;
margin-top: 5px;
}
body.detail #propertydetails #infoform {
display: none;
}
body.detail #propertydetails ul#features li,
body.detail #propertydetails ul#overviewlist li,
body.detail #propertydetails ul#investmentlist li,
body.detail #propertydetails ul#outgoingslist li,
body.detail #propertydetails ul#inspectionslist li,
body.detail #propertydetails table td {
font-size : 0.9em;
}


body.detail #extradetails {
width: 300px;
float: left;
margin-top: 5px;
margin-bottom: 20px;
color: #fff;
line-height: 150%;
}

body.detail #extradetails img {
width: 146px;
margin-right: 4px;
margin-bottom: 4px;
display: block;
float: left;
border: 0px solid #22243D;
}

body.detail #extradetails img#mainimage {
width: 297px;
overflow: hidden;
display: block;
}

body.detail #extradetails .images p {
text-align: center;
clear: both;
}
html.brochure body.detail #extradetails h2.section{
	width:258px;
}
body.detail #extradetails h2.section {
background: #000;
color: #fff;
margin-bottom: 0;
padding-left: 10px;
font-weight: normal;
clear: both;
width: 287px;
}


body.detail #extradetails dl {
margin-bottom: 10px;
clear: both;
}

body.detail #extradetails dt {
color: #000;
}

body.detail #extradetails dl a {
color: #000;
}

body.detail #extradetails ul#toolslist li a {
color: #000;
text-align: left;
font-size:0.9em;
}


body.detail #extradetails ul#toolslist {
background: #a7a8a3;
padding: 10px;
width: 277px;
line-height: 220%;
}

body.detail #extradetails ul#toolslist img {
width: 24px;
padding-top: 4px;
}

body.detail #extradetails dl.officedetails {
background: #a7a8a3;
padding: 10px;
margin-bottom:0px;
font-size:0.9em;
width: 277px;
}
html.brochure body.detail #extradetails dl.officedetails, html.brochure body.detail #extradetails dl.agentdetails{
	width:248px;
}
body.detail #extradetails dl.officedetails dt {
color: #fff;
padding-bottom: 10px;
}
body.detail #extradetails dl.agentdetails {
background: #a7a8a3;
padding: 10px;
font-size : 0.9em;
width: 277px;
}

body.detail dl.agentdetails img {
width: auto !important;
margin-right: 10px !important;
}

body.detail #partner{
clear: both;
padding-top: 10px;
width: 750px;
}

body.detail #partner p{
padding-top: 10px;
}

body.detail #footer .publisher{
padding-top: 25px;
}

/* Property detail printfriendly
---------------------------------*/

html.brochure,
body.brochure {
background-image: none;
background-color: #fff;
}
body.brochure #wrap {
margin: 0 auto;
background-image: none;
background-color: #fff;
height: 100%;
}
body.brochure #main {
background-image: none !important;
}			
body.brochure #content {
margin: 0px auto;
padding-top: 0px;
padding-bottom: 0px;

background-image: none !important;
float: none !important;
width: 660px;
}

body.brochure #content #propertydetails{
width: 370px;
margin-top: 0px;
}

body.brochure #header {
background: #D1D1CF none repeat scroll 0% 50%;
width: 700px;
}
body.brochure #propertydetails {
width: 280px;
}
body.brochure #extradetails img {
display: block;
float: left;
margin: 0 2px 2px 0;
}
body.brochure #extradetails {
margin-top: 5px;
width: 270px;
}

body.brochure #extradetails .images img#mainimage{
width: 268px;
}

body.brochure #extradetails .images img{
width: 133px;
}

/* Slideshow
-------------*/

body.slideshow {
text-align: center;
background-image: none;
background-color: #D1D1CF none repeat scroll 0% 50%
}
html.slide {
	background:#d1d1cf;
}
body.slideshow #header {
margin-bottom: 10px;
background:none;
/*background-image: none;
background-color: #22243D;
border-bottom: 10px solid #EF8B13;*/
}
body.slideshow h1{
	font-size:1.1em !important;
}
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 {
text-align: left;
}

html.popup #header {
padding:20px;
background:none;
}
html.popup #content{
	width:550px;
}
html.popup #header img {
float: none;
}

/* News
--------*/

body.news #content .newsitem {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 4px;
margin-bottom: 10px;
}

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;
}
body.links .officeLogo{
 float:right;
 margin-left:10px;
}

/* Suburb Profiles
------------------*/

body.suburbProfiles #content .suburb {
overflow: hidden;
clear: both;
padding-bottom: 5px;
border-bottom: 1px dashed #BFBFBF;
margin-bottom: 15px;
}

body.suburbProfiles #content .suburb img {
float: left;
border: 1px solid #666;
margin: 0 10px 10px 0;
}

body.suburbProfiles #content .profile img {
float: right;
border: 1px solid #666;
margin: 0 0 10px 10px;
}

body.suburbProfiles #sub-section ul {
list-style-position: outside !important;
}

/* Testimonials
------------------*/

body.testimonials #content div.testimonial {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 10px;
margin-bottom: 10px;
}

body.testimonials #content div.testimonial .author {
text-align: right;
font-style: italic;
}

/* Auction list, OFI
----------------------*/

body.auction #content h2,
body.ofi #content h2 {
background-color: #bbb;
padding: 2px 0 2px 5px;
margin-bottom: 5px;
margin-top:20px;
}

body.auction #content dl,
body.ofi #content dl {
clear: both;
overflow: hidden;
padding: 3px 0;
margin-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}

body.auction #content dl.stripe,
body.ofi #content dl.stripe {
background-color: #ddd;
}

body.auction #content dt,
body.ofi #content dt {
width: 250px;
display: block;
float: left;
}

body.auction #content dd.time,
body.ofi #content dd.time {
font-weight: bold;
float: left;
width: 150px;
}

body.auction #content dd.venue {
float: left;
}
 
body.auction #content dd.link,
body.ofi #content dd.link {
float: right;
}

/* Careers
-------------- */

body .job {
margin-bottom: 15px;
}

body .job h2 {
background-color:#BBBBBB;
margin-bottom:5px;
padding:2px 0pt 2px 5px;
}
 
body .job h3 {
font-size: 1em;
float:right;
}

body .job dt {
float:right; margin-right:10px;
}

body .job dd {
margin-bottom:5px;
font-style:italic;
}
 
body .job dd.description,
body .job dd.content {
font-style:normal;
}

/* Document library
------------------------*/

body.doclibrary #content dl {
border-bottom: 1px dashed #bfbfbf;
padding-bottom: 4px;
margin-bottom: 4px;
font-size : 0.9em;
}
body.doclibrary #content dl dt {
font-weight: bold;
padding-bottom: 10px;
}
body.doclibrary #content dl dd {
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: #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;
}

body.alert #content #loginbox label,
body.alert #content #loginbox input {
width: 150px;
}
html.nocol body.alert #content #loginbox input {
width: 120px;
}

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;
}

body.alert #content #loginbox fieldset.submit p {
font-size: 0.9em;
width:255px;
}

body.alert #content #registerbox {
border: 1px solid #DDDDDD;
float: right;
text-align: center;
clear: right;
margin-left: 20px;
margin-bottom: 15px;
}

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;
}
/*dynamic */

body.dynamic_page #sub-section {
	float:left;
	padding-top:55px;	
}
body.dynamic_page #content {
	float:left;	
	width:540px;
}
body#contact_us.dynamic_page #wrap #main #content{
	width:520px;
}
body#contact_us.dynamic_page #wrap #main #sub-section {
	padding-top:50px;
	padding-left:20px;
}
body#contact_us.dynamic_page dl{
	margin-bottom:20px;
}
body#home .menu a{
	padding:8px 10.7px;
}
body#contact_us.dynamic_page #wrap #main #sub-section dd{
	font-size:0.9em;
}
/* Staff*/
body#staff dl {
margin-bottom : 10px;
padding-bottom : 10px;
border-bottom : 1px solid #ddd;
clear : both;
overflow : hidden;
font-size : 0.9em;
}
body#staff dl dt.photo img {
	border:1px solid #22243D;
	float:left;
	margin-right:15px;
}
body#staff dl dt.photo div {
width : 217px;
height : 80px;
float : left;
}
body#staff dl dt.name {
margin-bottom : 10px;
font-size : 1.1em;
font-weight : bold;
}
body#staff dl dd.position {
margin-bottom : 10px;
color : #000;
font-weight : bold;
text-transform : uppercase;
}
body#staff #content h1 {
font-size : 1.1em;
}