/* ----- Overrides for this page ----- */

/* Sponsor list */

#sponsors {
	padding-left: 0;
}

#sponsors li {
	clear: left;
	min-height: 90px;
	margin-left: 290px;
	margin-bottom: 20px;
	list-style-image: none;
	list-style-type: none;
}

#sponsors li a.first {
	font-weight: bold;
	text-decoration: none;
	font-size: 1.25em;
}

#sponsors li img {
	display: block;
	float: left;
	margin-left: -290px;
}

#sponsors li .first {
	margin-top: 0;
}

/* Actual lists within a sponsor: reset to normal list style */

#sponsors ul {
	padding-left: 40px;
}

#sponsors ul li {
	clear: none;
	min-height: 0;
	margin-left: 0;
	margin-bottom: 2px;
	list-style-image: url(images/greyball-10-on-white.gif);
}

#sponsors ul li img {
	display: inline;
	float: none;
	margin-left: 0;
}

