/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html, #wrap {height: 100%;}
#wrap {width: 952px;margin: 0 auto;}
#footer {clear: both; text-align: right; padding-bottom:20px;}
#header { height:146px; width:951px; background-color:#FFFFFF; border-right:1px solid #b1b1b1;}

body, html {
background-color: #1F234D;
}

#wrap,
#footer {
}

#main {
}

#menu {
float:left;
position:relative;
z-index:99;

}

/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both; background:#fff; width:946px; border-left:1px solid #B1B1B1; 
border-right:1px solid #B1B1B1; float:left; 
padding:0px 2px;}
#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 {
background-image: none;
background-color: #fff;
}

/* Header
----------*/
#header img {
display: block;
float: right;
}

/* Menu
---------*/

.menu {

margin: 0 auto;
background-image: url(/img/bg_menu.jpg);
background-repeat: repeat-x;
}

.menu a {
padding: 7px 15px 5px;
}

.menu li {
padding: 6px 0 5px;
}

.menu li li {
padding: 0;
}

.menu li li a {
padding: 4px 15px;
display: block;
width: 130px;
}
body#home #menu li#home a{
background-color: #3D6A9A;
}
body.property #menu li#proList a{
background-color: #3D6A9A;
}
body.property #menu li#proList li a{
background-color: #1F234D;
}
body.property #menu li#proList li a:hover{
background-color: #3D6A9A;
}

body.buy #menu li#buyList a{
background-color: #3D6A9A;
}
body.buy #menu li#buyList li a{
background-color: #1F234D;
}
body.buy #menu li#buyList li a:hover{
background-color: #3D6A9A;
}

body.rent  #menu li#rentList a{
background-color: #3D6A9A;
}
body.rent  #menu li#rentList li a{
background-color: #1F234D;
}
body.rent  #menu li#rentList li a:hover{
background-color: #3D6A9A;
}
body.contact_us #menu li#contactList a{
background-color: #3D6A9A;
}
body.tenant #menu li#tenantList a{
background-color: #3D6A9A;
}
body.tenant #menu li#tenantList li a{
background-color: #1F234D;
}
body.tenant #menu li#tenantList li a:hover{
background-color: #3D6A9A;
}
body.about #menu li#aboutList a{
background-color: #3D6A9A;
}
body.about #menu li#aboutList li a{
background-color: #1F234D;
}
body.about #menu li#aboutList li a:hover{
background-color: #3D6A9A;
}



/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #22243d;
}

p, div.text {
font-size: 1em;
}

div.text {
margin-bottom: 10px;
}

ul {
list-style-type: circle;
list-style-position: inside;
}

ol{
list-style-type: decimal;
list-style-position: inside;
}

h1 {
font-size: 13px;
margin-bottom: 15px;
color:#2E3259;
}

h2 {
font-size: 1.1em;
margin-bottom: 0px;
}

h3 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #22243d;
font-weight: bold;
}

a:link,
a:visited {
color: #0E4683;
}

a:hover {
color: #0E4683;
}

#footer p {
font-size: 0.9em;
padding-right:10px;
}

#footer,
#footer a:link,
#footer a:visited {

}

#footer a:hover {
color: #f2891c;
padding-right:5px;
padding-left:5px;
}

/* Header
----------*/

#header img#logo {
float: left;
border-left:1px solid #B1B1B1;
}
#header #header_flash {
width:952px;
}

/* Dropdown menu
-----------------*/

.menu a {
border-right: 1px solid #BCCCDD;
font-weight: bold;
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 a:hover {
color: #FFF;
background-color: #3D6A9A;
}

.menu li li a {
border: none;
text-transform: capitalize;
background-color:#1F234D;
width:150px;
}

.menu li#aboutList li a {
width:75px;
}

.menu li#tenantList li a {
width:140px;
}

.menu li#home{
width:81px;
}

.menu li#home a {
padding-left:25px;
padding-right:23px;
}

.menu li#proList {
width:158px;
}

.menu li#proList a {
padding-left:17px;
padding-right:17px;
}

.menu li#buyList {
width:118px;
}

.menu li#buyList a {
padding-left:22px;
padding-right:18px;
}

.menu li#rentList{
width:83px;
}

.menu li#rentList a {
padding-left:18px;
padding-right:18px;
}

.menu li#contactList{
width:97px;
}

.menu li#contactList a {
padding-left:18px;
padding-right:19px;
}

.menu li#tenantList {
width:79px;
}

.menu li#tenantList a {
padding-left:17px;
padding-right:16px;
}

.menu li#aboutList{
width:94px;
}

.menu li#aboutList a {
padding-left:19px;
padding-right:25px;
}

.menu li#aboutList li a {
padding-left:19px;
padding-right:0px;
}

/*transparent menu*/
.menu ul{
  padding:0px !important;
  margin-left:0px;
  margin-top:0px; 
  border-top:0px solid #FFFFFF; 
}

/* 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;
padding: 2px 10px !important;
cursor: pointer;
background-color: #3D6A9A;
border: none;
color: #fff;
}

form em span,
form .required {
color: #B90000;
font-weight: bold;
}


/* Dynamic text
----------------*/

#content img#dyn-heading-img {
display: block;
margin-bottom: 15px;
}

body.dynamic #sub-section {
display:none;
}

#content img#dyn-img1 {
float: right;
margin: 0 0 10px 20px;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#sub-section img#dyn-img2 {
margin-bottom: 10px;
display: block;
}
body.dynamic_page #content {
padding:0px 23px 20px 20px;
width:666px;
}
body.dynamic_page #sub-section {
display:none;
}
img#img_dy {
float:left;
}
img#top_dynamic {
padding-bottom:4px;
}
#dynamic_content {
width:709px;
float:left;
}
body.tenant form fieldset#submit {
margin:0px;
}
body.dynamic #content {
padding:0px 23px 0px 20px;
}
body.dynamic #content form input {
width:400px;
}
}

/* 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 #sub-section form#quicksearch {
padding-left: 5px;
}

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;
margin-right: 0;
}

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 5px 0 0;
}

body#home #home_right {
float:left;
width:235px;
background-image:url(/img/home_right.jpg);
background-repeat:no-repeat;
height:558px;
margin-left:2px;
color:#1F234D;
}
body#home #home_slide {
width:709px;
height:240px;
margin-bottom:22px;
}
body#home #home_left {
float:left;
width:709px;
}
body#home #main {
float:left;
padding-top:1px;
}

body#home #pow_0 {
float:left;
width:235px;
margin-top:1px;
background-color: #D5D6D8;
height:268px;
}

body#home #pow_1 {
float:left;
margin-left:2px;
width:235px;
margin-top:1px;
background-color: #D5D6D8;
height:268px;
}

body#home #pow_2 {
float:left;
margin-left:2px;
width:235px;
margin-top:1px;
background-color: #D5D6D8;
height:268px;
}

body#home #picture img {
height : 153px;
}
body#home #suburb {
padding : 0 6px 0 6px;
font-weight : bold;
text-transform : uppercase;
}
body#home #price {
padding : 0 6px 0 6px;
font-weight : bold;
}
body#home #des {
padding : 6px 5px 0 6px;
font-weight: normal;
text-align: left;
font-size:11px;
float:left;
}

body#home #more {
padding-left:6px;
font-weight: normal;
text-align: left;
font-size:11px;
float:left;
}

body#home #more a {
color:#1F234D;
text-decoration:none;
}
body#home #picture img{
border-bottom:1px solid #fff;
}
body#home .pow {
color:#1F234D;
}
body#home #home_right #rec {
margin:0pt auto;
margin-top:91px;
text-align:center;
width:180px;
padding-bottom:10px;
}
body#home #home_right #btn_reg {
padding-left:19px;
}
body#home #home_right #addr {
font-size:11px;
padding-bottom:10px;
padding-left:13px;
padding-top:60px;
}
body#home #home_right #addr a:link, body#home #home_right #addr a:visited {
color:#1F234D;
}

body#home #home_right #addr span {
display: block;
margin: 0 0 3px 0;
}
body#home #home_right #addr label {
font-weight:bold;
font-size:12px;
display: block;
float: left;
width: 45px;
}
body#home #home_right #btn_log {
}
body#home #home_right #btn_pro {
padding-bottom:10px;
padding-left:22px;
padding-top:53px;
}
body#home #home_right #btn_un {
padding-bottom:10px;
padding-left:22px;
}
body#home #home_right #btn_fut {
padding-bottom:10px;
padding-left:22px;
}
body#home #home_right #btn_ho {
padding-bottom:10px;
padding-left:22px;
}

/* 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;
}

/* Contact Us
--------------*/

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}

body.contact_us #content {
padding:0px 0px 0px 20px;
width:490px;
}
body.contact_us #sub-section {
float:right;
padding:37px 21px 0px 0px;
width:157px;
}

/* Listings
------------*/

body.listing .property {
padding: 4px 0pt 4px 0px;
clear: both;
overflow: hidden;
border-bottom: 2px solid #1F234D;
width:890px;
margin-left:24px;
background-image:url(/img/bg_listing.jpg);
background-repeat: no-repeat;
}

body.listing .property .image {
display: block;
float: left;
margin-right: 15px;
border: 2px solid #333333;
}

body.listing .property .details {
width: 612px;
float: right;
margin-top:7px;
}

body.listing .mainTitle {
float:left;
width:375px;
}

body.listing .property .details .mainTitle h2 {
font-size: 14px;
color:#104784;
}

body.listing .property .details .mainHeading h2 {
font-size: 14px;
color:#4880BC;
}

body.listing .property .features {
color:#104784;
float:left;
font-size:14px;
font-weight:bold;
}

body.listing .property .features img {
margin-right: 5px;
padding-left:20px;
}
body.listing .property .features img#bed {
padding-left:0px;
}

body.listing .property .details h2 {
font-size: 1.2em;
font-style: normal;
}

body.listing .property .details h3 {
font-size: 1em;
margin-bottom: 2px;
font-style: italic;
}

body.listing .property .details p {
margin-bottom: 18 !important;
margin-top:15px;
width:500px;
}

body.listing #content a:link, body.listing #content a:visited {
color:#104784;
text-decoration:none;
} 

body.listing .viewproperty {
padding-bottom:15px;
}

body.listing .property .price {
text-align: right;
color:#104784;
}

body.listing #filter {
height: 47px;
padding: 10px 10px 10px 16px;
margin-bottom: 0px;
background-color: #C2D0DF;
width:874px;
margin-left:24px;
}

body.listing #content p.pagebar {
padding: 20px 0px 10px 0px;
margin-bottom: 0px;
}

body.listing #page_bar {
border-bottom: 2px solid #1F234D;
padding: 0px;
width: 900px;
margin-left:24px;
}

body.listing #filter label {
float: none;
display: block;
width: auto;
font-size: 0.9em;
font-weight: bold;
color:#104784;
}

body.listing #filter select {
width: 92px;
display: block;
font-size: 0.9em;
color:#666666;
border:1px solid #7C7F82;
padding:1px;
}

#filter select option {
text-transform: capitalize;
}

body.listing #filter p {
clear: none;
float: left;
margin-right: 14px;
}

/*width: auto;
padding: 2px 10px;
cursor: pointer;
background-color: #F2891C;
border: none;
color: #fff;
font-size: 0.9em;
font-weight: bold;*/

body.listing #filter fieldset {
text-align: left;
float:left;
}

body.listing #filter fieldset#submit input {
background-image:url(/img/search.jpg);
background-repeat:no-repeat;
height:22px;
margin-top:17px;
width:95px !important;
margin-left:0px;
}

body.listing #filter #save_search {
height:22px;
margin-top:17px;
width:95px !important;
margin-left:15px;
float:left;
}

body.listing #filter #print {
height:22px;
margin-top:16px;
width:123px !important;
margin-left:15px;
float:left;
}

body.listing p.pagebar {
font-size: 0.9em;
padding-top: 10px;
padding-bottom: 5px;
text-align: right;
}

body.listing #page_top {
margin-top:0p;
margin-left:0px;
}

body.listing #content {
padding-top:0px;
padding-left:0px;
padding-right:0px;
}

body.listing #content #page_heading {
text-transform:uppercase;
color:#1F234D;
margin:0px 0px 22px 10px;
height:15px;
font-weight:bold;
width:330px;
border-bottom:1px solid #1F234D;

}

body.listing #content .pagebar a:link, body.listing #content .pagebar a:visited, body.listing #content .pagebar a:hover {
color:#01438C;
text-decoration:underline;
}

body.listing #sub-section {
display:none;
}

/* Property detail
-------------------*/

body.detail #extradetails .images p {
font-weight: bold;
font-size: 0.8em;
}

body.detail #extradetails dl dt {
font-weight: bold;
color:#104784;
}

body.detail #content h2 {
padding: 3px 0;
margin-bottom: 5px;
font-size: 1em;
color: #104784;
text-transform:uppercase;
}

body.detail #content #propertydetails h2 {
padding: 5px 0;
margin-bottom: 5px;
font-size: 1.2em;
color: #104784;
text-transform: capitalize;
}

body.detail #content #extradetails h2 {
padding: 5px 0 10px;
font-size: 1em;
color: #104784;
text-transform: uppercase;
}

body.detail #content #main_heading h2 {
padding: 5px 0;
margin-bottom: 5px;
font-size: 1.2em;
color: #104784;
text-transform: capitalize;
}
body.detail #content #extradetails #n_strong {
padding-right:10px;
float:left;
width:60px;

}

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 {
float:left;
width:185px;
}

body.detail .price {
float:right;
text-align:right;
padding-right:25px;
width:150px;
}

body.detail .features {
float:left;
color:#104784;
font-weight:bold;
padding-top:1px;
padding-bottom:2px;
width:362PX;
}

body.detail .features img#bed {
padding:0px;
} 

body.detail .features img {
padding-left:20px;
}

body.detail #addressbar h1 {
float: left;
}

body.detail #addressbar div {
float: right;
font-weight: bold;
margin-top: 9px;
}

body.detail #addressbar div h2 {
border: none;
color: #22243D;
}

body.detail #addressbar img {
vertical-align: middle;
margin: 0 2px 0 10px;
} 

body.detail #propertydetails {
width: 378px;
float: left;
height:160px;
overflow:auto;
}

body.detail #extradetails img {
width: 118px;
margin-right: 2px;
margin-bottom: 2px;
display: block;
float: left;
border: 1px solid #22243D;
}

body.detail .images img#mainimage {
display: block;
width : 379px;
height : 284px;
float : left;
border-right : 1px solid #1F234D;
border-bottom : 1px solid #1F234D;
}
body.detail .images img#smallimage {
width : 130px;
height : 94px;
float : left;
border-bottom : 1px solid #1F234D;
}

body.detail #extradetails .images p {
text-align: center;
clear: both;
}

body.detail #extradetails dl {
margin-bottom: 10px;
float:left;
padding-right:20px;
width:190px;
}


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;
}
body.detail #content {
padding-left:0px;
padding-right:0px;
padding-top:0px;
}
body.detail #sub-section {
display:none;
}
body.detail #content #page_heading {
border-bottom:1px solid #1F234D;
color:#1F234D;
font-weight:bold;
height:15px;
margin:10px 0px 22px 10px;
text-transform:uppercase;
width:330px;
}

body.detail #content #top_detail {
width:916px;
border:2px solid #1F234D;
overflow:hidden;
margin-left:11px;
}

body.detail #content #top_detail .images {
width:510px;
float:left;
border-right:1px solid #1F234D;
}

body.detail #content #top_detail #right_top_detail{
width:362px;
float:left;
padding-left:15px;
padding-top:10px;
}



body.detail #description {
width:355px;

}

body.detail #tool {
width:910px;
background:#1F234D;
border:1px solid #686B87;
margin-left:11px;
margin-top:5px;
margin-bottom:15px;
padding:3px 5px;
float:left;
}
body.detail #tool ul li {
float:left;
height:32px;
margin-bottom:1px;
margin-right:1px;

}


body.detail #extradetails {
width:922px;
margin-left:11px;
overflow:hidden;
color:#000000;
float:left;
}

body.detail #extradetails a {
color:#104784;
text-decoration:none;
}

body.detail #property_info {
width:244px;
float:left;
padding-left:2px;
}

body.detail #officedetails {
width:206px;
float:left;
padding-left:14px;
}

body.detail #agent_detail {
width:444px;
float:left;
padding-left:12px;
}

body.detail #main_heading {
float:left;
}

/* 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%;
border:none;
}
body.brochure #main {
background-image: none !important;
border:none;
padding:0px;
width:574px;
padding-left:10px;
}			
body.brochure #content {
background-image: none !important;
float: none !important;
padding:0px;
}
body.brochure #header {
background-image: none;
border:none;
width:584px;
height:143px;
}
body.brochure #propertydetails {
width: 300px;
}
body.brochure  #description {
width:300px;
}
body.brochure #extradetails img {
display: block;
float: left;
margin: 0 2px 2px 0;
}
body.brochure #extradetails {
width: 247px;
float:right;
}

body.brochure #header img {
float:none;
padding-left:11px;
}
body.brochure #propertydetails  {
height:auto;
}
body.brochure #addressbar {
width:568px;
float:left;
color:#104784;
}
body.brochure #propertydetails {
overflow:visible
} 
	
/* Staff 
---------*/

body#staff dl {
border:2px solid #1F234D;
clear:both;
margin-bottom:10px;
overflow:hidden;
padding:10px;
color:#3D6A9A;
}
body#staff dl a {
color:#B6B8BC;
}

body#staff dl dt.name {
font-weight: bold;
font-size: 1.2em;
}

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;
}
body#staff #content {
margin:0px 0px;
padding:0px 23px 20px 20px;
float:left;
width:666px;
}
body#staff.profile #content img#page_top {
border:none;
}  
body#staff.profile #content  {
margin:0px;
padding:0px;
width:946px;
}
body#staff.profile #content_person {
float:left;
padding:0px 20px;
}
p#pro {
padding-left:8px;
}

/* Slideshow
-------------*/
html.slide_show {
background:#fff;
}
body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
height:auto;
}

body.slideshow #header {
background-image: none;
height:134px;		
padding:0px;
margin-bottom:5px;
width:auto;
border:none !important;
}

body.slideshow #header img {
float: none;
display: block;
width: auto;
margin: 0 auto;
}

body.slideshow #header #title h1{
margin-bottom:13px;
}


body.slideshow table img {
display: block;
width: auto;
margin: 3px 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 {
border:none;
height:134px;
padding-bottom:10px;
}

html.popup #header img {
padding-left:20px;
float:none;

}

/* News
--------*/
body.news #sub-section dl {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 4px;
margin-bottom: 4px;
}
body.news #sub-section dl dt {
font-weight: bold;
}

body.news #sub-section dl dd {
font-size: 0.9em;
}

body.news #sub-section p {
font-size: 0.9em;
text-align: right;
}

body.news #content {
padding:0px 0px 0px 20px;
width:490px;
}
body.news #sub-section {
float:right;
padding:37px 21px 0px 0px;
width:157px;
}
/* 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;
}

body.suburbProfiles #content {
padding:0px 0px 0px 20px;
width:540px;
}
body.suburbProfiles #sub-section {
float:right;
padding:37px 21px 0px 0px;
width:106px;
}

/* 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;
}

body.testimonials #content {
padding:0px 23px 0px 20px;
}
body.testimonials #sub-section {
float:none;
}

/* 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;
}

body.doclibrary #content {
padding:0px 23px 0px 20px;
}

/* 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 p {
text-align:justify;
}

body.alert #content #alertmenu .last {
border: none;
}

body.alert #content #alertmenu a:link,
body.alert #content #alertmenu a:visited {
text-decoration: none;
}

body.alert #sub-section {
display: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,
body.alert #content form select, body.alert #content form input  {
width: 200px;
}

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;
text-align:justify;
}

body.alert #content form fieldset {
display: block;
}

body.alert #content form fieldset.submit {
border: none;
padding: 0;
text-align: right ;
}

body.alert #content form fieldset.submit p{
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;
border:1px solid #1F234D;
}

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;
border:none;
}

body.alert #content #loginbox fieldset.submit p {
font-size: 0.9em;
}

body.alert #content #registerbox {
border: 1px solid #1F234D;
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;
}

body.alert #content {
padding:0px 23px 0px 20px;
}

/* rentList */
body.rentlist, html.rent_list {
background-color:#cccccc;
}
body.rentlist #wrap {
width:615px !important;
margin:0 auto;
background-color:#FFFFFF;
height:auto;
}
body.rentlist .property {
border:none;
padding:10px;
margin:0px;
width:595px;
height:auto;
padding-bottom:20px;
border-bottom:1px solid #1F234D;
}
body.rentlist .mainTitle {
width:300px;
}
body.rentlist .property .features {
display: block;
float: none;
margin: 5px 0;
}
body.rentlist .property .details {
float:left;
width:425px;
margin:0px;
}
body.listing .property .details p  {
width:500px;
}
body.rentlist #page_heading {
border-bottom:1px solid #1F234D;
color:#1F234D;
font-weight:bold;
height:15px;
margin:10px 0px 10px 10px;
text-transform:uppercase;
width:330px;
}
body.rentlist .details p.des {
width:425px;
}
img#logo_print_rent {
padding-left:10px;
}
