@charset "UTF-8";
.gridContainer.clearfix #HomeLink {
	position: fixed;
	left: 0px;
	top: 10px;
}
.floatleft, .floatright {
	display: block;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.greenGradient {
	background-image: linear-gradient(left , #0CF21F 0%, #0CF21F 0%, #000000 76%);
	background-image: -o-linear-gradient(left , #0CF21F 0%, #0CF21F 0%, #000000 76%);
	background-image: -moz-linear-gradient(left , #0CF21F 0%, #0CF21F 0%, #000000 76%);
	background-image: -webkit-linear-gradient(left , #0CF21F 0%, #0CF21F 0%, #000000 76%);
	background-image: -ms-linear-gradient(left , #0CF21F 0%, #0CF21F 0%, #000000 76%);

	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, #0CF21F),
		color-stop(0, #0CF21F),
		color-stop(0.76, #000000)
	);
}

.purpleGradient {
	background-image: linear-gradient(left , #450082 0%, #450082 0%, #000000 76%);
	background-image: -o-linear-gradient(left , #450082 0%, #450082 0%, #000000 76%);
	background-image: -moz-linear-gradient(left , #450082 0%, #450082 0%, #000000 76%);
	background-image: -webkit-linear-gradient(left , #450082 0%, #450082 0%, #000000 76%);
	background-image: -ms-linear-gradient(left , #450082 0%, #450082 0%, #000000 76%);

	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, #450082),
		color-stop(0, #450082),
		color-stop(0.76, #000000)
	);
}
.orangeGradient {
	background-image: linear-gradient(left , #ff8c00 0%, #ff8c00 0%, #000000 76%);
	background-image: -o-linear-gradient(left , #ff8c00 0%, #ff8c00 0%, #000000 76%);
	background-image: -moz-linear-gradient(left , #ff8c00 0%, #ff8c00 0%, #000000 76%);
	background-image: -webkit-linear-gradient(left , #ff8c00 0%, #ff8c00 0%, #000000 76%);
	background-image: -ms-linear-gradient(left , #ff8c00 0%, #ff8c00 0%, #000000 76%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, #450082),
		color-stop(0, #450082),
		color-stop(0.76, #000000)
	);
}
.redGradient {
	background-image: linear-gradient(left , #FF002B 0%, #FF002B 0%, #000000 76%);
	background-image: -o-linear-gradient(left , #FF002B 0%, #FF002B 0%, #000000 76%);
	background-image: -moz-linear-gradient(left , #FF002B 0%, #FF002B 0%, #000000 76%);
	background-image: -webkit-linear-gradient(left , #FF002B 0%, #FF002B 0%, #000000 76%);
	background-image: -ms-linear-gradient(left , #FF002B 0%, #FF002B 0%, #000000 76%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, #FF002B),
		color-stop(0, #FF002B),
		color-stop(0.76, #000000)
	);
}
#navigation ul {
	list-style-type: none;
}
#navigation ul li {
	font-size: 1.5em;
	display: inline;
}
.yellowGradient {
	background-image: linear-gradient(left , #FFEA00 0%, #FFEA00 0%, #000000 76%);
	background-image: -o-linear-gradient(left , #FFEA00 0%, #FFEA00 0%, #000000 76%);
	background-image: -moz-linear-gradient(left , #FFEA00 0%, #FFEA00 0%, #000000 76%);
	background-image: -webkit-linear-gradient(left , #FFEA00 0%, #FFEA00 0%, #000000 76%);
	background-image: -ms-linear-gradient(left , #FFEA00 0%, #FFEA00 0%, #000000 76%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, #FFEA00),
		color-stop(0, #FFEA00),
		color-stop(0.76, #000000)
	);
}
.blueGradient {
	background-image: linear-gradient(left , #35B6E9 0%, #35B6E9 0%, #000000 76%);
	background-image: -o-linear-gradient(left , #35B6E9 0%, #35B6E9 0%, #000000 76%);
	background-image: -moz-linear-gradient(left , #35B6E9 0%, #35B6E9 0%, #000000 76%);
	background-image: -webkit-linear-gradient(left , #35B6E9 0%, #35B6E9 0%, #000000 76%);
	background-image: -ms-linear-gradient(left , #35B6E9 0%, #35B6E9 0%, #000000 76%);
	
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, #35B6E9),
		color-stop(0, #35B6E9),
		color-stop(0.76, #000000)
	);
}

#navigation a:link {
	width: 100%;
	padding-top: 0.5em;
	padding-left: 0.5em;
	color: #FFF;
	text-decoration: none;
	padding-bottom: .5em;
}

#navigation a:hover {
	background-image: linear-gradient(left , #0CF21F 0%, #0CF21F 0%, #000000 76%);
	background-image: -o-linear-gradient(left , #0CF21F 0%, #0CF21F 0%, #000000 76%);
	background-image: -moz-linear-gradient(left , #0CF21F 0%, #0CF21F 0%, #000000 76%);
	background-image: -webkit-linear-gradient(left , #0CF21F 0%, #0CF21F 0%, #000000 76%);
	background-image: -ms-linear-gradient(left , #0CF21F 0%, #0CF21F 0%, #000000 76%);
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0, #0CF21F),
		color-stop(0, #0CF21F),
		color-stop(0.76, #000000)
	);
	color: #FFF;
}

#navigation a:visited {
	color: #fff;
}
#footOne {
	width: 30%;
	float: left;
}
#footTwo {
	width: 30%;
	clear: none;
	float: left;
}
#footThree {
	width: 30%;
	clear: none;
	float: left;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	background-color: #000;
	color: #FFF;
}
.orangeRule {
	border-bottom-width: 1em;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.footerHome {
	text-align: center;
	font-family: Tahoma, Verdana, Geneva;
	font-size: 1em;
	color: #999;
	margin-bottom: 1em;
}
a {
	float: left;
	width: 100%;
}

@media only screen and (min-width: 769px) {

	#navigation ul {
		list-style-type: none;
		height: 3em;
	}
	
	#navigation ul li {
		float: left;
		font-size: 1.5em;
		width: 16.666%;

	}
	
	#navibation ul li a {
		display: bock;
		padding: .5em;
	}
}

@media only screen and (min-width: 481px) {
}


.bodyType {
	font-size: 1.5em;
	font-family: Tahoma, Verdana, Geneva;
	margin-top: 0px;
	color: #CCC;
}
.headersMain {
	font-family: MyCustomFont, Tahoma, Verdana;
	font-size: 3em;
	font-weight: normal;
	margin-bottom: 0px;
	color: #999;
}
.homeArcLink {
	background-image: url(images/homeArc.png);
	background-repeat: no-repeat;
	height: 36px;
	width: 23px;
}
.homeNoMargin {
	margin-top: .1em;
	margin-bottom: 0px;
	font-size: 1.75em;
	font-family: Tahoma, Verdana, Geneva;
	color: #FFF;
}
.picHomeRandom {
	border-top-width: 2em;
	border-bottom-width: 2em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	margin-top: 2em;
	margin-bottom: 2em;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#HomeLink a {
	color: #c9f;
	text-decoration: none;
}

#HomeLink a:hover {
	color: #ffea00;
}

#HomeLink a:visited {
	color: #c9f;
}
