@charset "UTF-8";
body  {
	font: 100% "Times New Roman", Times, serif;
	background-image:url(../images/background2.gif);
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link { 
color: #003300;
}

a:visited {
color: #993300;
}

h1{
font-family:Arial, Helvetica, sans-serif;
}
h2{
font-family:Arial, Helvetica, sans-serif;
}
h3{
font-family:Arial, Helvetica, sans-serif;
}

h4{
font-family:Arial, Helvetica, sans-serif;
	font-size:80%
}
.bodyText {
	font:11px Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:20px;
	margin-top:0px;
	}

.pageName{
	font: 18px Arial, Helvetica, sans-serif;
	color: #2D5111;
	line-height:26px;
	letter-spacing:.21em;
	}

.thrColFixHdr #container { 
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	/*padding-bottom: 15px;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(../images/PA-Home-Energy-header-2nd-Lvl955.png);
	background-repeat:no-repeat;
	height:auto;

}

.thrColFixHdr #container h1{ 
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:36px;
	font-weight:bold;
	padding:0px 0px 0px 185px;
	clear:both;

}
.thrColFixHdr #Logo{ 
	position:absolute;
	margin: -70px 0px 0px 10px;
	z-index:1000;
	clear:both;

}
		
.thrColFixHdr #header { 
	padding: 30px 0px 0px 0px;  /* Was 145px without the phone number above. Left indent was 175px when size was 850px.this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:25px 0px 0px 0px;
	background-position:center;
	background-repeat:no-repeat;
	clear:both;

} 

.thrColFixHdr #header h1 {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 1px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #header h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	float:left;
	margin-top:5px;
	margin-left:260px;
	clear:both;
}
.thrColFixHdr #header h4 a:link { 
color: #003300;
}

.thrColFixHdr #header h4 a:visited {
color: #993300;
}

.thrColFixHdr #header img a:link,.thrColFixHdr #header img a:visited { 
	margin:0px 0px 5px 0px;
	padding: 0px;
	text-decoration:none;
}
.thrColFixHdr #headerPix{ 
	padding: -17px 0px 0px 0px;
	z-index:-1000;
		clear:both;

} 
.headerStory{ 
	margin-top:-65px;
	margin-left:450px;
	clear:both;
} 

.thrColFixHdr #mainContent { 
	position:relative;
	width:955px auto;
	margin:0px;
	padding: 0px 0px 0px 0px;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	h\eight:100%;
}

.thrColFixHdr #mainContent p{
	overflow:visible;
}

 .mainContent1{ 
	float: left; /* since this element is floated, a width must be given */
	width: 341px;
	color:#FFFFFF;
	text-align:center;
	padding: 20px 0px 10px 0px; /* padding keeps the content of the div away from the edges */
}
.mainContent2{ 
	width: 341px;
	color:#FFFFFF;
	text-align: center;
	padding: 20px 0px 0px 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px 0px 0px 340px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	height:1%;
	h\eight:1%;
}

.mainContent3{ 
	position:absolute;
	/*float: right;  since this element is floated, a width must be given */
	width: 330px;
	w\idth: 330px;
	color:#FFFFFF;
	text-align: center;
	padding: 20px 0px 10px 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px 0px 0px 690px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	height:1%;
	h\eight:1%;

}

#sidebarMain{
	position:relative;
	width:775px auto;
	w\idth:775px;
	margin-top: 183px;
	margin-left:px;
	margin-bottom: 0px;
	padding-right: 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	border-left: solid 1px #2D5111;
	height:auto;
	h\eight:auto;


}
#sidebarMain h2{
	color:#2D5111;
	text-align:left;
	font-style:normal;
	font-size:24px;
}
#sidebarMain h3{
	color:#2D5111;
	font-size:18px;
	}
	
#sidebarMain h3 a:link{
	color:#2D5111;
	text-align:left;
	font-style:normal;
	font-size:18px;
}
#sidebarMain h3 a:visited{
	color:#993300;
	text-align:left;
	font-style:normal;
	font-size:18px;
}
#sidebarMain h4{
	color:#2D5111;
	font-size:14px;
	}
#sidebarMain p{
	color:#000000;
	margin-bottom: 0px;

}
#sidebarMain img{
	padding: 0px;
}
#sidebarMain img a:link,#sidebarMain img a:visited{
	visibility:hidden;
}

	
#sidebarMain p blockquote p blockquote{
	margin-left: 0px;
}
#sidebarMain a:link{
	color:#003300;
} 

#sidebarMain a:visited{
	color:#993300;
}
#sidebarMain ul, #sidebarMain ul li, #sidebarMain ul li ul, #sidebarMain ul li ul li {
		color:#003300;
}
#sidebarMain ul a:link, #sidebarMain ul li a:link, #sidebarMain ul li ul a:link, #sidebarMain ul li ul li a:link {
	color:#003300;
	}

#sidebarMain ul a:visited, #sidebarMain ul li a:visited, #sidebarMain ul li ul a:visited, #sidebarMain ul li ul li a:visited {
		color:#993300;
}
.sidebarMainBox{
margin: 0px 0px 0px 0px;
	width: 767px;
	background: #FCCC65;
		border-top: 1px solid #2D5111;

}
.sidebarMainBox ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	color: #5678AC;
}

.sidebarMainBox li {
	margin-bottom: 5px;
	display: block;
}
.sidebarMainBox img{
	float:left;
	border: 1px solid #2D5111;
	margin-right:0px;
	margin-top: 0px;
}

.sidebarMainBox h3 {
	padding: 0px 0px 0px 10px;
	width: 767px auto; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
 background-color: #FCCC65;
	text-indent: 0px 0px 0px 55px;
}

.sidebarMainBox a { 
color: #003300;
	text-decoration: none;
	display:block;
	padding:5px 10px 5px 5px;
}

.sidebarMainBox a:hover { 
	background-color:#EFC160;
	padding:5px 0px 5px 5px;
	height:85px;
}
.sidebarMainBox a span { 
	cursor:pointer;
}
.sidebarMainBox p{
	margin-top:-35px;
	padding: 20px 15px 0px 250px; /* padding keeps the content of the div away from the edges */
	display:block;
}
.sidebarMainBoxlink_out { 
	display:table;
	height: 85px;
	overflow:hidden;
	width: 615px;
}
.sidebarMainBoxlink_mid { 
	display:table-cell;
	vertical-align:middle;
	width: 615px;
}
.sidebarMainBoxlink_in { 
	display:block;
	padding-left:20px;
	padding-right:30px;
}

.sidebarMainBoxlink_title { 
	font-size:14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
		width: 615px;

}

#sidebarRight {
	position:relative;
	width:185px auto;
	w\idth:185px;
	margin-top: 0px;
	margin-left:768px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-left: solid 1px #2D5111;
	background:#FFFFCC;
	height:auto;
	h\eight:auto;


}
#sidebarRight h2{
	color:#2D5111;
	text-align:left;
	font-style:normal;
	font-size:24px;
}
#sidebarRight h3{
	color:#2D5111;
	font-size:18px;
	}
	
#sidebarRight h3 a:link{
	color:#2D5111;
	text-align:left;
	font-style:normal;
	font-size:18px;
}
#sidebarRight h3 a:visited{
	color:#993300;
	text-align:left;
	font-style:normal;
	font-size:18px;
}
#sidebarRight h4{
	color:#2D5111;
	font-size:14px;
	padding-left: 10px;
	}
#sidebarRight p{
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	text-indent: 10px;
	height:1%;
	h\eight:1%;
}
#sidebarRight tr td{
	background:#FFFFCC;
	border-bottom:1px solid #2D5111;
	padding-bottom:5px;

}
#sidebarRight img{
	padding: 0px 15px 15px 10px;
}
#sidebarRight img a:link,#sidebarRight img a:visited{
	visibility:hidden;
}
	
#sidebarRight p blockquote p blockquote{
	margin-left: 0px;
}
#sidebarRight a:link{
	color:#003300;
} 

#sidebarRight a:visited{
	color:#993300;
}
#sidebarRight ul, #sidebarRight ul li, #sidebarRight ul li ul, #sidebarRight ul li ul li {
		color:#003300;
}
#sidebarRight ul a:link, #sidebarRight ul li a:link, #sidebarRight ul li ul a:link, #sidebarRight ul li ul li a:link {
	color:#003300;
	}

#sidebarRight ul a:visited, #sidebarRight ul li a:visited, #sidebarRight ul li ul a:visited, #sidebarRight ul li ul li a:visited {
		color:#993300;
}
#navigation td {
	border-bottom: 1px solid #F4FFE4;
	background: #E7E5A9;
	text-align:center;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #2D5111;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 0px 10px 0px;
	}
	
#navigation a:hover {
	background: #CDCB98;
	color:#993300;
	}
.sidebarRightBox{
margin: -30px 0px 0px 0px;
padding-bottom: 18px;
	width: 212px;
	background: #E7E5A9;
}
.sidebarRightBox ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	color: #5678AC;
}

.sidebarRightBox li {
	margin-bottom: 5px;
	display: block;
}
.sidebarRightBox img{
	float:left;
	border: 1px solid #2D5111;
	margin-right:0px;
	margin-top: 0px;
}

.sidebarRightBox h3 {
	padding: 0px 0px 0px 0px;
	width: 212px auto; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
 background-color: #E7E5A9;
	text-indent: 0px 0px 0px 55px;
}

.sidebarRightBox a { 
color: #003300;
	text-decoration: none;
	display:block;
	padding:5px 10px 5px 5px;
}

.sidebarRightBox p{
	margin-top:5px;
	padding: 0px 15px 20px 250px; /* padding keeps the content of the div away from the edges */
	display:block;
}
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #993300;
	line-height:22px;
	letter-spacing:.2em;
	border-bottom: 2px dashed #B39240;
	}
	
.subHeaderIndent {
	margin-left: 40px;
	color: #2D5111;
	}

#calculators {
	color:#000000;
}

.thrColFixHdr #column1 {
	float: left; /* since this element is floated, a width must be given */
	width: 520px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top:-30px;
	padding: 0px 10px 20px 0px; /* padding keeps the content of the div away from the edges */
	height:1%;
	}

.thrColFixHdr #column1 h3 {
	padding: 15px 0px 0px 10px;
		width: 520px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */

	text-indent: 5px 0px 0px 30px;
}

.thrColFixHdr #column1 h3 a:link {
	color: #003300;
}

.thrColFixHdr #column1 h3 a:visited {
	color: #993300;
}
.thrColFixHdr #column1 p{
margin-top:-35px;
padding: 30px 10px 0px 10px; /* padding keeps the content of the div away from the edges */
	display:block;
}
	
.thrColFixHdr #column2 { 
	width: 233px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding:0px 12px 25px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: -630px 0px 0px 510px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	background: #D1E0B2;
	border-left: 1px solid #2D5111;
	height:1%;
	h\eight:1%;
} 
.thrColFixHdr #column2 h3 {
	padding: 15px 0px 0px 0px;
	width: 233px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	text-indent: 0px 0px 0px 30px;
}
.thrColFixHdr #column2 h3 a:link { 
color: #003300;
}

.thrColFixHdr #column2 h3 a:visited { 
color: #993300;
}
.thrColFixHdr #column2 p{
	margin-top:-5px;
	padding: 0px 15px 0px 0px; /* padding keeps the content of the div away from the edges */
		text-decoration: none;
	display:block;
}
.thrColFixHdr #column2 p a { 
	margin-top:-10px;
color: #003300;
	text-decoration: none;
	display:block;
	}
.thrColFixHdr #column2 p a:hover { 
color: #003300;
text-decoration:underline;
	}
	.thrColFixHdr #column2 ul li{ 
	list-style:square;
	}
.thrColFixHdr #column2 ul li a { 
	margin-top:-10px;
color: #003300;
	text-decoration: none;
	}
.thrColFixHdr #column2 ul li a:hover { 
color: #003300;
text-decoration:underline;
	}
.thrColFixHdr #column3 {
	position:absolute;
	float: right; /* since this element is floated, a width must be given */
	width: 341px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 12px 0px 10px; /* padding keeps the content of the div away from the edges */
	margin: 0px 3px 0px 665px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	height:1%;
}

.thrColFixHdr #column3 h3 {
	padding: 15px 0px 0px 10px;
	width: 341px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	text-indent: 5px 0px 0px 30px;
}
.thrColFixHdr #column3 h3 a:link {
color: #003300;
}

.thrColFixHdr #column3 h3 a:visited {
color:#993300;
}

.thrColFixHdr #column3 h6 a:link {
color: #003300;
font-family:Arial, Helvetica, sans-serif;
font-size: 110%;
font-weight:bold;
font-style:italic;
text-align:right;
margin-left: 270px;
}

.thrColFixHdr #column3 h6 a:visited {
color: #993300;
}
.thrColFixHdr #column3 p{
margin-top:-35px;
padding: 30px 12px 0px 10px; /* padding keeps the content of the div away from the edges */
	display:block;
}
.boxBottom {
margin-top: -20px;
	width: 341px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height:20px;
	background-image:url(../images/box_bottom.png);
	background-repeat:no-repeat;
}
.thrColFixHdr #footer { 
	width: 885px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 10px 10px 0px 60px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	border-top: 5px solid #EAEAB4;
} 
.thrColFixHdr #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	text-align:left;
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	overflow:visible;
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#wrapper { /* this should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	width:auto;
	overflow:visible;
	position:relative;
	clear:both;
	height:auto;

}
#siteDate{
position:absolute;
margin-left: 831px;
font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	top: 20px;
	text-align:left;
	min-height: 1px;
	z-index: 120;
}

#siteDate h3{
	font-family:Arial, Helvetica, sans-serif;
	/*font-size: 80%;*/
	font-weight:bold;
}

