/**
 * staff.css - styles specifically for the staff page. about.php?sub=staff
 
**********************************************************************
 * Elements
 *********************************************************************
**********************************************************************
 * Items
 **********************************************************************/
#staff a * {
    display:none;
}

#staff a,#staff a.hover {
    cursor:pointer;
    display:block;
    float:left;
}

/* Bruce */
#staff a.bruce {
    background:url(../images/staff/bruce.jpg) 0 68px;
    height:68px;
    width:84px;
}

#staff .highlight.bruce:hover,#staff a.bruce .hover,#staff a.bruce.active {
    background:url(../images/staff/bruce.jpg) 0 0;
    display:block;
    height:68px;
    width:84px;
}

/* Bo */
#staff a.bo {
    background:url(../images/staff/bo.jpg) 0 68px;
    height:68px;
    width:84px;
}

#staff .highlight.bo:hover,#staff a.bo .hover,#staff a.bo.active {
    background:url(../images/staff/bo.jpg) 0 0;
    display:block;
    height:68px;
    width:84px;
}

/* Hunter */
#staff a.hunter {
    background:url(../images/staff/hunter.jpg) 0 68px;
    height:68px;
    width:84px;
}

#staff .highlight.hunter:hover,#staff a.hunter .hover,#staff a.hunter.active {
    background:url(../images/staff/hunter.jpg) 0 0;
    display:block;
    height:68px;
    width:84px;
}

/* coy */
#staff a.coy {
background:url(../images/staff/coy.jpg) 0 68px;
height:68px;
width:84px;
}

#staff .highlight.coy:hover,#staff a.coy .hover,#staff a.coy.active {
    background:url(../images/staff/coy.jpg) 0 0;
    display:block;
    height:68px;
    width:84px;
}

/* ed */
#staff a.ed {
    background:url(../images/staff/ed.jpg) 0 68px;
    height:68px;
    width:84px;
}

#staff .highlight.ed:hover,#staff a.ed .hover,#staff a.ed.active {
    background:url(../images/staff/ed.jpg) 0 0;
    display:block;
    height:68px;
    width:84px;
}

/* jon */
#staff a.jon {
    background:url(../images/staff/jon.jpg) 0 68px;
    height:68px;
    width:84px;
}

#staff .highlight.jon:hover,#staff a.jon .hover,#staff a.jon.active {
    background:url(../images/staff/jon.jpg) 0 0;
    display:block;
    height:68px;
    width:84px;
}

/* justin */
#staff a.justin {
    background:url(../images/staff/justin.jpg) 0 68px;
    height:68px;
    width:84px;
}

#staff .highlight.justin:hover,#staff a.justin .hover,#staff a.justin.active {
    background:url(../images/staff/justin.jpg) 0 0;
    display:block;
    height:68px;
    width:84px;
}

/* sam */
#staff a.sam {
    background:url(../images/staff/sam.jpg) 0 68px;
    height:68px;
    width:84px;
}

#staff .highlight.sam:hover,#staff a.sam .hover,#staff a.sam.active {
    background:url(../images/staff/sam.jpg) 0 0;
    display:block;
    height:68px;
    width:84px;
}

/* andrew */
#staff a.andrew {
    background:url(../images/staff/andrew.jpg) 0 68px;
    height:68px;
    width:84px;
}

#staff .highlight.andrew:hover,#staff a.andrew .hover,#staff a.andrew.active {
    background:url(../images/staff/andrew.jpg) 0 0;
    display:block;
    height:68px;
    width:84px;
}

/* seth */
#staff a.seth {
    background:url(../images/staff/seth.jpg) 0 68px;
    height:68px;
    width:84px;
}

#staff .highlight.seth:hover,#staff a.seth .hover,#staff a.seth.active {
    background:url(../images/staff/seth.jpg) 0 0;
    display:block;
    height:68px;
    width:84px;
}

/* gary */
#staff a.gary {
    background:url(../images/staff/gary.jpg) 0 68px;
    height:68px;
    width:84px;
}

#staff .highlight.gary:hover,#staff a.gary .hover,#staff a.gary.active {
    background:url(../images/staff/gary.jpg) 0 0;
    display:block;
    height:68px;
    width:84px;
}

/* april */
#staff a.april {
    background:url(../images/staff/april.jpg) 0 68px;
    height:68px;
    width:84px;
}

#staff .highlight.april:hover,#staff a.april .hover,#staff a.april.active {
    background:url(../images/staff/april.jpg) 0 0;
    display:block;
    height:68px;
    width:84px;
}


/* Matt Simmons*/
#staff a.matts {
    background:url(../images/staff/matts.jpg) 0 68px;
    height:68px;
    width:84px;
}

#staff .highlight.matts:hover,#staff a.matts .hover,#staff a.matts.active {
    background:url(../images/staff/matts.jpg) 0 0;
    display:block;
    height:68px;
    width:84px;
}

#staff-profile {
    width:530px;
}

#staff-profile .staff-title {
    color:#996;
    margin-bottom:20px;
}

#staff-profile div {
    display: none;
}
