﻿/* ===== General Styles ===== */
body 
	{
	margin: 0px 0px 20px 0px;
	background-image:  url("Site-Graphics/bg.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	background-color:#55C8FF;
	min-width:320px; 
	}

a:link 
	{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #00647D;
	font-weight: normal;
	text-decoration: none;
	}

a:visited 
	{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #00647D;
	font-weight: normal;
	text-decoration: none;
	}

a:hover 
	{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}

a.button:link /* Button for Location */
	{ 
	     font-family: Palatino Linotype, Geneva, sans-serif;
	     background-color: #55C8FF;
	     color: #fff;
	     font-weight: normal; 
	     text-decoration: none;
	     padding: 5px 10px 5px 10px;
	     -moz-border-radius: 10px;
	     -webkit-border-radius: 10px;
	     border-radius: 10px;
	}
	
a.button:visited /* Button for Location */
	{ 
	     font-family: Palatino Linotype, Geneva, sans-serif;
	     background-color: #55C8FF;
	     color: #fff;
	     font-weight: normal; 
	     text-decoration: none;
	     padding: 5px 10px 5px 10px;
	     -moz-border-radius: 10px;
	     -webkit-border-radius: 10px;
	     border-radius: 10px;
	}
	
a.button:hover /* Button for Location */
	{    
	    font-family: Palatino Linotype, Geneva, sans-serif;
		background-color: #0096C8;
		color: #fff;
	    font-weight: normal; 
	    text-decoration: none;
	    padding: 5px 10px 5px 10px;
	    -moz-border-radius: 10px;
	    -webkit-border-radius: 10px;
	    border-radius: 10px;
	}

/* ===== Main Site Layout ===== */

#myBtn 
{
	display: none; /* Hidden by default */;
	position: fixed; /* Fixed/sticky position */;
	bottom: 5px; /* Place the button at the bottom of the page */;
	right: 2px; /* Place the button 2px from the right */;
	z-index: 99; /* Make sure it does not overlap */;
	border: none;/* Remove borders */
	outline: none;/* Remove outline */
	background-color: #FFF; /* Set a background color */
	color: #000; /* Text color */;
	cursor: pointer; /* Add a mouse pointer on hover */;
	padding: 10px;/* Some padding */
	border-radius: 10px;/* Rounded corners */
	font-family:Palatino Linotype, Geneva, sans-serif;
	font-size: 0.9em; /* Increase font size */
}

#myBtn:hover 
{
  background-color: #0096C8; /* Add background color on hover */
  color: #fff; /* Text color */
}

.mobileTop
	{
	display: block;
	position: fixed;
	width : 100%;
	margin: 0 auto;
	padding-top: 10px;
	z-index: 10000;
	height: 32px;
	text-align: center;
	background-color: #328291;
}


#banner
	{
	width : 100%;
	padding: 10px 0 10px 0;
	background-color: transparent;
	text-align:center;
	}
	
.bannerLogo
	{
	width: 30%;
	float:left;
	padding:.5%;
	background-color: transparent;
	}

.bannerCatch
	{
	width: 65%;
	float:left;
	padding:.5%;
	background-color: transparent;
	text-align:right;
	}


.navWrapper
	{
	width : 100%;
	height: 35px;
	background-color: transparent;
	}

.nav
	{
	max-width : 640px;
	width : 98%;
	margin: 0px auto;
	background-color: transparent;
	}

	
.slides
	{
	width : 100%;
	margin: 0px auto;
	background-color: transparent;
	text-align:center;
	}
	
	.iSlide {
		position : relative;
		padding-bottom : 32.0%;
		padding-top : 0px;
		height : 0;
		overflow : hidden;
	}
	.iSlide iframe {
		position : absolute;
		top : 0;
		left : 0;
		width : 100%;
		height : 100%;
	}

	.vid
	{ 
	position: relative; 
	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
	}

		.vid iframe 
		{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 100%; 
		height: 100%; 
		}

.vidWrapper
	{
	max-width : 1200px;
	width : 94%;
	margin: 0px auto;
	background-color: transparent;
	text-align:center;
	}	
		
.siteContent
	{
	max-width : 1400px;
	width : 98%;
	margin: 20px auto;
	padding: 1%;
	background-color: transparent;
	}

.center
	{
	width : 100%;
	text-align:center;
}

.textBox
	{
	width : 94%;
	margin: 0px auto;
	padding: 1%;
	background-color: transparent;
	}

.messageBox
	{
	width : 94%;
	margin: 0px auto;
	padding: 1%;
	background-color: transparent;
	}

.homeBox
{
	width: 98%;
	margin: 0px auto 10px auto;
	background-color: transparent;
	border:1px #70C2D1 solid;
	border-radius: 15px;
}

.oneCol
{
	max-width : 1200px;
	width: 96%;
	margin: 10px auto;
	padding: 1%;
	background-color: rgba(255, 255, 255, .7);
	border-radius: 15px;
}

.twoCol
{
	float:left;
	width: 42%;
	margin: 1% 0% 0% 3%;
	padding: 1%;
	background-color: rgba(255, 255, 255, .7);
	border:1px #70C2D1 solid;
	border-radius: 15px;
}

.twoColCen
{
	float:left;
	width: 42%;
	margin: 1% 0% 0% 3%;
	padding: 1%;
	background-color: rgba(255, 255, 255, .7);
	border:1px #70C2D1 solid;
	border-radius: 15px;
	text-align: center;
}


.threeCol
{
	float:left;
	width: 30%;
	margin: 1% 0% 0% 2.6%;
	background-color: rgba(255, 255, 255, .7);
	border:1px #70C2D1 solid;
	border-radius: 15px;
}

.fourCol
{
	float:left;
	width: 22%;
	height: 250px;
	margin: 1% 0% 0% 2.0%;
	background-color: transparent;
	border:1px #70C2D1 solid;
	border-radius: 15px;
	text-align:center;
}
	
.spacer
	{
	width: 100%;
	height:10px;
	background-color: transparent;
	clear:both
	}

/* ===== Collapsible Headers ===== */

.collapsible 
{
  background-color: #70C2D1;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-family:Palatino Linotype, Geneva, sans-serif;
  font-size: 0.9em;
}


.active, .collapsible:hover 
{
  background-color: #379BAF;
}

.collapsible:after 
{
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 10px;
  background-color: #fff;
  color: #fff;
  float: right;
  margin-left: 5px;
}

.active:after 
{
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}	

.content 
{
  padding: 0 10px;
  display: none;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .7);
}

/* ===== DOCS Table ===== */

.comTBL
	{
	width : 96%;
	margin: 0px auto;
	background-color: transparent;
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #000;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	}
	
	
.fullHdTD
	{
	width : 94%;
	padding: 1%;
	background-color: #5297CF;
	border-bottom: 1px #3278B4 solid;
	color: #fff;
}

		
.linkTDhead
	{
	width : 18%;
	padding: 1%;
	background-color: #3278B4;
	border-bottom: 1px #3278B4 solid;
	border-right: 1px #3278B4 solid;
	color: #fff;
	text-align:center;
	}
	
.descTDhead
	{
	width : 74%;
	padding: 1%;
	background-color: #3278B4;
	text-align:left;
	border-bottom: 1px #3278B4 solid;
	border-right: 1px #3278B4 solid;
	color: #fff;
	}
	
.linkTD
	{
	width : 19%;
	padding: 1%;
	background-color: transparent;
	border-bottom: 1px #3278B4 solid;
	border-right: 1px #3278B4 solid;
	text-align:center;
	}
	
.descTD
	{
	width : 74%;
	padding: 1%;
	background-color: transparent;
	text-align:left;
	border-bottom: 1px #3278B4 solid;
	border-right: 1px #3278B4 solid;
	}



/* ===== Text styles ===== */

h1 /* Main Heading Text */
{
	font-family:Palatino Linotype, Geneva, sans-serif;
	margin: 0px;
	padding-top: 5px;
	color: #00647D;
	font-size: 1.6em;
	font-weight: normal;
	text-decoration: none;
}

h2 /* Main Heading Text */
{
	font-family:Palatino Linotype, Geneva, sans-serif;
	margin: 5px;
	color: #000;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
}

h3 /* Main Heading Text */
{
	margin-top: 10px;
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #000;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
}

.siteText  
	{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #000;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	}
		
li 
	{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #000;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5;
	}

/* ===== Image styles ===== */

img
	{
		max-width : 100%;
		height : auto;
		width : auto;
		border:0px;
	}
	
.imgMain
	{
		max-width : 100%;
		height : auto;
		width : auto;
		border-radius: 15px;
	}
	
.imgTopRound
	{
		max-width : 100%;
		height : auto;
		width : auto;
		border-radius: 15px 15px 0px 0px;
	}
	
.imgSm
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border:0px;
	}
	
.imgGal
{
	max-width : 100%;
	height : auto;
	width : auto;
	margin: 1%;
	border-radius: 15px;
	border:3px solid #000;
}

.imgGal:hover 
{
   transform: scale(1.10); 
}

.socIcons
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border:0px;
	margin: 5px;
	}


/* ===== Footer Content ===== */


#footer
	{
	width : 100%;
	background-color: transparent;
	margin: 20px auto 20px auto;
	padding-bottom:20px;
	text-align:center;
	}
	
/* ===== MEDIA SCREENS ===== */

@media screen and (max-width: 1100px) 	
	{
		
	#banner {
	width: 100%;
	}
	
	.bannerLogo
	{
	width: 98%;
	text-align:center;
	}

	.bannerCatch
	{
	width: 98%;
	text-align:center;
	margin-top: 5px;
	}

	.slides 
	{
	width: 100%;
	}
	
	#outerWrapper 
	{
	width: 100%;
	}
	
	.threeCol
	{
	width: 45%;
	}	
	
	.imgSm
	{
	max-width : 60%;
	}	
	}



@media screen and (max-width: 800px) 	
	{
						
	.twoCol
	{
	margin: 2% 2% 2% 2%;
	padding: 1.5%;
	width: 92%;
	}

	.twoColCen
	{
	margin: 2% 2% 2% 2%;
	padding: 1.5%;
	width: 92%;
	}

	.threeCol
	{
	width: 95%;
	}	
	
	.fourCol
	{
	width: 45%;
	margin: 1% 0% 0% 3.0%;
	}	
	
	.imgGal
	{
	max-width : 40%;
	}		
	}
	
	@media screen and (max-width: 500px) 	
	{
			
	h1 /* Main Heading Text */
	{
	font-size: 1.2em;
	}
	
	h2 /* Main Heading Text */
	{
	font-size: 1.0em;
	}
	
	h3 /* Main Heading Text */
	{
	font-size: 1.0em;
	}
			
	.imgSm
	{
	max-width : 60%;
	}
	
	.imgGal
	{
	max-width : 70%;
	}
	
	.socIcons
	{
	max-width : 60%;
	}

	}

					








