body {
	background: #990000;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 16px;
	background-image: url(/images/red-texture-bg.gif);
	overflow: auto;
}
h1 { 
    font-weight: normal;
    text-shadow: 0 1px 1px #ffffff;
    padding: 0px;
    margin: 0px;
    color: black;
    background-color: #FFCC66;
    text-align: center
}    
h2 {
	color: #990000;
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
}
h3 {
	padding: 0px;	
	font-size: 10pt;
	margin: 0px;
	color: white;
	background-color: black;
	text-align: center;
}
p {
	padding: 2%;
	color: #663200;	
}
.section-text p {
	padding: 5%;
	color: #663200;	
    text-align: justify;
}
.indent {
  	padding-left: 5%;
  	color: #6E6C6C;
  	font-size: 14px;
}
img {
	text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
	padding-top: 30px;
	padding-bottom: 5px;
}
#wrapper {
	margin: 0 auto;
	max-width: 1020px;
	width: 98%;
	background: #ffffff;
	border: #663200 1px solid;
	border-radius: 2px;
	box-shadow: 0 0 10px 0px rgba(12, 2, 25, 0.8);
}
header {
	padding: 5px;
	background-color: #ffffff;
	text-align: center;
}
.banner img {
	width: 100%;
	border-top: 1px solid #663200;
	border-bottom: 1px solid #663200;
}
.clearfix {
	clear: both;
}
.ctacol {
	width: 100%;
	float: left;
	text-align: center;
}
nav {
	margin: 1px;	
}
nav ul {
	list-style: none;
	margin: 0;
	float: right;
}
nav ul li {
	float: left;
}
nav ul li a {
	display: block;
	padding: 15px 25px 15px 25px;
	font-size: 16px;
}
nav ul li, nav ul li a:hover, nav ul li.active, nav ul li a:visited a{
	
}
a:link {
	color: #000000; 
	font-size: 1.0em;
	text-decoration: none;
	}
a:active {
	color: #990000;
	}
a:visited {
	color: #000000; 
	}
a:hover {
	text-decoration: underline;
	color: #bcc1a6;
	}	
.tagitems { font-family: Trebuchet MS, Arial, Helvetica, sans-serif; color: #99A1A6;}
.goldheader {  color: #CC9900;}
.bolddate {
	font-weight: bold;
	font-style: italics;
}
.bolded {
	font-weight: bold;
	color: #990000;
}
.fsbodytext {  text-indent: 15px;}
.section-content {
	width: 45%;
	float: left;
	margin: 2%;
	text-align: center;
}
.contentbox {
	margin: 20px 0px;
	border-right: black 1px solid;
	padding-right: 10px;
	border-top: black 1px solid;
	padding-left: 10px;
	padding-bottom: 10px;
	border-left: black 1px solid;
	padding-top: 10px;
	border-bottom: black 1px solid;
	background-color: white;
}
.contentform {
	margin: 20px 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: white;}
.red {
	color: red;
}	
footer {
	background: #eeeeee;
	text-align: center;
	width: 100%;
	overflow: hidden;
}
footer p, footer h3 {
	color: #000000;
}
footer p a {
	color: #FEFBE8;
	text-decoration: none;
}
a.footerlink {
	color: #CC9900;
	text-decoration: none;
	}
a.footerlink:link {
	color: #CC9900;	
	text-decoration: none;
	}
a.footerlink:hover {
	color: #FFCC66;
	text-decoration: none;
	}
a.footerlink:visited {
	color: #CC9900;
	text-decoration: none;
	}
.btn {
	padding: 10px 36px;
	margin: 0px;
	box-shadow: none;
	border-radius: 0;
}	
.btn.btn-border {
	color: #242424;
	border: 1px solid;
}
.btn.btn-border.red-5 {
	color:#ed3325;
	border-color:#ed3325;
}
.btn.btn-border:hover.red-5 {
	color:#fff;
	background-color:#ed3325;
	border-color:#ed3325;
}
.btn.btn-red-5 {
	color: #fff;
	background-color: #ed3325;
}
.btn.btn-red-5:hover {
	color: #242424;
	background-color: #fff;
}
a, .btn {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.social-icons-3 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.social-icons-3 li {
	display: inline;
}
.social-icons-3 li a {
	width: 40px;
	height: 40px;
	padding: 0px;
	margin: 0 5px 5px 0;
	text-align: center;
	font-size: 16px;
	color: #fd602c;
	line-height: 39px;
	display:inline-block;
	border-radius: 100%;
	background-color: #fff;
}
.social-icons-3 li a:hover, .social-icons-3 li a.active {
	color: #fff;
	background-color: #fd602c;
}	
.social-icons-3.dark-2 li a {
	color: #fff;
	border: 1px solid #444;
	background-color: #444;
}
.social-icons-3.dark-2 li a:hover, .social-icons-3.dark-2 li a.active {
	color: #242424;
	border: 1px solid #fff;
	background-color: #fff;
}	
.copyright {
	font-size: 12px;
	color: #666666;
	font-family: Arial, Verdana, Helvetica, Sans-serif;
	background-color: #ffffff;
	text-align: center;
	}	
/*--------------------------------MEDIA--------------------------------*/
@media screen and (max-width: 478px) {
	body {
		font-size: 13px;
	}
}
@media (min-width: 992px)
.col-md-8 {
    width: 66.66666667%;
}
@media screen and (max-width: 740px) {
	nav {
		background-color: #ba3232;
	}
	nav ul {
		list-style: none;
		margin: 0 auto;
		padding-left: 0;
		width: 100%;
	}
	nav ul li {
		text-align: center;
		margin-left: 0 auto;
		width: 100%;
		border-top: 1px solid #878E63;
		border-right: 0px;
		border-left: 0px;
	}
	nav ul li a {
		background: #ba3232;
		padding: 8px 0;
		font-size: 16px;
	}
	nav ul li, nav ul li a:hover, nav ul li.active, nav ul li a:visited a{
	width: 100%;
	}
	h1 { 
    font-size: 22px;		
    font-weight: normal;
    text-shadow: 0 1px 1px #ffffff;
    padding: 0px;
    margin: 0px;
    color: black;
    background-color: #FFCC66;
    text-align: center
	}	
	h2 {
	color: #990000;
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
	}
	.section-content {
		float: left;
		width: 100%;
		margin: 0;
		padding-right: 5px;
	}		
}