/** Spotlight Container Box **/
#spotlight {
    width: 746px;
    background-image: url(/site/common/img/listings/spotlight/spotlight_gradient_bg.png);
    background-repeat: repeat-y;
    line-height: 0; /* not doing this results in weird background overflow. Which means we have to re-set the line height for all child elements */
}

#spotlight_body {
    width: 725px;
    background: url(/site/common/img/listings/spotlight/spotlight_bg.gif) bottom left repeat-x;
    margin: 10px 0 0 5px;
    overflow: hidden;
    padding: 0 7px;
}

#spotlight .title {
    font-size: 1.5em;
    text-align: center;
    line-height: normal;
}

#spotlight .spotlight-row {
    line-height: normal;
}

#spotlight .spotlight-logo-and-button {
    float: right;
    width: 173px;
    text-align: right;
    padding: 5px 0 5px 15px;
}

#spotlight .spotlight-logo-and-button a {
    text-decoration: none;
}

#spotlight .spotlight-logo-and-button img {
    padding: 1em 0.5em 1em 0;
}

#spotlight .spotlight-separator {
    line-height:1px;
    border-top:2px solid #dddddd;
    padding:0 10px 10px 10px;
    height:1px;
    clear:both;
    margin-top: 10px;
}

#spotlight p.schoolname {
    color: #399e01;
    font-size: 0.9em;
    font-weight: bold;
}

#spotlight p.blurb {
    font-size: 0.85em;
}

#spotlight p.campuses {
    font-size: 0.85em;
    margin-top: 25px;
    margin-bottom: 0px;
}

#spotlight .campuses span {
    font-weight: bold;
}

#spotlight a {
    color: #11763c;
    text-decoration: underline;
}

#spotlight a:hover {
    color: orange;
}
#spotlight .relatedCampusLink
{
    font-weight: bold;
    font-size: 0.9em;
}
