/**
 * Robert K Cooper Print Stylesheet
 *
 * Created: 04/19/2005 GKR
 *
 * Please note that any of the styles from the main stylesheet that we 
 * wish to maintain do not need to reappear here - we can exclude them.
 * However, any style rules from the main stylesheet that we do not want
 * must be overridden explicitly in this stylesheet.
 */

#wrapper {
	width: auto;
}

#header-leadership, #header-energy {
	position: relative;
	padding: 0;
	height: 112px;
}

#header-leadership h1, #header-energy h1 {
	display: none;
}

#bar {
	display: none;
}

h5#switch-green, h5#switch-red {
	display: none;	
}

#content-contain-sm {
	width: auto;
	margin: 0;	
	float: none;
	font-size: 1.2em;
}

#content {
	margin: 0;
	padding: 1px 0 20px 0;
	position: relative;
}

#right-column {
	width: auto;
	margin: 0;
	padding: 0;
	float: none;
}

div#globalnav {
	display: none;
}

.print-hdr {
	position: relative;
	z-index: 100;
	display: inline;
}

.stretch {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	display: inline;
	width: 100%;
	height: 112px;
}