@charset "utf-8";
/* CSS Document */

body{
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

.nav_button{
	background-color:#000;
	color:#FF8000;
	width:180px;
	margin-left: 12px;
	margin-top: 3px;
	background-image: url(../images/_r2_c2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 14px;
	margin-bottom: 0px;
	
}
.nav_button h3{
	padding-left: 7px;
	
	}

.nav_button a{
	color:#FF8000;
	text-decoration: none;
	font-weight: normal;
	
}

.nav_button a.hover{
	color:#000;
	text-decoration: none;
	background-color: #FF8000;
	
}

.nav_button li{
	list-style-position: outside;
	list-style-type: none;
	width:130px;
	display:block;
	padding-bottom: 7px;
}
.nav_button ul li:hover a {
	background-color:#FF8000;
	text-decoration:none;
	color:#000;
	width:130px;
	display:block;
	
}	
	


.header_text_nsw, .header_text_qld {
	color: #FFF;
	top:0px;
	padding-left: 250px;	
	position: relative;	
}
.header_text_nsw
{
	text-align:right;
	top: -100px;
	font-weight: bold;
}


.header_text_qld 
{
	text-align:left;
	top: -100px;
}

.header_text_large {
	color: #FFF;
	font-size: 48px;
	padding-left: 250px;
	top: -100px;
	position: relative;
}
.page_container_header{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	position: relative;	
}
.page_container_body{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
	position: relative;
	top: -95px;
}
.logo_box{
	width:230px;
}
.nav_left{
	background-color:#FFF;
	width:200px;
	float:left;
	height: 500px;
}
.body_content{
	background-color:#FFF;
	width:637px;
	float:right;
	height: 500px;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: right top;	
}

.body_divider_vertical{
	background-color:#E0600A;
	width: 5px;
	height: 504px;
	float: left;
	margin-left: 4px;
}
	
	.body_divider_horizontal{
	background-color:#E0600A;
	width: 850px;
	height: 5px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	
.footer{
	background-color:#FFF;
	width: 850px;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 5px;
	text-align:center;
	font-size: smaller;
}
.content_left{
	float:left;
	text-align: left;
	padding-left: 10px;
	
}
.content_right{
	width:380px;
	float:right;
	
	
}

.body_header{
	color:#FF8000;
	margin-left:15px;
}

.contentMaps{
	float:right;
}
.mapHeader{
	font-size: larger;
	font-weight: bold;
}
.back{
	text-align:right;
	padding-right: 5px;
}
.info{
	position: relative;
	top: 10px;
	float:left;
	padding-left: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: small-caps;
}
.infobottom{
	position: relative;
	top: 40px;
	float:right;
	padding-left: 10px;
}

