/* Carousel Styles */
#c-carousel {
    background-color:#c3cf73;
}
.c-carouselList {
    position: relative;
    top:0;
    left:0;
    float:none;
    margin: 0 0 0 225px;
    padding: 0;
    list-style:none outside none;
    overflow: hidden;
}
.c-carouselList li {
    position:relative;
    display:none;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 715px;
    height: 250px;
    margin: 0 5px 5px 0;
    padding:0;
    background:none;
}
.c-carouselList li.first {
    display:block;
}
.c-carousel-text {
    position:absolute;
    top:185px;
    left:5px;
    
    padding:0 0 10px;
    color:#fff;
    z-index:60;
}
.c-carousel-text p {
    margin:0.5em;
}
.c-carousel-text .c-title {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size:1.69em;
}

.c-carousel-text .c-link a {
    color:#fff;
}
.c-carouselPause {
    background:url(images/ncsc_pauseCtrl.jpg) no-repeat;
}
.c-carouselPlay {
    background:url(images/ncsc_playCtrl.jpg) no-repeat;
}
/*Login styles*/
#c-loginPrompt {
    padding:5px 0 5px 0;
}
.c-memberLogin a:link, .c-memberLogin a:visited {
    margin: 0 0 0 5px; 
    padding: 5px 0 0 5px;
    display: block;
    width: 220px;
    height: 120px;
    line-height: 120px;
    background: url(images/ncsc_member_website_promo.jpg) no-repeat left top;
}
.c-memberLogin a:hover {
    background: url(images/ncsc_member_website_promo_hover.jpg) no-repeat left top;
}
.c-xntLogin a:link, .c-xntLogin a:visited {
    margin: 5px 0 0 5px; 
    padding: 5px 0 0 5px;
    display: block;
    width: 220px;
    height: 120px;
    line-height: 120px;
    background: url(images/ncsc_extranet_promo.jpg) no-repeat left top;
}
.c-xntLogin a:hover {
    background: url(images/ncsc_extranet_promo_hover.jpg) no-repeat left top;
}

#c-loginPrompt .c-title{
    position:relative;
    width: 200px;
    color:#FFF;
    top: 175px;
    left: 32px;
    font-size: 11px;
}
#c-content {
padding-bottom:5px;
}
#c-footer {
    background:#fff url(images/ncsc_bg_footer_3col.jpg) 0 0 no-repeat;
}