﻿/* ===== General Styles ===== */
body 
{
	margin: 0px;
	background-color:#F0E6D2;
	min-width:320px; 
}

a:link 
{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #785A0A;
	font-weight: normal;
	text-decoration: none;
}

a:visited 
{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #785A0A;
	font-weight: normal;
	text-decoration: none;
}

a:hover 
{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #9F780F;
	font-weight: normal;
	text-decoration: none;
}


a.goldButton:link /* Buttons */
	{
	 font-family:Palatino Linotype, Geneva, sans-serif;
     background-color: #785A0A;
     padding: 10px 15px;
     margin: 10px 5px 0px 2px;
     color: #F0E6D2; 
     font-size: 0.9em;
     font-weight: normal;  
     text-decoration: none;
	}

a.goldButton:visited /* Buttons */
	{
	 font-family:Palatino Linotype, Geneva, sans-serif;
     background-color: #785A0A;
     padding: 10px 15px;
     margin: 10px 5px 0px 2px;
     color: #F0E6D2; 
     font-size: 0.9em;
     font-weight: normal;  
     text-decoration: none;
	}

a.goldButton:hover /* Buttons */
	{
	 font-family:Palatino Linotype, Geneva, sans-serif;
     background-color: #9F780F;
     padding: 10px 15px;
     margin: 10px 5px 0px 2px;
     color: #fff; 
     font-size: 0.9em;
     font-weight: normal;  
     text-decoration: none;
	}

/* ===== Main Site Layout ===== */


#bannerWrapper
	{
	width : 100%;
	margin: 0px auto;
	background-color:#9F780F;
	}

#banner
	{
	max-width : 1200px;
	width : 100%;
	margin: 0px auto;
	background-color: transparent;
	text-align:center;
	}
	
.navWrapper
	{
	width : 100%;
	height: 36px;
	background-color: #D2B982;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	clear:both;
	}

.nav
	{
	max-width : 1000px;
	width : 98%;
	margin: 0px auto;
	background-color: transparent;
	}


.header
	{
	max-width : 1200px;
	width : 98%;
	margin: 0% auto;
	padding: 1px;
	background-color: transparent;
	text-align:center;
	}

.contentWrapper
	{
	max-width : 1200px;
	width : 98%;
	margin: 0px auto;
	background-image:  url('Site-Graphics/bg.png');
	background-repeat:repeat;
	background-color: transparent;
	border-left: 1px dotted #D2B982;
	border-right: 1px dotted #D2B982;
	border-bottom: 1px dotted #D2B982;
	}
	
.searchWrapper
	{
	width : 400px;
	margin: 0% auto;
	padding: 5px;
	background-color: transparent;
	}
			
.center
	{
	max-width : 1200px;
	width : 98%;
	margin: 0% auto;
	padding: 1%;
	background-color: transparent;
	text-align:center;
	}

.oneCol
	{
	width: 96%;
	margin: 0% auto;
	padding: 1%;
	background-color: rgba(240, 230, 210, .5);
	}
	
.twoCol
	{
	float:left;
	width: 44%;
	margin: 1.5% 0% 2% 4%;
	background-color: transparent;
	}
	
.twoColCen
	{
	float:left;
	width: 44%;
	margin: 1.5% 0% 2% 4%;
	background-color: transparent;
	text-align:center;
	}
			
.spacer
	{
	width: 100%;
	height:5px;
	background-color: transparent;
	clear:both
	}

/* ===== Responsive Table Content ===== */
		
	.respTBL
	{
	width : 96%;
	background-color: transparent;
	font-family: Palatino Linotype, Helvetica, sans-serif;
	color: #000;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
	}
	
	.tdLeft
	{
	padding: 5px;
	background-color: transparent;
	text-align:left;
	}
	
	.tdCen
	{
	padding: 5px;
	background-color: transparent;
	text-align:center;
	}


/* ===== Text styles ===== */

h1 /* Main Heading Text */
	{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #785A0A;
	font-size: 1.8em;
	font-weight: normal;
	text-decoration: none;
	}

h2 /* Main Heading Text */
	{
	font-family:Palatino Linotype, Geneva, sans-serif;
	margin-top: 5px;
	color: #785A0A;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: none;
	}

h3 /* Main Heading Text */
	{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #785A0A;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	}

.siteText  
	{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #000;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
	}
	
li
	{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #000;
	font-size: 1.0em;
	line-height:1.50;
	}
	

/* ===== Image styles ===== */

.socIcons  /* Social Icons */
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border:0px;
	margin: 0px 5px 0px 5px;
	}

img
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border:0px;
	}

.imgSm
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border:0px;
	}
	
.imgBorder
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border:1px #9F780F solid;
	}

.mobile
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border:0px;
	margin: 10px 5px 0px 5px;
	}


/* ===== Footer Styles ===== */

#footer
	{
	width: 100%;
	padding: 1% 0;
	background-color: transparent;
	text-align:center;
	}
	

/* ===== MEDIA SCREENS ===== */


@media screen and (max-width: 950px) 	

	{
										
	.center
	{
	margin: 0% auto 3% auto;
	}		
	
	.imgSm
	{
	max-width : 60%;
	}
					
	}
	
	@media screen and (max-width: 740px) 	
	{
				
	.twoCol
	{
	width: 95%;
	margin: 2% 0% 2% 3%;
	}
		
	h1 /* Main Heading Text */
	{
	font-size: 1.4em;
	}
	
	h2 /* Main Heading Text */
	{
	font-size: 1.2em;
	}
	
	h3 /* Main Heading Text */
	{
	font-size: 1.1em;
	}
								
	}
	
@media screen and (max-width: 620px) 	
	{

	.twoColCen
	{
	width: 95%;
	margin: 2% 0% 2% 3%;
	}	
				
	}





