/* Copyright © 2006-2007 C-mach Technologies Inc.*/
/*this rule provides for the right-hand column on 2nd page*/
#pullQuoteRight {
  position: relative;
	float: right;
  margin: 0px 12px 15px 10px;
  padding-right: 8px;
  padding-bottom: 10px;
  z-index: 150;
  width: 220px;
  top: 15px;
  background-color: #F5F5F5;
}
#pullQuoteRight h2 {
  margin-top: 0px;
  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: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
}
/*#pullQuoteRight #buttons { margin-top: 50px; margin-right: auto; margin-left: auto; width: 200px; }*/



a.button-info { display: block; width: 176px; height: 87px; text-decoration: none; text-indent: -9999px; margin-top: 35px; margin-left: 25px; background-image: url(../images/button-info.gif); }

a.button-demo { display: block; width: 176px; height: 87px; text-decoration: none; text-indent: -9999px; margin-top: 35px; margin-left: 25px; background-image: url(../images/button-demo.gif); }

a.button-template { display: block; width: 176px; height: 87px; text-decoration: none; text-indent: -9999px; margin-top: 35px; margin-left: 25px; background-image: url(../images/button-template.gif); }

a.button-support { display: block; width: 176px; height: 87px; text-decoration: none; text-indent: -9999px; margin-top: 35px; margin-left: 25px; background-image: url(../images/button-support.gif); }



a.button-info:hover, a.button-demo:hover, a.button-template:hover, a.button-support:hover {

background-position: -176px 0;

}
