
#content {
  clear: both;
}

#jobs {
  margin: 1.5em 0;
}

#joblist {
  border: 1px dotted #35b44e;
}

.jobblock {
  border-top: 1px dotted #35b44e;
  position: relative;
}

.jobblock:first-child { border-top-width: 0; }

.jobblock, .jobblock a { padding: 8px; }

.jobblock {
  padding-top: 30px;
}

.jobblock a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-weight: bold;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.jobblock .jobid {
  font-size: 11px;
  margin-top: 2px;
  display: block;
  color: #666;
}


#navigation {
  position: relative;
  z-index: 5;
}

#navigation .wsite-menu-wrap {
  position: absolute;
  top: 24px;
  left: 0;
  border-top: 1px solid #aaa;
}

#navigation li {
  position: relative;
}

#navigation li:hover .wsite-menu-wrap {
  display: block !important;
}

#navigation li ul li {
  display: block;
  font: 12px Arial,sans-serif;
  color: #686868;
  line-height: 120%;
  text-transform: none;
  text-shadow: 1px 1px 0 #fff;
  margin: 0;
  padding: 0;
  width: 180px;
  text-align: left;
}

#navigation li ul li a {
  height: auto;
  line-height: 120%;
  padding: 13px;
  border: 0 none;
  font: 12px Arial,sans-serif;
  color: #686868;
  text-decoration: none;
  display: block;
  -moz-text-shadow: 1px 1px 0 #fff;
  -webkit-text-shadow: 1px 1px 0 #fff;
  text-shadow: 1px 1px 0 #fff;
  background: none;
  zoom: 1;
}

#navigation li ul li a:hover {
  background: white;
}

/* Interal */

body.iframe {
  margin: 0;
  background: transparent !important;
}

.iframe #jobs, .iframe p {
  margin: 0;
}

.centre-section {
  margin-bottom: 1em;
}

.centre-section h3 {
  font-weight: 400;
  font-size: 1.5em;
  border-bottom: thin solid #eee;
  padding-bottom: .25em;
  margin-bottom: .5em;
}
