body {
	color: white;
	z-index: 0;
	position: absolute;
	background-color: #000000;
	min-width: 100%;
}

.leftColumn {
	min-width: 10%;
	display: inline-block;
}

.centerColumn {
	max-width: 80%;
	display: inline-block;
}

.rightColumn {
	min-width: 10%;
	display: inline-block;
}

.pad-1 {
	padding: 1em;
}

.pad-3 {
	padding: 3em;
}

.pad-4 {
	padding: 4em;
}

.pad-5 {
	padding: 5em 0 5em 0;
}

.pad-6 {
	padding: 6em 0 6em 0;
}

.pad-2 {
	padding: 2em;
}

.dark-gray {
	background-color: #333333;
}

.red {
	background-color: #AA0000;
}

.black {
	background-color: black;
}

.dark-red {
	background-color: #660000;
}

.mask {
	z-index: 1;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(25,25,25,.75);
}

.clearMask {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.l0 {
	z-index: 0;
}

.l1 {
	z-index: 1;
}

.l2 {
	z-index: 2;
}

.zTop {
	z-index: 5;
}

#top-of-page-banner {
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position-y:center;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	min-width: 100%;
}

.imageCentering {
	min-height: 100%;
	min-width: 100%;
	position: relative;
}

.imageCentering img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	min-height: 5em;
	min-width: 5em;
	height: auto;
	width: auto;
}

.justify {
	text-align: justify;
}

.hidden {
	display: none;
}

#slider {
	min-height: 20em;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	max-height: 20em;
	min-width: 100%;
}

.slide img {
	min-width: 100%;
	max-width: 100%;
	height: auto;
}

.slide {
	opacity: 1;
	transition: opacity 1.5s;
}

.slide.fadeout {
	opacity: 0;
}

.slide.fadein {
	opacity: 1;
}

@media only screen and ( max-width: 1080px ){
	#top-of-page-banner {
		background-size: 100% auto;
	}
	
	.imageCentering img {
		position: relative;
		min-height: 3em;
		min-width: 3em;
	}
	
	.leftColumn {
		min-width: 0%;
		display: none;
	}

	.centerColumn {
		max-width: 100%;
	}

	.rightColumn {
		min-width: 0%;
		display: none;
	}
	
}

@media only screen and ( min-width: 2000px ){
	.leftColumn {
		min-width: 20%;
		display: none;
	}

	.centerColumn {
		max-width: 60%;
	}

	.rightColumn {
		min-width: 20%;
		display: none;
	}
}
