﻿/* ===== General Styles ===== */
body 
	{
	margin:0;
	background-image:  url("Site-Graphics/bg.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
	background-color:#F0FFF0;
	min-width:320px; 
	}

a:link 
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #325A78;
	font-weight: normal;
	text-decoration: none;
	}

a:visited 
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #325A78;
	font-weight: normal;
	text-decoration: none;
	}

a:hover 
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #7DC341;
	font-weight: normal;
	text-decoration: underline;
}

a.button:link /* Button for Location */
	{ 
		 font-family: Palatino Linotype, Helvetica, sans-serif;
	     background-color: #325A78;
	     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, Helvetica, sans-serif;
	     background-color: #325A78;
	     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, Helvetica, sans-serif;
	     background-color: #7DC341;
	     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 30px from the right */
	  z-index: 99; /* Make sure it does not overlap */
	  border: none; /* Remove borders */
	  outline: none; /* Remove outline */
	  background-color: #325A78; /* Set a background color */
	  color: #fff; /* Text color */
	  cursor: pointer; /* Add a mouse pointer on hover */
	  padding: 10px; /* Some padding */
	  border-radius: 10px; /* Rounded corners */
	  font-size: 0.9em; /* Increase font size */
}

#myBtn:hover 
{
  background-color: #7DC341; /* Add background color on hover */
  color: #fff; /* Text color */
}


#bannerWrapper
	{
	margin: 0 auto;
	width : 100%;
	background-color:transparent;
	}

#banner
	{
	max-width : 1200px;
	width : 100%;
	margin: 0px auto;
	background-color: transparent;
	}
	
.bannerLogo
	{
	width: 40%;
	float:left;
	padding:.5%;
	background-color: transparent;
	}

.bannerCatch
	{
	width: 55%;
	float:left;
	padding:.5%;
	margin-top:55px;
	background-color: transparent;
	text-align:right;
	}


.navWrapper
	{
	width : 100%;
	height: 34px;
	background-color: #7DC341;
	clear:both;
	}

.nav
	{
	max-width : 1000px;
	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 : 30.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%; 
		}

		
.siteContent
	{
	max-width : 1400px;
	width : 98%;
	margin: 0px auto;
	padding: 1%;
	background-color: transparent;
	}

.center
	{
	width : 98%;
	margin: 0px auto;
	text-align:center;
}

.textBox
	{
	width : 94%;
	margin: 0px auto;
	padding: 1%;
	background-color: transparent;
	text-align:left;
	}

.oneCol
{
	width: 98%;
	margin: 0 auto;
	padding: 1%;
	background-color: rgba(255, 255, 255, .5);
	border:1px #F0FFF0 solid;
	border-radius: 15px;
}

.twoCol
{
	float:left;
	width: 42%;
	margin: 1% 0% 0% 3%;
	padding: 1%;
	background-color: rgba(255, 255, 255, .5);
	border:1px #CAFFCA solid;
	border-radius: 15px;
}

.twoColCen
{
	float:left;
	width: 42%;
	margin: 1% 0% 0% 3%;
	background-color: rgba(255, 255, 255, .5);
	border:1px #CAFFCA solid;
	border-radius: 15px;
	text-align: center;
}

.threeCol
{
	float:left;
	width: 30%;
	margin: 1% 0% 0% 2.6%;
	background-color: rgba(255, 255, 255, .5);
	border:1px #CAFFCA solid;
	border-radius: 15px;
}

.fourCol
{
	float:left;
	width: 22%;
	margin: 1% 0% 0% 2.0%;
	background-color: rgba(255, 255, 255, .5);
	border:1px #CAFFCA solid;
	border-radius: 15px;
	text-align:center;
}

	
.spacer
	{
	width: 100%;
	height:10px;
	background-color: transparent;
	clear:both
	}

/* ===== PayPal Table ===== */

.ppTbl
{
	width : 80%;
	margin: 2% auto 2% auto;
	background-color: transparent;
	text-align:center;
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #000;
	margin-top:0px;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
}
	

/* ===== Text styles ===== */

h1 /* Main Heading Text */
{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 5px;
	color: #325A78;
	font-size: 1.6em;
	font-weight: normal;
	text-decoration: none;
}

h2 /* Main Heading Text */
{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #325A78;
	font-size: 1.3em;
	font-weight: normal;
	text-decoration: none;
}

h3 /* Main Heading Text */
{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	margin: 0px;
	color: #000;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
}

.headText /* Main Heading Text */
{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	margin: 0px;
	color: #325A78;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: none;
}

.midHeadText /* Main Heading Text */
{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	margin: 0px;
	color: #325A78;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
}

.darkGreen /* Dark Green Text */
{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	margin: 0px;
	color: #006400;
	font-weight: normal;
	text-decoration: none;
}

.midkGreen /* Mid Green Text */
{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	margin: 0px;
	color: #00A600;
	font-weight: normal;
	text-decoration: none;
}

.lightGreen /* Light Green Text */
{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	margin: 0px;
	color: #60D34B;
	font-weight: normal;
	text-decoration: none;
}


.siteText  
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #000;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
	}

.siteLrgText  
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #000;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	}

.siteLrgGreenText  
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #006400;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	}
		
li 
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #000;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5;
	}

.redText /* Red Text */
	{    
     font-family: Palatino Linotype, Geneva, sans-serif;  
     color: #D20000; 
     font-size: 0.9em; 
     font-weight: bold; 
     text-decoration: none;
	}

/* ===== Image styles ===== */

img
	{
		max-width : 100%;
		height : auto;
		width : auto;
		border:0px;
	}
	
.imgMain
	{
		max-width : 100%;
		height : auto;
		width : auto;
		border-bottom: 1px #325A78 solid;
	}
	
.imgTopRound
	{
		max-width : 100%;
		height : auto;
		width : auto;
		border-radius: 15px 15px 0px 0px;
	}

.imgTopRound:hover 
	{
   transform: scale(1.10); 
	}
	
.imgSm
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border:0px;
	}
	
.imgGal
	{
	max-width : 100%;
	height : auto;
	width : auto;
	margin: 1%;
	border-radius: 15px;
	}

.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:10px;
	text-align:center;
	border-top: 1px dotted #325A78;
	}
	
/* ===== 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: 0px;
	}

	.slides 
	{
	width: 100%;
	}
	
	#outerWrapper 
	{
	width: 100%;
	}
	
	.threeCol
	{
	width: 45%;
	margin: 1% 0% 3% 2.6%;
	}	
	
	.imgSm
	{
	max-width : 60%;
	}	
	}



@media screen and (max-width: 800px) 	
	{
						
	.twoCol
	{
	margin: 4% 2% 3% 2%;
	padding: 1.5%;
	width: 92%;
	}

	.twoColCen
	{
	margin: 4% 2% 3% 2%;
	padding: 1.5%;
	width: 92%;
	}

	.threeCol
	{
	width: 95%;
	}	
	
	.fourCol
	{
	width: 45%;
	margin: 1% 0% 3% 3.0%;
	}
	
	h3 /* Main Heading Text */
	{
	font-size: 1.1em;
	}	
	
	.imgGal
	{
	max-width : 40%;
	}		
	}
	
	@media screen and (max-width: 500px) 	
	{
			
	.bannerCatch
	{
	margin-top: -10px;
	}

	h1 /* Main Heading Text */
	{
	font-size: 1.1em;
	}
			
	.imgSm
	{
	max-width : 40%;
	}
	
	.imgGal
	{
	max-width : 30%;
	}
	
	.imgTopRound:hover 
	{
    transform: scale(1.0); 
	}

	}

					






