/* carousel styles */
#c-carousel {
    position:relative;
    top:0;
    left:0;
    width:100%;
    margin-bottom:10px;
     height:260px;
    background-color:#87BCDE;
    overflow-y:hidden;
}
.c-carouselList {

    top:0;
    left:0;
    float:none;
    margin: 0 0 0 225px;
    padding: 0;
    list-style:none outside none;

    /*width:715px;
    height:260px;*/
}

.c-carousel-text {
    position:relative;
    bottom:70px;
    padding:0 1.5em 10px 3em;
}
.c-carousel-text, .c-carousel-text p, .c-carousel-text .c-title, .c-carousel-text .c-link a {
        color:#fff;
}

.c-carousel-text p {
    margin:0.5em 0;
}
.c-carousel-text .c-title {
    font-family:Georgia,"Times New Roman",serif;
    font-size:1.69em;
}


.c-carouselList li {

    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 715px;
    height: 260px;
    margin:0;
    padding:0;
    


}

.c-carouselList li.first {
    display:block;

}
#c-carouselCtrls {
    position:absolute;
    top:232px;
    left:850px;
    height:25px;
    z-index:90;
    width:86px;
    margin:0;
    padding:0;
}
.c-carouselPause {
    background:url(images/cfc_pauseCtrl.jpg) no-repeat;
}
.c-carouselPlay {
    background:url(images/cfc_playCtrl.jpg) no-repeat;
}
#c-prevCtrl {
    display:block;
    width:33px;
    height:25px;
    position:relative;
    float:left;
    top:0;
    }
#c-pauseCtrl {
    display:block;
    width:20px;
    height:25px;
    position:relative;
    top:0;
    float:left;
    }
#c-nextCtrl {
    display:block;
    width:33px;
    height:25px;
    position:relative;
    top:0;
    float:left;
    }
#c-loginPrompt {
    float:left;
    width:225px;
    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: 215px;
    height: 120px;
    line-height: 120px;
    background: url(images/cfc_member_website_promo.jpg) no-repeat left top;
}
.c-memberLogin a:hover {
    background: url(images/cfc_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: 215px;
    height: 120px;
    line-height: 120px;
    background: url(images/cfc_extranet_promo.jpg) no-repeat left top;
}
.c-xntLogin a:hover {
    background: url(images/cfc_extranet_promo_hover.jpg) no-repeat left top;
}

#c-loginPrompt .c-title{
    position: absolute;
    width: 200px;
    color:#FFF;
    top:175px;
    left: 32px;
    font-size: 11px;
}
 
#c-main {
    margin-top:10px;
    background:url(images/cfc_bg_main_hp.gif) 0 0 repeat-y;
}
#c-content {
    padding:20px 0 10px 20px;
    border:none;
}
.homePage #c-content {
    float:left;
    margin-left:0;
    width:680px;
}
#c-footer {
    background-color:#ECEBE7;
}
#c-fatFooter .c-footerImg {
    background:url(images/cfc_bg_footer_3col.jpg) 0 0 no-repeat;
}
.c-con {
    margin:0 20px 20px 0;
    padding:0 10px 1.54em;
    border:1px solid #e4e2dc;
}
.c-con .c-mod {
    padding:0;
    border:none;
}
#c-secSide .c-mod {
    padding:0 0 1em;
}
.c-content .c-mod p,
.c-content .c-item p {
    margin:0;
    padding:0;
}
.c-mod ul {
    margin:0;
}
.c-content .c-mod li {
    padding-bottom:0.6em;
}
.c-content .c-mod h3 {
    font-weight:normal;
    font-family:Arial, sans-serif;
}
.c-content .c-imgItem {
    margin-left:11px;
}
.c-con .c-imgItem {
    margin-top:2em;
    margin-left:0;
}
.c-mod .c-imgList .c-item {
    margin:0 0 0 130px;
}
.c-secOne {
    overflow:hidden;
}
.c-secOne .c-con {
    float:left;
    width:298px;
    margin-top:0;
}
.c-con p {
    margin:1em 0 0;
}
.c-con p.c-infoline,
.c-mod p.c-infoline {
    font-size:0.85em;
}
.c-prodSelect {
    padding:4px;
    margin-right:20px;
}
.c-prodSelect label {
    padding:0.55em 4.3em 0;    
}
.c-prodSelect select {
    width:333px;
}
.c-forum {
    border:none;
}
