@charset "utf-8";
/* CSS Document */

html {
	background-image:url(/images/template/bg-repeat-slice.png);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#681115;
}
body {
	text-align: center; /* IE centering */
	margin: 0px auto;
	padding: 0px;
	background-repeat:no-repeat;
	background-position:top center;
}
body, font {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px
}
.home {
	background-image:url(/images/template/bg-home.jpg);
}
.sub {
	background-image:url(/images/template/bg-sub.jpg);
}
* { /* ZERO DEFAULTS */
    margin:0px;
    padding:0px;
}
#wrapper {
	text-align: left; /* fix for IE centering */
	margin: 0px auto; /* non-IE centering */
}
#container {
	width:1000px;
	text-align: left; /* fix for IE centering */
	margin: 0px auto; /* none-IE centering */
}
.clear {
	clear:both;
}
a {
	font-weight:bold;
	text-decoration:underline;
	color: #f02e38;
}
a img {
	border:none;
}
h1 {
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	color:333;
}
h2 {
	font-size:14px;
	line-height:20px;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	color:333;
}
h3 {
	font-size:12px;
	line-height:20px;
	font-weight:bold;
	font-style:italic;
	text-transform:uppercase;
	color:333;
}

/* Header styles */

#header {
	height:116px;	
}
#logo {
	float:left;
	margin:15px 0px 0px 11px;
	width:415px;
}
#logo a {
	outline:none;	
}
#socialMedia {
	float:right;
	width:780px;
	height:34px;
	margin:8px 0px 2px 0px;
	padding:0px;
	text-align:right;
	line-height:0px;
}

/* Content styles */

#banner {
	float:left;
	width:1000px;
	height:110px;
	padding:80px 0px 0px 44px;
}
#banner h1 {
	font-weight:bold;
	font-size:50px;
	line-height:50px;
	font-style:italic;
	text-transform:uppercase;
	color:#fff;	
}
#contentContainer {
	float:left;
	width:1000px;
	padding-bottom:10px;
	background-color:#fff;
}
#content {
	float:left;
	margin:20px 0px;
}
#contentArea1 {
	float:left;
	width:525px;
	margin:0px 30px 20px 46px;
}
#contentArea2 {
	float:left;
	width:380px;
	margin:-222px 0px 20px 0px;
}
#tunnels {
	float:left;
	margin: 20px 0px 0px 11px;
}
.pullQuote {
	float:left;
	padding:25px 0px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align:center;
}
.pullQuote h2 {
	font-size:20px;
	font-style:normal;
}

/* Footer styles */

#footerContainer {
	float:left;
	width:1000px;
	background-image:url(/images/template/bg-footer.png);
	background-repeat:no-repeat;
}
#footerContainer a {
	color:#fff;	
}
#footerContainer #logo {
	margin-left:40px;	
}
#footerContainer #nav {
	margin-top:46px;
}
#footerDetails {
	float:left;
	width:1000px;
	margin: 56px 0px;
	font-size:11px;
	color:#fff;
}

/* Button styles */

.btnEvents {
	float:left;
	display:block;
	width:326px;
	height:152px;
	margin-right:2px;
	background-image:url(/images/btn-events.png);
	background-position:top left;
	text-decoration:none;
	font-size:0px;
	color:#fff;
	outline:none;
}
.btnEvents:hover {
	background-position:bottom;
}
.btnOurTeam {
	float:left;
	display:block;
	width:326px;
	height:128px;
	margin-top:22px;
	margin-right:2px;
	background-image:url(/images/btn-our-team.jpg);
	background-position:top left;
	text-decoration:none;
	font-size:0px;	
	color:#fff;
	outline:none;	
}
.btnOurTeam:hover {
	background-position:bottom;
}
.btnOurStory {
	float:left;
	display:block;
	width:326px;
	height:152px;
	background-image:url(/images/btn-our-story.png);
	background-position:top left;
	text-decoration:none;
	font-size:0px;	
	color:#fff;
	outline:none;	
}
.btnOurStory:hover {
	background-position:bottom;
}
.btnOurSponsor {
	float:left;
	display:block;
	width:326px;
	height:152px;
	background-image:url(/images/btn-our-sponsor.png);
	background-position:top left;
	text-decoration:none;
	font-size:0px;	
	color:#fff;
	outline:none;	
}
.btnOurSponsor:hover {
	background-position:bottom;
}
