@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: 100px;
	background-color: #ffffff;
	border-bottom: 5px solid #990000;
}
#usaclogo{
	width: 250px;
	height: 100px;
	display:inline-block;
	/*text-align: right;*/
	margin-top: 20px;
	margin-left: 115px;
	position:absolute;
	cursor: pointer;
}
#auxnav{
	margin-top: 10px;
	float: right;
	width: 550px; /*was 260px before contact us was added*/
	margin-right: 120px; /*was 100 before 2016 refresh*/
	font-weight:bold;
	height:65px;
}
#auxtopnav
{
	display:table-cell;
	width:300px;
	vertical-align:top;
	padding-top:10px;
	/*padding-right: 30px;*/
	font-size: 11px;
	color: #000000;
	line-height: 5px; /* This may not be the best to do - revisit */
	/*background-color: #00A6C7;*/
}
#auxtopnav a:link, #auxtopnav a:visited{
	color: #cc3120;
	text-decoration:none;
}
#socialnav{
	/*background-color: #cccccc;*/
	display: table-cell;
	float: right;
	padding:5px 0px 5px 10px;

}
#socialnav a{
	padding-right: 10px;

}
#usacsearch{
	display: table-cell;
	float:right;
	padding: 5px 10px;
	background-color: #fff;

}
#teamlogo
{
	display:table-cell;
}
#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;
	padding-top:40px;
}
#memberaccess{
	width: 250px;
	/*background-color: #C41230;*/
	color: #C41230;
	padding: 20px 0px 5px 0px;
	/*right: 100px;*/
	font-size: 24px;
	text-align:right;
	/*text-transform: uppercase;*/
	/*position: absolute;*/
	font-weight: normal;
	margin-top:11px;
	display: table-cell;
	line-height: 24px;
}
#memberaccess a{
	color: #C41230;
	text-decoration:none;
	font-weight: normal;
}
#memberaccessrenew a{
	display: block;
	margin-left: 22px;
	text-align: left;
}
#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;
}