@charset "utf-8";

/*  This is  responsible for all footer links  */
	 
		 
	 #footer{ 
	 width: 975px;
	 height: 25px;
	 clear: both;
	 display: block;
	 border-top: 1px solid #00aeef;
	 margin: 0px 0 10px 0;
	 padding: 5px 0 15px 0;
	 position: relative;
	}	
	
	.footer_links{float: right; text-align: right; width: auto; text-transform: capitalize;}
		
	.footer_links p {color: #666666; text-decoration:none; font-size: 12px; }
	
	.footer_links p a:link {color: #666666; text-decoration:none; font-size: 12px;}
	
	.footer_links p a:visited {color: #666666; text-decoration:none; }
	
	.footer_links p a:hover {color: #3A3A3A; text-decoration:underline;}
	
	.footer_links p span {font-size: 12px; color: #2A9F00;}
	

	.footer_copyright { 
	 float: left;
     width: 220px;
	 color: #737373;
	 font-size:100%;
	 text-align: left;
	 display: block;
	 text-transform: uppercase;
	}

		.footer_copyright a:link {
		text-decoration:none;
		color: #737373;
	}
	
		.footer_copyright a:visited{
		text-decoration:none;
		color: #737373;

	
	}
		
		.footer_copyright a:hover {
		text-decoration:underline;

	}
		
		.footer_copyright a:focus {
		text-decoration:underline;

	}
	
	.footerSlogon{
	clear: right;
	float: right;
	padding: 5px 0px 10px;
	text-align: right;
	text-transform: capitalize;}


.footerSlogon p{
	font-family: "Comic Sans MS", cursive;
	font-size: 110%;
	color: #2A9F00;
}
