@charset "utf-8";
/* CSS Document */

#Footer {
	background-image: url(../designs/FooterBG.jpg);
	background-repeat: repeat-x;
	height: 80px;
	clear: both;
}
#Footer .SocialLinks {
	display: block;
	float: right;
	height: 36px;
	width: 150px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 35px;
}
#Footer .SocialLinks .FollowUs {
	color: #999;
	display: block;
}
#Footer .SocialLinks a {
	display: block;
	height: 32px;
	width: 32px;
	float: left;
	margin-right: 5px;
	background-repeat: no-repeat;
	background-position: center top;
}
#Footer .SocialLinks a:hover {
	background-position: center bottom;
}


#Footer .FooterInfo {
	display: block;
	float: left;
	height: 55px;
	padding-top: 15px;
	padding-bottom: 10px;
	width: 800px;
}
#Footer .FooterInfo .Links{
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Footer  .FooterInfo .Links li {
	display: block;
	float: left;
	background-image: url(../designs/FooterSeperator.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 4px;
}
#Footer .FooterInfo .Links li a{
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 4px;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	font-size: 11px;
}
#Footer .FooterInfo .Links li a:hover {
	color: #D7F7FF;
}


#Footer .FooterInfo .Credits{
	display: block;
	clear: both;
	font-size: 11px;
	color: #D7F7FF;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#Footer .FooterInfo .Credits a {
	color: #E2E2E2;
	text-decoration: none;
	line-height: 14px;
}
