@charset "utf-8";
/* 
	Developer: Addition.dk, 2008.
	Description: Screen styles (hidden from old-school browsers)
*/
#master{
	width: 90%;
	margin: 5% 5% 5% 5%;
}

#header, #content.withSub{
	background: none;
	border: none;
}

#header{
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
	border-bottom: 1px solid #0073b5;
}

.homeBoxBig1, .homeBoxBig2{
	display: none;
}

.smallNav, #menu, .leftColumn, .rightColumn, #footer{
	display: none;
}

.homeLeft, .highlightHome{
	width: auto;
	float: none;
	background: none;
}


#content.withSub, .middleColumn{
	width: 100%;
}

.logo h1 a{
	color: #0073b5;
}

#printFooter{
	padding: 22px 0 0 0;
	margin: 22px 0 0 0;
	width: 100%;
	border-top: 1px solid #0073b5;
}
#printFooter p{
	width: 30%;
	float: left;
}
#printFooter p#printFooterLink{
	width: 70%;
	float: right;
	text-align: right;
}
