/*                                                                      */
/* 		                 TRUSTEE BIOS                      		        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version created from WOL mobile.css     */
/* v002 06 Aug 2019 -   Modified to new content element names           */
/*                                                                      */
/*                                                                      */


div#trustee-list {
  margin-top: 20px;
  border-bottom: 1px solid #C9CAC8 /* __ ARP 3 __ Light Grey */;
}

div.trustee {
  border-top: 1px solid #C9CAC8 /* __ ARP 3 __ Light Grey */;
  min-height: 150px;
  padding: 10px 0 10px 0;
}

div.trustee figure {
  display: block;
  clear: left;
  margin: 0;
  padding: 0;
  float: left;
  height: 150px;
  width: 120px;
  background-color: white;
  background-image: url({_css_image-sprite-trustees});
  background-repeat: no-repeat;
  background-position: -5px -0px;
}

div.trustee.bio01 figure { background-position:    -5px -0px; }
div.trustee.bio02 figure { background-position:  -140px -0px; }
div.trustee.bio03 figure { background-position:  -275px -0px; }
div.trustee.bio04 figure { background-position:  -410px -0px; }
div.trustee.bio05 figure { background-position:  -545px -0px; }
div.trustee.bio06 figure { background-position:  -680px -0px; }
div.trustee.bio07 figure { background-position:  -815px -0px; }
div.trustee.bio08 figure { background-position:  -950px -0px; }
div.trustee.bio09 figure { background-position: -1085px -0px; }
div.trustee.bio10 figure { background-position: -1220px -0px; }
div.trustee.bio11 figure { background-position: -1355px -0px; }
div.trustee.bio12 figure { background-position: -1490px -0px; }
div.trustee.bio13 figure { background-position: -1625px -0px; }


div.trustee h3, 
div.trustee h4, 
div.trustee ul, 
div.trustee p {
  margin-left: 150px;
}

div.trustee h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
}
div.trustee h4 {
  color: #F0AB00 /* __ ARP 3 __ Gold (Pantone 130c) */;
  font-weight: normal;
  padding-top: 0.2em;
  font-size: 1em;
}

