@charset "UTF-8";
/* CSS Document */

#footer {
	width:100%;
	height:35px;
	background-color:#c2deec;
	font-weight:bold;
	color:#3d5476;
	position:relative;
}

#footer_container {
	width:800px;
	height:35px;
}

#footer_container li a {
	/* text-indent:-999999px; */
	/* display:block; */
	overflow:hidden;
	/* float:left; */
	margin:0px 0px 0px 2px;
	border:none;
}

#footer_container ul li {
	display:inline-block;
	float:left;
	margin:0px 20px 0px 0px;
}

#footer_container ul {
	margin:7px;
	padding:0px;
	list-style:none;
}





/* ROLLOVERS */

#footer_home {
	width:28px;
	height:24px;
	background:url(../images/footer_home.gif) no-repeat;
}

#footer_home:hover {
	background:url(../images/footer_home_over.gif) no-repeat;
}

#footer_search {
	width:25px;
	height:24px;
	background:url(../images/footer_search.gif) no-repeat;
}

#footer_search:hover {
	background:url(../images/footer_search_over.gif) no-repeat;
}

#footer_share {
	width:25px;
	height:24px;
	background:url(../images/footer_share.gif) no-repeat;
}

#footer_share:hover {
	background:url(../images/footer_share_over.gif) no-repeat;
}

#footer_twitter {
	width:25px;
	height:24px;
	background:url(../images/footer_twitter.gif) no-repeat;
}

#footer_twitter:hover {
	background:url(../images/footer_twitter_over.gif) no-repeat;
}

#footer_facebook {
	width:25px;
	height:24px;
	background:url(../images/footer_facebook.gif) no-repeat;
}

#footer_facebook:hover {
	background:url(../images/footer_facebook_over.gif) no-repeat;
}