/* Homepage panel styles */

#homepage-panel {
  width: 592px;
  w\idth: 447px;
  min-height: 122px;
  background: #fff url(/images/homepage-panel-background.gif) no-repeat;
  padding: 23px 10px 10px 135px;
  margin-bottom: 10px;
}
* html #homepage-panel {
  height: 155px;
  he\ight: 122px;
}
#homepage-panel h2 {
  width: 280px;
  height: 17px;
  font-size: 0.1em;
  margin: 0 0 8px 0;
  background: url(/images/homepage-panel-welcome-heading.gif) no-repeat;  
}
#homepage-panel h2 span {
  display: none;
}
#homepage-panel p {
  margin: 7px 0 0 0;
  line-height: 1.6em;
}

/* Homepage feature styles */

#homepage-features {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#homepage-features li {
  width: 141px;
  float: left;
  margin: 0 9px 0 0;
  padding: 0;
  background: #fff none bottom left no-repeat;
  border-bottom: 1px solid #fff;
  min-height: 270px;
}
* html #homepage-features li {
  height: 270px;
}
#homepage-features li.current-issues {
  background-image: url(/images/homepage-current-issues-background.gif);
}
#homepage-features li.recruitment {
  background-image: url(/images/homepage-recruitment-background.gif);    
}
#homepage-features li.publications {
  background-image: url(/images/homepage-publications-background.gif);
}
#homepage-features li.in-the-press {
  background-image: url(/images/homepage-diversity-background.gif);
  margin-right: 0;
}
#homepage-features li h3 {
  width: 141px;
  w\idth: 129px;
  height: 40px;
  he\ight: 34px;
  font-size: 1em;
  margin: 0 0 8px 0;
  padding: 6px 6px 0 6px;
  color: #fff;
  background: url(/images/homepage-feature-heading.gif) no-repeat;    
  line-height: 1.3em;
}
#homepage-features li.in-the-press h3 {
  font-size: 0.9em;
}
#homepage-features li ul {
  list-style: none;
  margin: -8px 8px 8px 8px;
  padding: 0;
}
#homepage-features li ul li {
  width: auto;
  float: none;
  margin: 0 0 0.5em 0;
  padding: 0 0 0 14px;
  background: none;
  border-bottom: 0;
  min-height: 0;
  height: auto;
  background: url(/images/bullet.gif) 0 4px no-repeat;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.4em;
}
#homepage-features li ul li a {
  color: #000;
}
#homepage-features li ul li.last {
  margin-bottom: 0;
}
#homepage-features li p {
  margin: -8px 8px 8px 8px;
  font-size: 0.9em;
  line-height: 1.4em;
}
#homepage-features li.in-the-press ul li {
  background: none;
  padding-left: 0;
}
#homepage-features li.in-the-press ul li em {
  font-style: normal;
  font-weight: normal;
  color: #039004;
}

/*
 * Swine Flu
 */

div#swineflu {
  background: #ffffff;
  border: 1px dotted #a0a08b;
  margin: 10px 150px 0px 150px;
  padding: 10px 5px 2px 5px;
  text-align: center;
} 

