﻿/* ===== General Styles ===== */
body 
{
	margin: 0px;
	background-image:  url('Site-Graphics/bg.jpg');
	background-repeat:repeat;
	background-color:#000;
	min-width:320px; 
}

a:link 
{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #DCDCDC;
	font-weight: normal;
	text-decoration: none;
}

a:visited 
{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #DCDCDC;
	font-weight: normal;
	text-decoration: none;
}

a:hover 
{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #DCD2A0;
	font-weight: normal;
	text-decoration: none;
}

a.button:link /* Buttons */
	{
	 font-family:Palatino Linotype, Geneva, sans-serif;
     background-color: #DCD2A0;
     padding: 5px 15px;
     margin: 5px 5px 0px 2px;
     color: #000; 
     font-size: 0.9em;
     font-weight: normal;  
     text-decoration: none;
	}

a.button:visited /* Buttons */
	{
	 font-family:Palatino Linotype, Geneva, sans-serif;
     background-color: #DCD2A0;
     padding: 5px 15px;
     margin: 5px 5px 0px 2px;
     color: #000; 
     font-size: 0.9em;
     font-weight: normal;  
     text-decoration: none;
	}

a.button:hover /* Buttons */
	{
	 font-family:Palatino Linotype, Geneva, sans-serif;
     background-color: #C0C0C0;
     padding: 5px 15px;
     margin: 5px 5px 0px 2px;
     color: #000; 
     font-size: 0.9em;
     font-weight: normal;  
     text-decoration: none;
	}


/* ===== Main Site Layout ===== */

.mobileCall
	{
	display:block;
	position:fixed; 
	width : 100%;
	margin: 0 auto;
	padding-top: 10px;
	z-index:10000;
	height:35px;
	text-align:center;
	background-color: #000;
	}

#bannerWrapper
	{
	width : 100%;
	margin: 35px auto 0px auto;
	background-color:transparent;
	}

#banner
	{
	max-width : 1200px;
	width : 100%;
	margin: 0px auto;
	background-color: transparent;
	}
	
.bannerLogo
	{
	width: 30%;
	float:left;
	padding:1%;
	background-color: transparent;
	}

.bannerCatch
	{
	width: 65%;
	float:left;
	padding:1%;
	background-color: transparent;
	text-align:right;
	}

.navWrapper
	{
	width : 100%;
	height: 36px;
	background-color: transparent;
	border-top: 1px #DCDCDC solid;
	border-bottom: 1px #DCDCDC solid;
	clear:both;
	}

.nav
	{
	max-width : 1150px;
	width : 98%;
	margin: 0px auto;
	background-color: transparent;
	}


.slides
	{
	width : 100%;
	background-color: #000;
	border-bottom: 1px #DCDCDC solid;
	text-align:center;
	}
	
	.iSlide {
		position : relative;
		padding-bottom : 25.0%;
		padding-top : 0px;
		height : 0;
		overflow : hidden;
	}
	.iSlide iframe {
		position : absolute;
		top : 0;
		left : 0;
		width : 100%;
		height : 100%;
	}
	
	.spSlide {
		position : relative;
		padding-bottom : 20.0%;
		padding-top : 0px;
		height : 0;
		overflow : hidden;
	}
	spSlide iframe {
		position : absolute;
		top : 0;
		left : 0;
		width : 100%;
		height : 100%;
	}
	
	.vid
	{ 
	position: relative; 
	padding-bottom: 42.25%; 
	padding-top: 30px; 
	height: 0; 
	overflow: hidden;
	}

		.vid iframe 
		{ 
		position: absolute; 
		top: 0; 
		left: 0; 
		width: 100%; 
		height: 100%; 
		}

#hmWrapper 
	{
	width : 100%;
	background-color: rgba(0, 0, 0, .7);
	}

.hmMain
	{
	width: 70%;
	margin-top: 1%;
	float:left;
	background-color: transparent;
	}

.homeCol
	{
	width: 98%;
	background-color: rgba(40, 40, 40, .7);
	margin: 1.5% auto;	
	border: 1px #6C6C6C solid;
	}
	
.hmImg
	{
	width: 60%;
	float:left;
	background-color: transparent;
	}
	
.hmImgAlt
	{
	width: 60%;
	float:right;
	background-color: transparent;
	}
	
.hmText
	{
	width: 35%;
	float:right;
	padding: 1%;
	background-color: transparent;
	text-align:center;
	}

.hmTextAlt
	{
	width: 35%;
	float:left;
	padding: 1%;
	background-color: transparent;
	text-align:center;
	}	

.hmSpecial
	{
	width: 25%;
	margin-top: 2%;
	padding: 1%;
	float:right;
	background-color: rgba(40, 40, 40, .7);
	border: 1px #6C6C6C solid;
	}
	
.pgMain
	{
	width: 60%;
	float:left;
	padding: .5% 1%;
	margin-top: .5%;
	background-color: rgba(40, 40, 40, .7);
	border: 1px #6C6C6C solid;
	}

.pgMedia
	{
	width: 34%;
	float:right;
	margin-top: .5%;
	background-color: transparent;
	text-align:center;
	}
	
.comWrapper
	{
	width : 100%;
	background-color: rgba(0, 0, 0, .7);
	margin-top: -4px;
	border-top: 1px #DCDCDC solid;
	}

.imageHeader
	{
	width : 100%;
	margin: 0px auto;
	background-color: transparent;
	}

.content
	{
	max-width : 1200px;
	width : 98%;
	margin: 0px auto;
	padding: 1%;
	background-color: transparent;
	}
			
.center
	{
	max-width : 1200px;
	width : 98%;
	margin: 0% auto;
	padding: 1%;
	background-color: transparent;
	text-align:center;
	}

.oneCol
	{
	width: 98%;
	margin: 0% auto;
	background-color: rgba(40, 40, 40, .7);
	border: 1px #6C6C6C solid;
	}
	
.twoCol
	{
	float:left;
	width: 44%;
	margin: 1.5% 0% 2% 4%;
	background-color: rgba(40, 40, 40, .7);
	border: 1px #6C6C6C solid;
	}

.fourCol
{
	float:left;
	width: 21%;
	margin: 0% 0% 0% 2.0%;
	padding: 10px;
	background-color: rgba(40, 40, 40, .7);
	border: 1px #6C6C6C solid;
	border-radius: 15px;
}

.colText
	{	
	width: 96%;
	margin: 0 auto;
	background-color: transparent;
	padding: .5% 1%;
	}
	
.colTextCen
	{	
	width: 94%;
	margin: 0 auto;
	background-color: transparent;
	padding: 0% 2% 1% 2%;
	text-align:center;
	}
		
.spacer
	{
	width: 100%;
	height:10px;
	background-color: transparent;
	clear:both
	}



/* ===== Text styles ===== */

h1 /* Main Heading Text */
	{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #DCDCDC;
	font-size: 1.6em;
	font-weight: normal;
	text-decoration: none;
	}

h2 /* Main Heading Text */
	{
	font-family:Palatino Linotype, Geneva, sans-serif;
	margin: 0px;
	color: #DCDCDC;
	font-size: 1.4em;
	font-weight: normal;
	text-decoration: none;
	}

h3 /* Main Heading Text */
	{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #DCDCDC;
	font-size: 1.2em;
	font-weight: normal;
	text-decoration: none;
	}

.siteText  
	{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #DCDCDC;
	font-size: 1.0em;
	font-weight: normal;
	text-decoration: none;
	}
	
.goldText  
	{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #DCD2A0;
	font-weight: normal;
	text-decoration: none;
	}
	
li
	{
	font-family:Palatino Linotype, Geneva, sans-serif;
	color: #DCDCDC;
	font-size: 1.0em;
	line-height:1.25;
	}
	
	.redText /* Red Text */
	{    
     font-family: Palatino Linotype, Geneva, sans-serif;  
     color: #D20000; 
     font-size: 0.9em; 
     font-weight: bold; 
     text-decoration: none;
	}

/* ===== 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;
	}
	
.imgBorder
	{
	max-width : 100%;
	height : auto;
	width : auto;
	border:1px #6C6C6C solid;
	}

.imgGal
{
	max-width : 100%;
	height : auto;
	width : auto;
	margin: 0px 2% 3% 0%;
	border: 1px #DCDCDC 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;
	border-top: 1px #DCDCDC solid;
	text-align:center;
	}
	

/* ===== MEDIA SCREENS ===== */

@media screen and (max-width: 1100px) 	
	{	
			
	.fourCol
	{
	width: 42%;
	margin: 1% 0% 0% 3.0%;
	}
	
	}


@media screen and (max-width: 890px) 	

	{
					
	.slides {
	width: 100%;
	}
	
	.hmMain
	{
	width: 99%;
	}
	
	.hmSpecial
	{
	width: 98%;
	float:left;
	}
	
	.hmImg
	{
	width: 100%;
	float:left;
	text-align:center;
	}

	.hmImgAlt
	{
	width: 100%;
	float:left;
	text-align:center;
	}
	
	.hmText
	{
	width: 100%;
	float:left;
	}
	
	.hmTextAlt
	{
	width: 100%;
	float:left;
	}
	
	.pgMain
	{
	width: 96%;
	margin-top: 2%;
	}

	.pgMedia
	{
	width: 98%;
	float:left;
	margin-top: 2%;
	}
		
	.center
	{
	margin: 0% auto 3% auto;
	}
	
	.pgMain
	{
	width: 96%;
	margin-top: 2%;
	}
	
	.pgMedia
	{
	width: 96%;
	text-align:center;
	}
				
	}
	
	@media screen and (max-width: 740px) 	
	{
			
	.bannerLogo
	{
	width: 98%;
	text-align:center;
	}

	.bannerCatch
	{
	width: 98%;
	text-align:center;
	}
	
	.twoCol
	{
	width: 95%;
	margin: 5% 0% 2% 3%;
	}
	
	.fourCol
	{
	width: 90%;
	margin: 1% 0% 0% 3.0%;
	}
							
	}
	
	
@media screen and (max-width: 540px) 	
	{
	
			
	h1 /* Main Heading Text */
	{
	font-size: 1.4em;
	}
	
	h2 /* Main Heading Text */
	{
	font-size: 1.2em;
	}
	
	}

