body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	/*background-image: url(../images/background.png);
	background-repeat: repeat-x;*/
}
img {
	max-width: 100%;
}
.clearIt {
	clear:both;
}
.clearLine {
	clear:both;
	height: 5px;
	border-bottom: solid 2px #C5D939;
	margin-bottom: 5px;
}
#opening {
	position: absolute;
	width: 100%;
	height: 100vh;
	min-height: 325px;
	text-align: center;
	overflow-y: hidden ! important;
        overflow-x: hidden ! important;
        background-color: #f8f8f8;
        background-size: cover;
        /*background-size: contain; */
        background-repeat: no-repeat;
        background-position: top;
}
#frontSpacer {
	position:relative;
	min-height: 325px;
}
#header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px;
	overflow:hidden;
	background-image: url(../images/blue-90.png);
	border-bottom: solid 2px #FFFFFF;
	z-index: 99;
}
#headerInside {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px;
	overflow:hidden;
	background-image: url(../images/blue-90.png);
	background-color: #203A73;
	border-bottom: solid 2px #FFFFFF;
	z-index: 99;
}
#logo {
	position: relative;
	float: left;
	width: 252px;
	margin: 10px 0px 0px 25px;
	max-width: 100%;
	z-index: 10;
}
#slogan {
	position: relative;
	width: 100%;
	height: 62px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	text-align: right;
	vertical-align:bottom;
}
#sloganRight {
	float: left;
	width: 55%;
	margin-left: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	line-height: 20px;
}
#sloganLeft {
	position: absolute;
	bottom: 70px;
	left: 35px;
	max-width: 100%;
	overflow:visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
	font-weight: bold;
}
#banner {
	clear:both;
	position: relative;
	width: 100%;
}
#contactInfo {
	position: relative;
	float: left;
	margin: 45px 0px 0px 20px;
	line-height: 30px;
	color: #666666;
	text-align: right;
	z-index: 100;
}
#contactInfo ul {
	width: 100%;
	margin: auto;
	padding: 0px;
	text-align: left;
	list-style-type: none;
}
#contactInfo ul li {
	display: inline;
	white-space: nowrap;
	margin: 0px 12px;
}
#contactInfo ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#contactInfo ul li a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}
#weather {
	position: relative;
	float: right;
	margin: 40px 25px 0px 0px;
	line-height: 30px;
	color: #666666;
	text-align: right;
	z-index: 100;
}
#weather a {
	display: inline;
	white-space: nowrap;
	margin: 8px 10px;
	padding: 8px 15px;
	border-radius: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #203A73;
	background-color: #F8F836;
	text-decoration: none;
	white-space: nowrap;
}
#navigation {
	position: relative;
	padding: 15px 0px;
	border-top: solid 2px #203A73;
	border-bottom: solid 2px #203A73;
	background-color:#C5D939;
	text-align: center;
}
#navigation ul {
	width: 100%;
	margin: auto;
	padding: 0px;
	text-align: center;
	list-style-type: none;
}
#navigation ul li {
	display: inline;
	white-space: nowrap;
	line-height: 40px;
	margin: 0px 15px;
}
#navigation ul li a {
	display: inline;
	white-space: nowrap;
	margin: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #333399;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	text-decoration: none;
}
#navigation ul li a:hover {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-decoration: none;
}
#mainContent {
	position: relative;
	width: 100%;
	background-color:#FFFFFF;
	overflow:hidden;
}

#mainArea {
	position: relative;
	top: 110px;
	width: 90%;
	margin: 10px auto 110px auto;
	overflow:hidden;
}

#footer {
	position: relative;
	width: 100%;
	margin:  40px 0px 0px 0px;
	padding-bottom: 20px;
	padding-top: 10px;
	height: auto;
	overflow:visible;
	background-color: #203A73;
	/* background-image: url(../images/blue-90.png); */
	border-top: solid 1px #FFFFFF;
}
#footer ul {
	width: 100%;
	margin: auto;
	padding: 0px;
	text-align: center;
	list-style-type: none;
}
#footer ul li {
	display: inline;
	white-space: nowrap;
	margin: 0px 10px;
}
#footer ul .largeLink {
	display: none;
}
#footer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}
#footer p a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a:hover {
	color: #DDDDDD;
	text-decoration: underline;
}

#colContainer {
	float:left;
    overflow: hidden;
}
#colRow {
	float:left;
    position: relative;
    left:75%;
	border-left: solid 1px #000000;
}
.leftColxx {
	position: relative;
    right:75%;
	float: left;
	width: 73%;
	border: solid 1px black;
}
.rightColxx {
	position: relative;
    right:75%;
	float: right;
	width: 23%;
	padding-right: 10px;
	border: solid 1px red;
}
.leftCol {
	position: relative;
    float: left;
	width: 73%;
}
.rightCol {
	position: relative;
    float: right;
	width: 23%;
	padding-right: 10px;
	padding-top: 20px;
}

.basicTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 165%;
	color: #666666;
	text-decoration: none;
}
.smallTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 145%;
	color: #333333;
	text-decoration: none;
}
.smallTxt a, .basicTxt a {
	color: #333333;
	text-decoration: underline;
}
.smallTxt a:hover, .basicTxt a:hover {
	color: #999999;
	text-decoration: none;
}
.redLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DD0000;
	font-weight: bold;
	line-height: 145%;
	text-decoration: none;
}
.redLink a {
	color: #DD0000;
	text-decoration: underline;
}
.redLink a:hover {
	color: #999999;
	text-decoration: none;
}
.picBorder {
	margin: 5px;
	border: solid 1px #333333;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
.largeRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #DD0000;
	font-weight: bold;
	text-decoration: underline;
}
.largeRed:hover {
	color: #333333;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #203A73;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #203A73;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
	margin-top: 25px;
	border-bottom: solid 1px #DDDDDD;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #203A73;
	text-decoration: none;
	border-bottom: solid 1px black;
	background-color: #EDEDED;

}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	text-decoration: none;
	background-color: #BBD026;
	border-radius: 6px;
	padding: 5px 5px 5px 12px;
	margin: 0px 0px 0px 0px;
	display: block;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}

.highlightBox {
	border: solid 1px #DDDDDD;
	border-radius: 6px;
	padding: 5px 5px 5px 12px;
	margin: 40px 0px 0px 0px;
	display: block;
	box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
}
.smallTableTxt {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595B;
	text-decoration: none;
	line-height: 130%;
}



#programRightCol {
	width: 820px;
	max-width: 100%;
	margin-top: 5px;
	float: right;
}
#programHead {
	width: 820px;
	max-width: 100%;
	margin-left: 5px;
}

#programRight {
	float: right;
	width: 425px;
	max-width: 100%;
	margin-left: 10px;
}
#programLeft {
	float: left;
	width: 425px;
	max-width: 100%;
	margin-left: 5px;
}
#programFooter {
	width: 100%;
	background-color:#B3C734;
	padding-top: 15px;
	padding-bottom: 15px;
	margin: 0px;
}
#programFooter p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 145%;
	color: #333333;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
}
#contactForm {
	width: 100%;
	magin: auto;
	text-align:center;
}
.contactFields {
	border: 2px solid #7596D9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align:left;
	width: 60%;
}
.contactSubmit {
	border: 1px solid #203A73;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	margin: 15px;
	padding: 5px 25px;
	background-color: #7596D9;
}

.thirdBox {
	position: relative;
	float: left;
	width: 29%;
	display: inline;
	overflow: hidden;
	margin-right: 5px;
	padding-right: 20px;
}
.thirdBox .basicTxt, .thirdBox .smallTxt {
	margin-top: 4px;
	margin-bottom: 8px;
	line-height:normal;
}


#trainingRightCol {
	width: 262px;
	max-width: 100%;
	margin-top: 25px;
	float: right;
}
#trainingPicLeft {
	width: 45%;
	float: left;
	text-align: center;
}
#trainingPicRight {
	width: 45%;
	float: right;
	text-align: center;

}
#trainingStaff {
	width: 100%;
	background-color: #CBD62A;
	padding: 10px 0px 10px 10px;
	clear:both;
	
}


@media only screen and (max-width: 1200px) {
	#sloganRight {
	display: none;
	}
	#contactInfo {
	width:50%;
	text-align: left;
	}
	#programRight {
	width: 100%;
	margin-left: 0px;
	}
	#programLeft {
	width: 100%;
	margin-left: 0px;
	}
	#weather {
	position: relative;
	float: right;
	margin: 40px 5px 0px 0px;
	line-height: 30px;
	color: #666666;
	text-align: right;
	z-index: 100;
	}
}

@media only screen and (max-width: 900px) {
	#opening {
	position: relative;
	width: 100%;
	max-width: 100%;
	max-height: 400px;
	text-align: center;
	overflow-y: hidden ! important;
        overflow-x: hidden ! important;
        background-color: #f8f8f8;
        background-size: auto;
        /*background-size: contain; */
        background-repeat: no-repeat;
        background-position: top;
		border: solid 1px black;
	}
	#contactInfo {
	display: none;
	}
	#header, #headerInside {
	position: relative;
	background-color: #203A73;
	}
	#mainArea {
	top: 0px;
	}
	#logo {
	position: relative;
	width: 252px;
	max-width: 100%;
	z-index: 10;
	text-align: center;
	}
	#slogan {
	position: relative;
	height: 65px;
	clear:both;
	display: none;
	}
	#sloganLeft {
	position: absolute;
	bottom: 50px;
	left: 15px;
	max-width: 100%;
	overflow:visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
	font-weight: bold;
	}
	#sloganRight {
	clear:both;
	display: none;
	}
	#banner {
	/* border-bottom: solid 2px #333399; */
	}
	#navigation {
	position: relative;
	padding: 5px 0px;
	border-top: solid 2px #333399;
	border-bottom: solid 0px #FFFFFF;
	background-color:#FFFFFF;
	text-align: center;
	}
	#navigation ul {
	display: none;
	}
	#colContainer {
	float:none;
    overflow: hidden;
	}
	#colRow {
	float:none;
    position: relative;
    left:0%;
	border-left: solid 0px #000000;
	}
	.leftCol {
	position: relative;
    right:0%;
	float: left;
	width: 100%;
	}
	.rightCol {
	position: relative;
    right:0%;
	float: right;
	width: 100%;
	padding-right: 0px;
	}
	h1 {
	font-size: 24px;
	}
	h2 {
	font-size: 18px;
	}
	h3 {
	font-size: 24px;
	}
	h4 {
	font-size: 16px;
	}
	#footer {
	position: relative;
	width: 100%;
	margin: 0px;
	bottom: auto;
	height: auto;
	overflow:visible;
	background-color: #203A73;
	}
	#footer ul {
	width: 100%;
	margin: auto;
	padding: 0px;
	text-align: center;
	list-style-type: none;
	}
	#footer ul .largeLink {
	display: block;
	}
	#footer ul li {
	display: block;
	white-space: nowrap;
	margin: 0px 0px;
	padding: 10px 0px;
	border-bottom: 1px solid #FFFFFF;
	}
	#footer ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	
	color: #FFFFFF;
	text-decoration: none;
	}
	#footer ul li a:hover {
	color: #DDDDDD;
	text-decoration: underline;
	}
	#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	}
	.thirdBox {
	position: relative;
	float: left;
	width: 45%;
	}
	
}
@media only screen and (max-width: 640px) {
	#logo {
	position: relative;
	float: none;
	width: 252px;
	margin: 10px auto 0px auto;
	max-width: 100%;
	z-index: 10;
	}
	#weather {
	position: relative;
	float: none;
	margin: 8px 0px 10px 0px;
	line-height: 24px;
	color: #666666;
	text-align: right;
	z-index: 100;
	width: 100%;
	text-align: center;
	}
	#weather a {
	display: inline;
	white-space: nowrap;
	margin: 8px 10px;
	padding: 8px 15px;
	border-radius: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #203A73;
	background-color: #F8F836;
	text-decoration: none;
	white-space: nowrap;
	}
	#sloganLeft {
	position: absolute;
	bottom: 40px;
	left: 15px;
	max-width: 90%;
	overflow:visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 3px 3px 6px rgba(0,0,0,0.8);
	font-weight: bold;
	}
	.contactFields {
	width: 90%;
	}
	.thirdBox {
	position: relative;
	float: left;
	width: 100%;
	display: inline;
	overflow: hidden;
	margin: auto;
	padding-right: 0px;
	text-align: center;
	}
	

}	