/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html, #wrap {height: auto;}
#wrap {margin: 0 auto;}
#footer {
clear: both;
padding: 10px 0 20px 0;
 text-align: right; 
background:#CCCCCC; 
padding-top:10px;
width:896px;
margin:0 auto;
}
#header {padding: 0 1px;}

body, html {
background-color: #CCCCCC;
}

#wrap,
#footer {
}

#main {
border-top:1px solid #fff;
}

html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {width: 750px !important;display: block;float: none;}


#menu {
position:relative;
left:38px;
width:876px;
z-index:99;
}

/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both;}
#content {width: 550px; float: left; padding: 15px 20px;}
#sub-section {width: 150px; float: right; padding: 15px 10px; width:284px;}
/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {width: 762px;display: block;float: none;}

/* Pages without columns
-------------------------*/
html.nocol #main,
body.listing #main,
body.detail #main,
body#staff #main {
background-image: none;
}

/* Header
----------*/
#header img {
}
#wrap #header {
background-image:url(/img/bg_header1.gif);
background-repeat:repeat-x;
height:90px;

}
#wrap #header .container {
background:#FFFFFF none repeat scroll 0%;
margin:0pt auto;
width:896px;
background-image:url(/img/bg_img_header1.jpg);
}

body.detail #wrap #main .container {
margin-top: 0px !important;
padding-top: 15px !important;
}

/* Menu
---------*/

.menu {
margin: 0 auto;
}

.menu a {
padding: 4px 30px;
}

.menu li {
padding: 4px 0;
}

.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: Arial, Helvetica, sans-serif;
color: #000;
}

p, div.text {
font-size: 1em;
}

div.text {
margin-bottom: 10px;
}

h1 {
font-size: 12px;
margin-bottom: 15px;
color:#fff;
text-transform:uppercase;
}

h2 {
font-size: 1.1em;
margin-bottom: 3px;
}

h3 {
font-size: 14px;
margin-bottom: 3px;
}

legend {
color: #22243d;
font-weight: bold;
}

a:link,
a:visited {
color: #D9181F;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#footer p {
font-size: 0.9em;
}

#footer,
#footer a:link,
#footer a:visited {
color: #01438C;
text-decoration: none;
}

#footer a:hover {
color: #01438C;
}

#footer a {
padding-left:10px;
padding-right:10px; 
}

#footer a.hubline {
padding-left:0px;
padding-right:0px; 
}

#footer .site {
padding-right:10px;
}

#footer .branding {
padding: 0 10px;
}

/* Header
----------*/

#header img#logo {
float: left;
position: relative;
left: 20px;
}
#header #slo_search {
margin-left:148px;
width:726px;
height:67px;
}
#header #slo_search  form#fastfind {
}
#header #slo_search form fieldset {
border:none;
float:right;
width:313px;
padding:21px 0px 0px;
}

#header img#sologan {
margin:26px 0px 0px 8px;
} 

/* Dropdown menu
-----------------*/
.menu a {
border-right: 1px solid #FFFFFF;
font-weight: bold;
font-size: 0.9em;
text-transform: capitalize;
}

.menu li.last a, 
.menu li li a {
border: none;
}

.menu a:link,
.menu a:visited {
color: #fff;
text-decoration: none;
background-color: #D9181F;
}

.menu a:hover {
color: #22243D;
background-color:#999999;
}

.menu li li a {
border: none;
text-transform: capitalize;
}

.menu a {
border-right: 1px solid #FFFFFF;
font-weight: bold;
font-size: 1em;
}

.menu li li a {
width: 155px;!important
}

.menu li#home_mn{
width:103px;
}

.menu li#home_mn a {
padding-left:35px;
padding-right:34px;
}

.menu li#buyList{
width:104px;
}

.menu li#buyList a {
padding-left:31px;
padding-right:34px;
}

.menu li#sellList{
width:104px;
}

.menu li#sellList a {
padding-left:32px;
padding-right:33PX;
}

.menu li#renList{
width:104px;
}

.menu li#renList a {
padding-left:30px;
padding-right:30PX;
}

.menu li#finaList{
width:104px;
}

.menu li#finaList a {
padding-left:29px;
padding-right:30PX;
}

.menu li#aboutList{
width:105px;
}

.menu li#aboutList a {
padding-left:27px;
padding-right:26px;
}

.menu li#contactList a {
padding-left:27px;
padding-right:22px;
}

.menu li li a:hover {
background-color: #999999;
padding: 4px 15px;
display: block;
color: #22243D;
}

/*transparent menu*/
.menu ul{
  filter:alpha(opacity=50);
  -moz-opacity:0.85;
  -khtml-opacity: 0.85;
  opacity: 0.85;  
  padding:0px !important;
  margin-left:0px;
  margin-top:0px; 
  border-top:1px solid #FFFFFF; 
}


/* 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: #D9181F;
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;
padding: 0 0 10px 20px;
}

#wrap .container {
width:896px;
margin:0pt auto;
background:#fff;
}

#sub-section img#dyn-img2 {
margin-bottom: 10px;
display: block;
}

#body-container{
background-color:#FFFFFF;
border-left:1px solid #9A9A9A;
border-right:1px solid #9A9A9A;
margin:0pt auto;
overflow:hidden;
padding:32px 69px 0px 63px;
width:762px;
}
#body_footer {
margin:0 auto;
width:896px;
}
body.dynamic #sub-section {
	float:right;
	padding:0px;
	padding-top:30px;
	width:160px;
	display:block;
}
body.dynamic #sub-section dd, body.dynamic #sub-section dt {
	margin-left:0px;
}
body.dynamic h1 {
	color:#000000;
	font-size:12px;
	margin-bottom:15px;
	text-transform:uppercase;
}

body.dynamic #content img#dyn-img1 {
	margin:0pt 5pt 10px 0px;
}
body.dynamic form fieldset#submit input, body.dynamic form fieldset.submit input, body.dynamic form input.button {
	background-color:#D9181F;
}
body.dynamic #content{
padding:0px;
width:571px;
}
body.dynamic #content h2 {
	margin-bottom:10px;
}
body.dynamic div.text{
	text-align:justify;
}



/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}

/* Home 
---------*/
body#home #wrap #header {
background-image:url(/img/bg_header.gif);
background-repeat:repeat-x;
height:90px;
}
body#home #wrap #header .container {
background:#FFFFFF ;
margin:0pt auto;
width:896px;
background-image:url(/img/bg_img_header.gif);
background-repeat:no-repeat;
}
form#quicksearch fieldset#submit input {
background-image:url(/img/quick_search.jpg);
background-repeat:no-repeat;
width:193px !important;
height:17px;
}

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: normal;
float: none;
display: inline;
}

body#home #sub-section p {
margin-bottom: 6px;
}
body#home #sub-section p#qs_st {
color:#042356;
padding-bottom:7px;
}
body#home #sub-section select {
width: 193px;
font-size: 0.9em;
}

body#home #sub-section #qs_price select{
width: 89px;
}
body#home #sub-section #qs_bed_car select {
width: 89px;
}

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;
margin-bottom:8px;
}
body#home #content {
width:896px;
margin:0pt auto;
}
body#home #sub-section {
float:left;
padding:0px;
width:235px;
border-left:1px solid #fff;
border-right:1px solid #fff;
height:261px;
background:#CCCCCC; 
}
body#home .container {
margin:0pt auto;
width:896px;
}
body#home #home_up {
height:261px;
border-left:1px solid #999999;
}
body#home #home_bottom {
clear: both;
background-image: url(/img/bg_home_bottom.gif);
height: 240px;
background-repeat: repeat-y;
width:886px;
padding:10px 6px 0;
}
body#home #home_middle {
clear : both;
background-image: url(/img/bg_home_middle.gif);
padding: 0 10px;
height: 80px;
background-repeat:no-repeat;
width:878px;
text-align: justify;
}
body#home #home_middle div.text{
	margin-bottom: 0;
}
body#home #main {
background-image:url(/img/bg_home.jpg);
background-repeat:repeat-x;
}
body#home #home_slide {
width:658px;
float:left;
}
body#home #pow_0 {
float:left;
}
body#home #pow_1 {
float:left;
padding-left:3px;
}
body#home #pow_2 {
float:left;
padding-left:3px;
}
img#market {
padding-left:3px;
}
#picture img{
border:1px solid #fff;
}
body#home #suburb {
float:left;
}
body#home #price {
text-align:right;
}
body#home #description {
width : 217px;
padding:3px 17px 0px 6px;
font-weight:bold;
text-align:right;
}
body#home #description span {
display:block;
}
/* 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;
}

form#quicksearch {
height:218px;
padding:15px 21px 10px;
}
input#kilomet {
width:25px;
}
select#qs_bedroom {
margin-right:12px;
}
select#qs_min-price {
margin-right:12px;
}
p#pro_type {
padding-top:6px;
}
p#qs_price {
padding-top:8px;
}
p#qs_bed_car {
padding-top:8px;
}
body#home form fieldset {
margin-bottom:9px;
}
span#search {
font-size:0.9em;
margin-left:96px;
}
span#search a:link, span#search a:visited {
color:#01438C;
}
/* Contact Us
--------------*/

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}
body.contact #body-container {
background-color:#FFFFFF;
border-left:1px solid #9A9A9A;
border-right:1px solid #9A9A9A;
margin:0pt auto;
overflow:hidden;
padding:32px 69px 0px 63px;
width:762px;
}
body.contact #content {
padding:0px;
width:571px;
float: right;
padding-top:30px;
}
body.contact #sub-section {
display:block;
float:left;
padding:0px;
width:160px;
}
body.contact h1 {
color:#000000;
}

/* Listings
------------*/

body.listing .property {
padding: 10px 0pt 10px 10px;
clear: both;
overflow: hidden;
border-bottom: 1px solid #797886;
}

body.listing .property .image {
display: block;
float: left;
margin-right: 35px;
border: 1px solid #004592;
}

body.listing .property .details {
width: 450px;
float: left;
padding-top:10px;
}

body.listing .property .features {
color:#073B77;
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: 14px;
color:#01438C;

}

body.listing .property .details h3 {
font-size: 1em;
margin-bottom: 2px;
font-style: italic;
}
body.listing .property .details p {
margin-bottom:18px !important;
margin-top:11px;
}
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 {
font-size: 0.9em;
padding-top: 10px;
text-align: right;
}
#wrap .container_footer {
margin:0 auto;
width:896px;
}

body.listing #main .container {
border-left:1px solid #9A9A9A;
border-right:1px solid #9A9A9A;
width:762px;
padding:15px 69px 0px 63px;
}
body.listing .pageHeading {
width:762px;
height:21px;
}
body.listing #content {
padding:0px;
width:762px;
}
body.listing #sub-section {
display:none;
}
body.listing h1 {
margin-bottom:0px;
margin-bottom:0px;
padding-left:14px;
padding-top:3px;
}
body.listing #content p.pagebar {
margin-bottom:0px;
}
body.listing div.pagebar {
font-size:0.9em;
padding-top:10px;
text-align:right;
float: right;
width: 200px;
display:block;
}
body.listing .mainTitle {
float:left;
xwidth:375px;
width: auto;
}
body.listing .price {
}
body.listing .mainHeading {
margin-top:4px;
width:375px;
clear:both;
}
body.listing .features {
}
body.listing .viewproperty {
padding-bottom:15px;
}
body.listing #content a:link, body.listing #content a:visited {
color:#D9181F;
text-decoration:none;
} 

body.listing #content .pagebar a:link, body.detail #content .pagebar a:link, body.listing #content .pagebar a:visited, body.detail #content .pagebar a:visited {
color:#01438C;
text-decoration:underline;
}

body.listing .pageHeading, detail {
	width:762px;
	height:20px;
	border-bottom:1px solid #D9181F;
}

body.listing .pageHeading .prePageHeading, body.detail .pageHeading .prePageHeading {
	background:transparent url(/img/pre_bg.gif) no-repeat;
	display:block;
	float:left;
	height:20px;
	width:14px;

}
body.listing .pageHeading h1, body.detail .pageHeading h1  {
	background:#D9181F;
	float:left;
	margin-bottom:0px;
	padding-left:0px;
	padding-top:3px;
	width:auto;
	padding-bottom:2px;
}
body.listing .pageHeading .postPageHeading, body.listing .pageHeading .postPageHeading  {
	background:transparent url(/img/post_bg.gif) no-repeat;
	float:left;
	display:block;
	height:20px;
	width:14px;
}
body.buying #main .container {
border-left:1px solid #9A9A9A;
border-right:1px solid #9A9A9A;
padding:32px 69px 0px 63px;
width:762px;
overflow:hidden;
}
body.buying #main .container  h1 {
color:#000000;
}
body.buying #sub-section {
display:none;
}
body.buying #content {
padding:0px;
}
h1#other_wise {
color:#000000;
padding-left:0px;
}
body.listing  #header #slo_search form fieldset, body.detail  #header #slo_search form fieldset {
width:313px;
}
body.listing  #header #slo_search form input, body.detail  #header #slo_search form input {
margin-left:5px;
}

body.auction #header #slo_search form fieldset {
width:313px;
}
body.auction  #header #slo_search form input {
margin-left:5px;
}

body#staff  #header #slo_search form fieldset {
width:313px;
}
body#staff  #header #slo_search form input {
margin-left:5px;
}
/* Property detail
-------------------*/
body.detail .pageHeading .postPageHeading, body.detail .pageHeading .postPageHeading  {
	background:transparent url(/img/post_bg.gif) no-repeat;
	display:block;
	height:20px;
	width:14px;
	float:left;
}
body.detail #extradetails .images p {
font-weight: bold;
font-size: 0.8em;
}

body.detail #extradetails dl dt {
font-weight: bold;
color:#01438C;
}

body.detail #content h2 {
margin-bottom: 5px;
color:#01438C;
font-size:13px;
font-style:normal;
text-transform:uppercase;
float:left;
}
body.detail #content .mainHeading h2 {
text-transform:none;
}
body.detail #content h3 {
font-size: 1em;
}
body.detail #content ul {
list-style-type: none;
list-style-position: outside;
float:left;
}

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: right;
font-weight: bold;
}

body.detail #addressbar img {
vertical-align: middle;
margin: 0 2px 0 10px;
} 

body.detail #propertydetails {
width: 450px;
float: left;
margin-bottom: 0px;
}

body.detail #extradetails {
float: left;
padding-top:46px;
padding-left:36px;
width:245px;
}

body.detail #extradetails img {
width: 118px;
margin-right: 2px;
margin-bottom: 10px;
display: block;
float: left;
border: 1px solid #22243D;
}
body.detail #extradetails img#mainimage {
width: auto;
display: block;
}
body.detail #extradetails .images p {
text-align: center;
clear: both;
}
body.detail #extradetails dl {
margin-bottom: 10px;
clear: both;
padding-left:2px;
}
body.detail dl.agentdetails img {
width: auto !important;
margin-right: 10px !important;
}
body.detail .pageHeading {
}
body.detail #agent_detail {
float:left;
width:240px;
}
body.detail #main .container {
border-left:1px solid #9A9A9A;
border-right:1px solid #9A9A9A;
padding:15px 69px 0px 63px;
width:762px;
overflow:hidden;
}
body.detail #content {
padding:0px;
width:762px;
overflow:hidden;
}
body.detail .images img#mainimage {
width:450px;
float:left;
}
body.detail .pageHeading {
height:20px;
width:762px;
border-bottom:1px solid #D9181F;
}
body.detail #detail_search {
padding-top:3px;
padding-bottom:15px;
font-weight:bold;
text-align:right;
}
body.detail #detail_search a:link, body.detail #detail_search a:visited {
text-decoration:none;
}
body.detail #detail_search #search_res {
margin-right:25px;
}
body.detail #detail_search #search_new {
}
body.detail h1 {
margin-bottom:0px;
padding-left:14px;
padding-top:3px;
}
body.detail .images {
}
body.detail #addressbar {
float:left;
padding-left:7px;
}
body.detail .mainHeading {
float:left;
padding-left:7px;
width:300px;
}
body.detail .price {
text-align:right;
float:right;
}
body.detail .features {
text-align:right;
color:#01438C;
font-size:13px;
font-weight:bold;
float:right;
}
body.detail #detail_left {
float:left;
width:450px;

}
body.detail .features img {
padding-left:10px;
}
body.detail #detail_left_bottom {
border:1px solid #20244E;
float:left;
width:450px;
}
body.detail .images img#smallimage {
border-right:1px solid #fff;
border-top:1px solid #fff;
float:left;
width:112px;
height: 83px;
}
body.detail .images img#smallimage.lastimage {
border-right:none;
border-top:1px solid #fff;
width:111px;
}
body.detail #propertydetails ul {
}


body.detail #propertydetails ul li {
float:left;
height:32px;
width:99px;
margin: 1px 5px;
}
body.detail #propertydetails ul li a:link, body.detail #propertydetails ul li a:visited {
color:#FFFFFF;
display:block;
font-size:11px;
font-weight:bold;
text-decoration:none;
}
body.detail #tool {
background:#01438C none repeat scroll 0% 50%;
border-top:1px solid #11120E;
float:left;
padding:4px 1px 4px 4px;
width:445px;
}
body.detail #description {
float:left;
margin-bottom:5px;
padding:10px;
width:400px;
}
body.detail #g_map {
}
body.detail #g_map img{
padding-bottom:7px;
padding-left:20px;
}
body.detail #detail_disclaimer {
float:left;
font-size:0.9em;
padding-top:10px;
}
body.detail .contacBox a:link, body.detail .contacBox a:visited {
color:#104784;
}
body.detail .officedetails a:link, body.detail .officedetails a:visited {
color:#104784;
}  
body.detail #property_detail h2{
margin-bottom:15px;
}
body.detail #inspection h2{
margin-bottom:15px;
}
body.detail #content h2.section{
margin-bottom:15px;
}
body.detail .contacBox .agentdetails {
}
body.detail .contacBox .officedetails {
}
body.detail h2.sale_office {
margin-top:9px;
}
body.detail dd#img_agent {
}
body.detail #property_detail {
float:left;
}
body.detail #inspection {
float:left;
margin:15px 0px;
}
body.detail .contacBox {
float:left;
}
body.detail #extradetails h2 {
width:215px;
}
body.detail #extradetails p {
float:left;
width:215px;
}

/* 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;
}
body.brochure #extradetails img {
display: block;
float: left;
margin: 0 2px 2px 0;
}
body.brochure #extradetails {
width: 247px;
}
body.brochure .images img {
width:119px;
}
body.brochure .images img#mainimage {
width:240px;
}
body.brochure .images {
width:242px;
}

html.brochure,
body.brochure {
background-image: none;
background-color: #fff;
}
body.brochure #wrap {
width: 584px !important;
background-image: none;
background-color: #fff;
height: 100%;
margin:0pt auto;
}
body.brochure #main {
background-image: none !important;
}			
body.brochure #content {
background-image: none !important;
float: none !important;
}
body.brochure #header {
background-image: none;
/*background-color:#002C59;*/
}
body.brochure #propertydetails {
width: 320px;
}
body.brochure #extradetails img {
display:block;
float:left;
margin:0pt 1px 1px 0pt;
width:118px;
}
body.brochure #extradetails {
width: 247px;
float:right;
padding:0px;
}
html.brochure body.detail #wrap #header img {
float:left;
}
html.brochure body.brochure #addressbar{
width:570px;
border:none;
color:#01438C;
}
body.brochure .images img#mainimage {
display:block;
width:auto;
}
body.brochure #wrap #header {
background:none;
background-image:none;
}
body.brochure #content {
width:584px !important;
}
body.brochure #addressbar {
padding:10px 0px;
}
body.brochure #addressbar h1{
color:#000000;
padding-left:0px;
}
body.brochure #propertydetails p#description {
width:320px;
padding:0px;
}
body.brochure #propertydetails ul li {
background:none;
}
body.brochure a:link, body.brochure a:visited {
color:#104784;
}
body.brochure #propertydetails ul li {
float:none;
width:300px;
}
body.brochure h3 {
float:left;
}
body.brochure  h2 {
float:left;
}
body.brochure  p {
float:left;
}

	
/* Staff 
---------*/

body#staff dl {
margin-bottom: 10px;
padding-bottom: 10px;
overflow: hidden;
border-bottom: 1px solid #ddd;
}

body#staff dl dt.name {
font-weight: bold;
font-size: 1.2em;
font-style: italic;
}

body#staff dl dt.photo img {
float: left;
margin-right: 15px;
border: 1px solid #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 #content {
padding:0px;
overflow:hidden;
}
body#staff #sub-section {
display:none;
}
body#staff #main .container  {
border-left:1px solid #9A9A9A;
border-right:1px solid #9A9A9A;
padding:32px 69px 0px 63px;
width:762px;
overflow:hidden;
}
body#staff #main .container h1 {
color:#000000;
}
/* devide two column */
body#staff dl.staffmember {
border-bottom:1px solid #DDDDDD;
float:left;
height:220px;
overflow:hidden;
padding:15px 0px;
width:50%;
}
body#staff #content {
padding-left:0px;

padding-right:0px;
}

body#staff p#back {
font-weight:bold;
text-align:right;
}



/* Slideshow
-------------*/
body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
}

body.slideshow #header {
margin-bottom: 10px;
background-image: none;

}

body.slideshow #title img {
float: none;
display: block;
width: auto;
margin: 0 auto;
}

body.slideshow table img {
border:1px solid #333333;
display:block;
margin: 10px 0 0 0;
}
body.slideshow #header img {
}
body.slideshow input {
width: auto;
}

body.slideshow table {
margin: 0 auto;
}
body.slideshow td {
}
body.slideshow form input.button {
margin-right: 1px;
}
body.slideshow #show_img {

} 
body.slideshow h1{
	color:#000;
}
body.slideshow #title input.button {
background-color:#D9181F;
border:medium none;
color:#FFFFFF;
cursor:pointer;
margin-right:1px;
padding:0pt 5px;
width:auto !important;
}


/* Popups,
Email a friend
Save link
------------------*/

html.popup, 
html.popup body {
background-image: none;
background-color: #fff;
text-align: left;
}

html.popup #header {
}

html.popup #header img {
margin-left:30px;
}
html.popup  #content {
padding:0px 30px;
}
html.popup  #content h1 {
color:#000000;
}

/* 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;
width:571px;
}
body.news #sub-section {
width:160px;
padding:0px;
padding-top:30px;
}
body.news  h1 {
color:#000000;
}
/* 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;
}
body.testimonials #content {
padding:0px;
}
body.testimonials h1 {
color:#000;
}
body.testimonials #sub-section {
display: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;
}


/* 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;
background-image: url(/img/alert_register_bg_blank.gif);
background-repeat: no-repeat;
}

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;
background-image: none;
}

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-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;
}
/***********************form contact dynamic********************/
.formContact h1{
	color:#000;
}
.formContact #content form input,.formContact #content form textarea,.formContact #content form select {
	display:inline;
	margin-left:50px;
	width:400px;
}

/* Rentlist and Buylist */
body.rent #wrap, body.buy #wrap {
margin:0 auto;
width:615px;
background:#fff;
}
body.rent .property, body.buy .property {
background:#fff;
margin-bottom:40px;
} 
body.rent .pageHeading, body.buy .pageHeading {
padding-top:10px;
margin-bottom:10px;
width:615px;
}
body.rent .property .image, body.buy .property .image {
margin-right:15px;
} 
body.rent .mainTitle  {
width:260px;
} 

body.buy .mainTitle {
width: auto;
}


body.rent .property .details, body.buy .property .details {
width:423px;
padding-top:0px !important;
}
body.rent a:link, body.rent a:visited, body.rent a:link, body.buy a:visited, body.buy a:link, body.rent a:visited {
text-decoration:none;
}

body.rent .property, body.buy .property {
border:none;
}
/* Search Form */
body.searchForm #main .container {
background:#fff;
overflow:hidden;
border-left:1px solid #9A9A9A;
border-right:1px solid #9A9A9A;
width:762px;
padding:32px 69px 0px 63px;
}
body.searchForm #main #content {
padding:0px;
}
body.searchForm #main #content h1 {
color:#000000;
} 
body.searchForm #main #sub-section {
display:none;
}
body.site_map #main ul {
padding-left:20px;
}
body.site_map #main li {
padding-top:3px;
}


/* hotsource are a bunch of monkies....look at this code above */
body.tenancyapp #content dl {
margin: 0 0 20px 0;
}
body.tenancyapp #content dt {
font-weight: bold;
font-size: 1em;
}
body.detail p#detailDisclaimer {
clear:both !important;
font-size: x-small !important;
padding: 30px 0 0 20px;
}

