/*-----------------------------------------------------------------------------------------|
|  Styles cascade from http://www.environment.gov.au/includes/default/css/default.css      |
|-----------------------------------------------------------------------------------------*/


	#maincontent {
	overflow: hidden;
	max-width: 962px;
	margin: 30px 30px 30px 30px;
	}
	
	#breadcrumb {
	display: none;
	}
	
	.imessage {
    display:block;
   	}
	
	.clear {
	clear: both;
	}


	
	/* body text 
--------------------------------------------------------- */


	body {
	font-family: Verdana, Arial, Geneva, sans-serif;
	}
	
	p {
	font-size: 0.87em;
	line-height: 1.85em;
	color: #444;
	}	
	
	h1 {
	color: #666;
	font-size: 2.25em;
	font-weight: normal;
	padding-top: 0.8em;
	}
	
	h2 {
	color: #555;
	font-size: 1.3em;
	font-weight:normal;
	padding-top: 0.8em;
	}
	
	h3 {
	color: #444;
	font-size: 1.1em;
	font-weight: normal;
	}
	
	h4 {
	color: #666;
	font-size: 1.5em;
	font-weight: 100;
	padding-top: 0.7em;
	}
		
	img {
	max-width: 962px;
	}
	
	li {
 	font-size: 1.05em;
	line-height: 1.2em;
	color: #444444;
	}
  
	.small {
	color: #444;
	font-size: 0.8;
	font-weight:normal;
	}
	
	.quote {
	color: #A95700;
	font-size: 0.85em;
	}
	
	blockquote {
	font-size: 0.85em;
	}
	
	
		/* tables
----------------------------------------------------------------------------------------- */
	  
	th {
	background-color: #CCCCCC;
	border-bottom: 1px solid #82764a;
	color: white;
	}
	
	td {
	background-color: #FFFFFF;
	border-bottom: 1px solid #c9cac0;
	}
	
	td.highlight {
	background-color: #e4e5ce;
	}
	



	
	/* global and top
----------------------------------------------------------------------------------------- */

	#global {
	display: none;
	}

	#header {
	background: #8A3940 url(/parks/includes/images/kakadu/bg-header.gif) repeat-x 0 0;
	}

	#header ul li {
	display: none;
	}
	
	#header ul li.left-link {
	display: none;
	}

 
  
  
	/* left hand nav
----------------------------------------------------------------------------------------- */
  
	#navigation {
    display: none;
	}
	

	#navigation-image {
	display: none;
	}


	/* title banner
----------------------------------------------------------------------------------------- */
	
	#title {
	background: none;
	width: 750px;
  	top: 25px;
	}
	  
	#title h1 {
	color: white;
	font-size: 1.7em;
	padding: 4px 0 0 0;
	margin-right: 0;
	}
	
	#title h2 {
	color: white;
	font-size: 1.2em;
	margin-right: 0;
	padding: 0;
	}
	
	

/* content div styles
----------------------------------------------------------------------------------------- */		
	

	div.homebox {
	display: block;
	border-top:1px solid #ccc;
	padding-bottom: 5px;
	max-width: 900px;
	min-height: 120px;
	}

	div.imgfloatl {
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 5px;
	padding-bottom: 15px;
	Margin: 15px 5px 15px 5px;
	}
	
	div.imgfloat {
	display: block;
	float: right;
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	Margin: 15px 5px 15px 5px;
	}
	
	div.boxcontainer {
	clear: both;
	line-height: 1.3em;
	color: #444;
	}

	div.boxcontainer h2 {
	color:#A95700; 
	border-top:1px solid #D1D1D1;
	font-size:1.3em;
	font-weight:normal;
	}
	
	div.menucontainer {
	clear: both;
	line-height: 1.3em;
	color: #444;
	}	
	
	div.menucontainer h2 { 
	border-bottom:1px solid #ccc;
	font-size:1.1em;
	text-decoration: none;
	font-weight:normal;
	padding-top:0.7em;
	padding-bottom:0.3em;
	color: #C0C0C0;
	}
	
	div.menucontainer h2 a 	{ 
	text-decoration: none;
	font-weight:normal;
	color: #777;
	}
	
	
		/* Footer
--------------------------------------------------------- */

	#footer {
	border-top: 1px solid #ccc;
	clear: both;
	font-size: 0.9em;
	max-width:70%; 
	padding-top: 0.5em;
	text-align: center;
	}

	#footer div a {
	color: #555;
	}

	#footer div a:hover {
	color: black;
	}

	#footer p {
	line-height: 1.5em;
	margin-bottom: 0.5em;
	padding: 0;
	}

	#footer #address {
	border-right: 1px solid #ccc; 
	color: #555; 
	float: left; 
	padding-right: 2%;
	text-align: right; 
	width: 48%; 
	}

	#footer #links {
	color: #555; 
	float: right;
	text-align: left; 
	width: 48%;
	}
	
	
	#footer.right-space {
	margin-right: 205px;
	}


