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

#footer{
	width:1020px;
	height:20px;
	margin:auto;
	margin-top:20px;
	margin-bottom:25px;
	text-align:right;
}

.footertext{
	color:#191e3b;
	font-weight:bold;
	font-size:10px;

}
#rolloverfooter {
	float: right;
	width: 140px;
	height: 20px;
	background:url(../images/footer.png);
	background-repeat:no-repeat;
	position: relative;
	padding:0px;
	margin:0px;
	margin-left:10px;
}
#rolloverfooter li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}

#rolloverfooter li, #rolloverfooter a {height: 20px; display: block;}
#rss {left: 0px; width: 20px; }
#twitter {left: 30px; width: 20px;  }
#facebook {left: 60px; width: 20px; }
#linkedin {left: 90px; width: 20px;  }
#flickr {left: 120px; width: 20px; }

#rss a:hover {background: transparent url(../images/footer.png) 0 -20px no-repeat;}
#twitter a:hover {background: transparent url(../images/footer.png) -30px -20px no-repeat;}
#facebook a:hover {background: transparent url(../images/footer.png) -60px -20px no-repeat;}
#linkedin a:hover {background: transparent url(../images/footer.png) -90px -20px no-repeat;}
#flickr a:hover {background: transparent url(../images/footer.png) -120px -20px no-repeat;}

img{border:none;}
