@charset "UTF-8";
/* CSS Document */

#contentContainer{
	position:relative;

	margin:20px auto 40px auto;
	
	}
#sponsorshipChartContainer{
		width:800px;
		margin:0 auto;
		}
#sponsorshipChartContainer table{
	width:100%;
	
	
	}
#sponsorshipChartContainer td{
	width:98px;
	height:34px;
	font-family:'source sans pro', sans serif;
	text-align:center;
	font-weight:600;
	font-size:1.2em;
	border-bottom:solid 1px #767676;
	vertical-align:middle;
	}	
#sponsorshipChartContainer th{
	text-align:left;
	font-family:'source sans pro', sans serif;
	font-size:1em;
	line-height:20px;
	font-weight:400;
	color:#727272;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
	border-bottom:solid 1px #767676;
	}
	
/*-----------Circles and Columns----------------------------*/	
	
.marqueeDot{
	width:22px;
	height:22px;
	border-radius:12px;
	background-color:#f05a23;
	margin:0 auto ;
	}	
.platinumDot{
	width:22px;
	height:22px;
	border-radius:12px;
	background-color:#9e9e9e;
	margin:0 auto ;
	}
.goldDot{
	width:22px;
	height:22px;
	border-radius:12px;
	background-color:#ebb32a;
	margin:0 auto ;
	}
.silverDot{
	width:22px;
	height:22px;
	border-radius:12px;
	background-color:#c9c9c9;
	margin:0 auto ;
	}	
	
.marqueeText{
	color:#f05a23;
	}	
.platinumText{
	color:#9e9e9e;
	}	
.goldText{
	color:#ebb32a;
	}
.silverText{
	color:#c9c9c9;
	}	
	
	
#sponsorshipChartContainer .marqueeText,#sponsorshipChartContainer .platinumText,#sponsorshipChartContainer .goldText,#sponsorshipChartContainer .silverText	{
	font-size:1.4em;
	
	}
	
/*------Column Headers and Spacing-----------------------------------*/

#sponsorshipChartContainer .marqueeTextHeader{
	background-color:#f05a23;
	color:#fff;
	border-bottom:none;
	}	
#sponsorshipChartContainer .platinumTextHeader{
	background-color:#9e9e9e;
	color:#fff;
	border-bottom:none;
	}	
#sponsorshipChartContainer .goldTextHeader{
	background-color:#ebb32a;
	color:#fff;
	border-bottom:none;
	}
#sponsorshipChartContainer .silverTextHeader{
	background-color:#c9c9c9;
	color:#fff;
	border-bottom:none;
	}	

#sponsorshipChartContainer .opportunityPrices{
	color:#554466;
	font-weight:600;
	border-bottom:none;
	}

#sponsorshipChartContainer .topSpace{
	
	height:6px;
	
	}

#sponsorshipChartContainer .bottomSpace{
	border-bottom:none;
	height:6px;
	}


.moreInfo{
	font-family:'source sans pro', sans serif;
	text-align:center;
	color:#554466;
	font-weight:400;
	font-size:1.2em;
	margin-bottom:70px;
	}

.moreInfo a{
	color:#1f9185;
	font-weight:600;
	
	}
.moreInfo a:hover{
	color:#f05a23;
	
	}