body {
	background-attachment: scroll;
	background-color: #009933;
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #009933 100%);
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #009933 100%);
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #009933 100%);
	background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #009933));
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #009933 100%);
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #009933 100%);
	margin:0px;
	padding: 0px;
	height: 100%;
	min-height: 100vh;
}
img {
	max-width: 100%;
	height: auto;
}
#header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	overflow: visible;
	z-index: 100;
	background-color: rgba(255,255,255,0.8);
}
#headerInside {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	overflow: visible;
	z-index: 100;
	background-color: rgba(255,255,255,1.0);
}
.inside{
	position: relative;
}
#logo {
	position: relative;
	height: auto;
	width: 1040px;
	margin: auto;
	z-index: 100;
}
#navigation {
	position: relative;
	width: 100%;
	height: 46px;
	margin: auto;
	text-align: center;
	background-color:#009933;
	z-index: 100;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navigation ul {
	width: 100%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 0;
}
#navigation ul li {
	margin: 0px;
	padding: 0px;
	line-height: 48px;
	display: inline;
	z-index: 200;
}
#navigation ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -.03em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin: 0px;
	padding: 13px 18px 12px 18px;
	
}

#navigation ul li a:hover {
	color: #333333;
	text-decoration: none;
	background-color:#C7DBC1;
}
#navigation ul li:last-child > a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#slideContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	/* padding-top: 66%; */
	overflow: hidden;
	z-index: 0;
}
#slideshow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	overflow: visible;
	background-color: #CCCCCC;
}
#openingContent {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	vertical-align: middle;
	margin: auto;
	text-align: center;
	padding-bottom: 45px;
	padding-top: 110px;
	z-index: 20;
}
#openingContent h1 {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 62px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -.05em;
	text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-moz-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-webkit-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	padding-bottom: 0px;
	margin-bottom: 0px;

}
.openHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	letter-spacing: -.05em;
	text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-moz-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-webkit-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	padding-bottom: 0px;
	margin-bottom: 0px;

}
.openSubHead {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	letter-spacing: -.02em;
	text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-moz-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-webkit-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	padding-top: 20px;
	margin-top: 0px;
}
.openSubHead a {
	color: #FFFFFF;
	text-decoration: none;
}
.caption {
	display: block;
}
.triangle {
	width: 100px;
}
#mainArea {
	position: relative;
	width: 1400px;
	max-width: 100%;
	margin: 5px auto;
	padding-top: 40px;
	background-color: #FFFFFF;
	text-align: center;
}
#mainAreaFront {
	position: relative;
	width: 1400px;
	max-width: 100%;
	margin-top: 100vh;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
	padding-left: auto;
	padding-right: auto;
	background-color: #FFFFFF;
	text-align: center;
}
.mainAreaFront {
	clear: both;
	margin-top: 600px;
}
.leftCol {
	position: relative;
	float: left;
	width: 48%;
	overflow: hidden;
}
.rightCol {
	position: relative;
	float: right;
	width: 48%;
	overflow: hidden;
}
.leftColorBox {
	position: relative;
	float: left;
	width: 90%;
	overflow: hidden;
	background-color:#FFFFCC;
	border: solid 1px #333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .2);
}
.rightColorBox {
	position: relative;
	width: 90%;
	overflow: hidden;
	background-color:#FFFFCC;
	border: solid 1px #333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .2);
	margin: auto;
}
.colorBoxContent {
	position: relative;
	width: 90%;
	margin: auto;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #009933;
	letter-spacing: -.04em;
	word-spacing: -.02em;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #009933;
	letter-spacing: -.02em;
	word-spacing: -.01em;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009933;
	letter-spacing: -.02em;
	word-spacing: -.01em;
}

.largeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.largeBlueText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
.largeRedText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
.largeGreenText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #009933;
	text-decoration: none;
	font-weight: bold;
}
.onlyRed {
	color: #CC0000;
}
.onlyBlue {
	color: #0000FF;
}
.onlyGreen {
	color: #009933;
}
.mediumText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
}
.roundedPic {
	border: solid 1px #333333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .2);
	margin: 10px 5px;
}

.navButton {
	padding: 6px 18px 6px 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: solid 1px #AAAAAA;
	background-color: #CC0000;
	background-image: -ms-linear-gradient(top, #EB6060 0%, #CC0000 100%);
	background-image: -moz-linear-gradient(top, #EB6060 0%, #CC0000 100%);
	background-image: -o-linear-gradient(top, #EB6060 0%, #CC0000 100%);
	background-image: -webkit-gradient(linear, right top, left bottom, color-stop(0, #EB6060), color-stop(1, #CC0000));
	background-image: -webkit-linear-gradient(top, #EB6060 0%, #CC0000 100%);
	background-image: linear-gradient(to bottom, #EB6060 0%, #CC0000 100%);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .2);
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, .2);
	text-transform: uppercase;
	text-decoration: none;

}
a.navButton:hover {
	padding: 6px 18px 6px 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF33;
	text-decoration: none;

}
#footer {
	clear:both;
	width: 100%;
	max-width: 1400px;
	min-height: 120px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	padding-top: 15px;
	margin: auto;
	overflow:hidden;
}
#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
}
#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
}
.clearBoth {
	clear:both;
	height: 5px;
}
.quarterContainer {
	position: relative;
	width: auto;
	height: auto;
	text-align: center;
	margin: auto;
	overflow:hidden;
}
.quarterCol {
	width: 228px;
	height: auto;
	/* display:inline-table; */
	float: left;
	margin: 5px;
	overflow: hidden;
	text-align: center;
}

#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 190;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 8px;
	border-radius: 50%;
    background-color: #00592D;
    color: #FFFFFF;
    text-align: center;
    font-size: 25px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #DDF;
    color: #00592D;
}
#mLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: -.03em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	margin: 0px;
	padding: 13px 18px 12px 18px;
	display: none;
	cursor: pointer;
}
#mLink a {
	color: #FFFFFF;
	text-decoration: none;
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 1100px) {

    /* header
    ----------------------------------------------------------*/
    body {
	margin:0px;
	padding: 0px;
	}
	#header {
	position: relative;
	height: auto;
	width: 100%;
	max-width: 100%;
	padding-top: 12px;
	background-color: rgba(255,255,255,1.0);
	}
	#logo {
	margin: auto;
	height: auto;
	width: 90%;
	max-width: 100%;
	}
	#mLink {
	display: block;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	}
	#navigation {
	width: 100%;
	height: auto;
	margin-top: 5px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
	#navigation ul {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	text-align: center;
	display: none;
	background-color:#009933;
	border-top: solid 1px #FFFFFF;
	}
	#navigation ul li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	}
	#navigation ul li a {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding: 10px 0px 8px 0px;
	display: block;
	}
	#navigation ul li:last-child > a {
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #009933;
	}
	#mainArea {
	width: 100%;
	min-height: 400px;
	margin:auto;
	padding: 20px 0px 10px 0px;
	}
	#mainAreaFront {
	margin-top: -10px;
	padding: 20px 0px 10px 0px;
	}
	.leftCol {
	float: none;
	width: 75%;
	margin: auto;
	overflow: hidden;
	}
	.rightCol {
	float: none;
	width: 75%;
	margin: auto;
	overflow: hidden;
	}
	.leftColorBox {
	float: none;
	width: 75%;
	margin: auto;
	overflow: hidden;
	}
	.rightColorBox {
	float: none;
	width: 75%;
	margin: auto;
	overflow: hidden;
	}

	h1 {
	text-align: center;
	}
	h2 {
	text-align: center;
	}
	h3 {
	text-align: center;
	}
	img {
	margin-left: auto;
	margin-right: auto;
	}
	#footer {
	line-height: 200%;
	}
	.quarterCol {
	float: none;
	display: inline-table;
	}
	#slideContainer {
	position: relative;
	top: -10px;
	left: 0px;
	width: 100%;
	height: auto;
	padding-top: 66%;
	overflow: hidden;
	z-index: 0;
	}
	#slideshow {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: block;
	overflow: visible;
	background-color: #CCCCCC;
	}
	#openingContent {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	vertical-align: middle;
	margin: auto;
	text-align: center;
	z-index: 20;
	}
	#openingContent h1 {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 62px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: -.05em;
	text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-moz-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-webkit-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	padding-bottom: 0px;
	margin-bottom: 0px;

	}
	.openHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	letter-spacing: -.05em;
	text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-moz-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-webkit-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
	.openSubHead {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	letter-spacing: -.02em;
	text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-moz-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-webkit-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	padding-top: 20px;
	margin-top: 0px;
	}
}

@media only screen and (max-width: 800px) {
	#footer {
	padding-top: 0px;
	}
	#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 12px 5px;
	border-bottom: solid 1px #FFFFFF;
	display: none;
	}
	#footer a:hover {
	background-color: #C7DBC1;
	color: #333333;
	text-decoration: none;
	}
	.openHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	letter-spacing: -.05em;
	text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-moz-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-webkit-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	padding-bottom: 0px;
	margin-bottom: 0px;
	}
	.openSubHead {
	font-family: 'SourceSansProBold', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	letter-spacing: -.02em;
	text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-moz-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	-webkit-text-shadow: 5px 5px 5px rgba(0,0,0,.8);
	padding-top: 20px;
	margin-top: 0px;
	}

}
