
/**
 * Employment
 */

#top {
  background: #77797c;
}

#bottom {
  background-image: url('/images/employment/gradient.jpg');
}

#content {
  width: auto;
  height: 336px;
  margin-right: 10px;
  overflow: auto;
  scrollbar-arrow-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-face-color: #77797c;
  scrollbar-highlight-color: #77797c;
  scrollbar-shadow-color: #77797c;
  scrollbar-track-color: #77797c;
}

#content A {
  text-decoration: none;
  color: #ffffff;
}

#content P A {
  float: left;
  margin-left: -10px;
  padding-left: 10px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

#content P A:hover {
  background: url('/images/employment/arrow.gif') left center no-repeat;
}

#subnav A {
  color: #d6d7d8;
}

#subnav A:hover {
  background: url('/images/employment/arrow.gif') left center no-repeat;
}
