@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	}
	
h1 { font-size: 3em; }

h2 { font-size: 2.5em; }
	
h3 { font-size: 1.8em; line-height: 1.2em; } 

p { font-size: 1.6em; line-height: 1.4em; }

.sixtypercentWidth, .eightypercentWidth, .rightImage, .leftImage { width: 100%; max-width: 100%; }

.billBoard p { font-size: 1.5em; line-height: 1em; }
	
.buttonDesign { margin: 0 5% 0; }

.twoColumnBox {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.sideNav { display: none; }

td:nth-child(2) { font-size: 1.5em; font-height: 1.2em;}

.siteMap .subsubMenu {
	padding-left: 10%;
	font-size: 0.75em;
	line-height: 1.75em;
	position: absolute;
	left: 0;
		left: -5000em;
	max-height: 0;
	-moz-transition: max-height 1s ease-in-out;
	-o-transition: max-height 1s ease-in-out;
	-webkit-transition: max-height 1s ease-in-out;
	transition: max-height 1s ease-in-out;
	overflow: hidden;
	text-transform: uppercase;
}
	
