

/*-----CONTAINER -----*/
#container {
	min-width: 320px;
	max-width: 1140px;
	background-color: #595302;
}




/*-----HEADER -----*/
header {background-color: #F2C894;
background: #F2C894;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#595302)); /*Android*/
	background: -webkit-linear-gradient(top,  #3f3f3f 0%,#F2C894 100%); /*Safari, Chrome*/
	background: -o-linear-gradient(top,  #3f3f3f 0%,#F2C894 100%); /*Opera on Windows*/
	background: linear-gradient(to bottom,  #3f3f3f 0%,#F2C894 100%);
}

/*Company logo*/
header img {
	width:100%;
	padding: .8em;
}



/*-----DECORATIVE BAR -----*/
div.decorativeWrapper{display:none;}




/*-----NAVigation -----*/
button#showPhoneNav {
	color: #FFF;
	font-weight:600;
	display: block;
	border: 1px #222 solid;
	border-radius: 10px; 
	margin: 2%;
	padding: .75em 0; 
	width: 96%;
	
	background: #403501;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#403501), color-stop(100%,#272727)); /*Android*/
	background: -webkit-linear-gradient(top,  #1F102E 0%,#272727 100%); /*Safari, Chrome*/
	background: -o-linear-gradient(top,  #1F102E 0%,#272727 100%); /*Opera on Windows*/
	background: linear-gradient(to bottom,  #1F102E 0%,#272727 100%);
}
ul#myNav {
	display: none;	
}


nav ul {
	border: 1px #ccc solid;
	border-radius: 14px; 
	margin: .5em 2%; 
	background-color: #1F102E; 
	box-shadow: 0 0 5px #666;
}

nav ul li a {
	display:block;
	text-align:center;
	padding: .6em;
	border-top: 1px #cccccc solid;
	color:#666;
	text-decoration:none;
	font-weight: 600;
	
}

nav ul li:first-child a {border-top: none;}

nav ul li.selected a {
	color: #0046eb;	
}





/*-----CONTENT -----*/
div.contentWrapper {}
div.contentWrapper div.left {}
div.contentWrapper div.middle {}

#content {
	min-height: 15em;
	background-color: #F2C894;
	padding: .5em 2%;
}

#content h2{
	font-size: 1.5em;
	font-weight:600;
	color: #6e0000;
	padding-top: 1.4em;
	border-bottom: 2px solid #6e0000;
}

#content h3{ 
	font-size: 1.3em;
	font-weight:600;
	color: #333;
	padding-top: 1.1em;
}

#content p {
	font-size: .9em;
	color: #333;
	padding-top:.5em;
	padding-left:.3em:
	line-height:130%;	
}

#content a {
	color: #0046eb;	
}

#content strong {font-weight: 600;}

#content ul li {
	margin-left: 6%;
	padding: .4em;
	font-size: .9em;
	list-style-type:square;
	color: #444;
	line-height: 125%;
}





/*-----IMAGES -----*/
figure.w50 img {width: 100%;}
figure.w50 {
	background-color: #fff;
	width: 100%;
	border: 1px solid #999;	
	box-shadow: 2px 2px 5px rgba(63, 63, 63, 0.5);
	margin-top:.5em;
	padding: .5em;
}
figure.lrg img {width: 100%}
figure.lrg {
	background-color: #fff;
	width: 100%;
	border: 1px solid #999;	
	box-shadow: 2px 2px 5px rgba(63, 63, 63, 0.5);
	margin-top: 1em;
	padding: 1em;
}
figcaption {
	text-align:center;
	font-size:1em;
	padding: .3em;
	}
figure.right {float: right;}

form#membership {
	margin: 1em 3%;
}

fieldset {
	background-color: #8C851F;	
	border-radius: .8em;
	margin: #403501 solid 2px;
	
}

legend {
	color: #8C851F;
	margin-left: 6%;
	padding: .5em;
	border: #292827 solid 1px;
	background-color: #F2C894;
	border-radius: .4em;
}

/*this is the user instructions for each input. name,, address, email etc. */
label {
	display:block; /* forces a hard return and allows margin to be assigned*/
	margin: .5em;
	
}

label span {
	display:block;
	font-size:.8em;
	color: #292827;
	padding-top: 1em;
	padding-bottom: .5em;
}

/*where the user enters their information*/
label input {
		background-color: #fffcf2;
		color: #917a56;
		background-position:4px -11px; /*shows the grey box*/
		background-repeat: no-repeat;
		padding:.4em .4em .3em 2em;
		border: solid 1px #b0aaa0;
		border-radius: 5px;
		font-size:.9em;
		width: 90%;
		max-width: 500px;
}

/*The input that currently has the focus*/
input:focus {
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5) inset;	
}

/*identifies all required fields*/
input:required {
	background-position:4px -61px; 
}

/*Validation*/
input:focus:invalid {
  background-position:4px -111px; 
}

/*Valid*/
input:required:valid {
  background-color: #fff;
  background-position: 4px -161px; 
}

.submitBtn {
	color: #fff;
	border: solid 1px #111;
	border-radius:7px;
	width: 50%;
	margin:.5em 0;
	font-size: 1em;
	padding: .6em;
	background: #CEDEF2;
	box-shadow: 4px 4px 10px #666;
}






/*----- FOOTER -----*/
footer {clear: both;}
footer div.left {}
footer div.middle {
	background: #3f3f3f;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3f3f3f), color-stop(100%,#272727)); /*Android*/
	background: -webkit-linear-gradient(top,  #3f3f3f 0%,#272727 100%); /*Safari, Chrome*/
	background: -o-linear-gradient(top,  #3f3f3f 0%,#272727 100%); /*Opera on Windows*/
	background: linear-gradient(to bottom,  #3f3f3f 0%,#272727 100%);
}

footer p {
	padding: 0.8em;
	text-align: center;
	font-size: 1.3em;
	color: #fcfad0;
}
footer a {
	color: #7797b3;
		
}





/*OTHER STUFF*/
div.keepOpen {clear: both;}