﻿/* ===== General Styles ===== */
body 
	{
	margin: 0px;
	background-color:#D7C3B4;
	min-width:320px; 
	}

a:link 
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #64411E;
	font-weight: normal;
	text-decoration: none;
	}

a:visited 
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #64411E;
	font-weight: normal;
	text-decoration: none;
	}

a:hover 
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #9B5F28;
	font-weight: normal;
	text-decoration: none;
	}
	
	
a.button:link /* Buttons */
	{
	 font-family:Palatino Linotype, Geneva, sans-serif;
     background-color: #28190A;
     padding: 3px 7px 3px 7px;
     margin: 5px 5px 0px 2px;
     color: #fff; 
     font-size: 1.2em;
     font-weight: normal;  
     text-decoration: none;
     border: 1px #fff solid;
	}

a.button:visited /* Buttons */
	{
	 font-family:Palatino Linotype, Geneva, sans-serif;
     background-color: #28190A;
     padding: 3px 7px 3px 7px;
     margin: 5px 5px 0px 2px;
     color: #fff; 
     font-size: 1.2em;
     font-weight: normal;  
     text-decoration: none;
     border: 1px #fff solid;
	}

a.button:hover /* Buttons */
	{
	 font-family:Palatino Linotype, Geneva, sans-serif;
     background-color: #4B3C28;
     padding: 3px 7px 3px 7px;
     margin: 5px 5px 0px 2px;
     color: #fff; 
     font-size: 1.2em;
     font-weight: normal;  
     text-decoration: none;
     border: 1px #fff solid;
	}
	


/* ===== Main Site Layout ===== */


#bannerWrapper
	{
	width : 100%;
	margin: 0px;
	background-color:transparent;
	}

#banner
	{
	max-width : 1200px;
	width : 100%;
	margin: 0px auto;
	background-color: transparent;
	}
	
.bannerLogo
	{
	width: 45%;
	float:left;
	padding:1%;
	background-color: transparent;
	}

.bannerCatch
	{
	width: 45%;
	float:left;
	margin-top: 30px;
	background-color: transparent;
	text-align:right;
	}

.navWrapper
	{
	width : 100%;
	height: 32px;
	background-color: #64411E;
	border-top: 1px #FFF dotted;
	border-bottom: 1px #FFF dotted;
	clear:both;
	}

.nav
	{
	max-width : 1200px;
	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%; 
		}
	
#homeWrapper 
	{
	width : 100%;
	background-color: #F5F0EB;
	border-top: 1px #64411E dotted;
	}
		
#bodyWrapper 
	{
	width : 100%;
	margin-top: -4px;
	background-color: #F5F0EB;
	border-top: 1px #64411E dotted;
	}
		
.wrapper
	{
	max-width : 1200px;
	width : 94%;
	margin: 0px auto;
	padding: 1%;
	background-color: transparent;
	}

.imageHeader
	{
	width : 100%;
	margin: 0px auto;
	text-align:center;
	background-color: transparent;
	}
	
.center
	{
	max-width : 1200px;
	width : 94%;
	margin: 1% auto;
	padding: 0.5%;
	background-color: transparent;
	text-align:center;
	}	
	
.twoCol
	{
	width: 45%;
	float:left;
	margin: 2% 0% 2% 2.6%;
	background-color: transparent;
	}
	
.twoColCen
	{
	width: 45%;
	float:left;
	margin: 2% 0% 2% 2.6%;
	background-color: #FDFCFB;
	border: 1px #785A3C solid;
	text-align:center;
	}
	
.threeColCen
	{
	float:left;
	width: 30%;
	margin: 1% 0% 1% 2.6%;
	background-color: transparent;
	text-align:center;
	}

.header
	{
	max-width : 1200px;
	width : 94%;
	margin: 0px auto;
	background-color: transparent;
	}
	
.spacer
	{
	width: 100%;
	height:0px;
	background-color: transparent;
	clear:both
	}
	

/* ===== Text styles ===== */

h1 /* Main Heading Text */
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #64411E;
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: none;
	margin:0px;
	}
	
h2 /* Main Heading Text */
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #64411E;
	font-size: 1.3em;
	font-weight: normal;
	text-decoration: none;
	margin: 2px 0px 2px 0px;
	}
	
h3 /* Footer Heading Text */
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #64411E;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	margin: 2px 0px 2px 0px;
	}

.siteText  
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #000;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	}	
	
li 
	{
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #000;
	font-size: 0.9em;
	font-weight: normal;
	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 #64411E solid;
	}

	
.socIcon  /* Social and Mobile Icons */
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border:0px;
	margin: 5px;
	}

.catchGraphic  /* Social and Mobile Icons */
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border:0px;
	}

/* ===== Footer Content ===== */

#footer
	{
	width : 100%;
	background-color: transparent;
	clear:both;
	border-top: 1px #64411E dotted;
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #000;
	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: 920px) 	
	{

.navWrapper
	{
	height: 33px;
	}
				
	}


@media screen and (max-width: 740px) 	
	{

	.bannerLogo
	{
	width: 98%;
	text-align:center;
	}

	.bannerCatch
	{
	width: 98%;
	text-align:center;
	margin-top: -20px;
	}
	
	.catchGraphic  /* Social and Mobile Icons */
	{
	max-width : 60%;
	height : auto;
	width : auto;
	}
		
	.wrapper
	{
	width : 96%;
	padding: 2%;
	}	
				
	.slides 
	{
		width: 100%;
	}
				
	.content 
	{
		width: 98%;
	}

	.twoCol
	{
		width: 94%;
	    margin:2% 0% 3% 3%;
	}

	.twoColCen
	{
		width: 94%;
	    margin:2% 0% 3% 3%;
	}	
	
	.threeColCen
	{
		width: 94%;
	    margin:2% 0% 3% 3%;
	}
							
	h1 /* Main Heading Text */
	{
	font-size: 1.2em;
	}
	
	h2 /* Main Heading Text */
	{
	font-size: 1.0em;
	}
	
	.imgGal
	{
	max-width : 40%;
	margin: 2% 2% 3% 4%;
	}
	
	#footer
	{
	width : 96%;
	padding:6% 0% 1% 0%;
	}
				
	}