/*----------------------------*/
/*        contact.css         */
/*                            */
/*  Used for formatting lists */
/*     on the contact page    */
/*----------------------------*/

li.contact {
  margin-bottom: 16px;
}

span.contact_name {
  font-size: 1.25em;
  font-family: Times New Roman, serif, Times;
  font-weight: bold;
}

span.contact_title {
  color: #686868;
  font-size: 1.25em;
  font-family: Times New Roman, serif, Times;
}

span.contact_email {
  font-size: 0.85em;
}

ul.contactlist {
  margin-top: 0px;
}