@charset "utf-8";
/* CSS Document */
/* ----- FOOTER (inc sponsors) ----- */

#sponsorsLeft {
	float:left;
	width:200px;
}
#sponsorsRight {
	float:right;
	text-align:right;
	width:700px;
}

div#footer {
	margin-bottom:20px;
}

div.footerSection {
	float:left;
	width:150px;
	color:#767C9B;
	font-size:10px;
	border-right:1px solid #767C9B;
	margin:0px 10px;
}
div.footerSection a {
	color:#767C9B;
	text-decoration:none;
}
div.footerSection a:hover {
	text-decoration:underline;
}
div.footerSectionNoBorder {
	border-right:0px;
}
div.footerSectionWide {
	width:280px;
}
div.footerSection p {
	margin:0px 0px 7px 0px;
	padding:0px;
	text-transform:uppercase;
	color:#FFFFFF;
}
div.footerSection p.noCaps {
	text-transform:none;
}

div.footerSection ul.footerList {
	list-style:none;
}