#main #options form {
  padding-left: 10px;
}

#main #options label {
  margin-top: 10px;
  font-weight: bold;
}

#main #options select {
  display: block;
  margin-top: 5px;
  margin-bottom: 15px;
}

#main #options option.nojobs {
  color: gray;
  background-color: inherit;
}

#main #content .job {
  padding-top: 10px;
  padding-bottom: 15px;
}

#main #content .firstjob {
  border-top: 0;
}

#main #content ul {
  margin-left: 5px;
  padding-left: 0;
  clear: left;
  list-style-type: none;
  font-family: Arial, Bitstream Vera Sans, sans-serif;
  font-size-adjust: 0.53;
  font-size: 11px;
}

#main #content ul ul {
  margin-left: 0;
}

#main #content ul h3 {
  margin: 0 0 8px 0;
  padding: 0; /* attribute: inherit for all of the next would be cleaner, but isn't picked up correctly by IE. */
  color: #7b8287;
  background: none;
  font-family: Arial, Bitstream Vera Sans, sans-serif;
  font-size-adjust: 0.53;
  font-size: 16px;
  font-weight: bold;
}

#main #content ul .item {
  font-weight: bold;
}

#main #content ul .contact {
  margin-top: 10px;
}