@charset "UTF-8";
/* CSS Document */
body{
	background-color: #000000;	
	font-family:"proxima-nova", sans-serif;
}
.clear{
	clear: both;
}
#wrapper{
	width: 1200px;
	background-color: #ffffff;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}
#header{
	position: relative;
	height: 140px;
	background-color: #ffffff;
	border-bottom: 1px solid #cdcdcd;
}
#usaclogo{
	width: 250px;
	height: 100px;
	display:inline-block;
	text-align: right;
	margin-top: 20px;
	position:absolute;
	cursor: pointer;
}
#auxnav{
	margin-top: 10px;
	float: right;
	width: 340px; /*was 260px before contact us was added*/
	margin-right: 100px;
	font-weight:bold;
	height:65px;
}
#auxtopnav{
	float: left;
	color: #000000;
	line-height:60px;
}
#auxtopnav a:link, #auxtopnav a:visited{
	color: #cc3120;
	text-decoration:none;
}
#teamlogo{
	float: right;
}
#navigation{
	position:relative;
}
#headertop{
	right: 75px;
	width: 100%;
	line-height: 55px;
	text-align:right;
	text-transform:uppercase;
	font-size: 11px;
	height:60px;
}
#headerbottom{
	height: 75px;
}
#memberaccess{
	width: 190px;
	background-color: #002a50;
	color: #ffffff;
	padding: 15px;
	right: 100px;
	font-size: 11px;
	text-align:center;
	text-transform: uppercase;
	position: absolute;
	margin-top:11px;
}
#memberaccess a{
	color: #ffffff;
	text-decoration:none;
}
#memberaccess .active{
	background-color: #00cc00;
}
#memberaccess .expired
{
	background-color: #cc3120;
}
/* Footer */
#sponsors{
	padding: 0 100px;
}
#sponsors div.divider{
	border-top: 1px solid #AAAAAA;
	margin: 10px 0 0 0;
}
#sponsors td, #footerstatement td{
	font-size: 11px;
	margin-top: 10px;
}
#sponsors td a, #footerstatement td a{
	font-size:11px;
}
#footerstatement{
	padding: 10px 100px 30px 100px;
}
#footerstatement a:link, #footerstatement a:visited{
	color: #cc3120;
	text-decoration:none;
}
#sponsors h2{
	text-align:center;
	font-weight:bold;
	font-size: 36px;
	text-transform:uppercase;
}
#footerbar{
	background-color:#cc3120;
	height:65px;
	text-transform:uppercase;
	font-size: 11px;
	font-weight:bold;
}
#footerbar a:link, #footerbar a:visited{
	color: #ffffff;
	text-decoration:none;
	margin-left: 30px;
}
#footerleft{
	line-height:65px;
	float: left;
	margin-left: 100px;
}
#footerright{
	line-height:65px;
	float: right;
	margin-right: 100px;