﻿/*
footer elements
-------------------------------------------------*/
#footer {
	    height: auto;
	    width: 100%;
	    overflow:hidden;
	    background: #fcfcfc;
	    border-top:1px solid #dddddd;
      margin:20px auto 10px auto;
	    padding:18px 0px 0px 0px;
	    clear: both;
      }
      
#footer a {
      text-decoration:none;
      }
      
#footer a:hover {
      text-decoration:underline;
      }      

#footer-links {
	    width: 100%;
      }
      
#footer-links ul {
      display:block;
      height:auto;
      overflow:hidden;
      margin:0px 0px 0px 0px;
      padding:0px 0px 0px 0px;
      list-style:none;
      text-align:left;
	    float: left;
      }

#footer-links ul#FirstBlock {
      width:12%;
      /*background:#ff0000;*/
      }      

#footer-links ul#SecondBlock {
      width:15%;
      /*background:#00ff00;*/
      } 
      
#footer-links ul#ThirdBlock {
      width:15%;
      /*background:#0000ff;*/
      } 

#footer-links ul#FourthBlock {
      width:14%;
      /*background:#ffcc00;*/
      }

#footer-links ul#FifthBlock {
      width:40%;
      float:right;
      /*background:#ffcc00;*/
      }
 
#footer-links ul li {
	    margin: 0px 0px 3px 20px; 
      }

#footer-links ul li.more-left-margin {
	    margin-left: 30px; 
      }

#footer-links ul li.footer-bold {
	    margin-bottom: 10px;
	    font-weight:bold; 
	    color:#50878c;
      }

#footer-links ul li.add-distance {
	    margin-bottom: 12px;
      }

#footer-links ul li b.smaller {
	    font-size:11px;
	    color:#747474;
      }

#footer-links ul li a {

      }

#footer-links ul li a:hover { /*text-decoration: none; color: #3a4a53;*/ }


#footer-links ul li .footer-contact-left {
      display:block;
      width:110px;
      height:20px;
      /*background:#ffff00;*/
      float:left;
      }

#footer-links ul li.less-vertical-space {
      line-height:10%
      }

#footer .copyright {
	    width: 100%;
      height:auto;
      overflow:hidden;
      margin:30px 0px 0px 0px;
      padding:20px 0px 20px 0px;
      font-size:11px;
      border-top:1px solid #dddddd;
      background:#ffffff;
      }

/*
end footer elements
-------------------------------------------------*/

/*
this block is for myLive page footer
-------------------------------------------------*/

#DivPanelBottom #FooterNavBar {
  width:100%;
  padding-top:0px;
  padding-bottom:55px;
	/*background:#ffff00;*/
}

#DivPanelBottom #FooterLinks {
  display:block;
  width:70%;
  text-align:center;
  margin:0px 0px 0px 200px;
  clear:both;
}

#DivPanelBottom .footerLink {
  text-decoration:none;
  color:#777777;
  font-size:11px;
  float:left;  
}

#DivPanelBottom .footerLink a {
  text-decoration:none; 
}

#DivPanelBottom .footerLink:hover {
  color:#0000ff;  
}

#DivPanelBottom .footerLink a:hover {
  text-decoration:none; 
}
 
#DivPanelBottom .delimiter {
  display:block;
  width:20px;
  height:auto;
  text-align:center;
  color:#777777;
  font-size:11px;
  float:left;
}

#DivPanelBottom #Copyright {
  display:block;
  height:20px;
  width:auto;
  color:#777777;
  font-size:11px;
}

/*
end myLive page footer
-------------------------------------------------*/
