#faqList li { list-style: none; padding-top: 4px; padding-bottom: 4px; border-bottom: 1px dotted #CCC;}
#faqList li ol li { list-style: disc; padding-top: 4px; padding-bottom: 4px; border-bottom: 0px dotted #CCC;}
#faqList .question {
  color: #0b1e73;
  padding-left: 24px;
  font-weight: bold;
  font-size:14px;
  background: transparent url('http://www.hofstra.edu/images/misc/plus.png') left center no-repeat; 
}
#faqList li.simpleFAQShowing .question {
  background: transparent url('http://www.hofstra.edu/images/misc/minus.png') left center no-repeat;
}
#faqList .simpleFAQHover { color:#00549E; }
#faqList .answer {
  margin-left: .6em;
  border-left: 3px dotted #ccc;
  padding-left: 1.5em;

}
.tags { font-size: 0.7em; color: #999; }