/* Wrappers
-------------------------------------------------------------------------------------------------*/
#footer {
	background:#6C6C6C url("../images/footer/footer_bg.gif") repeat-x left top;
	height:92px;
	margin:0;
	padding:0 0 40px;
}
#footerContent {
	background:url("../images/footer/footerContent_bg.gif") no-repeat left bottom;
	height:75px;
	margin:0 auto;
	padding:2px 0 0;
	width:750px;
}
/* List Elements
-------------------------------------------------------------------------------------------------*/
#sitesList {
	height:75px;
	width:550px;
	list-style:none;
	margin:0 auto;
	padding:0;
}
#sitesList li {
	display:inline;
	margin:0 6px 0 0;
}
#sitesList li a {
	float:left;
}
#sitesList img.itemGraph {
	float:left;
	margin:0;
}
#sitesList .link {
	float:left;
	margin:12px 0 0;
}
#sitesList .link a {
	background:url("../images/footer/siteItem_linkBG.gif") no-repeat 25px 37px;
	display:block;
}
#sitesList .link a:hover {
	background-position:28px 37px;
}
/* Legal Links
-------------------------------------------------------------------------------------------------*/
ul#footerCopy {
	height:15px;
	list-style:none;
	margin:0 auto;
	padding:0;
	width:386px;
}
ul#footerCopy li {
	display:inline;
	height:15px;
	margin:0;
	padding:0;
}
ul#footerCopy span {
	background:#ADAFB3;
	float:left;
	margin:0;
}
ul#footerCopy a {
	background:#ADAFB3;
	float:left;
}
ul#footerCopy a:hover {
	background: #DDD;
}