#footer-outer 
{
	
	   
	    margin: 0 auto;
	    overflow: hidden;
	    position: relative;
	    width: 980px;
            z-index: 1;
    	    clear: both;
            height: 75px;
	    background: #000 url("/EasySiteWeb/EasySite/StyleData/StyleBestBar09/Images/footer_bg.jpg");
 	    background-repeat:repeat-x;

	    			    	
	    		border-left: 1px solid #000;
	    		border-right: 1px solid #000;
	    		-moz-box-shadow: 3px 3px 4px #000, -3px 3px 4px #000;
	    		-webkit-box-shadow: 3px 3px 4px #000, -3px 3px 4px #000;
	    		box-shadow: 3px 3px 4px #000, -3px 3px 4px #000;

 	    
 	    
}

#footer-inner 
{
	width:980px;
}

#clearingDropShadow 
{
  clear:both;
  height:9px;
  margin-left:auto;
  margin-right:auto;
  width:980px;
}

#footer-alpha-outer 
{
  width:980px;
  text-align: center;
	/*font-size:0.8em;
	margin-bottom:5px;
	padding:5px;*/
}
#footer-alpha-inner { 
	overflow: hidden; 
}


#footer-alpha-inner a
{
padding-right:25px;
}

.footer-links { color: #000; }
ul.footer-links { padding: 0; margin: 0; }
ul.footer-links li { display: inline; list-style-type: none; padding: 0 2px 0 2px; margin: 0; }
ul.footer-links li.start { padding-left: 0; }
ul.footer-links li.end { }

.footer-link:link, .footer-link:visited { text-decoration: none; color: #000; }
.footer-link:hover, .footer-link:active { text-decoration: underline; color: #000; }

.tagline { text-align: center; /*float: right;*/ width: 100%; color: #000; }
.tagline-link:link, .tagline-link:visited { color: #000; text-decoration: none; } 
.tagline-link:hover, .tagline-link:active { color: #000; text-decoration: underline; }
.copyright { /*float: left;*/ width: 100%; color: #000; }
span.copyright-text { padding-right: 15px; }
.copyright .footer-link:link, .footer-link:visited { text-decoration: none; color: #000; font-weight: bold; }
.copyright .footer-link:hover, .footer-link:active { text-decoration: underline; color: #000; font-weight: bold; }
