/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	color:#FFF;
	background-color: #FFFFFF;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 1.6;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}


.slider-wrapper {
	width: 80%;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}

.mainheader {
	margin-top: 20px;
	margin-bottom: 5px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	text-align: right;
}

.contentbody {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

.footer {
	font-size: 16px;
	color: #FFF;
	background-color: #000000;
	margin-top: 20px;
	margin-bottom: 0px;
	height: 100px;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}

.footercontent {
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}

.sectionheader {
	background-color: #000;
	height: 45px;
	margin-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	text-align: center;
	width: 500px;
	color: #8c181b;
	text-transform: uppercase;
	font-size: 40px;
	font-family: 'Special Elite', cursive;
	vertical-align: middle;
	font-weight: bold;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #8c181b;
	border-right-color: #8c181b;
	border-left-color: #8c181b;
	padding-top: 10px;
}

.content {
	background-color: #000000;
	width: 500px;
	text-align: left;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #8c181b;
	border-bottom-color: #8c181b;
	border-left-color: #8c181b;
	border-left-width: 3px;
}

.contentpadding {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.icons {
	margin-top: 8px;
	margin-left: 5px;
}

li {	
	padding-top: 10px;
	list-style:none;
	list-style-position:outside;
	margin:0px;
	left:0px;
}


ul { 
	list-style:none;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	overflow:auto;
}
					
ul li {
	margin:10px;
	margin-left:0px;
	padding:5px;
	overflow:auto;
	background-color:#CCCCCC;
}

.icon_padding {
	margin-right: 10px;
}

a.footer:link {
	color: #FFF;
}

a.footer:visited {
	color: #FFF;
}

a.footer:active {
	color: #FFF;
}

a.footer:hover {
	color: #8c181b;
}

a.content:link {
	color: #000;
}

a.content:visited {
	color: #000;
}

a.content:active {
	color: #000;
}

a.content:hover {
	color: #8c181b;
}

a.mainheader:link {
	color: #FFF;
	font-size: 18px;
}

a.mainheader:visited {
	color: #FFF;
}

a.mainheader:active {
	color: #FFF;
}

a.mainheader:hover {
	color: #8c181b;
}
