/* ------------------------------------------------------------------
	PRINT STYLESHEET
	
	Project: Energy Source
	Created: 2009-03-13
	Created by: Cindy Dochstader cindy@rkd.ca
------------------------------------------------------------------- */

body,
.BodyStyle { 
	background: #FFF;
	color: #000;
	width:600px;
	}
	
#form1 { width:600px; }

#PrintHeader { display: block; }

#Wrapper { 
	margin: 0;
	width: 600px;
	padding-top:0;
	}
	
h1 { 
	margin:0;
	color:#000;
	}
	h1.HomeImgReplace, h1.ImgReplace {
		height: 24px;
		text-indent: 0;
		background-image: url(none) !important;
		background-position: -999px top;
	}	
	h1.HomeImgReplace {
		height: 120px;
		}
		
h4 { 
	color: #000;
	}		
			
Textarea, select, .Input {
	border: 1px solid #888;
	}
		
#Footer, #FooterHome { 
	height: auto;
	margin:0;
	width:600px;
	background-image: url(none) !important;
	}
	#Footer .Copyright, #FooterHome .Copyright {
		float:none;
		margin-top:30px;
		}
	#Footer .PhoneNumber, #FooterHome .PhoneNumber {
		float:none;
		margin-top:0;
		color:#000;
		}

#Header, #SideBar, .MainImage, #FooterHome .HomeIcons, #FooterHome .FooterLogo, 
#Footer .FooterLogo, #FooterHome .Privacy, #Footer .Privacy, #FooterHome .SitebyRKD, .NoPrint { 
	display: none; 
	}