﻿/* -------------------------------------------------------------- 
	
	footer.css	
	* Styles for footer elements
	
-------------------------------------------------------------- */

			#footer { }
			
				/* Styles for Copyright Portion of the Footer */
				#copyright 
				{
					
			    }
			
				/* Styles for Navigation Portion of the Footer */
				#footer ul {
					display:inline;
				}
				#footer ul li { 
					display: inline;
					
				}
				#footer ul li a { 
					text-decoration: none; 
					color: #004785;
					margin-right:2px;
				}
				
				#footer ul li span { 
					margin-right:6px;
				}
				
				#footer ul li a:hover {
					color: #848484;
				}
				
				#footer span {
					
				}
                ul.brand-items{
                    padding-left: 0px !important;
                }
                ul.brand-items li{float:left;margin-right:5px;list-style: none;}
                ul.brand-items li:last-child{
                    margin-right: 0px !important;
                }
                ul.brand-items li img{border:none}