﻿/* ===== General Styles ===== */
body 
	{
	background: #C3F5FF url('../Site-Graphics/bg.jpg') no-repeat fixed center top;
	margin: 0;
	min-width:320px; 
	}

a:link 
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #007DB9;
	font-weight: normal;
	text-decoration: none;
	}

a:visited 
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #007DB9;
	font-weight: normal;
	text-decoration: none;
	}

a:hover 
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #69912D;
	font-weight: normal;
	text-decoration: underline;
}

a.button:link /* Button for Location */
	{ 
		 font-family: Palatino Linotype, Helvetica, sans-serif;
	     background-color: #007DB9;
	     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: #007DB9;
	     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: #19B4FF;
	     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: #007DB9; /* 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: #19B4FF; /* 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: #82DCFF;
}

#banner
	{
	max-width : 1200px;
	width : 100%;
	margin: 45px auto 10px auto;
	background-color: transparent;
	text-align:center;
	}

.navWrapper
	{
	width : 100%;
	height: 34px;
	background-color: transparent;
	clear:both;
	}

.nav
	{
	max-width : 705px;
	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%; 
		}

.vidWrapper
	{
	max-width : 1200px;
	width : 94%;
	margin: 0px auto;
	background-color: transparent;
	text-align:center;
	}	
		
.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;
	}

.oneCol
{
	max-width : 1200px;
	width: 96%;
	margin: 0 auto;
	padding: 1%;
	background-color: rgba(250, 250, 250, .7);
	border:1px #007DB9 solid;
	border-radius: 15px;
}

.twoCol
{
	float:left;
	width: 42%;
	margin: 1% 0% 0% 3%;
	padding: 1%;
	background-color: rgba(250, 250, 250, .7);
	border:1px #007DB9 solid;
	border-radius: 15px;
}

.twoColCen
{
	float:left;
	width: 42%;
	margin: 1% 0% 0% 3%;
	padding: 1%;
	background-color: rgba(250, 250, 250, .7);
	border:1px #007DB9 solid;
	border-radius: 15px;
	text-align: center;
}

.twoColCenNoBorder
{
	float:left;
	width: 42%;
	margin: 1% 0% 0% 3%;
	padding: 1%;
	text-align: center;
}

.threeCol
{
	float:left;
	width: 30%;
	margin: 1% 0% 1% 2.6%;
	background-color: rgba(250, 250, 250, .4);
	border:1px #007DB9 solid;
	border-radius: 15px;
}

.fourCol
{
	float:left;
	width: 22%;
	margin: 1% 0% 0% 2.0%;
	background-color: transparent;
	text-align:center;
}
	
.spacer
	{
	width: 100%;
	height:10px;
	background-color: transparent;
	clear:both
	}

/* ===== Table ===== */

	
.comTBL
	{
	width : 98%;
	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;
	}
			
.comTDitem
	{
	width: 93%;
	padding: 5px;
	background-color: transparent;
	border-bottom: 1px #007DB9 dotted;
	border-right: 1px #007DB9 dotted;
	text-align:left;
	}
	
.comTDprice
	{
	width: 5%;
	padding: 5px;
	background-color: transparent;
	border-bottom: 1px #007DB9 dotted;
	border-right: 1px #007DB9 dotted;
	text-align:center;
	}

	
.comTDitemAlt
	{
	width: 93%;
	padding: 5px;
	background-color: rgba(250, 250, 250, .4);
	border-bottom: 1px #007DB9 dotted;
	border-right: 1px #007DB9 dotted;
	text-align:left;
	}
	
.comTDpriceAlt
	{
	width: 5%;
	padding: 5px;
	background-color: rgba(250, 250, 250, .4);
	border-bottom: 1px #007DB9 dotted;
	border-right: 1px #007DB9 dotted;
	text-align:center;
	}


/* ===== Collapsible Headers ===== */

.collapsible 
{
  background-color: #70C2D1;
  color: #fff;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-family: Arial, Helvetica, 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);
}

hr  
	{       
     border-top: 1px solid #007DB9;  
    }
		

/* ===== Text styles ===== */

h1 /* Main Heading Text */
{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 5px;
	color: #007DB9;
	font-size: 1.6em;
	font-weight: normal;
	text-decoration: none;
}

h2 /* Main Heading Text */
{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	margin: 0px;
	color: #007DB9;
	font-size: 1.3em;
	font-weight: normal;
	text-decoration: none;
}

h3 /* Main Heading Text */
{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #000;
	font-size: 1.2em;
	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;
	}
		
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 #007DB9 solid;
	}
	
.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;
}

.imgGal:hover 
{
   transform: scale(1.20); 
}

.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 #007DB9;
	}
	
/* ===== MEDIA SCREENS ===== */

@media screen and (max-width: 1100px) 	
	{
		
	#banner {
	width: 100%;
	}
	
	.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%;
	}
	
	.twoColCenNoBorder
	{
	margin: 4% 2% 3% 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) 	
	{
			
	.bannerCatch
	{
	margin-top: -10px;
	}

	h1 /* Main Heading Text */
	{
	font-size: 1.1em;
	}
			
	.imgSm
	{
	max-width : 40%;
	}
	
	.imgGal
	{
	max-width : 30%;
	}
	}

					






