@charset "utf-8";

html {
background: #e8dcc8 url(bg_brand.jpg) repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: auto;
  padding: 0px;
  margin: 0;
}

    
/* For Centering such as li or headers 
html code example
<div class="float_center">
        <ul class="child">
          <li><a href="#">link 1</a></li>
          <li><a href="#">link 2</a></li>
          <li><a href="#">link 3</a></li>
        </ul>
        <div class="clear"></div>
    </div>
*/
.float_center {
  float: right;
  position: relative;
  left: -50%; /* or right 50% */
  text-align: left;
}
.float_center > .child {
  position: relative;
  left: 50%;
}


/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: auto;
	width: 100%;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

.main { 
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin: 10px;
    width: 90%;
	margin-left:auto;
	margin-right:auto;
    border: 15px solid #bfb39b;
    box-shadow: 0 0 20px #7A6B4E;
    -moz-box-shadow: 0 0 20px #7A6B4E;
    -webkit-box-shadow: 0 0 20px #7A6B4E;
    -o-box-shadow: 0 0 20px #7A6B4E;
}  

.content {
    margin-left: auto;
    margin-right: auto;
	font-family:Arial, "Trebuchet MS", sans-serif, Serif;
    width: 90%;
	color:#392105;
    padding:30px;
}

.sidebar{
	background-color: rgba(103,198,82, .45);
	border:1px dotted #010066;
}

p 
	{
	font-family: Arial, Sans-Serif; 
	color: #3f2d0c; 
	font-size: 13pt; 
	font-weight: bold; 
    text-align: center;
	} 
    
h1{
	font-family: "comic sans ms", Arial, "Trebuchet MS", sans-serif, Serif; 
	color: #3f2d0c; 
	font-size:22pt;
	text-shadow: 1px 1px #000000, 2px 2px 5px #000000;
}

h2{
	font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; 
	color: #3f2d0c; 
	text-transform:uppercase;
	font-size:18pt;
	text-shadow: 0px 1px 1px rgba(255,255,255, 1),1px 2px 2px rgba(255,255,255, 1),
             1px 2px 2px rgba(1,0,102, 1);
}

.img{
	border:1px solid #583520;
    box-shadow: 1px 1px #5F3015, 2px 2px 8px #2C1304;
}

.footer{
	font-family:Comic Sans Ms, "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif;
	color:#3f2d0c;
    font-weigth: bold;
    font-size: 9pt;
}

a:link { font-family: Arial, Sans-Serif; font-size: 13pt; color: #000080; text-decoration: underline; }
a:visited { font-family: Arial, Sans-Serif; font-size: 13pt; color: #704072; text-decoration: underline; }
a:active { font-family: Arial, Sans-Serif; font-size: 13pt; color: #970000; text-decoration: underline; }
a:hover { font-family: Arial, Sans-Serif; font-size: 13pt; background-color: #86380b; color: #ffffff; text-decoration: underline; }


a:link.menu { color: #67C652; text-decoration: none; text-transform:uppercase; font-size:11pt; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; }
a:visited.menu { color: #67C652; text-decoration: none; text-transform:uppercase; font-size:11pt; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; }
a:active.menu { color: #67C652; text-decoration: none; text-transform:uppercase; font-size:11pt; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; }
a:hover.menu { color: #ffffff; text-decoration: none; text-transform:uppercase; font-size:11pt; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; }


a:link.footer { font-size: 9pt; color: #000080; text-decoration: none; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; }
a:visited.footer { font-size: 9pt; color: #EBDCEC; text-decoration: none; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; }
a:active.footer { font-size: 9pt; color: #F7F9C7; text-decoration: none; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; }
a:hover.footer { font-size: 9pt; background-color: #86380B; color: #ffffff; text-decoration: none; font-family: "Franklin Gothic Medium", Arial, "Trebuchet MS", sans-serif, Serif; }

hover.socialHeader { color: #67C652; text-decoration: none; }

/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
border: 0;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}


/* Mobile Layout: 599px and below. */

#header{
    margin-left: auto;
    margin-right: auto;
    display: block;
	text-align: center;
    width: 100%;
    max-width: 1000px;
    background: #bba183;
    border-bottom: 3px ridge #8a3b16;
	} 
     
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
    max-width: 1000px;
	clear: none;
	float: none;
}
#div1 {
    margin-left: auto;
    margin-right: auto;
    background: #bba183;
}

.ped {
     margin-left: auto;
     margin-right: auto;
     text-align: center;
     width: 90%; 
     background: #bba183; 
     border: 2px outset #e9dbba; 
     padding-bottom: 8px;
 }

.pedtable {
     margin-left: auto;
     margin-right: auto;
     text-align: left;
     width: 60%;
     font-family: arial, sans-serif;
     font-size: 15px;
 }
 
#socialHeader {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	clear: both;
	margin-left: 0;
}

.gridContainer.clearfix #div1 #socialHeader {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 22pt;
	font-weight: bold;
	font-family: "Franklin Gothic Medium";
	color: #01006C;
    background-color: #bba183;
}
#headerSlides {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#headerNav {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
#headerNav {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
    max-width: 1000px;
	border-bottom: none;
}
.gridContainer.clearfix {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
    width: 100%;
    max-width: 1000px;
	border-bottom: none;
}

/* Tablet Layout: 600px to 900px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 600px) {

.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	margin: none;
}
#div1 {
}
#logoHeader {
width: 61.8784%;
}
#socialHeader {
padding-top:10px;
font-size: 20pt;
width: 36.464%;
margin-left: 1.6574%;
clear: none;
}
#headerSlides {
}
#headerNav {

}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 800px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 900px) {

.gridContainer {
	width: 100%;
	max-width: 1000px;
	padding-left: 0.5434%;
	padding-right: 0.5434%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#logoHeader {
width: 66.3003%;
}
#socialHeader {
width: 32.6007%;
padding-top:20px;
font-size: 24pt;
clear: none;
margin-left: 1.0989%;
}
#headerSlides {
}
#headerNav {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

/* -----------------------------------
Form - narrow
----------------------------------- */

.row-form {
	clear: left;
	overflow: hidden;
	zoom: 1;
	margin: 0 0 1em;
}

.label {
	display: block;
	margin: 0 0 .1em;
}

.input, .select, .textarea {
	width: 100%;
 *width: 90%;
	box-sizing: border-box;
	border: 1px solid #999;
	border-radius: .3em;
}

.input, .textarea {
	padding: 5px;
}

.textarea {
	height: 150px;
}

.radio {
	margin-left: 1px;
	margin-right: .5em;
}

.form-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.btn {
	display: inline-block;
	margin: 0;
	padding: .7em 1.2em;
	border: 0;
	border-radius: .3em;
	color: #fff;
	background-color: #010066;
	line-height: 1;
	font-family:Arial, Helvetica, sans-serif
}

.btn:focus {
	background-color: #67C652;
}

.btn:hover {
	background-color: #67C652;
}

.btn:active {
	background-color: #010066;
}

/* -----------------------------------
Form - wide
----------------------------------- */

@media (min-width:33em) {

.submission-form {
	max-width: 40em;
}

.label {
	float: left;
	width: 25%;
	margin: 0 2% 0 0;
	text-align: right;
}

.input, .select, .textarea {
	float: left;
	width: 70%;
}

.form-indent {
	margin-left: 27%;
	width: 70%;
}
}

