/* Start of CMSMS style sheet 'LSG Footer' */

/* Footer Rules */ 
#footer { 
        border-top: 1px solid #7A79A7; 
        border-bottom: 2px solid #7A79A7; 
        color: #53528a;
        width:100%; 
        clear: both; 
        height: 30px; 
        text-indent: 14px; 
        line-height: 300%; 
        font-size:70%; 
        text-transform: uppercase; 
	margin: 0px auto;
background: url(uploads/images/default_images/footer_bg.jpg) repeat-x scroll 0%; 
} 

#footernav { 
        list-style: none; 
        float: left; 
        margin: 0; 
        padding: 0; 

} 

#footernav li { 
        float: left; 
}#footernav li.first { 
        border-width: 0; 
} 

#footernav li.first a{ 
        background:none; 
} 
#footernav li a{ 
        padding:0pt 0px 0pt 10px;       
        background:transparent url(uploads/images/default_images/nav_divider.gif) no-repeat scroll 0%; 
} 
#footernav a, #footernav a:link, #footernav a:visited { 
        color: #663366; 
} 
#footernav a:hover, #footernav a:active { 
        color: #663366; 
} 
#footer p { 
        margin: 0px 20px 0 10px; 
        padding: 0; 
        text-align:right; 
}


#footernav li a{
	filter:alpha(opacity=70);
	-moz-opacity:.70;opacity:.70; 

}

#footernav li a:hover{
	filter:alpha(opacity=99);
	-moz-opacity:.99;opacity:.99;

}
/* End of 'LSG Footer' */

