/*  Reset CSS
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2
*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}

/* CSS Styles*/

/* ######################### other ################################### */
* {
    margin:0;
    padding:0;
}

html {
	background:#f7f7f7;
}

body {
    font-size:small;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif, Tahoma;
    color:#444;
	background:#f7f7f7;
}

.clear {
    clear:both;
}

.hide {
	display:none;
}

h1, h2, h3, h4 {
	font-weight:bold;
}

h2 {
	font-size:117%;
}

h3 {
	color:#27318b;
	font-size:180%;
	padding:30px 0px 5px 0px;
}

h4 {
	font-size:92%;
}

p {
	font-size:108%;
	color:#444;
	line-height:1.4;
}

a {
	text-decoration:underline;
	color:#444;
	font-size:inherit;
}

/* ######################### main container ################################### */

#main_container {
	margin-left:auto;
	margin-right:auto;
	width:977px;
	border-top:1px #f2f2f2 solid;
	border-right:1px #f2f2f2 solid;
	border-left:1px #f2f2f2 solid;
	background:#fff;
}

/* ######################### Content Column ################################### */

/* (Un)ordered list */
#content_col li {
    list-style-image:none;
    list-style-position:outside;

}
#content_col ol, #content_col ul {
    list-style-image:none;
    list-style-position:outside;
}

#content_col ol {
    list-style: decimal;
}

#content_col ol li{
    list-style: decimal;
    margin-left:25px;
}

#content_col ul {
    list-style: circle;    
}

#content_col ul li {
    list-style: circle;    
    margin-left:21px;
    padding-left:5px;
}

/* Heading tags */
#content_col h1 {
    font-size: 180%;
    padding:30px 0 5px;
}
#content_col h2 {
    font-size: 160%;
    padding:20px 0 5px;
}
#content_col h3 {
    font-size: 140%;
    padding:10px 0 5px;
}
#content_col h4 {
    font-size: 120%;
    padding:5px 0 5px;
}

/* ######################### header ################################### */

#header {
	width:977px; 
	float:left;
}

#header h1 {
	padding:24px 0px 0px 15px;
	float:left;
	width:auto;
}

#header h1 a {
	border:none;
	text-decoration:none;
	display:block;
}

.header_text {
	float:right;
	width:413px;
	height:38px;
	margin:45px 0px 0px;
/* 	background:url(http://ausuw.com/__designs/australis---property/logo_text.gif) no-repeat; */
}
#banner {
    position: relative;
    margin-top: -137px;
}
.banner {
    position: absolute;
    right: 5px;
    top: 0;
}
.pagetitle {
    position: absolute;
    left: 7px;
    top: 0;
}
.editable_attribute .banner,
.editable_attribute .title {
   position: relative;
   right: 0;
   left: 0;
}


/******** global nav ************/

#global_nav {
	float:left;
	width:966px;
	margin:34px 0px 0px 6px;
	display:inline;
	background:#4c4c4c url(http://ausuw.com/__designs/australis---property/main_nav_rhs_bg.gif) no-repeat 100% 0%;
}

#global_nav ul {
	float:left;
	display:inline;
	width:auto;
}

#global_nav ul li {
	float:left;
	display:inline;	
	width:auto;	
}

#global_nav ul li a {
	display:block;
	color:#fff;
	text-decoration:none;
	border-right:1px #414141 solid;
	padding:7px 35px;
	font-size:108%;
	float:left;
	width:auto;	
}

#global_nav ul li.first_item a {
	background:url(http://ausuw.com/__designs/australis---property/main_nav_lhs_bg.gif) no-repeat 0% 0%;
}

#global_nav ul li a:hover, #global_nav ul li a.current {
	background:#414141;
	color:#dcdddc;
}

#global_nav ul li.first_item a:hover, #global_nav ul li.first_item a.current {
	background:#414141 url(http://ausuw.com/__designs/australis---property/main_nav_lhs_bg.gif) no-repeat 0% 0%;
}

/************* container *********/

#container {
	padding:0px 5px 0px 6px;
	float:left;
	display:inline;
	width:966px;
	position: relative;
}

/*************top box************/

#top_box {
	width:966px;
	height:137px;
	float:left;
	position: relative;
}

#top_box  h2 {
	color: #FFF;
    font-size: 1.8em;
	margin:100px 0px 0px 14px;
	position: absolute;
	left: 5px;
	top: 0;
}



/************************* lhs col *****************************/

#left_col {
	float:left;
	width:262px;
	font-size:108%;
}

/*** sub nav ***/

#sub_nav {
	float:left;
	width:176px;
	padding:40px 0px 40px 14px;
}

#sub_nav li {
	clear:left;
	float:left;
	width:190px;
}

#sub_nav li a {
	display:block;
	padding:10px 0px 5px 0px;
	text-decoration:none;
	border-bottom:1px #d5d1bd solid;
}

#sub_nav li a:hover, #sub_nav li.current a {
	font-weight:bold;
}

#sub_nav li.current a {
	color:#000;
}

#sub_nav li  ul {
	padding:5px 0px 0px;
}

#sub_nav li  ul li  a {
	padding:10px 0px 5px 20px;
}


/************************* content col *****************************/

#content_col {
	width:660px;
	float:left;
	padding:0px 0px 15px 0px;
}

#content_col p {
	padding:5px 0px 15px;
}

/************************* footer ****************************************/

#footer {
	width:949px;
	padding:0px 20px 35px 10px;
	background:#a1a4a4;
	margin-left:auto;
	margin-right:auto;
}

#footer ul {
	float:left;
	width:500px;
	padding:20px 0px 0px 0px;
	font-size:92%;
	
}

#footer ul li {
	float:left;
	width:auto;	
}

#footer ul li a {
	display:block;
	color:#fffffe;
	padding:2px 10px;
	background:url(http://ausuw.com/__designs/australis---property/divider.gif) no-repeat 100% 50%;
	text-decoration:none;
}

#footer ul li a.no_bg {
	background:none;
}

#footer ul li a:hover {
	text-decoration:underline;
}

#footer p {
	clear:left;
	float:left;
	color:#e3e4e3;
	font-size:92%;
	padding:0px 0px 0px 10px;
	width:auto;	
}

#footer a.back_link {
	float:right;
	display:block;
	text-decoration:none;
	font-weight:bold;
	color:#fff;
	margin:20px 0px 0px;
	width:auto;	
}

#footer a.back_link:hover {
	text-decoration:underline;
}


/***************************************   Home page ******************************************/

/* Home page style not required here. Removed. Check Australias Home design. */

/***************************  container ****************************/

/*End of css Styles file*/

/*CSS for Explorer browsers*/

*html body {
    _font-size:x-small; /* IE5/Win */
    _f\ont-size:small; /* All IE Browsers */
}

/*end of css Explorer browsers file*/



