/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html {height: 100%;}
#wrap {
width: 959px;
margin: 0 auto; 
padding-top:30px;
}
#footer {clear: both;padding: 10px 0 5px 0; text-align: left; width:100%}
#header {padding: 0 1px;overflow:hidden;/* display:none;*/}

body, html {
background-color: #343132;
}

#wrap,
#footer {
background:#343132;
}

#main {
width:939px; /* for safari */
border: 10px solid #000;
background:#FFFFFF;
}

#menu {
/*background-color: #f2891c;
border-left: 1px solid #fff; /*sits on top of wrap_bg's edges*/
padding:16px 14px;
}

#main div#logo {
float:right;
width:135px;
margin-bottom:15px;
position:relative;
top:12px;
}

#main div#logo img {	
	display:block;
}

#footer p.publisher span {
	margin-right:5px;
}


/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both; float:left;}
#content {width: 550px; float: left; padding: 15px 20px;}
#sub-section {width: 150px; float: right; padding: 15px 20px;}
/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {width: auto;display: block;float: none;}

body.listing #content, body#staff #content {
float:left;
width:766px;
padding-right:0px;
}


/* 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;
}

.menu a {
/*padding: 8px 15px;*/
}

.menu li {
padding: 8px 0;
}

/* for menu image replacement */
.menu a,
.menu a:active,
.menu a:link,
.menu a:visited {
height:20px;
text-indent:-9999px;
display:block;
text-decoration: none;
background: url(/img/nav.gif) no-repeat;
}

.menu a:hover {
/*opacity:0.7;
filter:alpha(opacity=70)*/
}

/* navigation sprite movments */
.menu li#home a {background-position: 0px 0px; width:58px;}
.menu li#home a:hover {background-position: 0px -20px;}

.menu li#buy a {background-position: -59px 0px; width:70px;}
.menu li#buy a:hover {background-position: -59px -20px;}

.menu li#sell a {background-position: -129px 0px; width:73px;}
.menu li#sell a:hover {background-position: -129px -20px;}

.menu li#sale a {background-position: -202px 0px; width:114px;}
.menu li#sale a:hover {background-position: -202px -20px;}

.menu li#finance a {background-position: -316px 0px; width:78px;}
.menu li#finance a:hover {background-position: -316px -20px;}

.menu li#about a {background-position: -394px 0px; width:83px;}
.menu li#about a:hover {background-position: -394px -20px;}

.menu li#contact a {background-position: -477px 0px; width:100px;}
.menu li#contact a:hover {background-position: -477px -20px;}

/* end */

/* for active menu */
body#home .menu li#home a {
background-position: 0px -20px;
}

body.buy .menu li#buy a, body.detail .menu li#buy a {
background-position: -59px -20px;
}

body.selling .menu li#sell a {
background-position: -129px -20px;
}

body.sale .menu li#sale a {
background-position: -202px -20px;
}

body.finance .menu li#finance a {
background-position: -316px -20px;
}

body.about .menu li#about a {
background-position: -394px -20px;
}

body#contact_us .menu li#contact a {
background-position: -477px -20px;
}

/* end */

.menu li li {
padding: 0;
}

.menu li li a, .menu li li a:visited {
background:#727272 none !important;
color:#FFFFFF;
display:block;
padding:4px 15px;
text-indent:0px !important;
width:150px !important;
height:15px !important;
}

/* Typography
--------------*/
body {
font-size: 72%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #231F20;
}

p {
font-size: 11px;
}

h1 {
font-size: 1.5em;
margin-bottom: 15px;
}

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: #2F2C2D;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#footer p {
font-size: 0.9em;
}

#footer,
#footer a:link,
#footer a:visited {
color: #F2E9EC;
text-decoration: none;
}

#footer a:hover {
color: #F2E9EC;
text-decoration:underline;
}

/* Header
----------*/

#header img#logo {
float: left;
position: relative;
top: 40px;
left: 20px;
display:none;
}

/* Dropdown menu
-----------------*/

.menu a {
font-weight: normal;
text-transform: uppercase;
font-size: 1em;
}

.menu li.last a, 
.menu li li a {
border: none;
}

.menu a:link,
.menu a:visited {
}

.menu a:hover {
color: #22243D;
}

.menu li li a {
border: none;
text-transform:capitalize;
}

.menu li li a:hover {
color:#000 !important;
}

/* 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: 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: #000;
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;
}
#content img#dyn-img1 {
float: right;
margin: 0 0 10px 20px;
}
#sub-section img#dyn-img2 {
margin-bottom: 10px;
display: block;
}

body.dynamic_page #content ul,
body.dynamic_page #content ol {
margin-bottom: 10px;
list-style-position : outside;
}
body.dynamic_page #content ul {
padding-left : 13px;
list-style-type : disc;
}
body.dynamic_page #content ol {
padding-left : 13px;
list-style-type : decimal;
}
body.dynamic_page #content li {
} 

/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}

/* Home 
---------*/

body#home #main{
height:567px;
}

body#home #content {
width:899px !important;
}

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 .container #content{
width:auto;
}

body#home #content #pow{
float:left;
padding:0px 0px 0px 18px;
width:213px;
position:relative;
top:-13px;
}

body#home #content #pow #pow_fea {
text-transform:uppercase;
color:#000000;
font-size:1.1em;
margin-bottom:5px;
}

body#home #content #pow #pow_img{
width:175px;
overflow:hidden;
height:130px;
}
body#home #main div#logo {
position:relative;
right:-20px;
top:-31px;
}

body#home #content #slide {
position:relative;
top:-24px;
}

body#home img#testimonials {
display:block;
float:left;
margin-left:25px;
display:inline;
}

/* Contact Us
--------------*/

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}

/* Listings
------------*/

body.listing .property {
background:transparent url(/img/pro_border_bottom.jpg) no-repeat scroll left bottom;
clear:both;
overflow:hidden;
height:254px;
}

body.listing .property .image {
display: block;
}

body.listing .property #property_img {
width:310px;
height:234px;
overflow:hidden;
float:left;
}

body.listing .property .image img {
display: block;
width:313px;
}

body.listing .property .details {
float:left;
margin:10px 10px 0px 15px;
width:206px;
}

body.listing .property .features {
float: left;
width:225px;
height:234px;
overflow:hidden;
background:url(/img/pro_border_right.jpg) no-repeat right;
font-size:11px;
}

body.listing .property .features #features_content {
margin-top:25px;
}

body.listing .property .features #features_content ul#inspectionslist {
margin:5px 0px;
xfont-weight:bold;
}

body.listing .property .features #features_content ul#staffList {
margin-bottom:5px;
}

body.listing .property #auction {
font-weight:bold;
margin-top:23px;
}

body.listing .property .features li {
list-style-position:outside;
}

body.listing .property .features img {
margin-right: 27px;
vertical-align: bottom;
}

body.listing .property .details h2 {
color:#000000;
font-size:1.1em;
font-weight:bold;
text-transform:uppercase;
}

body.listing .property .details h3 {
color:#000000;
font-size:1.1em;
margin-bottom:2px;
text-transform:uppercase;
}

body.listing .property .details ul#features {
font-size:11px;
}

body.listing .property .details p {
margin-bottom: 0 !important;
margin-top:20px;
line-height:150%;
}

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;
}

body.listing #filter p {
clear: none;
float: left;
margin-right: 12px;
}

body.listing #filter input {
width: auto;
padding: 2px 10px;
margin-top: 14px;
cursor: pointer;
background-color: #F2891C;
border: none;
color: #fff;
font-size: 0.9em;
font-weight: bold;
}

body.listing p.pagebar {
color:#000000;
float:right;
font-size:11px;
padding:10px 15px 0px 0px;
text-align:right;
width:150px;
}

body.listing .features p {
margin:18px 0px 15px 5px; !important;
}

body.listing .features a, body.listing .features a:hover, body.listing .features a:visited  {
color:#ACACAC;
text-transform:uppercase;
text-decoration:none;
font-size:11px;
font-weight:bold;
}

body.listing #content h1#heading {
float:left;
}

/* Property detail
-------------------*/

body.detail #content h1 {
clear:both;
color:#312D2E;
display:block;
font-size:1.2em;
padding-left:0;
text-transform:uppercase;
}

body.detail #content h1#heading, 
body.listing #content h1#heading,
body.dynamic_page #content h1,
body.calcs #content h1,
body.about #content h1,
body.buy #content h1,
body.selling #content h1
{
color:#9B9999;
font-size:1.4em;
padding-left:0;
text-transform:uppercase;
width:550px;
}
body.detail #content h3,
body.detail #content p,
body.detail #content dt,
body.detail #content dd,
body.detail #content li {
font-size : 1.05em;
}
body.detail #main div#logo {
display:none;
}

body.detail #main #content {
position:relative;
}

body.detail #main #content div#logo {
display:inline;
position:absolute;
right:0px;
}

body.detail #extradetails .images p {
font-weight: bold;
font-size: 0.8em;
}

body.detail #extradetails dl dt {
font-weight: bold;
}

body.detail #content h2 {
border-bottom:1px solid;
color:#312D2E;
font-size:1.1em;
margin:0px 20px 10px 0px;
padding-bottom:5px;
text-transform:uppercase;
}

body.detail #content h2#suburb {
border:none;
margin:0px;
}

body.detail #content h3 {
font-size: 1em;
}

body.detail #content ul {
margin-bottom: 60px;
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 {
xheight: 25px;
xmargin-bottom: 5px;
overflow: hidden;
}

body.detail #addressbar h1 {
float: left;
}

body.detail #addressbar p {
float: left;
font-weight: bold;
font-size:0.9em;
}

body.detail #addressbar img {
vertical-align: middle;
margin: 0 20px 0 0px;
} 

body.detail #propertydetails {
width: 374px;
float: right;
margin-bottom: 20px;
}

body.detail #propertydetails p {
text-align:left;
width:300px;
}

body.detail #extradetails {
float: left;
margin-bottom: 20px;
width:518px;
}

body.detail #extradetails img {
margin-right: 2px;
margin-bottom: 2px;
display: block;
float: left;
}

body.detail #extradetails img#mainimage {
width: 498px;
display: block;
}

body.detail #extradetails .images p {
text-align: center;
clear: both;
}

body.detail #extradetails dl {
margin-bottom: 10px;
clear: both;
}

body.detail dl.agentdetails {
margin-bottom:10px;
}

body.detail dl.agentdetails img {
width: auto !important;
margin-right: 10px !important;
}

body.detail #extradetails #lg_images {
width:498px;
overflow:hidden;
margin-bottom:20px;
}

body.detail #extradetails #sm_images {
float:left;
margin-right:20px;
overflow:hidden;
width:238px;
margin-bottom:20px;
}

body.detail #content a, body.detail #content a:hover, body.detail #content a:visited {
text-transform:uppercase;
font-size:0.9em;
color:#000;
line-height:150%;
}

body.detail .officedetails dt {
margin:30px 0px 20px;
}

body.detail p#price {
margin:20px 0px;
}

body.detail #sub-section {
display:none; /* for ie7 */
}

body.detail .inspectionDate {display:block; float:left; width:70px;}
body.detail #extradetails .images .clickformore {text-align:left; font-size:1em;}

/* 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;
}
body.brochure #header {
background-image: none;
}
body.brochure #propertydetails {
width: 280px;
float:left;
}
body.brochure #extradetails img {
display: block;
float: left;
margin: 0 2px 2px 0;
width:119px;
}
body.brochure #extradetails {
width: 247px;
float:right;
}

body.brochure #addressbar p {
float:right;
}

body.brochure #propertydetails p {
width:auto;
}
	
body.brochure #extradetails img#mainimage {
display:block;
width:auto;
}	
	
/* Staff 
---------*/

/*body#staff dl {
clear: both;
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 #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-position: outside;
margin-bottom: 10px;
}

body#staff.profile #content ul li {
margin-bottom: 5px;
}


body#staff dl.staffmember {
border-bottom:1px solid #DDDDDD;
float:left;
overflow:hidden;
padding:15px 0px;
width:50%;
}
body#staff #content {
padding-left:0px;
padding-right:0px;
}

body#staff #content {
float:left;
padding:15px 20px 28px 20px;
width:758px;
}

/* Slideshow
-------------*/

body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
overflow:hidden;
padding-top:10px;
}

body.slideshow #header {
margin: 0 auto;
width: 584px;
height: 88px;
background: url(/img/print_head.jpg) no-repeat top center;

}
body.slideshow h1 {margin-top:20px;}

body.slideshow table img {
border:1px solid #333333;
display:block;
margin-left:0px;
margin-top:20px;
}

body.slideshow input {
width: auto;
}

body.slideshow table {
margin: 0 auto;
}

body.slideshow form input.button {
margin-right: 1px;
}


/* Popups,
Email a friend
Save link
------------------*/

html.popup, 
html.popup body {
background-image: none;
background-color: #fff;
text-align: left;
}

html.popup #header {
background-image: none;
/*background-color: #22243D;*/
/*border-bottom: 10px solid #EF8B13;*/
}

html.popup #header img {
float: none;
margin-left:9px;
}

/* News
--------*/
body.news #content {
width:899px;
}

body.news #content #left_content {
width:614px;
float:left;
}

body.news #sub-section dl {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 4px;
margin-bottom: 4px;
float:right;
}

body.news #sub-section dl dt {
font-weight: bold;
}

body.news #sub-section dl dd {
font-size: 0.9em;
}

body.news #sub-section {
width:140px;
float:left;
padding:50px 0px 0px 10px;
}

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;
}

/* 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 {
margin-bottom: 10px;
}

body.doclibrary #content dl dt {
font-weight: bold;
}


/* Property Alert
-----------------------*/

body.alert #content h1 {
width:400px;
}

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;
width:730px;
}

body.alert #content form fieldset.submit {
border: none;
padding: 0;
text-align: right;
width:750px;
}

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: 234px;
margin-bottom: 5px;
clear:both;
}

body.alert #content #loginbox label,
body.alert #content #loginbox input {
width: 150px;
}

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;
}

body.alert #content #registerbox {
border: 1px solid #DDDDDD;
float: right;
text-align: center;
clear: right;
margin:0px 136px 15px 20px;
display:inline; /* for ie6 */
}

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_page */

body.dynamic_page #content {
width:auto;
}

html.nocol #main div#logo, body.dynamic_page #main div#logo, body.news #main div#logo {
position:relative;
right:-20px;
top:10px;
}

body.dynamic_page #sub-section {
display:none !important;
}


html.nocol body.dynamic #right #fcontactmethod{
width:254px;
}
html.nocol body.dynamic #propertydetails #fmovetime{
width:254px;
}
/* contact_us */
body#contact_us #content {
width:899px; /* for safari */
}

body#contact_us #sub-section {
display:inline !important;
padding-top:0px;
}

body#contact_us #contact-details {
width:550px;
float:left;
}

/* calculator */
body.calcs fieldset {
width:746px;
}

body.calcs fieldset#submit {
width:768px;
}
html.nocol body.calcs #mortgage-calculator #ffrequency{
width:254px;
}
html.nocol body.calcs #mortgage-calculator #fstate{
width:254px;
}

/*prinpriview*/
html.brochure body.brochure #main{
width:580px;
border:none;
}

html.brochure body.brochure #header img {
float:left;
}
