/*** About ***/

.staff-image { padding: 2px; padding-top: 20px; min-height: 100px; }
.staff-info { padding-left: 10px; }
.staff-name { font-weight: bold; font-size: 1.2em; margin-bottom: 0px; }
.staff-job-title { font-style: italic; margin-top: -25px; font-weight: normal; }

.assistants { margin-bottom: 30px; }
.assistant-info { margin-left: 15px; margin-top: 0px !important; margin-bottom: 0px; min-height: 10px !important; }

.board-profile { margin-bottom: 20px; }
.board-name { font-weight: bold; font-size: 1.2em; }

.advisor { min-height: 10px !important; margin: 0; padding: 0; }
.advisor-image, .advisor-info { min-height: 0 !important;}

.intern-quarter { font-weight: bold; font-size: 1.2em; }
.intern-list { list-style: none; }
.intern-list li { }

ul#about-staff-list, ul#about-staff-list ul {
    list-style: none;
    padding: 0;
    margin: .2em;
}
ul#about-staff-list ul {
    margin-bottom: 0px;
    margin-top: 0px;
}
ul#about-staff-list ul li {
    font-size: .9em;
    font-style: italic;
    margin-left: 10px;
}
#contact-form { width: 540px;
}
#contaact-form p {
    clear: both;
    margin-bottom: 2px;
}
#contact-form p label {
    width: 120px;
    display: block;
}
#contact-form input {
    font-size: 1.2em;
    width: 300px;
}
#contact-form textarea {
    font-size: 1.2em;
    width: 540px;
    height: 220px;
}
#contact-form input[type="submit"] {
    width: 100px;
    float: right;
    margin-right: 20px;
}
