#resourceList {
  padding-left:25px;
}
#resourceList H3 {
  border-bottom:1px solid #92485f;
}
#resourceList .resourceGroup {
  display:none;
  padding:0px;
  padding-left:20px;
  padding-bottom:20px;
}
#resourceList .resource {
}
#resourceList .resource DT {
  font-weight:bold;
  margin-top:25px;
}
#resourceList .resource DD {
  padding:5px 25px;
}
#resourceList .resource DD.text {
}
#resourceList .resource DD.email {
  padding:2px 25px;
}
#resourceList .resource DD.email A {
  font-size:12px;
  color:#92485F;
}
#resourceList .resource DD.link {
  padding:0px 25px;
  text-align:right;
}
#resourceList .resource DD.link A {
  font-size:10px;
  font-weight:bold;
  color:#92485F;
}

.toggle {
  font-size:10px;
  letter-spacing:0px;
  text-decoration:none;
}


