#staff {
    width: inherit;
    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: #006699;
}

#staff .memberTitle {
    font-style: italic;
    padding: 0px 25px 0px 35px;
}

#staff .photo {
    width: 110px;
    height: 145px;
    float: left;
}

#staff div#photo {
	padding-top: 14px;
    width: 110px;
    display: inline;
    float: left;
}

#staff .photoLandscape {
    width: 600px;
    height: 300px;
}

#staff div#Landscape {
    width: 100%;
    text-align: center;
    display: inline;
}

#staff .staffContent {
    border: 1px #006699 solid;
    display: none;
    padding: 5px;
    min-height: 150px;
}

#staff .staffInfo {
    padding-left: 0px;
}

#staff .staffInfoLandscape {
    padding-left: 10px;
    padding-top: 20px;
}
