

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




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

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



/*-----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: #1F102E;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1F102E), 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: #FCFAD0;
	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;
}
figcaption {
	text-align:center;
	font-size:.7em;
	padding: .3em;
	}
figure.right {float: right;}







/*----- 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: 0.6em;
	color: #fcfad0;
}
footer a {
	color: #7797b3;
		
}





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