/* call to action promotional boxes */

.actionbox, .wide {
  background-color: #339;
  color: white;
  border: 1px solid #339;
  width: 180px;
  padding: 0px;
  margin: 10px 5px 10px 0px;
  float: left;
}
.wide {
  width: 95%;
  overflow: hidden;
  background: white;
}
.actionbox img {
  border: none;
}
.wide img {
 /*width: 99%;*/
 overflow: hidden;
 position: relative;
}
.actionbox h2, .actionbox p {
  margin: 0px;
  border: none;
  font-size: 0.9em;
  width: 174px;
  color: white;
  padding: 3px;
  background: #339;
}
.wide h2, .wide p {
  width: 99%;
  background-color: #339;
}
.actionbox a:active, .actionbox a:link, .actionbox a:hover, .actionbox a:visited, .actionbox a:visited {
  color: white;
  background: #339;
  text-decoration: underline;
}
.actionbox a:hover {
  text-decoration: none;
  background: #339;
}
