@charset "utf-8";
#SocialIcons {
	position:absolute;
	right:267px;
	top:309px;
	height:20px;
	width:150px;
	
}
	
#SocialIcons span.label { display:inline-block; height:19px; line-height:19px; overflow:hidden; margin-right:5px; color:#665651; font-weight:bold} 
	
#SocialIcons a { display:inline-block; height:19px; width:20px; margin-right:3px; }
#SocialIcons a span { display:none; }		

#SocialIcons a#TwitterLnk { background:transparent url(../images/home/twitter2-on.jpg) no-repeat left top; } 
#SocialIcons a#TwitterLnk:hover { background-image:url(../images/home/twitter2-off.jpg); }

#SocialIcons a#FacebookLnk { background:transparent url(../images/home/facebook2-on.jpg) no-repeat left top; padding-right:3px; } 
#SocialIcons a#FacebookLnk:hover { background-image:url(../images/home/facebook2-off.jpg); }

#SocialIcons a#YoutubeLnk { background:transparent url(../images/home/youtube2-on.jpg) no-repeat left top; } 
#SocialIcons a#YoutubeLnk:hover { background-image:url(../images/home/youtube2-off.jpg); }

