h2 {
  padding: 0 0 4px 10px;
  margin-left: -10px;
  margin-right: -10px;
  border-bottom: 2px solid #cccccc;
  font-size: 15pt;
}

h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 13pt;
}

.state-resources {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background-color: #fafafa;
  padding: 15px;
  
}

.state-resources h3 {
  font-weight: bold;
}

.state-expander {
  cursor: pointer;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
  display: block;
  padding: 8px 13px;
  
}

.state-expander.first {
  border-top: 1px solid #cccccc;
  margin-top: 20px;
}

.state-expander:hover {
  background-color: #f0f0f0;
}

.state-expander-active {
  background-color: #f0f0f0;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  padding: 8px 12px;
}

.state-expander span {
  font-weight: normal;
  color: #666666;
}

div.one-third {
  width: 270px;
  margin-left: 27px;
  float: left;
}

div.two-thirds {
  width: 567px;
  margin-left: 27px;
  float: left;
}

div.one-third:first-child {
  margin-left: 0;
}

a.page-image-link img, img.bordered-image {
  border: 5px solid #e0e0e0;
  margin-left: -5px;
  display: block;
}

img.state-preview {
  margin-top: 10px;
}

a.page-image-link span {
  display: block;
  position: relative;
  top: -35px;
  height: 30px;
  left: 0px;
  background: url('images/25-percent.png');
  margin-right: 5px;
  padding-right: 10px;
  color: white;
  text-align: right;
  text-shadow: 1px 1px 0 #444444;
  margin-bottom: -30px;
}

a.page-image-link:hover span {
  background: url('images/40-percent.png');
}

img.alignright {
  margin: 0 -30px 20px 30px;
  background-color: #eeeeee;
  padding: 10px;
}

.alignright span.credit {
  display: none;
}

.alignright:hover span.credit {
  display: block;
  color: white;
  position: relative;
  top: -50px;
  left: 45px;
  z-index: 100;
  text-shadow: black 0px 0px 3px;
}

.alignright:hover span.credit a {
  color: white;
}