/*
 * Careers listing styles
 */

div#careers {
  margin-top: 1.5em;
}
div#careers ul {
  margin-bottom: 1.2em;  
} 
div#careers ul li {
  margin-bottom: 1.5em;  
  padding-bottom: 1.5em;  
  background: url(/img/dotted-line.gif) bottom left repeat-x;  
} 
div#careers ul li h3.title {
  font-family: georgia, serif;
  font-size: 1.3em;
  margin-bottom: 8px;
}
div#careers ul li h3.title a {
  color: #424242;
}
div#careers ul li p.summary {
  margin: 0 10px 0 0;
  line-height: 1.5em;
  font-size: 1em;  
} 
div#careers ul li p.summary a.view-more-details {
  display: block;
  margin-top: 8px;
}

/*
 * Careers item styles
 */

div#career h3.title {
  font-family: georgia, serif;
  font-size: 1.5em;
  margin-bottom: 0.7em;
}
div#career h4.location {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 5px;
}
div#career h5.closing-date {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 1em;
}
div#career p.contact-details {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  background: url(/img/dotted-line.gif) bottom left repeat-x;  
}
div#career ul.application-forms {
  padding-top: 1.5em;
  margin: 1.5em 0 1.5em 0;
  background: url(/img/dotted-line.gif) top left repeat-x;  
}
div#career ul.application-forms a {
  font-weight: bold;
}