@import url(http://fonts.googleapis.com/css?family=Alfa+Slab+One);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);

td,td h3 { text-align:left }
td h3 { padding:0 15px; color:#373737; font-weight:800px; }

.football {
	background:url('/images/football_top.png') top left no-repeat;
	width:500px;
	height:353px;
	position:absolute;
}

#first, #first header {
	background: #ecedeb;
}
#first header {
	max-width:960px;
	margin:0 auto;
	padding: 20px 0;
}
#first header div {
	margin:0 auto;
}

.float_center {
  float: right;

  position: relative;
  left: -50%; /* or right 50% */
  text-align: left;
}
.float_center > .child {
  position: relative;
  left: 50%;
}

.footer ul {
	list-style:none;
}
.footer ul li {
	float:left;
	border:0;
}
.footer ul li a {
	float:left;
	border:0;
}

.shadow {
	margin-bottom: 10px;
	border-top:10px solid #232323;
	border-bottom:10px solid #232323;
}
.shadow-bottom {
	margin-bottom: 10px;
	border-bottom:10px solid #232323;
}

/* The Magic Float Center Code */
.float_center {
  float: right;

  position: relative;
  left: -50%; /* or right 50% */
  text-align: left;
}
.float_center > .child {
  position: relative;
  left: 50%;
}


.float_center ul {
  list-style-type: none;
  margin:0;
  padding:10px 0;
}
.float_center ul li {
  float: left;
  list-style-type: none;
  margin: 0 6px;
}
.float_center ul a {
  display: block;
  height: 26px;
  line-height: 26px;
  text-decoration: none;
  color: #C12247;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 4px;
  background-color: #ffffff;
}
#footer .float_center ul a {
  display: inline;
  height: 26px;
  line-height: 26px;
  text-decoration: none;
  color: #C12247;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0px 4px;
  background-color: #ffffff;
}
.float_center p {
  margin: 0;
}

.sidemenu {
	font-family: 'Roboto Condensed';
	color:#fff;
	font-size:24px;
	position: fixed;
	left: 0;
	top: 30%;
	width:170px;
	z-index:10;
	background: rgba(35,35,35,0.75);
	padding:20px 15px 20px 0px;
	margin:0;
}
.sidemenu a { text-decoration:none; border:none ;}
.sidemenu ul { list-style:none; list-style-position:inside; padding:0; margin: 0; }
.sidemenu li {
	border-bottom: 2px solid #fff;
	padding-left: 20px;
}
.sidemenu li:hover {
	background-color:#000000;
}
.sidemenu li:last-child { border: none }
.submenu ul {
	list-style:none;
	color:#fff;	
	margin-bottom:0;
}
.submenu li {
	display:inline;
	float:right;
	color:#fff;
	padding: 3px 10px;
	font-size:14px;
}
ul.info {
	list-style:none;
	list-style-image:none;
	margin:0;
}
.info li {
	float:left;
	max-width: 30%;
	padding-bottom: 20px;
	margin: 10px 10px 20px 10px;
	border-bottom:1px solid #232323;
}
.info li span {
	font-family: 'Alfa Slab One'; 
	font-size:21px;
	color:#660005;
}

#header header p.copy, #header header.leftalign p {
	font-size:16px;
	text-align:left;
	margin:15px;
	font-weight:400;
	line-height:24px;
}
td.bisons, td.rifles {
	color:#fff;
	font-size:18px;
	text-align:left;
	margin:10px;
	font-weight:500;
	line-height:18px;
}
.bisons {
	color:#271b13;
	background-color:#c6850d;	
}
.rifles {
	background-color:#26318e;	
}
.container h2 {
	font-family: 'Alfa Slab One'; 
	font-size:21px;
	color:#660005;
	text-align:left;
	margin:15px;
}
img.contact_img {
	max-width: 350px;
}

input,textarea,select { 
	width:100%;
	margin-bottom: 15px;
}
/*p ul { list-style-type: circle; }*/
.gradient {
	height:100px;
	position:absolute;
	bottom:0;
	z-index:15;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(19,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(19,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(19,19,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}
@media screen and (max-width: 960px) {
	
	.football {
		background-size:100%;
		max-width:75%;		
	}
	img.contact_img {
		max-width: 40%;
	}
	div.contact_form {
		max-width:50%;
	}
}
@media screen and (max-width: 600px) {
	img.contact_img, div.contact_form {
		max-width: 100%;
	}
	div.contact_form {
		width: 100%;
	}

}

