/* -- custom styles for this site not in the standard style sheet -- */
.newsHeadline {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #5B8259;
}
.newsHeadline A:LINK { color: #5B8259; text-decoration: none; }
.newsHeadline A:ACTIVE { color: #5B8259; text-decoration: none; }
.newsHeadline A:VISITED { color: #5B8259; text-decoration: none; }
.newsHeadline A:HOVER { color: #004A8B; text-decoration: none; }

.newsBody {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #004A8B;
 }

.adminLink {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #003563;
}
.adminLink A:LINK { color: #003563; }
.adminLink A:ACTIVE { color: #003563; }
.adminLink A:VISITED { color: #003563; }
.adminLink A:HOVER { color: #004A8B; }

.contactButton {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
        font-size: 12px;
        color: #000000;
	background-image: url('images/contactButton.gif');
	width: 178px;
	height: 22px;
	padding: 0px 0px 0px 30px;
}

.faqButton {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
        font-size: 12px;
        color: #000000;
	background-image: url('images/faqButton.gif');
	width: 178px;
	height: 22px;
	padding: 0px 0px 0px 30px;
}

.publicationButton {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
        font-size: 12px;
        color: #000000;
	background-image: url('images/publicationsButton.gif');
	width: 178px;
	height: 22px;
	padding: 0px 0px 0px 30px;
}

.tipButton {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
        font-size: 12px;
        color: #000000;
	background-image: url('images/tipsButton.gif');
	width: 178px;
	height: 22px;
	padding: 0px 0px 0px 30px;
}

.tips , .featuredProgram_item, .featuredLinks, .announcements {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.tips , .featuredLinks, .announcements { text-align: justify; }
.header { font-family: Tahoma, sans-serif; font-size: 7pt; letter-spacing: 2px; text-transform: uppercase; color: #004A8B; font-weight:bold; }
.announcements .header { padding: 3px 0px 0px 7px; }
.featuredLinks .header { padding: 0px 0px 0px 5px; }

#featuresProgramsWrapper { 
	margin: 2px 7px 0; padding: 24px 0 0; 
	background: #fff url('images/featuredHeader.gif') top left no-repeat;
}
#featuresProgramsWrapper #btm { padding-bottom: 17px; background: #fff url('images/featuredFooter.gif') bottom left no-repeat; }
#featuresProgramsWrapper #featuredProgamsListing { width: 213px; height: 317px; overflow: auto; position: relative; }
#featuresProgramsWrapper #featuredProgamsListing .featuredProgram_item { 
	height: 64px; margin: 0; padding: 0;
	text-align: left; cursor: pointer;
}
#featuresProgramsWrapper .featuredProgram_item a:HOVER { margin-left:2px; }
#featuresProgramsWrapper .featuredProgram_item span { display: none; }

.featuredProgram_item A, .featuredProgram_item A:VISITED { color: #000000; text-decoration: none; width: 214px; height: 60px; }
.featuredProgram_item A:HOVER, .featuredProgram_item:HOVER A { text-decoration: underline; }

.announcements { background-color: #f8f7f0; }
.featuredLinks { background-color: #dbe7ef; }

.announcements .boxContent { padding: 5px 7px 3px 7px; }
.announcements .boxContent li { margin: 6px 0; }
.featuredLinks .boxContent { padding: 5px 7px 0px 7px; text-align: center; }
.featuredLinks .boxContent a { text-align: center; }
.featuredLinks .boxContent .featuredLink { margin: 2px 0; }
.featuredLinks hr { width: 150px; color: #004A8B; }

/* -- NYS Official Banner Styles -- */
.nysBannerBox {
	margin: 0px 0px 0px 0px;		
}

.nysBannerMenuBar {
	/* You may need to modify the path to this image */
	background: url(http://www.askpsc.com/images/goldnys.gif) no-repeat;
	width:590px;
	height:38px;
}
	
.nysBannerNav a {
	background: #E7C66B; /* this is the background color for the navigation links */
	color: #31295A; /* this is the foreground color for the navigation links */	
	position:relative;
	left:23px; /* this is the start location of the navigation links */
	top:1px;
	margin: 0px 0px 0px 5px;			
	width: 66px;
	height: 34px;			
	border: 1px solid #31295A;
	display: block;		
	float: left;	
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-serif; /* this is the font family of the navigation links */
	font-size: .8em; /* this is the font size of the navigation links */
	font-weight: bold;
	vertical-align: middle;		
	text-align: center;				
}

.nysSmallBannerMenuBar {
	/* You may need to modify the path to this image */
	background: url(images/smgoldnys.gif) no-repeat;
	width:448px;
	height:28px;
}
	
.nysSmallBannerNav a {
	background: #E7C66B; /* this is the background color for the navigation links */
	color: #31295A; /* this is the foreground color for the navigation links */
	left:15px; /* this is the start location of the navigation links */
	position: relative;
	top: 1px;
	margin: 0px 0px 0px 5px;			
	width: 55px;
	height: 30px;			
	border: 1px solid #31295A;
	display: block;		
	float: left;	
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-serif; /* this is the font family of the navigation links */
	font-size: .7em; /* this is the font size of the navigation links */
	font-weight: bold;
	vertical-align: middle;		
	text-align: center;				
}
.nysSmallBannerNav a:hover {
	color: #31295A; /* this is the foreground color for the navigation links */
}

.nysBannerTouch {	
	position:relative;
	left:0px;	
	top:0px;	
	float:left;
	border:0px;
	margin: 0px 0px 0px 0px;				
}
		
.nysBannerDlink {
	color :white; /* this is the foreground color of the D link */
	font-size:1px;
}		

#energyEff_linkarea { text-align: center; padding: 10px 0px 0px; }
#energyEff_linkarea:HOVER { background: #5F8BB2; }

#energyEff_link_txt a { color: #FAF9F4; font-weight: bold; text-decoration: none; padding: 16px 0; }