/* RIGHT SIDE OF PAGE */

#right {
  position: relative;
  width: 288px;
  float: right
}

.allied-divisions {
  position: relative;
  width: 288px;
  height: 576px;
  background-image: url(img/bg/allied-divs-org2.png);
  margin-top: 18px;
  padding-top: 3px;
  padding-bottom: 0px;
  font-size: 11px;
  text-align: left;
  z-index: 3
}

#small {
  position: relative;
  margin-top: 12px;
  width: 270px;
  height: 99px;
  margin-left: 9px;
  background-image: url(img/bg/hspumps1.png);
}

#medium {
  position: relative;
  width: 270px;
  height: 99px;
  margin-top: 12px;
  margin-left: 9px;
  background-image: url(img/bg/hspumps2.png);
}

#large {
  position: relative;
  width: 270px;
  height: 99px;
  margin-top: 12px;
  margin-bottom: 18px;
  margin-left: 9px;
  background-image: url(img/bg/hspumps3.png);
}

.pump-group {
  position: relative;
  float: right;
  width: 184px;
  height: 24px;
  margin-top: 13px;
  margin-bottom: 4px;
  margin-right: 18px;
  text-align: center;
  font-family: Tahoma;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  color: #ffffff;
}

.pump-link {
  position: relative;
  float: right;
  width: 252px;
  margin-top: 10px;
  margin-right: 8px;
  text-align: center
}
.pump-link a {
  color: #336633;
  font-family: Tahoma;
  font-size: 12px;
  text-decoration: none;
}
.pump-link a:hover {
  color: #669966;
  text-decoration: underline
}
.pump-link a:visited {
  color: #669966;
  text-decoration: none;
}

