/*********************** 
PRINT STYLE SHEET
************************/



/*********************** 

STYLESHEET SECTIONS:

- Hidden Elements
- Reformatted Elements


************************/



/* <Hidden Elements> */

#header { display:none; }
#print_header { 
	display: block;
	//background: #fff url(../images/print_header.jpg) no-repeat top left;	
	height: 70px;
	margin-left: 50px;
	color: black;
	padding-top: 20px;
	padding-left: 0px;
}

#print_header h1 { color: black; margin-top: -50px; padding-left: 10px; display: block; }

#footer { display:none; }
.fake-button { display: none; } 
h1 { display: none; } 
p.intro { display: none; }
.show_step1 { display: none; } 
.tooltip { display: none; } 
.jslider { display: none; } 
#nettest { display: none; } 
#long-term-costs { display: none; } 
 


/* </Hidden Elements> */




/* <Reformatted Elements> */



/* </Reformatted Elements> */