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

/*-----------------------------------------------------------------------------------------------------------------------
 ** BODY, TYPOGRAPHY AND COLOUR  ** >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-----------------------------------------------------------------------------------------------------------------------*/

body {
background: #fff;
	height: 100%;
	font-family: "Times New Roman", Times, serif;
	color: #9e2112;
	font-size:12pt;
	line-height:20pt;	
}

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

p {
	
	line-height:20px;
}

a {	
	color: #9e2112;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color: #9e2112;
	font-weight:bold;
	text-decoration:underline;
}
a:visited {
	color:#9e2112;
	font-weight:bold;
	text-decoration:underline;
}

img
{  
border-style: none;
}


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

h2 {
font-family:"Podium-regular", "Podium", Verdana, Geneva, sans-serif ;
	font-size: 220%;
	letter-spacing: -1px;
	margin-bottom:20px;
	margin-top:0px;
	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: "Times New Roman", Times, serif;
	font-size: 120%;
	font-weight:normal;
	margin-bottom:10px;
	font-style:italic;	
}

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

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

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

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

}

/* Header with Kakadu logo, etc */
#header {
	width:100%;
	margin:0px auto 0px auto;
	background-color:#fff;
		line-height:30px;
		}
		
.logo {
	width:auto;
	height: auto;
	padding:0px;
	margin:0px auto 0px auto;
	}
		
/* Centered column for everything but the header/footer */		
#content {
	position:relative;
	width:100%;
	height:auto;
	margin: auto;
	padding:40px 0px 120px 0px;	
}


#bodycolumn {
	margin: 0;
	width:90%;
	position:relative;
	}
	
	
/* ---------------------------------------------------------------------------------------------------------------------------*/
/* Flash content loads into these: */
/* ---------------------------------------------------------------------------------------------------------------------------*/

.flashwide {
display:none;

}

/* ---------------------------------------------------------------------------------------------------------------------------*/
/* Body content rules here - text boxex etc */

.textbox {
	width:960PX;
	margin: 10px;
	
	float:none;
}
.textbox_l {
	width:100%;
	margin: 10px;

	float:none;
}
.textbox_r {
	width:100%;
	margin: 10px;
	
	float:none;
}

.quotebox_l {
	width:75%;
	float:none;
margin: 30px 10px 10px 10px;
	background-color:#fff;
	line-height:25px;

	}

.quotebox_r {
	width:75%;
	float:none;
	margin: 30px 10px 10px 10px;
	background-color:#fff;
	line-height:25px;

}

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

.featurebox_r {
	width:35%;
	float:right;
	margin: -30px 10px 10px 10px;
	padding: 10px;
	border:1px dashed #9e2112;
	background-color:#fff;
}


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

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


