@charset "UTF-8";
/* CSS Document */

/*
Design by OMAC Advertising
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 fonts  
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Audiowide');

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* 
    CSS Reset
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */	

* {	margin: 0;	padding: 0;}

/* HTML5 display-role reset for older browsers */
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* 
     Body ELements
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */	

html {font-size: 100%; }

body {
	margin: 0 auto;
	background-color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

/* - - - - - - - - - - - - - - - - - - - -*/
/*            Content Wrapper             */
/* - - - - - - - - - - - - - - - - - - - -*/
.wrapper {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;

	}
	


/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* 
    Hyper Links - General
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */	

a {
	text-decoration: none;
	color: #056839;
	}
a:visited {
	text-decoration: none;
	color: #056839;
	}
a:hover {
	text-decoration: none;
	color: #003200;
	}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
	outline: 0;
	text-decoration: none;
	color: #003200;
}

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }


/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* 
    Heading Style
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */	

h1 {
	display: block;
	font-size: 2.5em;
	margin-top: .5em;
	margin-bottom: .5em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bolder;
	line-height: 50px;
	color: #05387C;
	padding-left: 1.5%;
}/* displays at 32px */

h2 {
	display: block;
	font-size: 1.8em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	line-height: 38px;
	color: #003178;
}/* displays at 24px */


h3 {
	display: block;
	font-size: 1.3em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	color: #046838;
}

h4 {
	display: block;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	font-size: 1em;
	line-height: 18px;
	color: #046838;
}

h5 {
	display: block;
	font-size: 14px;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	color: #05387C;
}

h6 {
	display: block;
	font-size: 4em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	line-height: 70px;
	color: #FF0000;
	padding-left: 1.5%;
	text-align: center;
	float: none;
	top: -50px;
}/* displays at 32px */


/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/  
/*   Large Devices, Wide Screens   1200px - 1025px  */ 
/**-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */	

.seo {
	font-size: 8px;
	color: #CCC;
	float: right;
	text-align: right;
	display: block;
	padding: 3px;
	height: auto;
	width: auto;
}

/* - - - - - - - - - - - - - - - - - - - -*/
/*            Header Elements             */
/* - - - - - - - - - - - - - - - - - - - -*/


header {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	min-height: 100px;
	padding-top: 10px;
	n-bottom: 20px;
	font-size: 17px;/*	background-image: url(../_images/501091692.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-bottom-width: 30px;
	border-bottom-style: solid;
	border-bottom-color: rgba(53,65,74,1);
	margin-bottom: 30px;   */
}
	
.hLogo {
	position: relative;	
	display: block;	
	float: left;
	left: 0px;
	top: 5px;
}
/* - - - - - - - - - - - - - - - - - - - -*/
/*         Slideshow Element              */
/* - - - - - - - - - - - - - - - - - - - -*/
.slideshow {
	display: block;
	float: left;
	height: auto;
	min-height: 400px;
	width: 100%;
	margin-bottom: 10px;
}


.fadein1 {
	position: relative;
	width: 100%;
	height: auto;
	
}
.fadein1 img {position: absolute;left: 0; top: 0px;
}



/* - - - - - - - - - - - - - - - - - - - -*/
/*     Main Body Content Elements         */
/* - - - - - - - - - - - - - - - - - - - -*/
main {
	display: block;
	position: relative;
	float: left;
	height: auto;
	width: 100%;
	}

/* .home {
	background-image: url(../_images/bgPawn.jpg);
	background-size: cover;
	}  */
	

.green { color: #046838;  }
.orange { color: rgba(255,153,0,1);  }
.navy { color: #05387C;  }

.title1 {
	text-shadow: 2px 2px 3px #000;     /* IE9, Safari 5 & Chrome */
	-webkit-text-shadow: 2px 2px 3px #000; /* Safari 3 & 4 */
	-moz-text-shadow: 2px 2px 3px #000; /* Firefox 1+ */
	color: rgba(255,153,0,1);
	font-size: 4em;
	font-weight: bolder;
	line-height: 1em;
}
.title2 {
	text-shadow: 2px 2px 3px #000;     /* IE9, Safari 5 & Chrome */
	-webkit-text-shadow: 2px 2px 3px #000; /* Safari 3 & 4 */
	-moz-text-shadow: 2px 2px 3px #000; /* Firefox 1+ */
	color: rgba(255,153,0,1);
	font-size: 2.8em;
	font-weight: bold;
	line-height: .85em;

}

.title3 {
	text-shadow: 2px 2px 3px #000;     /* IE9, Safari 5 & Chrome */
	-webkit-text-shadow: 2px 2px 3px #000; /* Safari 3 & 4 */
	-moz-text-shadow: 2px 2px 3px #000; /* Firefox 1+ */
	color: #FFF;
	font-style: italic;
	font-size: 2.5em;
	font-weight: bolder;
	font-family: "Comic Sans MS", cursive;
	margin-bottom: 50px;
	line-height: 1em;
}

.title4 {
	text-shadow: 2px 2px 3px #000;     /* IE9, Safari 5 & Chrome */
	-webkit-text-shadow: 2px 2px 3px #000; /* Safari 3 & 4 */
	-moz-text-shadow: 2px 2px 3px #000; /* Firefox 1+ */
	color: rgba(255,255,255,1);
	text-align: left;
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
}

.greenbar {
	height: auto;
	width: 1004px;
	color: #000;
	padding: 10px;
	float: left;
	margin-bottom: 20px;
	position: relative;
	width: 98%;
	box-shadow: 2px 2px 8px 3px #666;    /* IE9, Safari 5 & Chrome */
	-webkit-box-shadow: 2px 2px 8px 3px #666; /* Safari 3 & 4 */
	-moz-box-shadow: 2px 2px 8px 3px #666; /* Firefox 1+ */
	left: 0px;
	top: 0px;
	background: rgba(175,255,206,.5);
	}

.bluebar {
	background: rgba(182,180,255,.5);
	height: auto;
	width: 98%;
	padding: 10px;
	float: left;
	margin-bottom: 20px;
	position: relative;
	color: #000000;
	box-shadow: 2px 2px 8px 5px #3C4B63;    /* IE9, Safari 5 & Chrome */
	-webkit-box-shadow: 2px 2px 8px 3px #3C4B63; /* Safari 3 & 4 */
	-moz-box-shadow: 2px 2px 8px 3px #3C4B63; /* Firefox 1+ */
	top: 0px;
	bottom: 0px;
	}

/* - - - - - - - - - - - - - - - - - - - -*/
/*             Footer Elements            */
/* - - - - - - - - - - - - - - - - - - - -*/

footer {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
	left: 0px;
	top: -3px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #046838;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	box-shadow: 0px 100px 0px  #046838;
	}
	
.fMenu {
	font-size: 16px;
	color: rgba(255,255,255,1);
	background: rgba(5,104,57,1);
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: 600;
}

footer a {text-decoration: none; color: #ffffff; }
footer a:visited {text-decoration: none; 	color: #ffffff; }
footer a:hover {text-decoration: none; color: #003200; }

.fAddress {
	font-size: 10px;
	width: 100%;
	text-align: center;
}


.fCopy {
	font-size: 10px;
	float: left;
}

.fOMAC {
	font-size: 10px;
	text-align: right;
	padding-right: 10px;
}
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/  
/*  Medium Screens & L  1150  */  
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */ 

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

.tMenu {
	position: relative;
	display: block;
	float: left;
	width: 68%;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}

.tPhone {
	position: relative;
	width: 32%;
	display: block;
	text-align: right;
	float: right;
}

}

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/  
/*  Medium Screens & L  1024px - 993px  */  
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-* */ 

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

/* - - - - - - - - - - - - - - - - - - - -*/
/*            Content Wrapper             */
/* - - - - - - - - - - - - - - - - - - - -*/
.wrapper {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1024px;
	}
	
	
.tPhone {
	position: relative;
	width: 70%;
	display: block;

}	
	
     }     

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/  
/* Medium Devices, Desktops   992px - 769px  */ 
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/  

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

/* - - - - - - - - - - - - - - - - - - - -*/
/*            Content Wrapper             */
/* - - - - - - - - - - - - - - - - - - - -*/
.wrapper {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	max-width: 992px;
	}
  }      

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/  
/* Small Devices, Tablets   768px - 481px  */ 
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/  

@media only screen and (max-width : 768) { 

/* - - - - - - - - - - - - - - - - - - - -*/
/*            Content Wrapper             */
/* - - - - - - - - - - - - - - - - - - - -*/
.wrapper {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	max-width: 768px;
	}
	

	
     }      

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/  
/* Extra Small Devices, Phones   481px - 321px  */  
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/  

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

/* - - - - - - - - - - - - - - - - - - - -*/
/*            Content Wrapper             */
/* - - - - - - - - - - - - - - - - - - - -*/
.wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 480px;
	}
	
	h6 {
	
	font-size: 2.5em;
	
	line-height: 50px;
	
}/* displays at 32px */

.tPhone {
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	float: left;
	margin-top: 30px;
}

.slideshow {
	min-height: 150px;
}

.cleft {
	float: left;
	width: 90%;
	text-align: center;
	padding-right: 1.5%;
	padding-left: 1.5%;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.cright {
	float: left;
	width: 90%;
	text-align: center;
	padding-right: 1.5%;
	padding-left: 1.5%;

 }
	
	/* - - - - - - - - - - - - - - - - - - - -*/
/*            Sidebar Elements            */
/* - - - - - - - - - - - - - - - - - - - -*/

.sidebarL {
	width: 100%;
	float: left;
	height: auto;
	margin-top: 15px;
	color: #00626C;
}

.sidebarR {
	width: 100%;
	float: left;
	height: auto;
	margin-top: 15px;
	color: #00626C;
}

main {
	padding-right: 2%;
	padding-left: 2%;
	width: 96%;
}
	
	
    }      

/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/  
/* Custom, iPhone Retina   320px - 50px  */    
/* *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-**/  

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

/* - - - - - - - - - - - - - - - - - - - -*/
/*            Content Wrapper             */
/* - - - - - - - - - - - - - - - - - - - -*/
.wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 310px;
	}
	
	.slideshow {
	min-height: 120px;
}


}
