/* Construction Portal Print - no banner, no left navigation*/
@import 'reset.css';
@import 'typography.css';
@import 'color.css';
@import 'forms.css';

body {
	background-color: #fff;
	background-image: none;
	border-style: none;
}

#container {width: 100%;}

#header {
	background-image: none;
	float: none;position: static;
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#header #bannerlink-ns, #header #bannerlink-cp {
	display: none;float: none; position: static;
}

#headerprint {
	float: none;position: static;
}

#headerprint h1 {
	color: #333333;
}
#headerprint h2{
	color: #006bb6;
}

#support_navigation_search_box{
	display: none;
}

#support_navigation_box
{	display: none;
}

#googlesearch_box {	
	display: none;
}

#content_container {
float: none;position: static;
}

#content {
	background-image: none;
}
#content h1 {
	border:none;
}

#main {
	background-image: none;
	float: none;position: static;
}
 
#sidebar {
 	background-image: none;
}

#main_navigation_box {
	display: none;
}

#footer_box{
	padding-top: 20px;
	border-top: 2px solid #ccc;
}

.clearer {
	clear: both;
}

#brseal {
	display: none;
}
.topofpage, .pagetoc {
	display: none;float: none;
}

#skipnavigation {
	display: none;
}

