﻿/* ===== General Styles ===== */
body 
{
	margin: 0px;
	background-image:  url('Site-Graphics/bg.jpg');
	background-repeat:repeat;
	background-color: #fff;
	min-width:320px; 
}

a:link 
{
	font-family: Tahoma, Helvetica, sans-serif;
	color: #0A0AA5;
	font-weight: normal;
	text-decoration: none;
}

a:visited 
{
	font-family: Tahoma, Helvetica, sans-serif;
	color: #0A0AA5;
	font-weight: normal;
	text-decoration: none;
}

a:hover 
{
	font-family: Tahoma, Helvetica, sans-serif;
	color: #4B820F;
	font-weight: normal;
	text-decoration: none;
}

a.book:link /* Buttons */
	{
	 font-family:Tahoma, Geneva, sans-serif;
     background-color: #0A0AA5;
     padding: 5px 15px 5px 15px;
     margin:10px;
     color: #fff; 
     font-size: 1.0em;
     font-weight: normal;  
     text-decoration: none;
     border-radius: 10px;
	}

a.book:visited /* Buttons */
	{
	 font-family:Tahoma, Geneva, sans-serif;
     background-color: #0A0AA5;
     padding: 5px 15px 5px 15px;
     margin:10px;
     color: #fff; 
     font-size: 1.0em;
     font-weight: normal;  
     text-decoration: none;
     border-radius: 10px;
	}

a.book:hover /* Buttons */
	{
	 font-family:Tahoma, Geneva, sans-serif;
     background-color: #4B820F;
     padding: 5px 15px 5px 15px;
     margin:10px;
     color: #fff; 
     font-size: 1.0em;
     font-weight: normal;  
     text-decoration: none;
     border-radius: 10px;
	}

/* ===== Main Site Layout ===== */

#myBtn 
{
	  display: none; /* Hidden by default */
	  position: fixed; /* Fixed/sticky position */
	  bottom: 25px; /* 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: #0A0AA5; /* 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-family:Tahoma, Geneva, sans-serif;
	  font-size: 0.9em; /* Increase font size */
}

#myBtn:hover 
{
  background-color: #4B820F; /* Add background color on hover */
  color: #fff; /* Text color */
}

.mobileCall
	{
	display:block;
	position:fixed; 
	width : 100%;
	margin: 0 auto;
	padding-top: 5px;
	z-index:10000;
	height:35px;
	text-align:center;
	background-color: transparent;
	}

.topWrapper
	{
	width : 100%;
	margin: 0px;
	background-color: transparent;
	}

.headerWrapper
	{
	width : 100%;
	margin-top:-10px;
	background-color: transparent;
	}


#banner
	{
	width : 96%;
	margin: 0px auto;
	background-color: transparent;
	}

.bannerLogo
	{
	width: 30%;
	float:left;
	padding:.5%;
	background-color: transparent;
	}

.bannerCatch
	{
	width: 65%;
	float:left;
	padding:.5%;
	margin-top: 30px;
	background-color: transparent;
	text-align:right;
	}

.navWrapper
	{
	width : 100%;
	height: 36px;
	margin: 5px 0px 5px 0px;
	background-color: transparent;
	border-bottom:1px solid #0A0AA5;
	clear:both;
	}

.nav
	{
	max-width : 900px;
	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 : 36.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: 0px; 
	height: 0; 
	overflow: hidden;
	}

	.vid iframe 
		{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 100%; 
		height: 100%; 
		}

.wrapper
	{
	width : 100%;
	margin:0px;
	background-color: transparent;
	}
	
.wrapperAlt
	{
	width : 100%;
	margin: 0px;
	background-color: rgba(230, 230, 230, .4);
}

.header
	{
	width : 98%;
	margin: 0px;
	padding: 1%;
	background-color: transparent;
	text-align:center;
	}

.siteContent
	{
	max-width : 1500px;
	width : 98%;
	margin: 0px auto;
	padding: 1%;
	background-color: transparent;
	}

.leftCol1
	{
	float:left;
	width: 60%;
	background-color: transparent;
	}

.leftCol2
	{
	float:left;
	width: 35%;
	margin-top: 150px;
	background-color: transparent;
	}
	
.leftCol3
	{
	float:left;
	width: 35%;
	margin-top: 50px;
	background-color: transparent;
	}

.rightCol1
	{
	float:right;
	width: 35%;
	margin-top: 150px;
	background-color: transparent;
	}
	
.rightCol2
	{
	float:right;
	width: 60%;
	background-color: transparent;
	}
	
.rightCol3
	{
	float:right;
	width: 35%;
	margin-top: 50px;
	background-color: transparent;
	}
		
.homeTxtBox
	{
	width: 90%;
	margin: 0% auto;
	background-color: transparent;
	text-align:center;
	}

.textBox
	{
	width : 94%;
	margin: 0px auto;
	padding: 1%;
	background-color: transparent;
	}
	
.textBullet
	{
	width : 94%;
	margin: 0px auto;
	padding: 1%;
	text-align:left;
	background-color: transparent;
	}

	
.oneCol
	{
	width: 90%;
	margin: 0% auto;
	background-color: transparent;
	}
	
.twoCol
	{
	float:left;
	width: 44%;
	margin: 1.5% 0% 2% 4%;
	background-color: transparent;
	}

.twoColRound
	{
	float: left;
	width: 44%;
	margin: 1.5% 0% 2% 4%;
	background-color: rgba(244, 244, 244, .4);
	border:1px #0A0AA5 dotted;
	border-radius: 15px 15px 15px 15px;
}			
.threeCol
	{
	float: left;
	width: 30%;
	margin: 2% 0% 1% 3%;
	background-color:transparent;
	text-align:center;
	border:1px #DCD2A0 solid;
	border-radius: 15px 15px 15px 15px;
}

.fourCol
{
	float:left;
	width: 20%;
	background-color: transparent;
	margin: 1.5% 0 1.5% 2.25%;	
	padding:1%;
}

.center
	{
	max-width : 1200px;
	width : 98%;
	margin: 0% auto;
	padding: 0.5%;
	background-color: transparent;
	text-align:center;
	}

.gallery
	{
	max-width : 1400px;
	width : 98%;
	margin: 0px auto;
	padding: 1%;
	background-color: transparent;
	text-align:center;
	}
			
.spacer
	{
	width: 100%;
	height:10px;
	background-color: transparent;
	clear:both
	}

.clear
	{
	width: 100%;
	height:0px;
	margin:0px;
	background-color: transparent;
	clear:both
	}

hr
	{
	border: none;
	background-color: #DCD2A0;
	color: #DCD2A0;
	height: 1px;
	}

.formField
	{
	padding: 5px;
	}

/* ===== Text styles ===== */

h1 /* Main Heading Text */
	{
	margin: 5px;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #000;
	font-size: 2.0em;
	font-weight: normal;
	text-decoration: none;
	}

h2 /* Main Heading Text */
	{
	font-family: Tahoma, Helvetica, sans-serif;
	margin: 5px;
	color: #000;
	font-size: 1.6em;
	font-weight: normal;
	text-decoration: none;
	}

h3 /* Main Heading Text */
	{
	font-family: Tahoma, Helvetica, sans-serif;
	color: #000;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: none;
	}

.siteText  
	{
	font-family: Tahoma, Helvetica, sans-serif;
	color: #000;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
	}

.justText  
	{
	font-family: Tahoma, Helvetica, sans-serif;
	color: #000;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
	text-align:justify;
	}

.lrgText /* Main Heading Text */
	{
	font-family: Tahoma, Helvetica, sans-serif;
	color: #000;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: none;
	}
		
li
	{
	font-family: Tahoma, Helvetica, sans-serif;
	color: #000;
	font-size: 1.0em;
	line-height:1.50;
	}

.redText /* Red Text */
{    
	font-family: Tahoma, Helvetica, sans-serif; 
     color: #D20000; 
     font-size: 1.0em; 
     font-weight: bold; 
     text-decoration: none;
}	

/* ===== Image styles ===== */

img
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border:0px;
	}

.imgTopRound
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border-radius: 15px 15px 0px 0px;
	}

.imgRound
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border-radius: 15px;
	}

.imgSm
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border:0px;
	}

.imgGal
{
	max-width : 100%;
	height : auto;
	width : auto;
	margin: 1% 2% 1% 2%;
	border:1px #002350 solid;
	border-radius: 15px;
}

.mobile
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border:0px;
	margin: 10px 5px 0px 5px;
	}


/* ===== Footer Styles ===== */

#footer
	{
	width: 100%;
	padding: 2% 0;
	background-color: transparent;
	border-top: 1px #fff dotted;
	text-align:center;
	}
	

/* ===== MEDIA SCREENS ===== */

@media screen and (max-width: 1200px) 	

	{
					
	.leftCol1
	{
	width: 100%;
	}
	
	.leftCol2
	{
	width: 95%;
	margin: 2% 0% 2% 3%;
	}
	
	.leftCol3
	{
	width: 95%;
	margin: 2% 0% 2% 3%;
	}

	.rightCol1
	{
	width: 95%;
	margin: 2% 0% 2% 3%;
	}
	
	.rightCol2
	{
	width: 100%;
	}

	.rightCol3
	{
	width: 95%;
	margin: 2% 0% 2% 3%;
	}
							
	}


@media screen and (max-width: 950px) 	

	{
	
	.bannerLogo
	{
	width: 98%;
	text-align:center;
	}

	.bannerCatch
	{
	width: 98%;
	text-align:center;
	margin-top: 0px;
	}
							
	.center
	{
	margin: 0% auto 3% auto;
	}
	
	.threeCol
	{
	width: 45%;
	margin: 2% 0% 3% 3%;
	}	
	
	.imgSm
	{
	max-width : 70%;
	}
	
	.fourCol
	{
	float:left;
	width: 45%;
	margin: 1.5% 0 1.5% 2.25%;	
	}
							
	}
	
	@media screen and (max-width: 740px) 	
	{
								
	.twoCol
	{
	width: 95%;
	margin: 2% 0% 2% 3%;
	}

	.twoColRound
	{
	width: 95%;
	margin: 2% 0% 2% 3%;
	}
				
	h1 /* Main Heading Text */
	{
	font-size: 1.3em;
	}
	
	h2 /* Main Heading Text */
	{
	font-size: 1.2em;
	}
	
	h3 /* Main Heading Text */
	{
	font-size: 1.1em;
	}
	
	.imgSm
	{
	max-width : 50%;
	}
								
	}
	
@media screen and (max-width: 620px) 	
	{
	
	.twoColCen
	{
	width: 95%;
	margin: 2% 0% 2% 3%;
	}

	.threeCol
	{
	width: 95%;
	margin: 2% 0% 3% 3%;
	}	
	
	.imgSm
	{
	max-width : 40%;
	}
	
	.imgGal
	{
	max-width : 45%;
	}
		
	li
	{
	font-size: 0.9em;
	}
				
	}

					








