/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html, #wrap {height: 100%;}
#wrap {margin: 0 auto;}
#header {
	background-image: url(/img/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	overflow:hidden;
}

body {
	background-color: #215879;
	background-image: url(/img/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#wrap{
}
.container{
margin:0 auto;
width:770px;
}

#footer{
	clear: both;
	margin-bottom:10px;
	background-color: #215879;
	background-image: url(/img/wrap_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer #footerIcon{
	height:72px;
        font-size:0.9em;
}
#footer .container{
	background-image: url(/img/footer_container.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer #footerIcon .footerAddress{
float:left;
color:#6ea3c2;
width:172px;
padding-left:88px;
padding-top:30px;
}
#footer #footerIcon .footerMarket{
float:left;
color:#6ea3c2;
width:172px;
padding-top:30px;
padding-left:95px;
}
#footer #footerIcon .footerProperty{
float:left;
color:#6ea3c2;
width:150px;
padding-top:30px;
padding-left:93px;
}
#footer #footerIcon a{
color:#6ea3c2;
}
#main .container{
background-color:#d6ebf0;
}

#menu {
height:34px;
padding:1px 0px;
}
.clear_both{
clear:both;
padding:0px;
margin:0px;
font-size:0px;
}
/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both;}
#content {width: 540px; float: left; padding:25px;}
#sub-section {width: 150px; float: right; padding:25px;padding-left:0px;}
/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {width: auto;display: block;float: none;}

html.nocol #sub-section,
body.listing #sub-section,
body.detail #sub-section,
body#staff #sub-section {padding:0px;margin:0px;font-size:0px;}

/* Pages without columns
-------------------------*/


/* Header
----------*/
#header img {
display: block;
float: right;
}

/* Menu
---------*/

.menu {
width:770px;
margin: 0 auto;
}

.menu a {
padding: 0px;
}

.menu li {
padding:0px;
}

.menu li li {
padding: 0;
}

.menu li li a {
padding: 4px 15px;
display: block;
width: 150px;
}

/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #0f405d;
}

p {
font-size: 1em;
}

h1 {
font-size: 1.1em;
margin-bottom: 15px;
color:#397ba4;
text-transform:uppercase;
}

h2 {
font-size: 1.1em;
margin-bottom: 3px;
}

h3 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #397ba4;
font-weight: bold;
}

a:link,
a:visited {
color: #397ba4;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#footer p {
font-size: 0.8em;
text-align:right;
padding-top:3px;
padding-bottom:10px;
color: #0d364e;
}

#footer a:link,
#footer a:visited {
color: #0d364e;
text-decoration: underline;
}

#footer a:hover {
color: #d6ebf0;
}

/* Header
----------*/

#header img#logo {
float: left;
}

/* Dropdown menu
-----------------*/
.menu a {
}

.menu li.last a, 
.menu li li a {
border: none;
}

.menu a:link,
.menu a:visited {
color: #d6d2ca;
text-decoration: none;
}

.menu a:hover {
}
.menu #buyList a,.menu #buyList a:visited{
	background-image:url(/img/commercial_btn.jpg);
	background-repeat:no-repeat;
	padding:0px;
	width:135px;
	height:34px;
	display:block;
}
.menu #buyList a:hover{
	background-image:url(/img/commercial_hover_btn.jpg);
	background-repeat:no-repeat;
}
.menu #rentList a,.menu #rentList a:visited{
	background-image:url(/img/residential_btn.jpg);
	background-repeat:no-repeat;
	padding:0px;
	width:142px;
	height:34px;
	display:block;
}
.menu #rentList a:hover{
	background-image:url(/img/residential_hover_btn.jpg);


	background-repeat:no-repeat;
}
.menu #appraisalsList a,.menu #appraisalsList a:visited{
	background-image:url(/img/appraisals_btn.jpg);
	background-repeat:no-repeat;
	padding:0px;
	width:134px;
	height:34px;
	display:block;
}
.menu #appraisalsList a:hover{
	background-image:url(/img/appraisals_hover_btn.jpg);
	background-repeat:no-repeat;
}
.menu #aboutList a,.menu #aboutList a:visited{
	background-image:url(/img/aboutus_btn.jpg);
	background-repeat:no-repeat;
	padding:0px;
	width:124px;
	height:34px;
	display:block;
}
.menu #aboutList a:hover{
	background-image:url(/img/aboutus_hover_btn.jpg);
	background-repeat:no-repeat;
}
.menu #financeList a,.menu #financeList a:visited{
	background-image:url(/img/finance_btn.jpg);
	background-repeat:no-repeat;
	padding:0px;
	width:116px;
	height:34px;
	display:block;
}
.menu #financeList a:hover{
	background-image:url(/img/finance_hover_btn.jpg);
	background-repeat:no-repeat;
}
.menu #contactList a,.menu #contactList a:visited{
	background-image:url(/img/contactus_btn.jpg);
	background-repeat:no-repeat;
	padding:0px;
	width:119px;
	height:34px;
	display:block;
}
.menu #contactList a:hover{
	background-image:url(/img/contactus_hover_btn.jpg);
	background-repeat:no-repeat;
}

.menu li li a ,.menu li li a :visited{
font-size:0.8em;
background-image:none !important;
background-color:#285e7d;
height:auto !important;
width:180px !important;
line-height:100%;
border: none;
#margin-top:-2px;
text-transform: uppercase;
color:#fff !important;
padding: 7px 15px !important;
}
.menu li li a:hover{
background-image:none !important;
background-color:#457590 !important;
color:#fff !important;
}
.menu li li.first a{
margin-top:1px !important;
#margin-top:-1px;
}

/* Standard forms
------------------*/

form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #0d364e;
}

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: 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: 0 10px;
cursor: pointer;
background-color: #215878;
border: none;
color: #fff;
font-weight:bold;
text-transform:uppercase;
font-size:0.8em;
}

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;
}

/* Home 
---------*/
body#home {
	background-color: #215879;
	background-image: url(/img/body_home_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
body#home #top_homepage{
width:770px;
height:113px;
margin:0 auto;
background-image: url(/img/top_homepage.jpg);
background-repeat:no-repeat;
}
body#home #header{
height:198px;
background-image:none;
}
body#home #logofloat{
float:left;
width:206px;
}
body#home #sub-section{
padding: 0px;
margin:0px;
font-size:0px;
}
body#home #content{
float:none;
padding:0px;
margin:0px;
width:770px;
}
body#home #main .container{
height:158px !important;
_overflow:hidden;
}
body#home #content .homeSologan{
float:left;
width:206px;
height:158px;
background-image:url(/img/slogan.jpg);
background-repeat:no-repeat;
}
body#home #content .homeText{
float:left;
width:504px;
padding-top:23px;
padding-left:20px;
padding-right:40px;
height:135px;
}
/* Contact Us
--------------*/

body.contactus dd.director {
padding-top: 12px;
font-weight: bold;
}

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}

/* Listings
------------*/

body.listing .property {
padding: 0px;
clear: both;
overflow: hidden;
margin-bottom:10px;
}
body.listing .property .image {
display: block;
float: left;
margin-right: 5px;
}
body.listing .property a img{
	width:165px;
        border:1px solid #397ba4;
}
body.listing .property .details {
width: 521px;
float: left;
background-color:#e2f1f5;
border:1px solid #397ba4;
padding:10px;
#padding:8px 10px;
}
body.listing .property .details h3{
clear:both;
color:#0f405d;
padding:0px;
margin:0px;
margin-top:25px;
#margin-top:0px;
}
body.listing .property .details .features {
float: left;
font-weight: bold;
color: #215878;
width:200px;
text-align:right;
font-size:1em;
}
body.listing .property .details .features span {
color: #aa0000;
}
body.listing .property .details .mainTitle {
width:321px;
float:left;
font-size: 1.1em;
font-weight:bold;
color:#397ba4!important;
}

body.listing .property .details .bedBathCar{
float: right;
font-weight: bold;
color: #215878;
width:200px;
text-align:right;
font-size:1em;
padding:0px;
margin:0px;
}

body.listing .property .bedBathCar img {
margin-right: 2px;
margin-left:  15px;
vertical-align: bottom;
}

body.listing .property .details p {
font-size:1em;
xheight : 30px;
}

body.listing .property .viewproperty{
        float:left;
	   text-align:left;
	    margin:0px;
}
body.listing p.saveCurrentSearch{
float:left;
}
body.listing p.pagebar {
font-size: 0.9em;
text-align: right;
float:right;
}
 body.listing .pagebar a{
  color:#215878;
  text-decoration:none;
}
body.listing .viewproperty a img{
  width:auto;
}

/* Property detail
-------------------*/
body.detail #propertydetails dl dt {
font-weight: bold;
}
body.detail #propertydetails a{
text-decoration:none;
}
body.detail #content h2 {
font-size: 1.1em;
color: #397ba4;
text-transform:uppercase;
}

body.detail #content h3 {
font-size: 1em;
}

body.detail #content ul {
margin-bottom: 5px;
list-style-type: none;
list-style-position: outside;
}
body.detail #addressbar {
xheight: 25px;
xmargin-bottom: 5px;
overflow: hidden;
}

body.detail #addressbar h1 {
}

body.detail #propertydetails #propertyInner{
border:1px solid #4382a9;
background-color:#e2f1f5;
padding:15px;
}
body.detail .suburb{
float:left;
width:200px;
}
body.detail .suburb p.propertyId{
margin:0px !important;
padding:0px;
font-size:0.8em;
}
body.detail .suburb h3{
text-transform:uppercase;
color:#397ba4;
}
body.detail .bedBathCar{
width:170px;
float: right;
font-weight: bold;
text-align:right;
}
body.detail .bedBathCar p img {
margin-right: 2px;
margin-left:  8px;
vertical-align: bottom;
}
body.detail .bedBathCar p.price {
padding:0px;
margin:0px !important;
}
body.detail .bedBathCar p.price span {
color: #aa0000;
}
body.detail #propertydetails #propertyInner h2{
clear:both;
color:#0f405d;
font-size:1em;
text-transform:capitalize
}
body.detail #propertydetails #propertyInner p#description{
margin-top:10px;
}
body.detail #addressbar img {
vertical-align: middle;
margin: 0 2px 0 10px;
} 

body.detail #propertydetails {
width: 408px;
float: left;
margin-bottom: 20px;
}

body.detail #extradetails {
clear:both;
width: 306px;
float: left;
margin-bottom: 20px;
margin-right:6px;
}

body.detail #extradetails img {
width: 150px;
margin-right: 2px;
margin-bottom: 2px;
display: block;
float: left;
border: 1px solid #397ba4;
}

body.detail #extradetails img#mainimage {
width: 304px;
display: block;
margin-right:0px;
}
body.detail #extradetails img.lastimage{
margin-right:0px;
}
body.detail #extradetails .images p {
margin : 0;
padding : 0;
text-align : center;
}

body.detail #extradetails #infoform{
margin-top:3px;
#margin-top:6px;
padding:15px;
border:1px solid #397ba4;
background-color:#e2f1f5;
}
body.detail #extradetails #infoform fieldset{
border:0px;
margin:0px;
padding:0px;
}
body.detail #extradetails #infoform h2{
margin-bottom:10px;
}
body.detail #extradetails #infoform fieldset label{
width:40px;
}
body.detail #extradetails #infoform fieldset label.lblPhone{
margin-left:5px;
width:32px;
}
body.detail #extradetails #infoform fieldset p{
padding:0px;
margin:0px;
margin-bottom:10px;
}
body.detail #extradetails #infoform fieldset p.lblComment{
padding-top:10px;
#padding-top:0px;
}
body.detail #extradetails #infoform fieldset input{
width:222px;
_width:208px;
border:1px solid #cccccc;
margin:0px;
}
body.detail #extradetails #infoform fieldset input#femail,body.detail #extradetails #infoform fieldset input#fworkphone{
width:86px;
float:left;
_width:78px;
}
body.detail #extradetails #infoform fieldset textarea{
width:272px;
_width:262px !important;
border:1px solid #cccccc;
}
body.detail #extradetails #infoform fieldset input.button{
border:0px;
_margin-right:10px;
}
body.detail #extradetails dl {
margin-bottom: 10px;
clear: both;
}
body.detail dl.agentdetails img {
width: auto !important;
margin-right: 10px !important;
}
body.detail #propertydetails .listAgent{
margin-top:5px;
border:1px solid #4382a9;
background-color:#e2f1f5;
padding:15px;
overflow:auto;
_height:1%;
}
body.detail #propertydetails .listAgent h2{
margin-bottom:0px;
}
body.detail #propertydetails .listAgent p{
font-weight:bold;
}
body.detail #propertydetails .listAgent dl.agentdetails{
float:left;
width:185px;
margin-top:10px;
}
/* Property detail printfriendly
---------------------------------*/

html.brochure,
body.brochure {
background-image: none;
background-color: #fff;
}
body.brochure #wrap {
width: 584px !important;
background-image: none;
background-color: #fff;
height: 100%;
}
body.brochure #main {
background-image: none !important;
}			
body.brochure #content {
background-image: none !important;
float: none !important;
padding-left:10px;
padding-right:10px;
}
body.brochure #header {
background-image: none;
}
body.brochure #propertydetails {
width: 280px;
float:right;
}
body.brochure #extradetails img {
display: block;
float: left;
margin: 0 2px 2px 0;
width:118px;
}
body.brochure #extradetails img#mainimage{
width:240px;
}
body.brochure #extradetails {
width: 247px;
float:left;
}
body.brochure #addressbar{
margin:0px;
_height:1%;
}
body.brochure #addressbar h1 {
float: left;
}
body.brochure #addressbar p{
float:right;
font-weight:bold;
}
body.brochure #extradetails h2.section{
margin-top:10px;
}
body.brochure #extradetails dl dt {
font-weight: bold;
}
body.brochure #overviewlist span {
color: #aa0000;
font-weight : bold;
}


/* Staff 
---------*/

body#staff dl {
float:left;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #12425e;
width:350px;
position:relative;
}

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 #0b3c52;
}

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-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: 5px;
background-image: none;
background-color: #0f405d;
border-bottom: 10px solid #b52a2e;
text-align:center;
}


body.slideshow #header img {
float: none;
display: block;
width: auto;
margin: 0 auto;
}

body.slideshow table img {
display: block;
width: auto;
margin: 5px auto;
border: 1px solid #333;
}

body.slideshow input {
width: auto;
}

body.slideshow table {
margin: 0 auto;
}

body.slideshow form input.button {
margin-right: 1px;
}
body.slideshow h1{
margin-bottom:5px;
}

/* 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: #0f405d;
border-bottom: 10px solid #b52a2e;
}

html.popup #header img {
float: none;
margin:0 auto;
}

/* 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;
}

/* Appraisal
----------*/

body.appraisal form label  {
width: 220px;
}

body.appraisal form input#ftitle {
width: 50px;
}

body.appraisal form select {
width: 254px;
}
body.appraisal form textarea#faddress {
width: 250px;
}
body.appraisal form input#faddress,
body.appraisal form input#fpropertyaddress,
body.appraisal form input#freason,
body.appraisal form textarea {
width: 450px;
}

/* 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;
}


/* 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;
clear: both;
}

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;
}


/* Property Alert
-----------------------*/

body.alert #content #alertmenu {
display: block;
overflow: hidden;
background-color: #ba292d;
list-style-type: none;
margin: 0px;
padding: 0 !important;
margin: 15px 0px 15px 0px;
_height:1%;
}

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;
color:#fff;
}

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: 140px;
#width: 130px;
font-size:0.9em;

}

body.alert #content #loginbox label {
width: 70px;
font-size:1em;
}

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;
}

body.alert #content #registerbox {
border: 1px solid #0f405d;
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;
}