/* -------------------------------------------------------------- 
	
	footer.css	
	* Styles for footer elements
	
-------------------------------------------------------------- */

			#footer { }
			
				/* Styles for Social Media Portion of the Footer */
				#copyright {
					text-align: center;
					color: #666666;
					font-size: 11px;
					line-height: 14px;
					}
					


				/* Styles for Social Media Portion of the Footer */
				#socialMediaNavigation {
					text-align: center;
					}
					
					#socialMediaNavigation ul {
						margin: 0 auto;
						}
			
						#socialMediaNavigation ul li {
 							display: inline;
                        }
				

				/* Styles for Navigation Portion of the Footer */
				#footerNavigation {
					text-align: center;
					color: #666666;
					font-size: 11px;
					line-height: 14px;
					}
					
					#footerNavigation ul {
						margin: 0 auto;
						}
			
						#footerNavigation ul li {
 							display: inline;
                        }
				
						#footerNavigation ul a {
							text-decoration: none;
 							color: #666666;
                        	}
							
							#footerNavigation ul a:hover {
								text-decoration: underline;
							}
				

			


