@import url('/css/template/');

/*
 * Layout
 */
  div.departments, div.contact {
    clear: left;
    padding-top: 1em;
  }

  div.resources ul {
    list-style-type: none;
  }

  div.resources ul li img {
    float: left;
    margin-right: .5em;
    border: 1px solid #333;
  }

  div.resources ul li {
    clear: left;
    margin-bottom: .5em;
    overflow: auto;
  }

  div.resources ul li strong {
    margin-top: 20px;
  }


