/* ======
   Home
====== */
#home .main-container a{
    /*color:#fff;*/
    color:#000;
}
#sub-hero p.desc a {
    color:#808080 !important;
}
#home #main-hero .video-desc,
#home #main-hero .video-overlay{
    width:554px;
    height:112px;
    top:241px;
    padding:10px 0 0 192px;
}

#home #main-hero .video-desc p.desc{
    padding:10px 14px 10px 0;
    width:437px;
}
#home #main-hero .video-desc .links {padding-right:70px;}
#home #main-hero .video-desc .links, p.links{
    padding-left:0;
    color:#d9d9d9;
}
#home #main-hero .links a {font-weight:bold}

#home #main-hero .reporter{
    width:79px;
    position:absolute;
    left:0;
    top:251px;
    z-index:2;
}
#home #main-hero .reporter, #home #main-hero .reporter a, #home #main-hero .reporter a:visited {
    color:#808080;
    margin-left:2px;
}
#home #sub-hero .video-desc,
#home #sub-hero .video-overlay{
    width:317px;
    /*height:93px;*/
}

#home #sub-hero a.play-overlay{
    width:317px;
    height:199px;
    background: transparent url(../images/btn-play-m-off.png) no-repeat scroll 50% 50%;
    _background: transparent url(../images/btn-play.gif) no-repeat scroll 50% 50%;
}

#home #sub-hero a:hover.play-overlay{
    background: transparent url(../images/btn-play-m-on.png) no-repeat scroll 50% 50%;
    _background: transparent url(../images/btn-play.gif) no-repeat scroll 50% 50%;
}

#home #sub-hero{
   /*height:280px;*/
}


