/* Auxilliary OHS Style Sheet */
/* To be used for Sponsor Sidebar */

#sponsors {
	width: 250px;
	float: right;
	margin-left: 50px;
	text-align: center;
	font-weight: bold;
	color: white;
}

#sponsors h2 {
	margin-top: 2em;
}

#sponsors img {
	border: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

#sponsors p {
	margin-top: 2.5em;
	padding: .5em 0;
}

#sponsors p.gold {
	background-color: orange;
	margin-left: auto;
	margin-right: auto;
	width: 250px;
}

#sponsors p.silver {
	background-color: silver;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}

#sponsors p.bronze {
	background-color: peru;
	margin-left: auto;
	margin-right: auto;
	width: 150px;
}

#sponsors p.indiv {
	background-color: darkslateblue;
	margin-left: auto;
	margin-right: auto;
	width: 125px;
}

#sponsors p.name {
	color: black;
	margin: 0 0 1em;
	padding: 0;
}