﻿/*
#footer {
background:#fff;
overflow:hidden;
width:100%;
margin:0 0 1em 0;
position: relative;
}
#footer ul {
	display:block;
	margin:0 0 20px 20px;
}
	#footer li {
		display:block;
		float:left;
		padding:2px 10px 0 0;
		font-size:0.8em;
	}

		#footer li a {
			color:#524244;
			text-decoration:none;
		}
			#footer li a:hover {
				text-decoration:underline;
			}
			#footer li a.active {
				font-weight:bold;
			}
			
			#footer #eonButton a{
				display:block;
				width:120px;
				height:20px;
				outline:0;
				text-indent:-3000em;
				background:url(/images/e-on.gif) no-repeat;
			}
			#footer #eonButton {
				margin-left:264px;
			}
			#footer #ifiec a{
				display:block;
				width:100px;
				height:58px;
				outline:0;
				text-indent:-3000em;
				background:url(/images/ifiec.jpg) no-repeat;
			}
			#footer #ifiec{
			    position: absolute;
			    top: 0;
			    right: 0;
				width:100px;
				height:58px;
			}
*/
