/**
 * people_nojs.css
 *
 * Styles for the non-js verions of the people pages
 */

#mainContent {
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 1.3em;
    text-align: justify;
}

#mainContent p {
    padding-top: 1em;
}

#bodyContainer {
    position: absolute;
    top: 23px;
    left: 41px;
    width: 388px;
    height: 348px;
}

#outerScroll {
    margin-top: 25px;
    width: 388px;
    height: 323px;
    overflow: auto;
    padding-right: 10px;
}

#innerScroll {
    width: 369px;
    height: 100%;
}

#imageContainer {
    position: absolute;
    top: 23px;
    left: 459px;
    width: 141px;
    height: 348px;
    clip: rect(0px,141px,348px,0px);
    overflow: hidden;
}

#images {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 141px;
    height: 348px;
}

.peoplePics {
    position: absolute;
    left: 1px;
    border: 3px solid #A19388;
}

.peoplePics:hover {
    border-color: #A88B51;
    cursor: pointer;
}

.peoplePicsHot {
    border-color: #A88B51;
}

#image1 {
    top: 45px;
}

#image2 {
    top: 151px;
}

#image3 {
    top: 256px;
}

#imagesNextPrevious {
    display: block;
    position: absolute;
    top: 332px;
    left: 0px;
    width: 136px;
    height: 16px;
    text-indent: -9999px;
}

.biosLink:hover,
.biosLink:focus {
    background-position: 0 -16px;
}

.biosLink:blur {
    background-position: 0 0;
}

.biosMore {
    background-image: url(/images/people/moreBttn.gif);
}

.biosPrev {
    background-image: url(/images/people/prevBttn.gif);
}

