.employee {
    border-right: 1px solid #A9A99C;
    float: left;
    height: auto !important;
    min-height: 500px;
    overflow: hidden;
    padding: 0 9px 20px;
    width: 213px;
}

#about-employees .first {
    padding-left: 0;
}
#about-employees .last {
    border: medium none;
    padding-right: 0;
}
#about-employees2 .first {
    padding-left: 0;
}
#about-employees2 .last {
    border: medium none;
    padding-right: 0;
}
.employee_more_link_container {
    height: 16px;
    left: 0;
    padding-top: 4px;
    position: relative;
    top: 350px;
}
.employee_more_link {
    color: #BA1F0A;
    text-decoration: none;
}
.employee_hide_link {
    color: #55553E;
    text-decoration: none;
}
.employee_more_arrow {
    margin-left: 7px;
    vertical-align: middle;
}
.employee_hide_arrow {
    margin-right: 7px;
    vertical-align: middle;
}
.employee_image_container {
    height: 136px;
    width: 100px;
	margin: auto;
}
.employee_header {
    color: #55553E;
    font-size: 20px;
}
.employee_email {
    float: right;
    margin-top: 5px;
}
.employee_position {
    margin-top: 5px;
}
.hide {
    display: none;
}
.employee_separator {
    clear: both;
    margin: 0 auto;
    padding: 20px 0;
    width: 550px;
}
.employee_line {
    background-color: #BFBFB5;
    border: medium none;
    height: 5px;
    width: 100%;
}
