
/* Directors */

#directors ul.list {
  list-style:none;
  margin: 0 0 1em 0;
  padding: 0;
  width:100%;
  overflow:hidden;
}

ul.list li{
  margin-top:0.5em;
  margin-bottom:0.5em;
  padding:0.5em 0;
/*    background:url(/images/small-panel-bg.gif) repeat-x;*/
  overflow:hidden;
  border-bottom:1px dotted #062d53;
  min-height:130px;
  height:auto !important;
  height:130px;
}


ul.list li a {
  margin: 0;
  padding: 0;
  font-weight:bold;
  text-decoration:none;
}

ul.list li a:hover{
  text-decoration:underline;
}

ul.list li p.filesize{
  color:#656565;
  font-weight:bold;
}

ul.list li img {
  float: left;
  margin: 0 10px 0 0px;
  padding: 0;
}