﻿/* ===== General Styles ===== */
body 
	{
	margin: 0px;
	background-color:#fff;
	min-width:320px; 
	}

a:link 
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color:  #747373;
	font-weight: normal;
	text-decoration: none;
	}

a:visited 
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color:  #747373;
	font-weight: normal;
	text-decoration: none;
	}

a:hover 
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	}
	



/* ===== 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: #C0C0C0; /* 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-size: 0.9em; /* Increase font size */
}

#myBtn:hover 
{
  background-color: #000; /* Add background color on hover */
  color: #fff; /* Text color */
}


#social
	{
	width : 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 5px 0px 5px 0px; 
	background-color: transparent;
	text-align:center;
	}

#logo
	{
	width : 96%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
	background-color: transparent;
	text-align:center;
	}

.navWrapper
	{
	
	margin-top: 30px;
	margin-bottom:30px;
	width : 100%;
	height: 31px;
	background-color: transparent;
	}

.nav
	{
	max-width : 740px;
	width : 98%;
	margin: 0px auto;
	background-color: transparent;
	}
	
.slides
	{
	width : 90%;
	max-width : 1320px;
	margin: 60px auto 0px auto;
	background-color: transparent;
	text-align:center;
	}
	
	.iSlide {
		position : relative;
		padding-bottom : 43.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%; 
		}

	
.slidesTest
	{
	width : 90%;
	max-width : 1320px;
	margin: 0px auto;
	background-color: transparent;
	text-align:center;
	}
	
	.iSlideTest {
		position : relative;
		padding-bottom : 46.0%;
		padding-top : 0px;
		height : 0;
		overflow : hidden;
	}
	.iSlideTest iframe {
		position : absolute;
		top : 0;
		left : 0;
		width : 100%;
		height : 100%;
	}
			
.homeWrapper
	{
	max-width : 1500px;
	width : 98%;
	margin: 0px auto;
	padding: 1%;
	background-color: transparent;
	}

.homeTextBox
	{
	max-width : 1000px;
	width : 98%;
	margin: 0px auto;
	padding: 1%;
	background-color: transparent;
	text-align:center;
	}

.homeFull
	{
	width : 100%;
	margin-top: 20px;
	background-color: transparent;
	text-align:center;
	}

.comWrapper
	{
	max-width : 1500px;
	width : 98%;
	margin: 0px auto;
	padding: 1%;
	background-color: transparent;
	}

.aboutWrapper
	{
	max-width : 1000px;
	width : 98%;
	margin: 0px auto;
	padding: 1%;
	background-color: transparent;
	}

.comText
	{
	width : 96%;
	margin: 0px auto;
	padding: 1%;
	background-color: transparent;
	}
	
.center
	{
	width : 94%;
	margin: 0 auto;
	padding: 0.5%;
	background-color: transparent;
	text-align:center;
	}	
	
.portWrapper
	{
	max-width : 1000px;
	width : 94%;
	margin: 0 auto;
	padding: .5%;
	background-color: transparent;
	text-align:center;
	}	

.portGallery
	{
	max-width : 1550px;
	width : 96%;
	margin: 0 auto;
	padding: .5%;
	background-color: transparent;
	text-align:center;
	}
	
.portGalImage
	{
	float:left;
	max-width : 550px;
	width: 31%;
	margin: 5px 0px 0px 15px;
	text-align:center;
	}

.portGalleryText
	{
	max-width : 1500px;
	width : 96%;
	margin: 0 auto;
	padding: .5%;
	background-color: transparent;
	}

.ltCol
	{
	width: 45%;
	float:left;
	margin: 2% 0% 2% 2.6%;
	background-color: transparent;
	}

.rtCol
	{
	width: 45%;
	float:right;
	margin: 2% 2.6% 2% 0%;
	background-color: transparent;
	}

.twoCol
	{
	width: 45%;
	float:left;
	margin: 2% 0% 2% 2.6%;
	background-color: transparent;
	}
			
.threeColCen
	{
	float:left;
	width: 30%;
	margin: 2% 0% 2% 2.6%;
	text-align:center;
	}

.fourCol
{
	float:left;
	width: 22%;
	margin: 2% 0% 2% 2%;
	background-color: transparent;
	text-align:center;
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #000;
	font-size: 1.0em;
	font-weight: normal;
}
	
.spacer
	{
	width: 100%;
	height:0px;
	background-color: transparent;
	clear:both
	}
	
.formField
	{
	padding: 5px;
	border: 1px #EBE6D2 solid;
	}


/* ===== Text styles ===== */

h1 /* Main Heading Text */
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color:  #747373;
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: none;
	margin:0px;
	}
	
h2 /* Main Heading Text */
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color:  #747373;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: none;
	margin: 2px 0px 2px 0px;
	}
	

.siteText  
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color:  #747373;
	font-size: 1.1em;
	line-height:1.5;
	font-weight: normal;
	text-decoration: none;
	}
	
	
li 
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color:  #747373;
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	}
	
.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;
	}
	
.imgBorder
	{
		max-width : 100%;
		height : auto;
		width : auto;
		border:1px #785A3C solid;
	}

.social  /* Social and Mobile Icons */
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border:0px;
	margin: 0% 0% 0% 1%;
	}


.portGal  /* Social and Mobile Icons */
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border:0px;
	margin: 1%;
	}
	
.imgGal
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border:0px;
	}


/* ===== Footer Content ===== */

#footer
	{
	width : 100%;
	background-color: transparent;
	clear:both;
	border-top: 1px #EBE6D2 dotted;
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color:  #747373;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	padding:2% 0% 1% 0%;
	text-align:center;
	}	
	
/* ===== MEDIA SCREENS ===== */

@media screen and (max-width: 1000px) 	
	{
	
	#logo
	{
	width: 98%;
	}
	
	.slidesTest
	{
	display : none;
	}
						
	}
	

@media screen and (max-width: 740px) 	
	{

	#social 
	{
	width: 100%;
	text-align:center;
	}
	
	.wrapper
	{
	width : 96%;
	padding: 2%;
	}	
				
	.slides 
	{
	width: 100%;
	}
					
	.content 
	{
	width: 98%;
	}
	
	.portGalImage
	{
	width: 30%;
	margin: 5px 0px 0px 15px;
	}
	
	.ltCol
	{
	width: 94%;
	float:left;
	margin: 2% 0% 2% 2.6%;
	background-color: transparent;
	}
	
	.rtCol
	{
	width: 94%;
	float:right;
	margin: 2% 2.6% 2% 0%;
	background-color: transparent;
	}
	
	.twoCol
	{
	width: 94%;
	margin:2% 0% 3% 3%;
	}
					
	.fourCol
	{
	width: 45%;
	margin: 1% 0% 2% 3%;
	}
			
	h1 /* Main Heading Text */
	{
	font-size: 1.2em;
	}
	
	h2 /* Main Heading Text */
	{
	font-size: 1.0em;
	}
		
	#footer
	{
	width : 96%;
	padding:6% 0% 1% 0%;
	}
				
	}
	
	@media screen and (max-width: 500px) 	
	{
	
	.threeColCen
	{
	width: 95%;
	margin: 2% 0% 2% 2.6%;
	}
	
	.portGalImage
	{
	width: 28%;
	margin: 5px 0px 0px 15px;
	}
				
	}