@charset "utf-8";

@font-face {
    font-family: 'bebas_neueregular';
    src: url('bebasneue.eot');
    src: url('bebasneue.eot?#iefix') format('embedded-opentype'),
         url('bebasneue.woff2') format('woff2'),
         url('bebasneue.woff') format('woff'),
         url('bebasneue.ttf') format('truetype'),
         url('bebasneue.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

div#allContent {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	position: relative;
	width: 1120px;
}

div#allLogo {
	position: relative;
}

div#logoG {
	color: #000000;
	display: block;
	font-family: bebas_neueregular, Arial, Helvetica, sans-serif;
	font-size: 220px;
	height: 154px;
	margin-top: 334px;
	position: absolute;
	width: 555px;
	left: 0px;
	top: 0px;
}

div#logo {
	height: 281px;
	position: absolute;
	width: 524px;
	top: 251px;
	right: 0px;
}

div#logoC {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #A4A4A4;
	color: #000000;
	display: block;
	font-family: bebas_neueregular, Arial, Helvetica, sans-serif;
	font-size: 190px;
	height: 167px;
	line-height: 160px;
	margin-top: 27px;
	position: absolute;
	width: 1093px;
	left: 0px;
	top: 530px;
}

div#tmccLogo {
	clear: both;
	margin-top: 241px;
	position: absolute;
	left: 454px;
	top: 800px;
}

nav {
	display: block;
	float: left;
	font-family: bebas_neueregular, Arial, Helvetica, sans-serif;
	font-size: 60px;
	margin-top: 33px;
	position: absolute;
	left: 0px;
	top: 655px;
}

nav ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
}

nav ul li {
	color: #000000;
	display: block;
	float: left;
}

nav ul li a {
	display: block;
	color: #AAB300;
	text-decoration: none;
}

nav ul li a:hover {
	background-color: #AAB300;
	color: #FFFFFF;
	transition-duration: 0.2s;	
}
