/*============= SB events Topbar ============*/

#sbTopbar {
background: transparent url(img/bgTopbar.gif) top left repeat-x;
height: 21px;
}
#sbTopbarCenter {
height: 21px;
line-height: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #70767f;
width: 860px;
margin: 0 auto;
position: relative;
}
#sbTopbarCenter a {
color: #70767f;
border-bottom: none;
text-decoration: none;
}
#sbTopbarCenter a:hover{
text-decoration: underline;
}

/*============= SB events Footer ============*/

#sbFooter{
clear: both;
background-color: #131313;
border-top: #464a4e 1px solid;
width: 100%;
color: #70767f;
text-align: left;
padding: 17px 0 30px 0;
font-size: 11px;
margin: 0;
line-height: 1.5em;
}
#sbFooterMid{
width: 850px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}
#sbFooterMid h6 {
color: #ffffff;
font-size: 11px;
padding: 0;
margin: 0 0 10px 0;
}
#sbFooterMid a{
color: #70767f;
text-decoration: none;
border-bottom: 1px #70767f dotted;
}
#sbFooterMid a:hover{
color: #ffffff;
border-bottom: 1px #ffffff dotted;
}
#sbFooter ul{
list-style-type: none;
margin: 0;
padding: 0;
}
#sbFooter ul li{
list-style-image:none;
list-style-type: none;
margin: auto;
}
#sbFooter p{
padding: 0;
margin: 0 0 18px 0;
}
#sbFooter p.nomargin{
margin: 0px;
}
#sbFooter td{
text-align: left;
vertical-align: top;
}
#sbFooter td.footTd_1{
width: 200px;
}
#sbFooter td.footTd_2{
width: 300px;
}
#sbFooter a.nounderline{
border-bottom: none;
}