@charset "utf-8";
/* ------------------------------------------------------------------------------------------>
** KAKADU.COM.AU redesign test stylesheet   **
** Parks Australia 2009 					**
** http://environment.gov.au/parks 			**
<---------------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------------------------------------------
 ** BODY, TYPOGRAPHY AND COLOUR  ** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-----------------------------------------------------------------------------------------------------------------------*/
* {
	padding: 0;
	margin: 0;
	
}

html
{
height: 100%;
}

body {
	height: 100%;
	background:#e3dfd4 scroll url(/lib/img/stencil2.png) top no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	color: #9e2112;
	font-size:11px;
	line-height:20px;	
		
}
object { outline:none; }


/*//////  Headings, lists, links etc //////*/

p {
	
	font-size: 120%;
	line-height:20px;
}

a {	
	color: #9E2112;
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	color: #9E2112;
	text-decoration:underline;
}
a:visited {
	color:#D47600;
	text-decoration:underline;
}

h1 {
font-family:"Podium-bold", "Podium", Verdana, Geneva, sans-serif ;
	font-size: 320%;
	letter-spacing: -1px;
	margin-bottom:25px;
	
	font-weight:lighter;
}

h2 {
font-family:"Podium-regular", "Podium", Verdana, Geneva, sans-serif ;
	font-size: 220%;
	letter-spacing: -1px;
	margin-bottom:20px;
	margin-top:-5px;
	font-weight:lighter;
}

h3 {
	font-size: 160%;
	font-weight:normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}

/* h4 is used as the quote/breakout text. */
h4 {
	font-family:"Podium-regular", "Podium", Verdana, Geneva, sans-serif ;
	font-size: 180%;
	font-weight:normal;
	margin-bottom:10px;
}

/* h5 is used for quote attribution */
h5 {
	font-size: 120%;
	font-weight:lighter;
	letter-spacing:-1px;
	text-transform: uppercase;
	line-height:16px;
}

	
ul {
	color: #9E2112; 
	font-size: 120%;
}

li {
	margin-bottom:0px;
	padding-left:5px;
	margin-left:20px;
		}
	
ul.homepage{
	margin-top:0px;
	list-style-image: url(/lib/img/list-dash.png);
	}

img
{  
border-style: none;
}

/*-----------------------------------------------------------------------------------------------------------------------
 ** PAGE LAYOUT  **>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-----------------------------------------------------------------------------------------------------------------------*/

/* Content wrapper, contains everything BUT the footer. */

#wrapper {
position: relative;
min-height: 100%;

}
/**html #wrapper
{ height:100%;
}*/

/* Header with Kakadu logo, etc */
#header {
	width:100%;
	min-width:960px;
	margin:0px auto 0px auto;
	background-color:#DDD8C8;
	z-index:2;
	line-height:30px;
		}
		
.logo {
	width:60%;
	height: auto;
	float:left;
	padding:20px 0px 20px 30px;
	margin:0px auto 0px auto;
	}
		
/* Centered column for everything but the header/footer */		
#content {
	position:relative;
	width:100%;
	height:auto;
	margin: auto;
	padding:20px 0px 120px 0px;	
	border-top:1px dashed #9E2112;
}


#bodycolumn {
	margin: 0px auto 0px auto;
	width:1000px;
	position:relative;
	}
	
	
/* ---------------------------------------------------------------------------------------------------------------------------*/
/* Flash content loads into these: */
/* ---------------------------------------------------------------------------------------------------------------------------*/

.flashwide {
	width:100%;
	height:300px;
	margin:0px auto 10px auto;
	text-align:center;
	outline:none;
		
}
.map {
	width:540px;
	margin:10px;
	float:left;	
	outline:none;
}

.weather {
	margin:0px;
	padding:20px 30px 20px 30px;
	width:30%;
	height:auto;
	float:right;
	outline:none;
}

.calendar {
	width:300px;
	float:right;
	text-align:center;
	margin-right: 10px;
	outline:none;
}
/* ---------------------------------------------------------------------------------------------------------------------------*/
/* Body content rules here - text boxex etc */

.textbox {
	width:960PX;
	margin: 0px;
	padding: 10px;
	float:left;
}
.textbox_l {
	width:65%;
	margin: 0px;
	padding: 10px;
	float:left;/*border:1px dashed #9E2112;*/
}
.textbox_r {
	width:65%;
	margin: 10px;
	padding: 10px;
	float:right;/*border:1px dashed #9E2112;*/
}

.quotebox_l {
	width:28%;
	float:left;
	margin: 10px;
	padding:10px;
	background-color:#DDD8C8;
	border:1px dashed #9E2112;
	line-height:25px;	
}

.quotebox_r {
	width:28%;
	float:right;
	margin: 20px 10px 10px 10px;
	padding:10px;
	background-color:#DDD8C8;
	border:1px dashed #9E2112;
	line-height:25px;	
}

.featurebox_l {
	width:35%;
	float:left;
	margin: 10px;
	padding: 10px;
	background-color:#DDD8C8;
	border:1px dashed #9E2112;
}

.featurebox_r {
	width:35%;
	float:right;
	margin: -20px 20px 10px -20px;
	padding: 10px;
	border:1px dashed #9E2112;
	background-color:#DDD8C8;
}
.widebox {
	width:100%;
	height:auto;
	margin: 0px auto 20px auto;
}
/* ---------------------------------------------------------------------------------------------------------------------------*/
/* CSS styled persisent navigation loads into here: */
/* ---------------------------------------------------------------------------------------------------------------------------*/

#navigation {
	width:100%;
	margin: auto;
	height:30px;
	background-color:#e3dfd4;
	border-top:1px dashed #9E2112;
	border-bottom:1px dashed #9E2112;
	text-align:center;
	white-space:nowrap;
	}
#subnavigation {
	width:100%;
	margin: auto;
	height:30px;
	background-color:#9e2112;
	/*border-bottom:1px dashed #e3dfd4;
	/* border fix for IE
	/b\order-bottom:1px dashed #9e2112;*/
	text-align:center;
	white-space:nowrap;
	}
/* ---------------------------------------------------------------------------------------------------------------------------*/
/* Navigation list class for nav menus - if flash is not present, styles navigation to look similar*/
/* ---------------------------------------------------------------------------------------------------------------------------*/

#navigation li {
	font-family: "Podium", "PodiumRegular", "Podium Regular", Verdana, sans-serif;
	display:inline;
	background-color:#e3dfd4;
	font-size:110%;
	margin:0px;
}
#navigation li a {
	text-decoration:none;
	outline:none;
	color: #9E2112; 
	padding: 6px 15px 6px 15px;
	font-weight:500;
	
}
#navigation li a:hover {
	color: #e3dfd4;
	text-decoration:none;
	background-color:#9E2112; 
}
#subnavigation li {
	display:inline;
	background-color:#9e2112;
	font-size:110%;
	margin:0px;
}
#subnavigation li a {
	font-family: "Podium", "PodiumRegular", "Podium Regular", Verdana, sans-serif;
	text-decoration:none;
	outline:none;
	color: #e3dfd4; 
	padding: 6px 15px 6px 15px;
	font-weight:500;
	
}
#subnavigation li a:hover {
	color: #9e2112;
	text-decoration:none;
	background-color:#e3dfd4; 
}
/* ---------------------------------------------------------------------------------------------------------------------------*/
/*Footer and nested content. Sits outside of the wrapper, pulled up into frame with a negative margin */
/* ---------------------------------------------------------------------------------------------------------------------------*/

#footer {
	position: relative;
	line-height: 15px;
	height:100px;
	width:100%;
	margin: -100px auto 0px auto;
	border-top: 1px dashed #9e2112;
	background-color:#DDD8C8;
}
#footerinfo {
	margin: 0px auto 0px auto;
	padding:10px;
	width:960px;
	
}
#footer p {
	font-family: Verdana, Geneva, sans-serif;
	color: #9e2112; 
	font-size: 100%;
}

/* ---------------------------------------------------------------------------------------------------------------------------*/
/*Image DIVS/floats, clear divs, line dividers etc  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
/* ---------------------------------------------------------------------------------------------------------------------------*/

.ROUND_L {
	width:25%;
	float:left;
	margin:30px;
	text-align:center;
	outline:none;
}
.ROUND_R {
	width:25%;
	float:right;
	text-align:center;
	margin: 30px;
	outline:none;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}

.horizontal {
	width:100%;
	height: 1px;
	padding-bottom:10px;
	margin-top: -25px;
	border-top:1px dashed #9E2112;
}
.vertical {
	display:block;
	float:left;
	margin:10px;
	padding-right:20px;
	border-right:1px dashed #9E2112;
}
