/* Shared Stylesheet for the Research Labs and Text Sets pages */


/* Side Road Signs */

.side-road-sign {
    position: relative;
    width: 240px;
    margin-top: 10px;
    margin-bottom: 40px;
    padding-top: 90px;
    background: transparent url(images/side-road-signs.png) no-repeat 0 0;
}

.side-road-sign .sign-text {
    position: absolute;
    top: 16px;
    left: 33px;
    width: 165px;
    height: 50px;
    text-align: center;
    color: #fff;
}

.side-road-sign .sign-text h3 {
    padding-top: 0;
    font-size: 18px;
}

.side-road-sign .sign-text p {
    padding-top: 4px;
    text-transform: uppercase;
}

.side-road-sign .SideContent {
    margin-top: 0;
}

/* Large Header Sign */
/* Individual page stylesheet provides the background-image */

#Sign {
    width: 700px;
    height: 270px;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    text-indent: -9999px;
}




/* ARRA */

#arra-side-content {
    padding-right: 70px;
    position: relative;
}

#arra-side-content .orb {
    position: absolute;
    display: block;
    float: right;
    width: 64px;
    height: 64px;
    top: 0;
    right: 0;
    background-image: url(/images/icons/orb-64-arra.png);
}

