/* HEADER - common */
.skip-to-content {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

a.skip-to-content:focus {
  width: auto;
  height: auto;
  left: auto;
  color: #000;
  top: auto;
  overflow: auto;
  position: relative;
  font-size: 1.2em;
  padding: 5px;
}

#headercommon {
  height: 1.9em;
  color: white;
  background: #38672f;
  border-top: 6px solid #87a3b7;
  white-space: nowrap;
  margin: 0 0 -2px 0;
  padding: 0;
}

#headercommon ul {
  font-size: 0.8rem;
  padding: 2px 0 0 0;
  line-height: 1em;
  list-style: none;
  margin: 0 0 1px 0;
  right: 0;
  bottom: 0;
}

#headercommon li {
  display: inline;
  border-right: 1px solid #203b1b;
  padding: 0 6px;
  margin: 0;
}

#headercommon li.first {
  padding-left: 0;
}

#headercommon li.last {
  border-right: none;
  margin: 0;
}

#headercommon a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  white-space: nowrap;
}

#headercommon #commonnav img.dart {
  border: 0;
  margin-bottom: -4px;
}

#headercommon #commonnav {
  width: 100%;
  float: left;
  text-align: right;
}