@charset "utf-8";
/* CSS Document */
/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}
/*horizontal menu styles*/	
html {
	background-color: #919191;
	background-image:url(Images/bulldozerland.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment:fixed;
}
#background {
	position:fixed;
	height:100%;
}
.htmlGradient {
	background-color: black;
}
body {
	width:0px;
	border:0px solid #AAAAAA;
	border-bottom: none;
	border-top: none;
	margin:0 auto;
	padding:0;
	background-color:black;
	color:white;
	font-family: Georgia, "Times New Roman", Times, serif;
	-webkit-transition: all .75s ease-in-out;
	-moz-transition: all .75s ease-in-out;
	-o-transition: all .75s ease-in-out;
	-ms-transition: all .75s ease-in-out;
	transition: all .75s ease-in-out;
}
.bodyFinished {
	width:964px;
	border:2px solid #AAAAAA;
	border-bottom: none;
	border-top: none;
}
header {
	width:100%;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 160%;
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 100%;
}
h1, h2, h3, h4 {
	font-family: Verdana, Geneva, sans-serif;
	color:white;
	margin:0 auto;
	padding:0 0 1em;
}
iframe {
	width:100%;
	height:430px;
}
h2, h4 {
	text-align:center;
	padding:0;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out;
	-moz-transition-delay: 1.5s; /* Firefox 4 */
	-webkit-transition-delay: 1.5s; /* Safari and Chrome */
	-o-transition-delay: 1.5s; /* Opera */
	-ms-transition-delay: 1.5s;
	transition-delay: 1.5s;

}
h4 + h4 {
	padding-bottom:1em;
}
nav {
	position: relative;
	z-index: 2;
	top: 1000px;
	margin:0;
	padding:0;
	background-color:#AAAAAA;
	-webkit-transition: all .75s ease-out;
	-moz-transition: all .75s ease-out;
	-o-transition: all .75s ease-out;
	-ms-transition: all .75s ease-out;
	transition: all .75s ease-out;
	-moz-transition-delay: 1.25s; /* Firefox 4 */
	-webkit-transition-delay: 1.25s; /* Safari and Chrome */
	-o-transition-delay: 1.25s; /* Opera */
	-ms-transition-delay: 1.25s;
	transition-delay: 1.25s;
}
.navDone {
	top: 0px;
}
nav ul {
	display: block;
	width:850px;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}
nav ul li {
	margin:0;
	padding:0;
	list-style:none;
}
nav ul li a {
	display:block;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	font-size:1.5em;
	font-weight: 600;
	line-height: 2em;
	padding:0 1em;
	color:black;
	text-align: center;
	text-decoration: none;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNhYWFhYWEiIHN0b3Atb3BhY2l0eT0iMCIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiNhYWFhYWEiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-radial-gradient(center, ellipse cover, rgba(221, 221, 221, 0) 0%, rgba(170, 170, 170, 0) 75%, rgba(170, 170, 170, 0) 76%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(221, 221, 221, 0)), color-stop(75%, rgba(170, 170, 170, 0)), color-stop(76%, rgba(170, 170, 170, 0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(221, 221, 221, 0) 0%, rgba(170, 170, 170, 0) 75%, rgba(170, 170, 170, 0) 76%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(221, 221, 221, 0) 0%, rgba(170, 170, 170, 0) 75%, rgba(170, 170, 170, 0) 76%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(221, 221, 221, 0) 0%, rgba(170, 170, 170, 0) 75%, rgba(170, 170, 170, 0) 76%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(221, 221, 221, 0) 0%, rgba(170, 170, 170, 0) 75%, rgba(170, 170, 170, 0) 76%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00dddddd', endColorstr='#00aaaaaa', GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
 -webkit-transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
nav ul li a:hover, nav ul li a:focus {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNkZGRkZGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NSUiIHN0b3AtY29sb3I9IiNhYWFhYWEiIHN0b3Atb3BhY2l0eT0iMC4wMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3NiUiIHN0b3AtY29sb3I9IiNhYWFhYWEiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvcmFkaWFsR3JhZGllbnQ+CiAgPHJlY3QgeD0iLTUwIiB5PSItNTAiIHdpZHRoPSIxMDEiIGhlaWdodD0iMTAxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-radial-gradient(center, ellipse cover, rgba(221, 221, 221, 1) 0%, rgba(170, 170, 170, 0.01) 75%, rgba(170, 170, 170, 0) 76%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(221, 221, 221, 1)), color-stop(75%, rgba(170, 170, 170, 0.01)), color-stop(76%, rgba(170, 170, 170, 0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, rgba(221, 221, 221, 1) 0%, rgba(170, 170, 170, 0.01) 75%, rgba(170, 170, 170, 0) 76%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, rgba(221, 221, 221, 1) 0%, rgba(170, 170, 170, 0.01) 75%, rgba(170, 170, 170, 0) 76%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, rgba(221, 221, 221, 1) 0%, rgba(170, 170, 170, 0.01) 75%, rgba(170, 170, 170, 0) 76%); /* IE10+ */
	background: radial-gradient(ellipse at center, rgba(221, 221, 221, 1) 0%, rgba(170, 170, 170, 0.01) 75%, rgba(170, 170, 170, 0) 76%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#00aaaaaa', GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
section {
	padding:16px;
	opacity: 0;
	-webkit-transition: opacity 0s ease-out;
	-moz-transition: opacity 0s ease-out;
	-o-transition: opacity 0s ease-out;
	-ms-transition: opacity 0s ease-out;
	transition: opacity 0s ease-out;
	-moz-transition-delay: 1s; /* Firefox 4 */
	-webkit-transition-delay: 1s; /* Safari and Chrome */
	-o-transition-delay: 1s; /* Opera */
	-ms-transition-delay: 1s;
	transition-delay: 1.5s;
}
aside {
	opacity: 0;
	font-size:90%;
	float:right;
	width:41.6%;
	background:#222;
	padding:16px;
	margin:0 0 16px 16px;
	-webkit-transition: opacity 0s ease-out;
	-moz-transition: opacity 0s ease-out;
	-o-transition: opacity 0s ease-out;
	-ms-transition: opacity 0s ease-out;
	transition: opacity 0s ease-out;
	-moz-transition-delay: 1s; /* Firefox 4 */
	-webkit-transition-delay: 1s; /* Safari and Chrome */
	-o-transition-delay: 1s; /* Opera */
	-ms-transition-delay: 1s;
	transition-delay: 1.5s;

}
aside h1 {
	color:red;
	font-size: 180%;
}
#subscriptions {
}
.colsubscriptions {
	align:center;
}
.sanserif {
	font-family: Verdana, Geneva, sans-serif;
}
table {
	width:100%;
	border-collapse:collapse;
	font-family: Tahoma, Geneva, sans-serif;
	border-style:solid;
	border-width:1px;
	border-color: #CCC;
	margin:16px auto;
}
table caption {
	padding:0.4em;
	font-style:italic;
	font-weight:900;
}
td {
	background-color:white;
	color:black;
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
	text-align:left;
	padding:1em 2em 2em;
}
td form {
	text-align:center;
	padding:0.5em;
}
td form img {
	margin:auto;
}
th {
	padding:.4em;
	background-color:#222;
	border-style:solid;
	border-width:1px;
}
tfoot td {
	background-color:white;
	text-align: center;
	color:#999;
	padding:1em;
}
tfoot td img {
	width:0.8em;
	height:0.8em;
	margin-left:0;
}
table ul img {
	width:0.8em;
	height:0.8em;
	margin-left:0.5em;
}
table ul img + img {
	margin-left:0;
}
.topLogo {
	position:relative;
	display:block;
	margin: 0 auto;
	width:0;
	top: -250px;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
	-moz-transition-delay: .4s; /* Firefox 4 */
	-webkit-transition-delay: .4s; /* Safari and Chrome */
	-o-transition-delay: .4s; /* Opera */
	transition-delay: .4s;
}
/*
#topLogo:hover {
	width: 958px;
	top: 0px;
}
*/
article {
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	transition: all 1s ease-out;
	-moz-transition-delay: 1.5s; /* Firefox 4 */
	-webkit-transition-delay: 1.5s; /* Safari and Chrome */
	-o-transition-delay: 1.5s; /* Opera */
	-ms-transition-delay: 1.5s;
	transition-delay: 1.5s;
}
.headerText {
	opacity: 0;
	padding:0 16px;
	-webkit-transition: opacity .75s ease-out;
	-moz-transition: opacity .75s ease-out;
	-o-transition: opacity .75s ease-out;
	-ms-transition: opacity .75s ease-out;
	transition: opacity .75s ease-out;
	-moz-transition-delay: 2s; /* Firefox 4 */
	-webkit-transition-delay: 2s; /* Safari and Chrome */
	-o-transition-delay: 2s; /* Opera */
	-ms-transition-delay: 2s;
	transition-delay: 2s;
}

p {
	padding:1em 0;
	line-height:1.4;
}
.animated {
	width: 958px;
	top: 0px;
}
.fadedIn {
	opacity: 1;
}
.coverUp {
	position:absolute;
	z-index: 1;
	background-color: black;
	width:inherit;
	height: 1000px;
	-webkit-transition: height .75s ease-out;
	-moz-transition: height .75s ease-out;
	-o-transition: height .75s ease-out;
	-ms-transition: height .75s ease-out;
	transition: height .75s ease-out;
	-moz-transition-delay: 1.25s; /* Firefox 4 */
	-webkit-transition-delay: 1.25s; /* Safari and Chrome */
	-o-transition-delay: 1.25s; /* Opera */
	-ms-transition-delay: 1.25s;
	transition-delay: 1.25s;
}
.uncovered {
	height: 0px;
}