#footer {
	font-size: 12px;
	color: #5b1ea2;
	background-image: url(/images/common/footer_background.jpg);
	background-repeat: no-repeat;
	width: 920px;
	height: 67px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}
#footer p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	color: #884fc9;
}
#footerLinks {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 500px;
	position: absolute;
	top: 10px;
	left: 35px;
}
#footerLinks ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#footerLinks ul li{
	float: left;
	padding: 0px 0px 0px 0px;
}
#footer a{
	text-decoration: none;
	color: #5b1ea2;
}
#footer a:hover {
	text-decoration: none;
	color: #eddeff;
	background-color: #884fc9;
}
#footerContact {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 500px;
	position: absolute;
	bottom: 19px;
	left: 35px;
}

/* Social links */
#socialLinks {
	width: 400px;
	float: right;
	padding-right: 25px;
}
#socialLinks dl {
	float: right;
	margin-top: 12px;
}
#socialLinks dl dt {
	float: left;
	line-height: 34px;
	margin-right: 15px;
}
#socialLinks dl dd {
	float: left;
	width: 34px;
	height: 34px;
	margin: 0px 10px 0px 0px;
	font-size: 14px;
	display: block;
}
#socialLinks dl dd a {
	width: 34px;
	height: 34px;
	display: block;
	position: relative;
}
#socialLinks dl dd a span {
	display: none;
}
#socialLinks dl dd a:hover span {
	display: block;
	position: absolute;
	top: 40px;
	text-align: center;
	padding: 5px;
	background-color: #ffffff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	filter:alpha(opacity=70);
    -moz-opacity:0.7;
    opacity: 0.7;
	color: #5b1ea2;
}
#socialLinks dl dd#facebookLink {
	background: url("/images/common/social_links/facebook_hover.jpg") no-repeat;
}
#socialLinks dl dd#facebookLink a {
	background: url("/images/common/social_links/facebook.jpg") no-repeat;
}
#socialLinks dl dd#facebookLink a:hover {
	background: none;
}

#socialLinks dl dd#twitterLink {
	background: url("/images/common/social_links/twitter_hover.jpg") no-repeat;
}
#socialLinks dl dd#twitterLink a {
	background: url("/images/common/social_links/twitter.jpg") no-repeat;
}
#socialLinks dl dd#twitterLink a:hover {
	background: none;
}

#socialLinks dl dd#newsletterLink {
	background: url("/images/common/social_links/newsletter_hover.jpg") no-repeat;
}
#socialLinks dl dd#newsletterLink a {
	background: url("/images/common/social_links/newsletter.jpg") no-repeat;
}
#socialLinks dl dd#newsletterLink a:hover {
	background: none;
}

#socialLinks dl dd#rssLink {
	background: url("/images/common/social_links/rss_hover.jpg") no-repeat;
}
#socialLinks dl dd#rssLink a {
	background: url("/images/common/social_links/rss.jpg") no-repeat;
}
#socialLinks dl dd#rssLink a:hover {
	background: none;
}

/* Copyright line */
#copyrightLine {
	font-size: 12px;
	color: #963eff;
}