body {
	font-family: 'Oswald', sans-serif;
	padding:0;
	margin:0;
	font-size:18px;
	text-transform:uppercase;
	color: #000000;
	width:100%;
	background: url('../image/header.jpg') top center repeat-x;
}
#container {
	width:1051px;
	margin: 0 auto;
	text-align:center;
}
.header {
	background: url('../image/header.jpg') center center repeat-x;
	float:left;
	height: 130px;
	width:100%;
}
.header img {
	margin:0 auto;
	text-align:center;
	margin-top:12px;
}
.menu-top {
	margin:10px 10px 10px;
	float:left;
}
.menu-top ul{
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}
.menu-top ul li {
	float:left;
	margin:0 10px;
}
.menu-top ul li a {
	/* padding:5px 20px; */
	padding:5px 15px;
	color:#000000;
	text-decoration:none;
}
.menu-top ul li a:hover {
	background:#1898d5;
	color:#ffffff;
}
.margin110 {
	margin:0 45px;
}

div.margin110 ul li a {
	padding:5px 20px;
}

img.banner {
	margin-top:35px;
}
.menu-bottom {
	background:#000000;
	color:#ffffff;
	float:left;
	width:100%;
	height:40px;
}
.menu-bottom ul {
	float:left;
	list-style:none;
	padding:0;
	margin:0;
}
.menu-bottom ul li {
	float:left;
	margin:0 18px;
}
.menu-bottom ul li a {
	color:#ffffff;
	text-decoration:none;
	float:left;
	font-size:21px;
	margin-top: 4px;
}
.menu-bottom ul li a:hover {
	border-bottom:5px solid #1898d5;
}
.shadow {
	background: url(../image/shadow.png) no-repeat;
	width:100%;
	height: 64px;
	float:left;
	margin-top: -30px;
	z-index: -1;
	position: relative;
}
.links {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	float:left;
	margin-top:5px;
	margin-left:-30px;
}
.icon-links {
	display: table-cell;
	vertical-align: middle;
	padding:10px 20px;
}
.banner {
	background: url(../image/banner.jpg) no-repeat;
	height: 298px;
	position:relative;
	margin-top:20px !important;
}
.banner:hover {
    
}
/* generated element for shine effect.
 * normal state is semi-transparent
 * white but with zero width. Set no
 * transition here for no mouse-leave
 * animations. Otherwise the effect
 * will play in reverse when your mouse
 * leaves the element
 */
.banner:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background-color: rgba(255,255,255,0.4);
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    
}
/* on hover we animate the width to
 * 100% and opacity to 0 so the element
 * grows and fades out 
 */
.banner:hover:after {
    width: 120%;
    background-color: rgba(255,255,255,0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.jumbotron {
	position:absolute;
	top:37%;
}

h1.blueLabel{
	color: #1273A2;
	font-size: 35px;
	font-weight: normal;
	line-height: 40px;
	text-transform: uppercase;
	margin-top:20px;
}

.uniformPhrase{ text-transform: none;margin: 0 auto;width:1051px;font-size:14px;}
div.left-container{ float:left; width:235px;margin-right:20px;padding:5px;}
div.right-container{ float:right; width:750px;padding:5px;}
div.inside-parent-container{text-align:left;padding:5px;width:100%;}
div.container-description{ text-align:left;font-family:Arial;font-size:16px;font-weight:normal;text-transform:none; }
div.container-description table{ font-family:Arial;font-size:14px;font-weight:normal;text-transform:none; }

div.sport-navigation {background:#444; box-shadow: -5px 0px #111;}
div.sport-navigation ul {width:170px;padding:10px 0;}
div.sport-navigation ul li{width:150px; margin:1px 10px;}
div.sport-navigation ul li a{display:block;width:100%;color:#FFF; }
.hoverActive{ background:#1898d5;}


