/* Copyright © 2006-2007 C-mach Technologies Inc.*/
/*this rule provides for the right-hand column on 2nd page*/
#pullQuoteRight { position: relative; float: right; margin: 1px 0px 0px 0px; padding-right: 8px; padding-bottom: 10px; z-index: 150; width: 220px; border-left: 0px solid black; border-right: 0px solid black; background: #FAFAFA url(../images/bg-sidebar.gif) repeat-x top; min-height: 344px; }
#pullQuoteRight h2 {
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0 15px 10px 15px;
}
#pullQuoteRight p {
  padding: 0px 10px 0px 15px;
}

/*this is to highlight news items in the right column*/
.newsItemRight {
  background-color: #FBCB89;
  border: 1px solid;
  border-color: black;
  background-color: #c5cfd0;
	margin-top: 5px;
	margin-left: 3px;
	margin-bottom: 5px;
	padding-top: 3px;
	
}
.newsItemRight img {
	border: 1px solid black;
	margin-bottom: 10px;
}
#pullQuoteRight h2 {
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 2px;
}
.pdbox {
	margin: 0px 0px 5px -3px;
	padding: 0px;
}
a.button-power-draw { display: block; width: 176px; height: 87px; text-decoration: none; text-indent: -9999px; margin-top: 35px; margin-left: 25px; background-image: url(../images/button-power-draw.gif); }
a.button-request { display: block; width: 176px; height: 87px; text-decoration: none; text-indent: -9999px; margin-top: 35px; margin-left: 25px; background-image: url(../images/button-request.gif); }

a.button-power-draw:hover, a.button-request:hover {
background-position: -176px 0;
}
