body {
  overflow: hidden;
  /* needed to eliminate scrollbars caused by the background image */
  position: absolute;
  padding: 0;
  margin: 0;
  /* necessary for the raster to fill the screen */
  height: 100%;
  width: 100%;
}

p {
  color: #202020;
  margin-top: 0;
  line-height: 130%;
}

a {
  border: none;
  text-decoration: none;
  font-weight: 700;
  color: #C34024;
  padding-bottom: 0;
}
a:hover {
  text-decoration: underline;
  color: black;
}
a:visited {
  color: #7E5852;
}
a:visited:hover {
  color: black;
}

img {
  border: none;
}

#linkblock {
  z-index: 3;
}

.linkicon {
  opacity: 0.33;
  fill-opacity: 0.33;
  filter: alpha(opacity=33);
  -webkit-filter: alpha(opacity=33);
  -moz-opacity: 0.33;
  z-index: 10;
  padding-left: 3px;
  padding-right: 3px;
}
.linkicon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  fill-opacity: 1.0;
  border-bottom: none;
}
.linkicon.active {
  opacity: 1;
  fill-opacity: 1.0;
  filter: alpha(opacity=100);
  -webkit-filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  color: #fff;
}

#bgimg {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

#content {
  z-index: 0;
  /* Place the new body above the background image */
  overflow: auto;
  /* restore scrollbars for the content */
  height: 100%;
  width: 100%;
  /* Make the new body fill the screen */
}

#navbarline {
  z-index: 1;
  margin-top: 20px;
  padding: 11px;
  background-color: black;
  /* For old browsers & IE */
  background-color: rgba(0, 0, 0, 0.45);
  box-shadow: 1px 1px 1px black inset;
  -moz-box-shadow: 1px 1px 1px black inset;
  -webkit-box-shadow: 1px 1px 1px black inset;
}

#heading {
  font-family: "Cabin", "Trebuchet MS", Helvetica, "Tahoma", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  top: 2px;
  left: 2px;
  display: block;
  z-index: 3;
  opacity: 1;
  filter: alpha(opacity=100);
}

span.name {
  color: #888;
}
span.section {
  color: white;
  padding-left: 2px;
}

.rounded-corners {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.hidden {
  visibility: hidden;
}

#iconblock {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  margin: 20px;
  padding: 11px;
  width: 470px;
  height: 50px;
}

.qtip-wrapper {
  font-family: "Cabin", "Trebuchet MS", Helvetica, "Tahoma", sans-serif;
  font-weight: 400;
}

/*# sourceMappingURL=common.css.map */
