/**
 * about.css
 * 
 * About BAH! page styles
 *
 */

.attention {
    color: #E3BD6A;
}

#bodyContainer {
    position: absolute;
    top: 28px;
    left: 35px;
    width: 352px;
    height: 346px;
    line-height: 1.56em;
    letter-spacing: .047em;
}

#outerScroll {
    margin-top: 15px;
    width: 352px;
    height: 310px;
    clip: rect(0px,352px,310px,0px);
    padding: 0px 10px 0px 0px;
}

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

#scroller {
    top: 61px;
    left: 13px;
    height: 299px;
}

#scrollerDownArrow {
    top: 251px;
}

#clients {
    position: absolute;
    top: 28px;
    left: 413px;
    width: 185px;
    height: 346px;
}

#clientsList {
    position: relative;
    top: 19px;
    left: 0px;
    width: 185px;
    height: 327px;
    background: url(/images/clientsListBG.png) no-repeat top left;
    text-indent: -9999px;
}

#clientsList ul {
    list-style-type: none;
}