s/* 
    Document   : style
    Created on : Oct 7, 2013, 8:56:11 AM
    Author     : jkidambi
    Description:
        Purpose of the stylesheet follows.
*/
.site-title{color:#00FF40 !important;}
#cssmenu {
  position:relative;
  height: 44px;
  background: #008040;
  width: auto;
  margin-bottom:10px;
  margin-top:-10px;
  
  
}
#cssmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}
#cssmenu > ul {
  position: relative;
  display: block;
  background: #008040;
  width: 100%;
  z-index: 500;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-center ul {
  text-align: center;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
#cssmenu > ul > #menu-button {
  display: none;
}
#cssmenu ul li a {
  display: block;
  font-family: Helvetica, sans-serif;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  font-size: 14px;
  font-weight: bold;
  padding: 15px 20px;
  color: #FFFF00;
  text-transform: uppercase;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  -o-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 32px;
  
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
#cssmenu li.has-sub::after {
  display: block;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
#cssmenu > ul > li.has-sub::after {
  right: 10px;
  top: 20px;
  border: 5px solid transparent;
  border-top-color: #7a8189;
  
}
#cssmenu > ul > li:hover::after {
  border-top-color: #ffffff;
  
}
#indicatorContainer {
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  overflow: hidden;
  z-index: -1;
  
}
#pIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  z-index: -2;
  -webkit-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -ms-transition: left .25s ease;
  -o-transition: left .25s ease;
  transition: left .25s ease;
  
}
#cIndicator {
  position: absolute;
  height: 0;
  width: 100%;
  border: 12px solid transparent;
  border-top-color: #2b2f3a;
  top: -12px;
  right: 100%;
  z-index: -2;
  
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 70px;
  opacity: 0;
  -webkit-transition: opacity .3s ease, top .25s ease;
  -moz-transition: opacity .3s ease, top .25s ease;
  -ms-transition: opacity .3s ease, top .25s ease;
  -o-transition: opacity .3s ease, top .25s ease;
  transition: opacity .3s ease, top .25s ease;
  z-index: 1000;
}
#cssmenu ul ul ul {
  top: 37px;
  padding-left: 5px;
}
#cssmenu ul ul li {
  position: relative;
}
#cssmenu > ul > li:hover > ul {
  left: auto;
  top: 44px;
  opacity: 1;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
  opacity: 1;
}
#cssmenu ul ul li:hover > ul {
  left: 170px;
  top: 0;
  opacity: 1;
}
#cssmenu.align-right ul ul li:hover > ul {
  left: auto;
  right: 170px;
  top: 0;
  opacity: 1;
  padding-right: 5px;
}
#cssmenu ul ul li a {
  width: 130px;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 20px;
  font-size: 12px;
  color: #FFFFFF;
  background: #008040;
  -webkit-transition: all .35s ease;
  -moz-transition: all .35s ease;
  -ms-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu ul ul li:hover > a {
  background: #f2f2f2;
  color: #000000;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last > a {
  border-bottom: 0;
}
#cssmenu > ul > li > ul::after {
  content: '';
  border: 6px solid transparent;
  width: 0;
  height: 0;
  border-bottom-color: #ffffff;
  position: absolute;
  top: -12px;
  left: 30px;
}
#cssmenu.align-right > ul > li > ul::after {
  left: auto;
  right: 30px;
}
#cssmenu ul ul li.has-sub::after {
  border: 4px solid transparent;
  border-left-color: #9ea2a5;
  right: 10px;
  top: 12px;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transition: -webkit-transform 0.2s ease, right 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub::after {
  border-left-color: transparent;
  border-right-color: #9ea2a5;
  right: auto;
  left: 10px;
}
#cssmenu ul ul li.has-sub:hover::after {
  border-left-color: #ffffff;
  right: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#cssmenu.align-right ul ul li.has-sub:hover::after {
  border-right-color: #ffffff;
  border-left-color: transparent;
  left: -5px;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
@media all and (max-width: 800px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: auto;
  }
  #cssmenu.align-center ul {
    text-align: left;
  }
  #cssmenu.align-right > ul > li {
    float: none;
  }
  #cssmenu ul {
    width: auto;
  }
  #cssmenu .submenuArrow,
  #cssmenu #indicatorContainer {
    display: none;
  }
  #cssmenu > ul {
    height: auto;
    display: block;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu li,
  #cssmenu > ul > li {
    display: none;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu ul > li:hover > ul,
  #cssmenu ul ul > li:hover > ul,
  #cssmenu.align-right ul ul,
  #cssmenu.align-right ul ul ul,
  #cssmenu.align-right ul > li:hover > ul,
  #cssmenu.align-right ul ul > li:hover > ul {
    position: relative;
    left: auto;
    top: auto;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    right: auto;
  }
  #cssmenu ul .has-sub::after {
    display: none;
  }
  #cssmenu ul li a {
    padding: 12px 20px;
  }
  #cssmenu ul ul li a {
    border: 0;
    background: none;
    width: auto;
    padding: 8px 35px;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu ul ul li:hover > a {
    background: none;
    color: #8c9195;
  }
  #cssmenu ul ul ul a {
    padding: 8px 50px;
  }
  #cssmenu ul ul ul ul a {
    padding: 8px 65px;
  }
  #cssmenu ul ul ul ul ul a {
    padding: 8px 80px;
  }
  #cssmenu ul ul ul ul ul ul a {
    padding: 8px 95px;
  }
  #cssmenu > ul > #menu-button {
    display: block;
    cursor: pointer;
  }
  #cssmenu #menu-button > a {
    padding: 14px 20px;
  }
  #cssmenu ul.open li,
  #cssmenu > ul.open > li {
    display: block;
  }
  #cssmenu > ul.open > li#menu-button > a {
    color: #fff;
    border-bottom: 1px solid rgba(150, 150, 150, 0.1);
  }
  #cssmenu ul ul::after {
    display: none;
  }
  #cssmenu #menu-button::after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    border-bottom: 2px solid #7a8189;
    right: 20px;
    top: 15px;
  }
  #cssmenu #menu-button::before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #7a8189;
    right: 20px;
    top: 25px;
  }
  #cssmenu ul.open #menu-button::after,
  #cssmenu ul.open #menu-button::before {
    border-color: #fff;
  }
}

/*
*/

body{
    background: url('../images/greybg.jpg');
    color: #505050;
    font-family: Arial, Helmet, Freesans, sans-serif;
    line-height: 18px;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
}
.wrap{
    width: 1005px;
    background: #fff;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
    margin: 0 auto;
    min-height: 400px;
}
.header{
    width: 100%;
    padding-top: 40px;
    height: 100px;
   
}
.logo{
    background: url('../images/logo.png') no-repeat;
    width: 270px;
    height: 95px;
    margin-top: -10px;
}
.clr{
    clear: both;
    margin: 0px;
    padding: 0px;
}

p.subtopic { 
  font: .85em Times new roman, helvetica;
  letter-spacing:1.5;
  color: #000000;
  padding:0.2em;
    font-size:100%;
    text-align: justify;
}
.toplinks{
    width: 100%;
    height: 20px;
    margin-bottom: 30px;
}
.toplinks ul{
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #ccc;
}
.toplinks ul li{
    float: left;
    list-style: none;
}
.toplinks a{
    padding-left: 15px;
    padding-right: 15px;
    line-height: 40px;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #222;
}
.toplinks li:hover{
    background: #dedede;
}
.toplinks .separator{
    border-right: 1px solid #ccc;
}
.mainmenu{
    border-top: 2px solid #fff;
    background-color: #00508f;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #0363AD), color-stop(0.3, #00508f) );
    background-image: -moz-linear-gradient( center top, #0363AD 0%,  #00508f 30% );
    height: 35px;
    -moz-box-shadow: 0px 3px 8px #888;
    -webkit-box-shadow: 0px 3px 8px #888;
    box-shadow: 0px 3px 8px #888;
    z-index: 9999;
}
.sub-nav {
    display: none;
    z-index: 9999;
    position: absolute;   
    padding-top: 10px;
    width: 200px;
    top: 32px;
    left: 0; 
    z-index: 9999;
    background: #0478D4; 
    color: #fff; 
    padding-left: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    -moz-box-shadow: 0 4px 7px #666;
    -webkit-box-shadow: 0 4px 7px #666;
    box-shadow: 0 4px 7px #666;
    opacity:0.95;
    filter:alpha(opacity=95);
}
.mainmenu li .sub-nav h3{
    text-transform: uppercase;
    padding-left: 10px;
    margin-top: 0px;
    margin-left: 3px;
    background: #00508f;
    padding-bottom: 7px;
    padding-top: 7px;
    margin-bottom: 0px;
    border-bottom: 1px solid #fff;
}
.mainmenu li .sub-nav .mini{
    width: 100%;
}
.mainmenu li .sub-nav .mega{
  width: 47%;  
}
.mainmenu li .sub-nav .mega-2{
  width: 33%;  
}
.mainmenu li .sub-nav li{
    width: 100%;
    border-left: 1px solid #376D85;
}
.mainmenu li .sub-nav li:hover{
    background: #00508f;
}
.mainmenu li .sub-nav li a{
    width: 100%;
}
.mainmenu li:hover .sub-nav {display: block;}

.mainmenu ul{
    margin: 0px;
    padding: 0px;
    float: left;
}
.mainmenu ul li{
    list-style: none;
    position: relative;
    float: left;
    border-right: 1px solid #0072CC;
    border-left: 1px solid #022B4D;
    font-weight: bold;
}
.mainmenu ul li a{
    font-size: 14px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    color: #fff;
    line-height: 35px;
}
.mainmenu li:hover{
    background-color: #0478D4;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #0478D4), color-stop(0.3, #0478D4) );
    background-image: -moz-linear-gradient( center top, #0478D4 0%, #0478D4 30% );
}
.mainmenu .gform{
    float:right;
    margin-right: 10px;
}
.mainmenu .gform input[type=text]{
    border: none;
    box-shadow: inset 1px 1px 3px rgba(0,0,0,0.5);
    padding: 0 3px;
    height: 20px;
    line-height: 14px;
    color: #333;
    margin-top: 7px;
}
.mainmenu .gform input[type=submit]{
    color: #fff;
    background: #0276D1;
    border: 1px solid #00508f;
    cursor: pointer;
}
.top-header{
    padding-bottom: 5px;
    padding-top: 10px;
    padding-left: 10px;
}
.current{
    background:#0072CC;
}
.content{
    padding-left: 10px;
    margin-bottom: 0px;
    padding-right: 10px;
}
.content-left{
    width: 68%;
    float: left;
}
.content-right{
    width: 30%;
    float: right;
}
.main-stories{
    width: 65%;
    float: left;
}
.more-stories-right{
    width: 30%;
    float:right;
    margin-right: 10px;
}
.top-story{
    border-bottom: solid 5px #ccc;
    padding-bottom: 10px;
}
.top-story h3{
    font-size: 2.308em;
    line-height: 1.0666;
    letter-spacing: -0.2px;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 0px;
}
.top-story h3 a{
    color: #000;
    text-decoration: none;
}
.top-story h3 a:hover{
    text-decoration: underline;
}
.top-story img{
    width: 100%;
    margin-bottom: 10px;
}
.main-stories{
    line-height: 20px;
}
.more-top-tab{
    width: 48%;
    float: left;
}
.more-top-tab img{
    width: 100%;
}
.more-top-tab h3{
    margin-bottom: 10px;
    padding: 0px;
    font-size: 15px;
    font-weight: bold;
}
.more-top-tab a{
    color: #000;
    text-decoration: none;
    line-height: 18px;


}
.more-top-tab a:hover{
    text-decoration: underline;
}
.more-top-stories .separator{
    margin-right: 10px;
}
.more-top-right-tabs h3{
    color: #333;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.more-top-right-tabs h3 a{
    color: #333;
    text-decoration: none;
}
.more-top-right-tabs h4{
    padding: 0px;
    margin: 0px;
}
.more-top-right-tabs h4 a{
    color: #00508f;
    text-decoration: none;
    font-size: 13px;
    font-weight: 100;
    line-height: 18px;
}
.more-top-right-tabs a:hover{
    text-decoration: underline;
}
.more-stories-right{
}
.t-header{
    background-position: 0% 0%;
    color: #fff;
        padding-left: 10px;
        padding-top: 7px;
        padding-bottom: 7px;
        margin-bottom: 10px;
    background-image: -moz-linear-gradient( center top, #0363AD 0%, #00508f 100% );
        background-color: #00508f;
    background-repeat: repeat;
    background-attachment: scroll;
}
.t-header a{
    color: #fff;
    text-decoration: none;
    width: 100%;
}
.t-header a:hover{
    text-decoration: underline;
}
.r-social{
    margin-bottom: 10px;
}
.panels{
    margin-top: 10px;
}
.content-right .normal-list{
    margin: 0px;
    padding: 0px;
}
.content-right .normal-list li{
    list-style: none;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
}
.content-right .normal-list li a{
    color: #333;
    font-weight: bold;
    line-height: 18px;
    text-decoration: none;

}
.content-right .normal-list li a:hover{
    text-decoration: underline;
}
.panels a:hover{
    text-decoration: underline;
}
.hd-panels{
    line-height: 18px;
}
.hd-panels img{
    float: left;
    width: 35%;
    margin-right: 10px;
}
.hd-panels a{
    text-decoration: none;
    color: #000;
}
.left-div{
    float: left;
    width: 50%;
    margin-bottom: 10px;
}
.right-div{
    float: right;
    width: 47%;
    margin-bottom: 10px;
}
.panel-links{
    border-bottom: 1px dotted #ccc;
}
.panel-links a{
    display: block;
    text-decoration: none;
    line-height: 15px;
    color: #00508f;
    margin-bottom: 7px;
    margin-top: 7px;
}
.top-ad{
    width: 100%;
    padding-top: 10px;
    margin: auto;
    text-align: center;
}
.video-separator{
    margin-right: 10px;
}
.video-panel{
    float: left;
    width: 48%;
    margin-bottom: 10px;
}
.video-panel img{
    width: 100%;
    margin-bottom: 5px;
}
.video-panel a{
    text-decoration: none;
    color: #00508f;
}
.video-panel a:hover{
    text-decoration: underline;
}
.breadcrump {
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;
}
.breadcrump a{
    color: #00508f;
    text-decoration: none;
}
.breadcrump a:hover{
    text-decoration: underline;
}
.spr{
    margin-right: 10px;
}
.cat-stories{
    margin-top: 12px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 12px;
}

.footer{
    background: #303030;
    color: #fff;
    font-size: 14px;
}
.footer a{
    color: #fff;
    text-decoration: none;
}
.footer a:hover{
    text-decoration: underline;
}
.disclaimer-stories{
    padding: 10px;
}

.std_footer{
    width:100%;
    min-height: 300px;
    background: url('../images/footerbg.png');
}
.footer-tab{
    width: 170px;
    float: left;
    margin-right: 20px;
    padding: 10px;
}
.footer-tab{
    font-size: 13px;
}
.footer-tab h3{
    padding-bottom: 10px;
    border-bottom: 1px solid #141414;
    font-size: 20px;
    color: #7F7F7F;
    font-weight: 300;
    text-shadow: 0px -1px 0px #000;
}
.footer-tab p{
    padding-bottom: 10px;
    border-bottom: 1px solid #141414;
    font-size: 14px;
    color: #7F7F7F;
    font-weight: 300;
    text-shadow: 0px -1px 0px #000;
}
.footer-tab li{
    list-style:none;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-size: 11px;
}
.footer-tab ul{
    margin: 0px;
    padding: 0px;
}
.std_footer{
    margin-top: 10px;
}
.std_footer a{
    padding-bottom: 10px;
    font-size: 12px;
    color: #7F7F7F;
    font-weight: 300;
    text-shadow: 0px -1px 0px #000;
    text-decoration: none;
}
.std_footer a:hover{
    text-decoration: underline;
}
.std_footer_bottom{
    color: #fff;
    font-size: 8.5pt;
    text-align: center;
    background: #303030;
    width: 1008px;
    margin-left: -10px;
    margin-bottom:-10px;
    padding: 10px;
}
.footer-right{
    background-color: #2e2e2e;
    padding: 10px;
    margin: 10px;
    width: 200px;
    border-top: 1px solid #1b1b1b;
    border-bottom: 1px solid #3c3c3c;
    border-radius: 5px 5px 5px 5px;
    float:right;

}
.btm-line a:hover{
    background: #0363AD;
}
.mid-advert{
    width: 100%;
    height: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background: #dedede;
}
.top-main-menu{
	 margin-top: 0px;
    position: fixed;
    width: 1024px;
    z-index: 9999;
     background-color:#FFFFFF;
    -moz-box-shadow:  0px 3px 8px #888;
    -webkit-box-shadow:  0px 3px 8px #888;
    box-shadow:  0px 3px 8px #888; 
}
.top-main-menu li{
    float: left;
    list-style: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top-main-menu .separator{
    border-right: 1px solid #aaa;
}
.top-main-menu li a{
    line-height: 20px;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    color: #222;
    text-decoration: none;

}
.top-main-menu ul{
    float:right;
    margin: 0px;
    padding: 0px;
}
.top-main-menu li a:hover{
    color: #888;
background: #00FFFF;
}
.footer-next-story{
    background: #f0f0f0;
    border: 1px solid #dedede;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer-next-story a{
    color: #0276D1;
    text-decoration: none;
    font-size: 14px;
}
.footer-next-story a:hover{
    border-bottom: 1px dotted;
   text-decoration: underline;
}
.footer-next-story span{
    font-weight: bold;
}
p.subtopic { 
  font: .85em Times new roman, helvetica;
  letter-spacing:1.5;
  color: #000000;
  padding:0.2em;
    font-size:16;
    text-align: justify;
    }
 
  
  ul.subtopic li{ 
  font: .85em Times new roman, helvetica;
  letter-spacing:1.5;
  color: #000000;
  padding:0.2em;
    font-size:16;
    text-align: justify;
  
    
#slidebox {
    width:400px;
    right: -430px;
    z-index: 9999;
    padding:5px;
    background-color:#fff;
    border-top:3px solid #00508f;
    position:fixed;
    bottom:0px;
    box-shadow:-2px 0px 5px #aaa;
    -moz-box-shadow:-2px 0px 5px #aaa;
    -webkit-box-shadow:-2px 0px 5px #aaa;
    box-shadow:-2px 0px 5px #aaa;
    transition: right 100ms linear;
    -moz-transition: right 100ms linear;
    -webkit-transition: right 100ms linear;
}

#slidebox.open { 
    transition: right 300ms linear;
    -moz-transition: right 300ms linear;
    -webkit-transition: right 300ms linear;
    right: 0px; 
}

#slidebox h1 {
    color: #888;
    font-size: 1.0em;
    font-weight: normal;
    font-weight: bold;
    text-transform:uppercase;
    font-family: Helvetica,sans-serif;
    letter-spacing:1px;
    margin: 0;
    margin-bottom: 0.5em;
}

#slidebox h2{
    font-size: 1.2em;
    margin:0;
}
#slidebox a.close{
    background:transparent url('../images/close.gif') no-repeat top left;
    width:13px;
    cursor: pointer;
    height:13px;
    position:absolute;
    top:10px;
    right:10px;
}
#slidebox a.close:hover {
    background-position:0px -13px;
}
#slidebox a.more{
    font-size: 0.5em;
    text-transform:uppercase;
    font-family: Helvetica,sans-serif;
    letter-spacing:1px;
}
#slidebox p.desc {
    margin: 0;
}
.related-mm{
    padding-bottom: 5px;
    padding-left: 5px;
}
.related-mm img{
    float: left;
    width: 100px;
    margin-right: 10px;
    padding: 3px;
    border: solid 1px #ccc;
}
.related-mm h4{
    margin-left: 0px;
    padding-left: 0px;
}
.related-mm h4 a{
    color: #333;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    line-height: 18px;
}
.related-mm h4 a:hover{
    text-decoration: underline;
}
.related-mm .readmore a{
    color:#00508f;
    text-decoration: none;
}
.related-mm .readmore a:hover{
    color:#00508f;
    text-decoration: underline;
}
.left-main{
    float: left;
    width: 62%;
}
.h3-title{
    margin-bottom: 10px;
    padding: 0px;
    background: url('../images/tile-bg.png');
}
.h3-title .span{
    background: #fff;
    float: left;
    font-size: 18px;
    padding-right: 10px;
}
.left-main a{
    color: #3c3c3c;
    text-decoration: none;
}
.left-main a:hover{
   color: #0072CC;
}
.left-main img{
    width: 100%;
	border: 0px;
}
.left-main .video-pl{
    margin-top: 10px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-size: 15px;
    margin-bottom: 20px;
    padding-bottom: 10px;
-webkit-box-shadow: 1px 1px 2px 1px #d0d0d0;
-moz-box-shadow: 1px 1px 2px 1px #d0d0d0;
box-shadow: 1px 1px 2px 1px #d0d0d0;
}
.left-main .video-pl h3{
    line-height: 22px;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
}
.s-date{
    font-size: 12px;
    padding-left: 10px;
    color: #858585;
}
.left-more{
    float: left;
    width: 35%;
    margin-left: 20px;
}
.left-more .video-lm{
-webkit-box-shadow: 1px 1px 2px 1px #d0d0d0;
-moz-box-shadow: 1px 1px 2px 1px #d0d0d0;
box-shadow: 1px 1px 2px 1px #d0d0d0;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.left-more .video-lm img{
    width: 100%;
}
.left-more .video-lm .title{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
}
.ppl-vids{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}
.ppl-vids img{
    float: left;
    margin-right: 10px;
}
.watch_panel{
    background:  #333333;
}
.watch-now{
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
}
.watch-title{
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 27px;
    font-size: 24px;
    color: #333;
}
.left-more a{
    color: #333;
    text-decoration: none;
}
.left-more a:hover{
    color: #0072CC;
}
.ppl-vids a{
     color: #333;
    text-decoration: none;   
}
.ppl-vids a:hover{
    color: #2793e6;
}
.desc-line{
    color: #333;
    font-size: 14px;
    margin-top: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dedede;
}
.sharer{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #333;
}
.sharer strong{
    float: left;
    font-size: 14px;
    margin-right: 20px;
}
.sharebutton{
    float: left;
    margin-right: 10px;
}
.vidtime{
    font-weight: bold;
    font-size: 14px;
}
.comment{
    margin-top: 20px;
}
/***************** SLIDER *********************/
.als-container {
	position: relative;
	width: 100%;
	margin: 0px auto;
	z-index: 0;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
        width: 100%;
}
.als-wrapper {
	position: relative;
	list-style: none;
        padding-left: 0px;
}

.als-item {
	position: relative;
	display: block;
        width: 145px;
	text-align: center;
	cursor: pointer;
	float: left;
        margin-right: 10px;
        margin-left: 10px;
}
.als-item img{
    width: 145px;
}
.als-prev, .als-next {
	position: absolute;
	cursor: pointer;
	clear: both;
}
.als-next{
    right: 10px;
}
.als-item a{
    color: #2793e6;
    font-weight: bold;
    text-decoration: none;
}
.als-item a:hover{
    color: #0072CC;
}

/*************************************
 * specific styling for .uservideos
 ************************************/



.uservideos .als-item {
	margin: 0px 5px;
	padding: 4px 0px;
	height: 150px;
	min-width: 100px;
	text-align: center;
}

.uservideos .als-item img {
	display: block;
	margin: 0 auto;
	vertical-align: middle;
}

.uservideos .als-prev, .uservideos .als-next {
	top: 60px;
}

.uservideos .als-prev {
	left: 10px;
}

.uservideos .als-next {
	right: 10px;
}
.uservideos{
    margin-bottom: 20px;
    
}
.rel-videos{
    font-size: 18px;
    margin-left: 30px;
    margin-bottom: 0px;
}
.rel-videos a{
    color: #333;
    text-decoration: none;
}
.rel-videos a:hover{
    color: #0072CC;
}
.spr{
    border-bottom: 1px solid #dedede;
    margin-top: 30px;
}
.l-story{
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 20px;
}
.l-story li{
    list-style: none;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.l-story li a{
    color: #333;
    text-decoration: none;
}
.l-story li a:hover{
    color: #2793e6;
}
.play-btn{
    background: url('../images/play_btn.png');
    width: 59px;
    height: 59px;
    position: absolute;
    margin-top: 130px;
    margin-left: 175px;
}
.play-btn:hover{
    background: url('../images/play_btn_hover.png');   
}
.play-btn-middle{
    background: url('../images/vid.png') no-repeat;
    width: 31px;
    height:31px;
    position: absolute;
    margin-top: 70px;
    margin-left: 100px;
}
.play-btn-small{
    background: url('../images/vid.png') no-repeat;
    width: 31px;
    height:31px;
    position: absolute;
    margin-top: 40px;
    margin-left: 55px;
}
.play-btn-small-cat{
    background: url('../images/vid.png') no-repeat;
    width: 31px;
    height:31px;
    position: absolute;
    margin-top: 40px;
    margin-left: 55px;
}
.catvids-small{
    width: 151px;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}
.catvids-small:hover{
    background: #f2f2f2;
}
.right-rtl{
    
    margin-left: 20px;
}
.catvids-small img{
    width: 100%;
}
.catvids-small a{
    text-decoration: none;
    font-size: 12px;
    color: #0072CC;
}
.catvids-small a:hover{
    color: #333;
}
.catvids-small span{
    color: #b3b3b3;
    
}
.catvids-small h3{
    margin-top: 0px;
    margin-bottom: 0px;
}
.pagination span{
  font-size: 15px;
  font-weight: bold;
}
.text{
    vertical-align: bottom;
    width: 150px;
    height: 150px;
    text-align: right;
    padding-right: 10px;
    padding-bottom: 10px;
}
.arrow {
    float: right;
    display: block;
    width: 29px;
    height: 20px;
    overflow: hidden;
    background: url('../i/presenters-text-icon.png') no-repeat 100% 0;
}
.text.left span.arrow {
    float: left;
    background-position: 100% -20px;
}
.text.left {
    text-align: left;
}
.text em {
    clear: both;
    display: block;
    font-size: 8pt;
    font-weight: bold;
    font-style: normal;
    color: #d2232a;
}
.text h3 {
    font-size: 12pt;
    color: #00aeef;
    margin: 0;
}
.timetable{
    width: 100%;
    border-top: 3px solid #333;
    border-bottom: 3px solid #333;
}
.even{
    background: #ececec;
}
.timetable td{
    padding-top: 5px;
    padding-bottom: 5px;
}
.timetable a{
    color: #0072CC;
    font-size: 14px;
    text-decoration:  none;
}
.timetable a:hover{
    text-decoration: underline;
}
.pagination strong{
    padding-left: 10px;
    padding-right: 10px;
}
.pagination{
    margin-bottom: 20px;
}

.pagination a {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}


.pagination a  {
    border: solid 1px #32373b;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
}

.pagination a:hover {
    background: #3d4f5d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d));
    background: -moz-linear-gradient(0% 0% 270deg,#547085, #3d4f5d);
}

.pagination a:active {
    border: none;
    background: #2f3237;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .1);
}

.pagination a {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565b5f), to(#3e4347));
    background: -moz-linear-gradient(0% 0% 270deg,#565b5f, #3e4347);
}
