@CHARSET "UTF-8";

#staff {
    width: 650px;
    padding-left: 10px;
}


#staff .hideShow {
    padding: 8px 0 8px 0;
}

#staff .rightArrow {
    display: inline;
}

#staff .downArrow {
    display: none;
}

#staff .header {
    display: inline;
}

#staff .memberName {
    color: #003366;
    font-weight: bold;
}

#staff .memberTitle {
    color: #003366;
    font-style: italic;
}

#staff .photo {
    width: 120px;
    height: 150px;
    float: left;
}

#staff div#photo {
    width: 150px;
    display: inline;
    float: left;
}

#staff .photoLandscape {
    width: 600px;
    height: 300px;
}

#staff div#Landscape {
    width: 100%;
    text-align: center;
    display: inline;
}

#staff .staffContent {
    border: 1px #003366 solid;
    display: none;
    padding: 5px;
    min-height: 150px;
}

#staff .staffInfo {
    padding-left: 10px;
}

#staff .staffInfoLandscape {
    padding-left: 10px;
    padding-top: 20px;
}