/* about section styles for Koch Institute site  */



/* leadership table */
/* table title text and border are orange rather than the standard color */
div.about_overview #divtext table.infotable tr.tabletitle th,
div.about_overview #divtext table.infotable tr.tabletitle td {
  color: #de5637;
  border-bottom: 1px solid #de5637;
}
/* except that the second title has to be gray */
div.about_overview #divtext table.infotable tr.subtitle th,
div.about_overview #divtext table.infotable tr.subtitle td {
  color: #acacac;
}

/* scientific advisory board page has bizarre spacing, and uses small font */
/* REMOVED at request of designer */
div.about_boardxxx #divtext h2 {
  font-size: 0.70em;
  line-height: 200%;
  margin-top: 2.10em;
}
div.about_boardxxx #divtext p {
  font-size: 0.70em;
  line-height: 200%;
  margin-bottom: 2.10em;
}

/* administration table has no margin above */
div.about_administration #divtext table.infotable {
  margin-top: 0px;
}


/* FAQ page */

/* list of questions */
div.about_faq #divtext ul.faqlist {
  margin: 2px 0px 0px 0px;
  padding: 0px 0px 0px 1px; /* 1 px for Arial */
  list-style: none;
  width: 100%;
}
div.about_faq #divtext ul.faqlist li {
  padding-left: 0px;
  background-image: none;
}
div.about_faq #divtext ul.faqlist a {
  font-weight: bold;
}
div.about_faq #divsidebar p.pdflink {
  font-size: 0.75em;
}
div.about_faq #divsidebar p.pdflink a,
div.about_faq #divsidebar p.pdflink a:link,
div.about_faq #divsidebar p.pdflink a:visited,
div.about_faq #divsidebar p.pdflink a:hover {
  color: #0077a3;
  font-weight: bold;
}

/* leadership detail page sidebar */

div.leadership_detail #divsidebar {
}
div.leadership_detail #divsidebar p.photo {
  margin-bottom: 14px;
}
div.leadership_detail #divsidebar h2 {
  font-size: 0.70em;
  font-weight: bold;
  line-height: 130%;
  margin-bottom: 0.38em;
}
div.leadership_detail #divsidebar h3 {
  line-height: 130%;
}
div.leadership_detail #divsidebar ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 0.9em;
}
div.leadership_detail #divsidebar ul li {
  font-size: 0.63em;
  font-weight: bold;
  line-height: 130%;
  color: #000000;
  margin-bottom: 0.5em;
}
div.leadership_detail #divsidebar p {
  font-size: 0.70em;
  font-weight: normal;
  line-height: 130%;
  color: #000000;
  margin-bottom: 1.4em;
}
div.leadership_detail #divsidebar p span.label {
  float: left;
  color: #828282;
  width: 3.5em;
}
