@charset "UTF-8";
/* CSS Document */

#footer {
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	margin: 5px 0;
}

	#footer .footerspan {
		background-color: #e7f2d3;
		border-top: solid 5px #fff;
		border-bottom: solid 5px #fff;
		padding: 20px 16px;
	}
	
	#footer ul#footerleft {
		list-style: none;
		list-style-type: none;
		margin-top: 4px;
	}
	
		#footer ul#footerleft li {
			display: inline;
			font: 11px/1em Arial, Helvetica, sans-serif;
			color: #666;
			margin-right: 6px;
		}
		
			#footer ul#footerleft li a { text-decoration: none; color: #666; }
			#footer ul#footerleft li a:hover { color: #4589c8; }
	
	#footer ul#footerright {
		float: right;
		list-style: none;
		list-style-type: none;
	}
	
		#footer ul#footerright li {
			display: inline;
			font: 19px/1em Arial, Helvetica, sans-serif;
			color: #666;
			margin-right: 6px;
			margin-left: 8px;
		}
		
			#footer ul#footerright li a { text-decoration: none; color: #666; }
			#footer ul#footerright li a:hover { color: #4589c8; }

			
	.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	}