﻿html, body {



margin:0;

padding:0;



}
a {
    text-decoration: none;
}

@font-face {
    font-family: header;
    src: url("Test/images/fonts/Nobile-Regular.ttf");
}

#page-wrap {
    max-width: 1040px;
    
}

#sitewrap {
	max-width: 1024px;
	margin-top: -80px;
	margin-bottom: 0px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    
}

.navTest
{
	background-color: green;
}


#splashwrap {
	max-width: 1080px;
	margin: 0 auto 0 auto;
	height: auto;
	min-height: 100%;
}

.topFrame {
	  border: 20px solid transparent;
	  -moz-border-image: -moz-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
	  -webkit-border-image: -webkit-linear-gradient(top, #3acfd5 0%, #3a4ed5 100%);
	  border-image: url('style.css') 1;

	  }
#splashFrame
{
    padding-left: 0px;
}
	  
#splashBack {	width: 1024px;
	
	margin: 0 auto;
	height: 1000px;
	margin-top: -50px;    
 }
 
 #splashNews { 
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
}
   
 #Weather { 
 	width: 100px;
 	margin: 0 auto;
 }
 
 #siteBack {
	max-width: 1096px;
	margin: 0 auto 0 auto;
    background-image: url('images/leftbkg2.gif');
    background-repeat: repeat-y;
    min-height: 100%;
    overflow: hidden;
}

.bottomText {
	/*
    border: 10px solid rgba(255, 255, 255, 0.3);
    border-right: 9px solid rgba(255, 255, 255, 0.3);
    */
    border-top: 10px solid rgba(69,144,201,0.7);
    background-clip: padding-box;
    background-color: #ffffff;
    background: rgba(255, 255, 255, 0.5);

    padding: 20px;
    padding-top: 5px; 
}

.link{
	font-size: xx-large;
	font-family: header;
	width:auto;
}

.foot{
	font-size: xx-large;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;	
}
.spacer{
	margin-left: 200px;
	margin-right: 200px;
	float: left;	
}
.splashBox {

	 border: 20px solid rgba(102, 153, 255, 0.5);
	 background-clip: padding-box;
}


  	

.rightBorder{
    outline: 20px solid rgba(69,144,201, 0.5);
    width: 10px;
    height: 10px;
    margin-left: -10px;
    margin-right: -10px;
    float: left;
}
.navContact{
	margin-top: 0px;
	border-top: 6px solid #3457B6;
	border-bottom: 3px solid #3457B6;
	
}
.navEmail{
	margin-top: -15px;
	margin-bottom: 8px;
}
.navBorder{
	border-bottom: 3px solid #3457B6;
	font-size:x-large;
	padding-bottom: 4px;
	margin-top: 4px;
}

.bannerBox {

	 border: 20px solid rgba(69,144,201, 0.5);
	 border-bottom: 3px solid rgba(69,144,201, 0.5);
	 background-clip: padding-box;
	 height: 236px;
	 margin-bottom: 0px;
}
.splashBanner{

}


.bannerImg {

	background-position: right top;
}

.mobileNav
{
	display: none;
}

.bottomBox{
	
	 border: 20px solid rgba(255, 255, 255, 0.5);
	 border-bottom: 3px solid rgba(255, 255, 255, 0.5);
	 background-clip: padding-box;
	 height: 236px;

}

.smallContact{
	display:none;
	position: fixed;
	top: -52px;
	z-index:5;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	float:left;
	border: 7px solid rgbo(50,50,50,1);
	border-bottom: 0px;
	box-shadow: 4px 0px 5px #888888;
	margin-top: 0px;
}
.floatText{
	float:left;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: x-large;
	margin-left: 50px;
	margin-right: 50px;
}

#siteBKG{
	background: #3458B6 url('images/Backgrounds/fullbackTile.png') repeat-y fixed center;
	max-width 1024px;
    min-height: 100%;
}
  
 #splashBKG{
	background-color: #69ffff;
	
    background-image: url('images/BKG.jpg');
    background-repeat: repeat;
	
}
img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 100%;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}
/
@media screen and (max-width: 1366px) { /* Specific to this particular image */
  img.bg {
    left: 50%;
    margin-left: -683px;   /* 50% */
  }
}



div{
    margin-top:50px;
}
.fade_line{ 
    border:none;
    color:white;
    height:6px;
    background:#3458B6;
    margin-top: 0px;
}

.startText{
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
/*---------------------------------------Content------------------------------------------*/

.normalText{
	font-size: large;
	text-align: left;
}

.contactText{
	font-size: x-large;
	margin: 5px;
}

.contentBox {
	 height: 100%;
	 background: rgba(255, 255, 255, 0.8);
	 	
	 /*
	 border-left: 15px solid rgba(255, 255, 255, 0.5);
	 border-right: 0px;
	 outline: 20px solid rgba(102, 153, 255, 0.5);
	 border: 20px solid rgba(102, 153, 255, 0.5);
	 */
	 box-shadow: 0 0 0 20px rgba(69,144,201, 0.5), 0px 6px 5px 6px rgba(0, 0, 0, 0.5);
	 box-sizing: content-box;
	 background-clip: padding-box;
	 margin-top: -27px;
	 margin-right: 0px;
	 margin-left: 0px;
	 margin-bottom: 100px;
	 overflow:hidden;
	 /*clear:both;*/
	 /*position: relative;*/
  	 width: auto;
  	 /*height: 1000px;*/
  	 z-index: 0;
}


.column{
	width: 50%;
	float: left;
}


/*------------------------------------------Nav--------------------------------------------*/

img.navTab{
	border-width: 0px;
	margin-right: -20px;
	z-index: 5;
	/*
		
box-shadow:1px 0px 0px 0px black;
	border: 20px rgba(255,0,0,0.5);
		box-shadow: 0px 5px 5px -3px black;
	*/

}
.navBack{
	/*
	 background: rgba(255, 255, 255, 0.9);
	 border: 20px solid rgba(255, 255, 255, 0.5);
	 border-right: 11px solid rgba(255, 255, 255, 0.5);
	 background-clip: padding-box;
	 */
	 margin-top: 0px;
	 margin-left: -20px;
	 margin-right: 40px;
	 float: left;
	 width: 160px;
	 height: 100%;
	 overflow: hidden;
	 display: none !important;
}


.navBox {
	
	
	background: rgba(255, 255, 255, 0.9);
	background-clip: padding-box;
	
	border: 20px solid rgba(69,144,201, 0.5);
	width: 100%;
	border-right: 0px solid rgba(69,144,201, 0.5);
	border-top-left-radius: 0px;
	border-bottom-left-radius: 20px;
	margin-top: -20px;
	margin-left: 0px;
	margin-right: 0px
}


.downContact{
	left: 50%;
	transform: translateX(-50%);
	position: fixed;
	max-width: 1024px;
	top: -52px;
	z-index:5;
	width: 100%;
	height: auto;
	float:left;
	margin-bottom: 0px;
	

}

.downContactOffset{
	height: auto;
	width: calc(100% - 183px);
	background-color: #FFFFFF;
	
	float:left;
	border: 3px solid rgba(1,149,0, 0.5);
	box-shadow: 8px 3px 10px #888888;
	font-size: xx-large;
	border-top: 0px;
	margin-top: 0px;
	margin-left: 177px;

}
.sideNav{
	left: 300px;
	top: 50%;
	transform: translateY(-50%);
	position: fixed;
	float: left;
	width: 160px;
	height: 100%;

	
}
.downText{
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 5%;
	margin-left: 5%;
}



.splashNews
{
	border: 20px solid rgba(69,144,201, 0.5);
	border-bottom: 0px solid rgba(69,144,201, 0.5);
}

.newsTitle
{
	text-align:left;
	font-size:x-large; 
	margin-left:10px;
	margin-top: 0px;  
	margin-bottom: 0px;
}

.newsDate
{
	margin-top: 0px;
	text-align:left;
	margin-left: 16px;
}




/*----------------------------------------Mobile-------------------------------------------*/

.mobileNav{
	margin-top: 10px;
}

.mobileLink{
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	width: 160px;
	height: 50px;
}

.linkLine
{
	border-bottom: 5px solid grey;
}


/*----------------------------------------List Box-----------------------------------------*/
.listBox{
	border-radius: 25px;
	border: 8px solid #73FD21;

	position: inherit;
	float: left;
	margin-top: 0px;
	min-height: 140px;
	overflow: visible;
}

.imageBox{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: auto;
	margin-bottom: 20px;
	overflow: hidden;
	height: 50px;
}

.textBox{
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: -5px;
	float: left;
	text-align: center;
}
/*------------------------------MultiStage Box-------------------------------*/
.multiBox{
	border: 3px solid ;
	overflow: hidden;
	position: inherit;
	float: left;
	margin-top: 0px;
	z-index: 5;
	height: 265px;
	width: 160px;
	margin: 10px;
	border-radius: 	15px;
	margin: 5px;
	float: left;
	box-shadow: 3px 3px 5px #888888;


}
.multiType{
	overflow: hidden;
	margin-top: 0px;
	float: left;
	z-index:6;
}
.multiWordCurrent{	
	font-weight: bold;
	font-size: 150%;
	margin-top: 5px;
}
img.multiLink{	
	width:0;
	height:0;	
}
img.multiElement{
	overflow: hidden;
	width: 48px;
	height: 10px;
}
/*-----------------------------------Topic Bar----------------------------------------*/
.topicWrap{
	clear: left;
	width: 100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
    /*
    box-shadow: 3px 5px 2px 4px rgba(0, 0, 0, .5);
    */
}
.topicHead{	
	width: 100%;
	margin-top:-30px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 200%;
	border-bottom: 6px solid rgba(102,188,101, 1);
}
.topicTitle{	
	margin-top:0 px;
	margin-left: 10px;
	margin-bottom: 0px;

}

.open{}
.lock{}
.endText{
	margin: 0px;
}
}
.expand{
	margin: 0px;
}
.clicker{
}
/*-----------------------------------Info Image---------------------------------------*/
.infoBox{
	border-radius: 	15px;
	border: 3px solid;
	overflow: hidden;
	margin: 5px;
	float: left;
	box-shadow: 3px 3px 5px #888888;
}
.infoImage{
	margin-top: auto;
	margin-bottom: 0px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	clear: float;
}
.infoSpecs{
	margin-top: 0px;
	margin-bottom: 0px;
	background-clip;
	background-image: url('images/infoI.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	text-align:right;
	padding-left:auto;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	float: right;
	height: 30px;
	width: 30px;
	cursor: pointer;
}
.infoText{
	margin-top: auto;
	margin-bottom: 0px;
	overflow: hidden;
	text-align: left;
}

.infoTextBox{
	text-align: center;
	overflow: hidden;
	margin-top: -10px;
	margin-bottom: -5px;
	min-height: 80px;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 160px;
	font-size: 12px;
}

.boxTitle{
	
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
}

.logoBox{
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	overflow: hidden;
	height: 50px;
}

.pdfBox{
	border-radius: 	15px;
	border: 3px solid;
	overflow: hidden;
	float: left;
	width: auto;
	margin-bottom:0px;
	box-shadow: 3px 3px 5px #888888;

}
.pdfTitle{
	font-size: x-large;
}

.info{}
.image{}
/*------------------------------Common Stuff-----------------------------------*/

.leftText{
	text-align: left;
	
}


.floatLeft{
	float:left;
	margin-top:0px;
}

.topicCLR{
	/*background-color: #5D9100;
	#e40123
	*/
	border-color: #FFFFFF;
	border-left: 0px;
	border-right: 0px;
}
.infoCLR{
	background-color: #FFFFFF;
	border-color: #7B94D8;
	margin: 5px;
}
.listCLR{
	background-color: #FFFFFF;
	border-color: #7B94D8;
	margin: 5px;
}


.multiCLR{
	background-color: #FFFFFF;
	border-color: #7B94D8;
	margin: 5px;
}

.floatEnd{
	
	clear: both;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1
{
	
}

.justifyBox
{
	display: flex;
	justify-content: space-around;
	width: 100%;
	height: auto;
	margin-top: 0px;
	flex-wrap: wrap;
}

#smallNav
{
	float: left;
	margin: 0px;
	margin-top:60px;
	margin-left: 10px;
}

.navText
{
	font-size: 5vw;
	margin-left: 0px;
	margin-right: 10px;
}

.mobileDrop
{
	height:auto;
	width: 50vw;
	margin-left: 25vw;
}

#mobileMenu
{	
	width: auto;
	height: 20vw;
	max-height:100px;
	
}

#mobileDropMenu
{
	display: flex;
	justify-conctent: space-around;
	
}

.navItem
{
	margin-left: auto;
	border-top: 3px solid rgba(102, 153, 255, 0.5);
	border-bottom: 1px solid rgba(102, 153, 255, 0.5);
	margin-top:0px;
	margin-bottom:0px;

}
.navItemText
{
	width: auto;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size: 9vw;
}
.blackLink:link, .blackLink:visited {
	color:black
}


.mobileNav{
	
	display:none;
}

/***************************** Media Query and mobile stuff*/

.contactHolder{
	float: left;
	margin: 0px;
	background-color:aqua;
}


.mobileOffset
{
		width: 100%;
		height: 0px;
		margin: 0px 0px 0px 0px;
}

@media only screen and (min-width: 550px)
{
.mobileNav{
	
		display: block;
}
}


@media only screen and (min-width: 700px)
{
.navBack{
	
		overflow: visible;
		display: block !important;
}
.mobileNav{
	display: none;
}
}

@media only screen and (max-width: 700px)
{

.navBack{
		overflow: hidden;
		display: none;
}
.bannerBox
{
	border: 10px solid rgba(102, 153, 255, 0.5);
	border-bottom: 0px;
}
.contentBox
{
	box-shadow: 0 0 0 10px rgba(102, 153, 255, 0.5), 0px 6px 5px 6px rgba(0, 0, 0, 0.5);
	margin-top: -40px;
}
.downContactOffset
{
	width: 100%;
	margin-left: 0px;
}

}


@media only screen and (max-width: 550px)
{
.bannerImg
{
	display: none;
}
.mobileNav
{
	display: none;
}
.mobile-Hide
{
	display:none;
}
.mobileOffset
{
		height: 26vw;
		background: #3458B6;
	
}
.contactText{
		display:none;
}
.downContact
{
	display:none;
}
.smallContact
{
	display:inline;
}
.dropLine
{
	
	display: inline;
}
.smallContact
{
	display: block;
}

}


@media only screen and (max-width: 950px)
{
	.downText{
	font-size: 3.5vw;
}
}





