/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html, #wrap {}
#wrap {margin: 0 auto; width:1024px; background: transparent url(/img/page_bg.gif) repeat-y;}
#footer {clear: both; text-align: center; background:#fff; }

#header {
background:transparent url(/img/header_bg.gif) no-repeat scroll top left;
height:119px;
margin:0pt auto;
width:1024px;
clear:both;
padding-top:29px;
}

#header .container {
margin:0pt auto;
width:950px;
}

#footer {
background:transparent url(/img/footer_bg.gif) no-repeat scroll 0%;
height:136px;
margin:0pt auto;
width:1024px;
}

#footer .container {
margin:0pt auto;
padding-bottom:41px;
width:948px;
}

body, html {
}

#wrap,
#footer {
}

#menu {
margin:0pt auto;
width:948px;
}

/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {
clear: both;
width:1024px;
margin:0pt auto;
background:transparent url(/img/page_bg.gif) repeat-y;;
}

#content {width: 550px; float: left; padding: 15px 20px;}
#sub-section {width: 150px; float: right; padding: 15px 10px;}
/* pages without columns */

html.nocol #content, body#staff #content, body.links #content {
	 display: block;float: none; width:900px; padding:20px;
}
body.listing #content {width: auto;display: block;float: none; padding:10px; }
body.buying #main #content{
	padding:20px;
}
 body.detail #content{
 	padding:0px;
	margin:0px;
	width:auto;
 }
body.detail #content #title{
	padding:10px;
	height:20px;
	font-size:1.1em;	
}
/* Pages without columns
-------------------------*/

/* Header
----------*/
#header img {
display: block;
float: right;
clear:both;
height:119px;
}

/* Menu
---------*/


.menu {
margin:10px;
background:#857363;
}
.menu a {
/* padding: 9px 10px; */
}

.menu li {
/* padding: 9px 0px; */
padding:0px;
}

.menu li li {
padding: 0;
}

.menu li li a {
padding: 4px 10px;
display: block;
width: 150px; 
font-weight:normal;
text-transform:none;
}
.menu li#relog{
	padding-bottom:4px;
	position:relative;
	top:-2px;
	margin-left:15px;
	padding-top:9px;
	_padding-top:10px;
}
.menu li#relog form fieldset{
	border:1px solid #857363;
	padding:0px;
}
.menu li#relog form#fastfind input.qsinputbox{
	width:200px;
}
#menu .reglog span a:link, #menu .reglog span a:visited, #menu .reglog span a:hover {
	background:transparent none repeat scroll 0%;
	border:medium none !important;
	padding:2px 9px !important;
}
/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #22243d;
}

p {
font-size: 0.9em;
}

h1 {
font-size: 1.1em;
margin-bottom: 15px;
color:#002f5f;
text-transform:uppercase;
margin-bottom:20px;
}

h2 {
font-size: 1em;
margin-bottom: 3px;
color:#002f5f;
}

h3 {
font-size: 0.9em;
margin-bottom: 3px;
}

legend {
color: #002f5f;
font-weight: bold;
text-transform:uppercase;
margin-bottom:10px;
padding-top:10px;
}
em{
font-style:normal;

}
a:link,
a:visited {
color: #002f5f;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#footer p {
font-size: 0.9em;
}

#footer,
#footer a:link,
#footer a:visited {
color: #000;
text-decoration: none;
}
#main .container{
	background:#fff;
	overflow:hidden;
	width:948px;
	margin:0pt auto;
}

#footer #Links a{
	color:#fff;
}
#footer #Links{
	text-align:right;
	padding-top:32px;
	padding-right:10px;
	color:#fff;
}
#footer #privaty a{
	text-decoration: none;
}
#footer #privaty{
	text-align:right;
	padding-right:10px;
	margin-top:30px;
}
/* Header
----------*/

#header img#logo {

}

/* Dropdown menu
-----------------*/

.menu a {
display:block;
padding:10px;
font-weight: bold;
font-size: 1em;
text-transform:uppercase;
}

.menu a:link,
.menu a:visited {
color: #fff;
text-decoration: none;
}

.menu a:hover {
color: #fff;
background: #002f5f;
}

.menu li li {
background: #fff ;
color: #000;
border-left: 1px solid #002f5f;
border-right: 1px solid #002f5f;
}
.menu li li.first{
	border-top: 1px solid #002f5f;
}
.menu li li.last {
border-bottom: 1px solid #002f5f;
}
.menu li li.first a:hover{
    border-top:1px solid #fff;
} 
.menu li li.last a:hover{
    border-bottom:1px solid #fff;
}
.menu li li a:link,
.menu li li a:visited {
color: #000;
text-decoration: none;
border-bottom:1px solid #fff;
border-top:1px solid #fff;
width: 180px;
}
.menu li:hover>a {
background-color: #002f5f;
}
.menu li li a:hover {
background: #fff; 
color: #002f5f !important;
border-bottom:1px solid #002f5f;
border-top:1px solid #002f5f;

}


/* Standard forms
------------------*/

form fieldset {
border: 1px solid #ddd;
padding:10px;
}

form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
}
html.nocol body.calcs #content form fieldset#submit input{
	width:auto!important;
} 
html.nocol body.calcs #content form input, html.nocol body.calcs #content form textarea, html.nocol body.calcs #content form select 
{
	width:450px;
}
form input.radio {
width: 30px;
}

form textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}

form p {
clear: both;
}

form fieldset#submit {
	border:none;
	padding:10px;
	text-align:right;
}

form fieldset#submit input,
form fieldset.submit input,
form input.button {
width: auto ;
padding: 0 10px;
cursor: pointer;
background-color: #002f5f;
font-weight:bold;
border: none;
color: #fff;
}

form em span,
form .required {
color: #002f5f;
font-weight: bold;
}


/* Dynamic text
----------------*/
body.dynamic_page #main .container, body.alert #main .container, body.calcs #main .container, body.links #main .container, body.news #main .container, body.doclibrary #main .container{
	background:#fff;
	padding-top:40px;
	width:948px;
}
BODY.dynamic_page #main .container #content H1, body.calcs #main .container #content H1, body.links #main .container #content H1, body.news #main .container #content H1, body.alert #main .container #content H1, body.doclibrary #main .container #content H1 {
	position:relative;
	top:-55px;
	left:-10px;
	margin:0px;
}
body.dynamic_page #main .container #content, body.news #main .container #content, body.doclibrary #main .container #content {
	border-left:4px solid #002f5f;
	border-right:5px solid #002f5f;
	border-top:5px solid #002f5f;
	border-bottom:5px solid #002f5f;
	width:900px;
	
}
body.dynamic_page #main .container #sub-section, body.news #main .container #sub-section, body.doclibrary #main .container #sub-section {
	display:none;
}

body.calcs #main .container #content, body.links #main .container #content {
	padding:20px!important;
	border-left:4px solid #002f5f;
	border-right:5px solid #002f5f;
	border-top:5px solid #002f5f;
	border-bottom:5px solid #002f5f;
	width:900px;
}
body.dynamic_page #content p {
font-size : 1.0em;
text-align : justify;
line-height : 140%;
}
body.dynamic_page #content ul,
body.dynamic_page #content ol {
list-style-position : outside;
}
body.dynamic_page #content ul {
padding-left : 14px;
list-style-type : square;
}
body.dynamic_page #content ol {
padding-left : 14px;
list-style-type : decimal;
}
body.dynamic_page #content li {
margin-bottom: 10px;
}
#content img#dyn-heading-img {
display: block;
margin-bottom: 15px;
}
body.calcs #main .container #sub-section, body.links #main .container #sub-section, html.nocol #main .container #sub-section, body.detail #main .container #sub-section {
	display:none;
}

html.nocol body.dynamic_page #main .container #content{
	width:auto;
}
html#login body.alert #content {
height : 300px;
}
html.nocol body.alert #content form input.button {
	width:auto;
} 
#content img#dyn-img1 {
float: right;
margin: 0 0 10px 20px;
}
body#contact_us.dynamic_page #sub-section{
	margin-top:50px !important;
}
#sub-section img#dyn-img2,
#content img#dyn-img2 {
float: right;
margin: 0 0 10px 20px;
clear:right;
}
#feedback #submit input{
 	width:auto !important;
 }
#feedback select,
#feedback input, 
#feedback  textarea{
width:450px;
}

/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}

/* Home 
	#padding-bottom:6px;
	_padding-bottom:5px;
---------*/
body#home #main #content{
	float: none;
	width:auto;
	padding-top:0;
	padding-bottom:18px;
	border-bottom:1px solid #002f5f;
  margin: -9px auto 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

body#home #content #quick_search {
	float: left;
	height: 240px;
	margin: 0 0 0 17px;
}

body#home #content #register {
	background : #002e5f url(/img/home3_nen.jpg) no-repeat;
	clear: left;
	float: left;
	bottom: 0;
	padding: 10px 10px 15px;
	position: absolute;
	width: 240px;
	z-index : 1000;
	margin-bottom: 0;
}

body#home #content #right{
	float:right;
	width:688px;
	position:relative;
}

body#home #content #right #top{
	
}


body#home a{
 text-decoration:none;

}
body#home #main  #footer #Links{
 padding-top:33px;
}
body#home #main  #footer #privaty{
 margin-top:30px;
 margin-bottom: 10px;
}
body#home #footer{
	background:transparent url(/img/footer_home.gif) no-repeat scroll 0 18%;

}
body#home #footer_conner{
	background:url(/img/footer_bg.gif) no-repeat scroll 0% 100%;
	float:left;
	width:1024px;
	height:38px;
}
body#home #main .container{
	background:none;
}
body#home form fieldset{
	border:none;
	padding:0px;
}
body#home form fieldset#submit 
{
	float:left !important;
	padding:0px;
}
body#home #content #footer .container {
	width:688px;
	padding:0px;
}
body#home #content #footer{
	height:auto;
}
body#home #main #sub-section{
	display:none;
}
div.checkboxsearch {
background:#FFFFFF none repeat scroll 0% 50%;
border:1px solid #B5B5B5;
height:55px;
margin-bottom:10px;
overflow:auto;
text-transform:capitalize;
width:199px;
}
div.checkboxsearch p{
	padding:2px 0px 0px 2px;
	margin-bottom:0px !important;
}
div.checkboxsearch input{
	margin-right:3px;
	
}
body#home #content #register p {
margin: 180px 0 0 0;
color : #fff;
font-size : 0.85em;
}
body#home #content #register p a:link,
body#home #content #register p a:visited {
color : #857363;
font-weight : bold;
}
body#home #content #register #alert{
	color:#fff;
	font-size:1.2em;
}
body#home #content p#qs_price,
body#home #content p#fs_beb {
width: 200px;
}
body#home #content p#qs_st input {
vertical-align: middle;
width: auto;
}
body#home #content form select {
font-size:0.9em;
width:90px;
}
body#home #content p#qs_st label {
padding-right: 5px;
width: auto;
float: none;
display: inline;
}
body#home #content #right #TopLeft{
	float:left;
	height: 260px;
	width: 344px;
}
body#home #content #right #TopLeft img{
	width:344px;
	height:260px;
}
body#home #content #right #TopRight{
	float:left;
	height:260px;
	margin-left: 5px;
}
body#home #content #right .pow{
	width:335px;
}
body#home #content #right #pow{
	margin-left:15px;
}
body#home #content #right .pow a:link,
body#home #content #right .pow a:visited,
body#home #content #right #pow a:link,
body#home #content #right #pow a:visited {
color : #857363;
font-weight : bold;
}
body#home #content form select#qs_property-type {
width: 200px;
}

body#home #content #quick_search select#qs_min-price {

}
body#home #content #quick_search select#qs_max-price {
}
body#home #content #quick_search select#qs_bedroom {
}
body#home #content #quick_search select#qs_bathroom {
}
body#home #wrap #main form fieldset#submit input {
width:90px;
}


body#home #footer{
	padding:0px;
	width:688px;
	border:none;
	font-size:11px;
}
body#home #main #content #TopRight #pow_0 a{
  font-size:0.9em;
}
body#home #main #content #TopRight #pow_0.pow h2 {
margin:13px 0px;

}
body#home #main #content #TopRight #pow_0.pow #top_line {
xtext-transform:uppercase;
margin-bottom:15px;

}
body#home #main #content #TopRight #pow_0.pow #description {
margin-bottom:10px;
padding-right:10px;
line-height:140%;
}
body#home #wrap #content #right #bottom  a img#myid1   {
float:left;
margin-top:11px;
border:1px solid #000000;
}
body#home #wrap #content #right #bottom a img#myid2 {
border:1px solid #000000;
float:left;
 }
body#home #wrap #content #right #bottom div#myid1 {
clear: both;
padding-top:8px;
 float:left;
 width:330px;
}
body#home #wrap #content #right #bottom div#myid1 div#mysubid1 {
 float:right;
 margin-top:15px;
 width:165px;
}
body#home #wrap #content #right #bottom div#myid2 div#mysubid2 {
float:right;
width:137px;
margin-top:7px;
}  
body#home #wrap #content #right #bottom div#myid1 h2 {
  }
body#home #wrap #content #right #bottom div#myid1 strong{
 }
body#home #wrap #content #right #bottom div#myid1 p  {
margin-top:20px;
}
body#home #wrap #content #right #bottom div#myid2 p  {
margin-top:20px;
}
 body#home #wrap #content #right #bottom div#myid2 {
float:right;
width:300px;
margin-top:11px;
padding-top:8px;
margin-right: 10px;
 }
body#home #wrap #content #footer #footer_top {
} 
body#home #wrap #content #footer #footer_top.fright {
}
/* Contact Us
--------------*/

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}

/* Listings
------------*/
body.listing #sub-section {display:none;}
body.listing .property {
padding: 10px 0;
clear: both;
overflow: hidden;
border-bottom: 1px solid #ddd;
background:#002f5f;
color:#fff;
}

body.listing .property .image {
display: block;
float: left;
margin-right: 15px;
border: 1px solid #22243D;
}

body.listing .property .details {
width: 380px;
float: left;
margin-right: 20px;
}

body.listing .property .features {
float: left;
font-weight: bold;
color: #F2891C;
}

body.listing .property .features img {
margin-right: 7px;
vertical-align: bottom;
}

body.listing .property .details h2 {
font-size: 1.2em;
}

body.listing .property .details h3 {
font-size: 1em;
margin-bottom: 2px;
}

body.listing .property .details p {
margin-bottom: 0 !important;
}

body.listing .property .price {
text-align: right;
}

body.listing #filter {
height: 40px;
margin-bottom: 5px;
background-color: #c2b9b1;
padding:15px 15px 20px 10px;
}

body.listing #filter label {
float: none;
display: block;
width: auto;
font-size: 1em;
padding-bottom:6px;
margin-left:5px;
}

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: #002f5f;
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;
}
body.listing #wrap #content h1 {
background:#002f5f none repeat scroll 0%;
color:#FFFFFF;
padding:10px;
margin-bottom:0px;

}
body.listing #wrap #content #filter select#qs_property-type {
width:100px;
margin-left:5px;
}
body.listing #wrap #content #filter select#qs_suburb {
width:150px;
}
body.listing #wrap #content #filter select#qs_bedrooms {
width:80px;
}
body.listing #wrap #content #filter select#qs_bathrooms {
width:80px;
}
body.listing #wrap #content #filter select#qs_parking {
width:80px;
}
body.listing #wrap #content #filter form input {
margin-left:8px;
margin-top:19px;
padding:2px 15px;
}
body.listing #wrap #content #ordersave #order {
padding:15px 0px;

}
body.listing #wrap #content #ordersave {
}
body.listing #wrap #content #mysubcontent {
left:-10px;
margin:0pt auto;
overflow:hidden;
position:relative;
width:948px;
clear:both;
background-color:#002f5f;
color:#fff;
}
body.listing #wrap #content #mysubcontent .propertyLeft {
float:left;
}
body.listing #wrap #content #mysubcontent .propertyLeft .details {
width:300px;
padding:2px 8px 15px;
}
body.listing #wrap #content #mysubcontent .propertyRight {
float:left;
}
body.listing #wrap #content .clearlinestyle {clear:both;}

body.listing #wrap #content #mysubcontent .propertyRight .details {
width:300px;
padding:2px 8px 15px;
}
body.listing #wrap #content #mysubcontent a:link,body.listing #wrap #content #mysubcontent a:visited {
color:#857363;
}
body.listing #wrap #content #mysubcontent .propertyLeft .details #linkview {
width:150px;
}
body.listing #wrap #content #mysubcontent .propertyRight .details #linkview {
width:150px;
}
body.listing #wrap #content #linkview a {
font-size:0.9em;
	text-decoration:none;
	font-weight:bold;
}
body.listing #wrap #content p{
	margin-bottom:5px;
}
body.listing #wrap #content #mysubcontent div {
overflow:hidden;
width:33%;
}
body.listing #wrap #content #mysubcontent a.image img {
width:308px;
height:230px;
padding:8px 6px 6px;
}
body.listing #wrap #content #mysubcontent .propertyLeft .details .price {
width : 150px;
float : left;
}
body.listing #wrap #content #mysubcontent .propertyLeft .details .price h3 {
font-weight : normal;
}
body.listing #wrap #content #mysubcontent .propertyLeft .details #line1 {
width : 155px;
#width : 150px;
_width:145px;
}
body.listing #wrap #content #mysubcontent .propertyLeft .details #line1 h3 {
text-align : right;
text-transform : uppercase;
#padding:0px;
}







body.listing #wrap #content #mysubcontent .propertyRight .details .price {
width : 130px;
float : left;
}
body.listing #wrap #content #mysubcontent .propertyRight .details .price h3 {
font-weight : normal;
}
body.listing #wrap #content #mysubcontent .propertyRight .details #line1 {
width : 175px;
#width : 170px;
_width:165px;
}
body.listing #wrap #content #mysubcontent .propertyRight .details #line1 h3 {
text-align : right;
text-transform : uppercase;
#padding:0px;
}
body.listing #wrap #content p.pagebar {
margin:10px;
text-align:left;
}
body.listing #wrap #content #ordersave #order a {
font-weight:bold;
}
/* Property detail
-------------------*/

body.detail #extradetails .images p {
font-weight: bold;
font-size: 0.8em;
}

body.detail #extradetails dl dt {
font-weight: bold;
}

body.detail #content h2 {
padding: 10px;
font-size: 1.1em;
color: #000;
}

body.detail #content h3 {
font-size: 1em;
padding:10px;
}
body.detail #content #property #propertydetails ul#inspectionslist li {
	padding-left:10px;
}
body.detail #content ul {
margin-bottom: 15px;
list-style-type: none;
list-style-position: outside;

}
body.detail #property{
	border:5px solid #002f5f;
	overflow:hidden;
	padding:3px;
	background:#002f5f;
}
body.detail #content ul#outgoingslist,
body.detail #content ul#features {
list-style-position: inside;
list-style-type: square;
}
body.detail #content ul#features{
	padding:10px;
}
body.detail #addressbar {
height: 15px;
padding:10px;
background:#c2b9b1 none repeat scroll 0%;
}

body.detail #addressbar h1 {
float: left;
margin:0px;
}

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: 606px;
float: right;
background:#fff;
}
body.detail #propertydetails p#description{
	padding:10px;
	font-size:1em;
	text-align: justify;
}
body.detail #propertydetails ul#overviewlist{
	padding:10px;
}
body.detail #propertydetails p{
	padding:10px;
}
body.detail #propertydetails #addressbar p{
	padding:0px;
}
body.detail #extradetails {
width: 320px;
float: left;

}
body.detail #extradetails .images #small_image img {
	width:152px;
	height:113px;
	padding-right:8px;
	padding-top:8px;
	margin:0px;
	float:left;
}
body.detail #extradetails img {
	width: 20px;
	margin-right: 2px;
	margin-bottom: 2px;
	display: block;
	float: left;
}
body.detail #extradetails #agent_detail img{
width:100px;
margin-top:10px;
margin-right:10px; 
}
body.detail #extradetails #agent_detail a{
text-decoration:none;
font-weight: bold;
color : #857363;
}

body.detail #extradetails #toolslist {
	background:#fff;
	width:312px;
	padding-bottom: 12px;
}
body.detail #extradetails #toolslist #anhTool{
clear : left;
	height:22px;
	padding-top:5px;
	margin-left:10px;
}
body.detail #extradetails #toolslist #anhTool a{
	padding-left:10px;
	text-decoration:none;
}
body.detail #extradetails img#mainimage {
width: 312px;
display: block;
margin:0px;
}

body.detail #extradetails .images p {
text-align: center;
clear: both;
color:#fff;
font-size:0.9em;
padding:5px;
}

body.detail #extradetails dl {
margin-bottom: 10px;
clear: both;
}
body.detail #extradetails #agent_detail{
	background:#fff;
	width:312px;
	overflow:hidden;
	padding-bottom:20px;
}
body.detail #extradetails #agent_detail .agentdetails{
	margin-left:10px;
}
body.detail #extradetails #agent_detail .agentdetails #name{
	font-weight:bold;
	padding-top:10px;
}
body.detail #extradetails #toolslist #Tilte, body.detail #extradetails #agent_detail #tilte{
	color:#002f5f;
	font-size:1.2em;
	font-family:Verdana;
	background:#c2b9b1 none repeat scroll 0%;
	height:15px;
	margin:0px;
	padding:10px;
	font-weight:bold;
	
}
body.detail dl.agentdetails img {
width: auto !important;
margin-right: 10px !important;
}
body.detail form.apply {
margin : 0 0 10px 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%;
border:1px solid #002f5f;
overflow:hidden;
}
body.brochure #main {
border:none;
width:auto;
}			
body.brochure #content {
	width:584px;
	border:none;
}
body.brochure #header{
	margin:0px;
}
body.brochure #header img {
	float:none;
}
body.brochure #propertydetails {
width: 320px;
margin:0px;
}
body.brochure #extradetails img {
display: block;
float: right;
margin: 2px 2px 0px 0px;
width:118px;

}
body.brochure #extradetails {
width: 240px;
padding:10px;
background:none;
}
body.brochure #addressbar h1{
	margin:0px;
}
body.brochure #extradetails h2{
	left:-10px;
}
body.brochure #propertydetails h2{
	left:0px;
}
html.brochure #extradetails img#mainimage{
width:238px;
margin:0px;
}

	
/* 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;
}
body#staff dl dt.photo img {
float: left;
margin-right: 15px;
border: 1px solid #22243D;
}
body#staff dl dd.position {
margin-bottom: 5px;
}
body#staff dl dd.contact {
margin-bottom: 5px;
}

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.profile #content p {
font-size : 1.0em;
text-align : justify;
}

/* Slideshow
-------------*/

body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
}
html#slide {
	background:none;
}
body.slideshow #header {
margin-bottom: 5px;
width:auto;
background:none;
padding:0px;
}

body.slideshow #header img {
float: none;
display: block;
width: auto;
margin: 5px auto;
border:1px solid #002f5f;
}
body.slideshow h1{
 margin-bottom:5px;
}
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;
}


/* Popups,
Email a friend
Save link
------------------*/

html.popup, 
html.popup body {
background-image: none;
background-color: #fff;
text-align: left;
}
html.popup body#saveitem #content{
	width:550px;
	border:none;
}
html.popup body#saveitem.alert #content form input{
 	width:200px;
 }
html.popup body#saveitem.alert #content form input.button{
  	width:auto;
  }

html.popup #header {
background:none;
padding:10px ;

}
html.popup form input, html.popup form textarea, html.popup form select{
	width:300px;
}
html.popup #content h1{
text-align:center;
font-size:1.2em;
}
html.popup #header img {
float: none;
border:1px solid #002f5f;
}

/* News
--------*/
body.news #content p {
font-size : 1.0em;
text-align : justify;
line-height : 140%;
}

body.news #innercolumn {
border-top: 1px dashed #002f5f;
padding-top : 10px;
margin-top : 10px;
}
body.news #innercolumn .newsitem {
border-bottom: 1px dashed #bfbfbf;
margin-bottom: 10px;
}
body.news #innercolumn dl {
border-bottom: 1px dashed #bfbfbf;
padding-bottom: 10px;
margin-bottom: 10px;
}
body.news #innercolumn dl dt {
font-weight: bold;
}
body.news #innercolumn dl dd {
font-size: 1.0em;
text-align : justify;
line-height : 140%;
}
body.news #innercolumn p {
font-size: 1.0em;
}

/* Links
----------*/

body.links #content h3 {
margin-bottom: 15px;
}
body.links #content .item {
display : block;
border-bottom: 1px dashed #bfbfbf;
padding-bottom: 10px;
margin-bottom: 10px;
overflow : hidden;
}
body.links #content dl dt {
font-weight: bold;
}
body.links #content dl dd {
margin-bottom: 5px;
}
body.links #content .item img {
clear : both;
}

/* 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 p {
font-size : 1.0em;
text-align : justify;
line-height : 140%;
}

body.testimonials #content div.testimonial {
border-top: 1px dashed #BFBFBF;
padding-top: 10px;
margin-top: 10px;
}

body.testimonials #content div.testimonial .author {
text-align: right;
}

body.testimonials #content div.testimonial {
clear : both;
}

body.testimonials #content div.testimonial img {
width : 240px;
margin : 0 10px 10px 0;
}



/* Auction list, OFI
----------------------*/

body.ofi #content h1 a#ofi_rent_link {
color: #574331;
text-decoration: none;
}

body.ofi #content h1 a#ofi_sale_link {
text-decoration: none;
}

body.auction #content h2,
body.ofi #content h2 {
color: #fff;
background-color: #003366;
padding: 7px;
margin-bottom: 5px;
margin-top:20px;
}

body.ofi #content h2.ofi_heading {
background-color: #857363;
color: #fff;
padding: 7px;
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: #8097AF;

}

body.ofi #content dl.ofi_rent{
background-color: #beafa2;
}

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: 1.1em;
float:right;
}
body .job dt {
margin-right : 10px;
float : right;
font-size : 1.0em;
}
body .job dd {
margin-bottom : 5px;
font-size : 1.0em;
}
body .job dd.description,
body .job dd.content {
font-style : normal;
text-align : justify;
}


/* Document library
------------------------*/

body.doclibrary #content p {
font-size : 1.0em;
text-align : justify;
line-height : 140%;
}
body.doclibrary div#doc_item {
display : block;
border-bottom: 1px dashed #bfbfbf;
padding-bottom: 10px;
margin-bottom: 10px;
overflow : hidden;
}



/* 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{
	width:900px;
	padding:20px;
	border-left:4px solid #002f5f;
	border-right:5px solid #002f5f;
	border-top:5px solid #002f5f;
	border-bottom:5px solid #002f5f;
}
body.alert #content p {
font-size : 1.0em;
text-align : justify;
}
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: 420px;
font-size: 0.9em;
color: #4f4f4f;
}

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: #002f5f;
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;
}

body.alert #content #loginbox label {
width: 70px;
}

body.alert #content #loginbox input.button {
width: auto;
}

body.alert #content #loginbox fieldset.submit {
padding: 0px;
width: auto;
margin-bottom: 15px;
width: 255px!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-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: #002f5f;
font-weight: bold;
text-decoration: none;
}

body.alert #content #registerbox a:hover {
text-decoration: underline;
}