/* 
========================================================================================================================
Title : 		Australian Industry Services Website
Author : 		Dave Tanner
URL : 			www.freshweb.com.au

Description: 	Print media stylesheet

Created :  		08 March 2006
Modified : 		15 March 2006
======================================================================================================================== */

/* 
========================================================================================================================
IMPORT CSS
======================================================================================================================== */
@import url("default.css");

/* 
========================================================================================================================
CUSTOM CSS
======================================================================================================================== */
#container{
	width: auto;
}
#masthead .logo {
	display: block;
	text-indent: 0;
	background: #FFFFFF url(../images/masthead.gif) 0 0 no-repeat;
	height: auto;
	font-size: 2em;
	line-height: 1.8em;
	color: #003f5e;
	background-image: none;
}
#masthead .logo a {
	display: none;
}
#masthead .strapline {
	display: block;
	background-image: none;
}
#section-home #masthead .banner, #section-incentive #masthead .banner, #section-issues #masthead .banner, #section-people #masthead .banner, #section-contact #masthead .banner, #section-popup #masthead .banner {
	display: block;
	text-indent: 0;
	background-image: none;
	height: auto;
	font-size: 1em;
	line-height: 1.8em;
	color: #666666;
	background-color: #FFFFFF;
	border-bottom: 1px dashed #e4e4e5;
}
#section-popup #masthead .logo, #section-popup #masthead .strapline {
	display: block;
}
#navigation {
	display: none;
}
#navigation-secondary {
	display: none;
}
#content-container {
	padding: 35px 0;
}

