/**
	File:
		print.css

	Validates:
		CSS Level 2.1

	Project: 
		[Project name and any abbreviation the project is known by]

	Author:
		[Author name]

	Date Created:
		[YYYY-MM-DD]

	About:
		Print specific styles

	Notes:
		Always place last in the cascade

	File content:
		

	Cascade index:
		01	undo.css - Resets browser default styles
		02	layout.css - Styles for the main layout and framework of the site
		03	content.css - Styles for general content 
		04	elements.css - Styles for specific page elements 
		05	ie6.css - IE6 specific styles.
		06	ie7.css - IE7 specific styles.
		07	clearing.css - Enables the use of .clearfix across the site.
		08	main.css - Continuity generated stylesheet
		09	print.css - Print specific styles
*/

body { background: White; font: 12pt "New Century Schoolbook", "Times New Roman", TimesNR, Times, serif; color: Black; text-align: left; }

a { color: Blue; text-decoration: underline; }

.access, 
#mainMenu, 
#navColumn,
#header,
#menuColumn,
#powerBattPrices,
#footer { display: none; visibility: hidden; }

#header h1 { float: left; }

#constraint { clear: both; }

a img { border: none; }

#mainContent fieldset#caveats #butPrint{
	display: none;
}

.calcDiscount {
	width: 0px;
}


#mainContent fieldset#calcInputs input.butCalculate{
	display: none;
}

#printIntro{
	display: block;
	font-size: 2em; 
	font-weight: 600; 
	margin: 0.33em 0; 
	padding-bottom: 22px; 
}

#webIntro{
	display: none;
}

#mainContent fieldset#calcInputs, #mainContent fieldset#calcOutputs, #mainContent fieldset#caveats{
	border: none;
}


#mainContent #contactInfo #leftColumn { 	background-color: #ffffff;	float:left;	margin-bottom: 20px; margin-right: 10px;	padding:10px; width: 600px;}		
#mainContent #contactInfo #rightColumn { background-color: #ffffff;	float:right; margin-bottom: 20px; padding:10px; padding-left: 0px; width: 200px;}

