#popupVideoContainer {
    display:block;
    position:absolute;
    top:20px;
    left:20px;
    height:356px;
    width:529px;
    padding:0;
    margin:0;
    background-image:url("../../images/layout/backgrounds/marquee/popup_video_container_background.png");
    background-repeat:no-repeat;
    background-position:left top;
    z-index:20000;
    }
    * html #popupVideoContainer {
        background-image:url("../../images/layout/backgrounds/marquee/popup_video_container_background.gif");
        }
    #popupVideoContainer .close { 
        display:block;
        position:absolute;
        top:20px;
        left:478px;
        height:22px;
        width:22px;
        padding:0;
        margin:0;
        text-indent:-5000px;
        overflow:hidden;
        }
        
    #popupVideoContainer h2 { 
        display:block;
        position:absolute;
        top:10px;
        left:20px;
        margin:0;
        padding:10px 0;
        width:460px;
        font-size:18px;
        color:#005088;
        }
    #popupVideoContainer .video_container {
        display:block;
        position:absolute;
        top:60px;
        left:20px;
        margin:0;
        padding:0;
        height:268px;
        width:480px;
        /*background-color:#CCC;*/
        }

#homepage_marquee { 
    display:block;
    position:relative;
    height:300px;
    width:600px;
    padding:0;
    margin:0;
    background-image:url("../../images/layout/backgrounds/marquee/homepage_marquee_background.png");
    background-color:#FFF;
    background-position:left top;
    background-repeat:no-repeat;
    }
    
#homepage_marquee .slides { 
    display:block;
    position:absolute;
    left:8px;
    top:8px;
    height:220px;
    width:585px;
    padding:0;
    margin:0;
    }
    
#homepage_marquee .slide {
    display:block;
    position:absolute;
    left:0px;
    top:0px;
    height:220px;
    width:585px;
    padding:0;
    margin:0;
    background-image:url("../../images/layout/backgrounds/marquee/marquee_slide_default_background.jpg");
    background-position:left top;
    background-repeat:no-repeat;
    }
    #homepage_marquee .slide.no-image { 
        background:none;
        }

#homepage_marquee .slide .contents { 
    display:block;
    position:relative;
    padding:0;
    margin:0;
    width:585px;
    height:220px;
    overflow:hidden;
    }

#homepage_marquee .slide .copy {
    display:block;
    position:absolute;
    top:20px;
    left:284px;
    height:190px;
    width:280px;
    font-size:12px;
    color:#323232;
    line-height:1.1em;
    }
    #homepage_marquee .slide .copy p {
        line-height:1.1em !important;
        }
    
#homepage_marquee .slide .arrow { 
    margin-top:0px !important;
    margin-bottom:5px !important;
    padding-bottom:0;
    }
    
#homepage_marquee .slide strong,
#homepage_marquee .slide b { font-weight:bold; }
#homepage_marquee .slide em, 
#homepage_marquee .slide i { font-style:italic; }

#homepage_marquee .slide h2 {
    width:300px;
    font-size:17px;
    font-weight:normal;
    margin-bottom:.5em;
    padding:0;
    line-height:1.3em;
    color:#005088;
    }
    
#homepage_marquee .slide p {
    margin-bottom:.8em;
}
    
#homepage_marquee .thumbnails { 
    display:block;
    position:absolute;
    left:0px;
    bottom:0px;
    height:70px;
    width:600px;
    padding:0;
    margin:0;
    }
* html #homepage_marquee .thumbnails { width:601px; top:230px; }
* html #homepage_marquee .thumbnails .first a { background-position:left bottom; }
* html #homepage_marquee .thumbnails .last { width:100px; float:left !important; margin:0; background:none; }


#homepage_marquee .slides .thumbnail { display:none; visibility:hidden; }
    
#homepage_marquee .thumbnails .thumbnail { 
    display:block;
    position:relative;
    float:left;
    width:146px;
    height:69px;
    padding:0;
    margin:0;
    background-image:url("../../images/layout/backgrounds/marquee/marquee_thumbnail_separator_background.png");
    background-repeat:no-repeat;
    background-position:right bottom;
    }
    
#homepage_marquee .thumbnails .last {
    background-image:none;
    }
    
#homepage_marquee .thumbnails a { 
    display:block;
    position:relative;
    float:left;
    width:134px;
    height:45px;
    line-height:1.3em;
    padding:12px 0px 12px 10px;
    margin:0 1px 0 0;
    font-size:12px;
    color:#FFF;
    text-decoration:none;
    overflow:hidden;
    }
#homepage_marquee .thumbnails a:hover { 
    color:#e6c04d;
    }
#homepage_marquee .thumbnails a.active {
    background-image:url("../../images/layout/backgrounds/marquee/marquee_thumbnail_background_highlight.png");
    background-position:left bottom;
    background-repeat:repeat-x;
    color:#e6c04d;
    }
    
#homepage_marquee .thumbnails .thumbnail:first-child,
#homepage_marquee .thumbnails .first,
#homepage_marquee .thumbnails .last { 
    width:154px;
    }
#homepage_marquee .thumbnails .last {
    float:right;
    width:153px;
    margin-right:1px;
    background:none;
    }
#homepage_marquee .thumbnails .last a {
    margin-right:0;
    }
#homepage_marquee .thumbnails .thumbnail:first-child,
#homepage_marquee .thumbnails .first { 
    float:left !important;
    }

#homepage_marquee .thumbnails .first a {
    width:143px;
    } 
    
    
#homepage_marquee .thumbnails .thumbnail:first-child a.active,
#homepage_marquee .thumbnails .first a.active,
#homepage_marquee .thumbnails .last a.active { 
    width:143px;
    background-image:url("../../images/layout/backgrounds/marquee/marquee_thumbnail_bottom_highlight.png");
    background-position:left bottom;
    background-repeat:no-repeat;
    }
#homepage_marquee .thumbnails .last a.active {
    width:144px;
    background-position:right bottom;
    margin-right:0;
    }
#homepage_marquee .thumbnails .thumbnail:first-child a.active,
#homepage_marquee .thumbnails .first a.active { 
    width:143px;
    background-image:url("../../images/layout/backgrounds/marquee/marquee_thumbnail_bottom_highlight.png");
    background-position:left bottom;
    background-repeat:no-repeat;
    }