/*CSS Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

/*Text Styling*/
h1 {
	margin:0; 
	font-size: 24px
}
h2 {
	margin:0; 
	font-size: 20px
}
h3 {
	margin:0;
	font-size: 16px;
}
h4 {
	margin:0;
	font-size:14px;
}
h5 {
	margin:0;
	font-size:12px;
}
h6 {
	margin:0;
	font-size:10px;
}
p {
	margin: 0 0 10px 0;
	font-size: 14px;
	line-height:22px;
}
.b { 
	font-weight:bold;
}
.i {
	font-style:italic;
	
}
.nomar {
	margin:0;
}
li {
	margin:0; 
	font-size: 14px;
	cursor:pointer;
}
.center {
	text-align:center;
}
.smallindent {
	margin: 0 0 0 15px;
}
.indent{
	margin: 0 0 0 45px;
}
.just {
	text-align:justify;
	text-justify:inter-word;
}

/*Style rules that apply to links in the content area*/
.main a:link {color:#9F382C;}      	/* unvisited link */
.main a:visited {color:#9F382C;}  	/* visited link */
.main a:hover {color:#761C16;}  	/* mouse over link */
.main a:active {color:#761C16;}  	/* selected link */ 

/* Style Rules that apply to all pages*/
#bold {
	font-weight: bold;
	}
#donate_button {
	width: 100px;
	float: right;
	margin-right: 55px;
	}
img {
	border: none;
	margin:0;
	padding:0;
}
.imgbox {
	padding:5px;
	border: 1px solid #EDEDED;
	display:inline-block;
}
.transbox {
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
	background-color:rgba(0,0,0,0.3); 
	vertical-align:middle;
	
}
.transbox:hover{
	opacity:.6;
}
.transtext {
	opacity:none;
}
.imgbox img {
	display:block;
	float:left;
}
.wrapleft {
	float:left;
	margin: 5px 10px 5px 0;
}
.wrapright {
	float: right;
	margin: 5px 0 5px 10px;
}
.wrapblock {
	overflow:hidden;
	vertical-align:middle;
}
body {
	margin:0;
	padding:0;
	font-family: "Ubuntu", Helvetica, Arial, sans-serif;
	background-image:url(../img/gradient.jpg);
	background-repeat: repeat-x;
}
.topbanner { /*Banner across the top of the screen*/
	width:100%;
	margin:auto;
	padding-top:20px;
	overflow:hidden;
}
.bannercontainer { /*Logo and slogan container*/ 
	position:relative;
	margin:auto;
	width:960px;
	font-size:0px;
	text-align:left;
	overflow:hidden;
	
}
footer {
	margin: 0 auto;
	text-align: center;
	float: center; 
	clear: both;
}
.logocontainer{ /*Logo container in the top banner*/
	float:left;
	margin-bottom: 7px;
}
#buttons {
	float: right;
	width: 355px;
	height: 50px;
	padding-top: 15px;
	}
.main { /*main window*/
	margin: 0 auto;
	margin-top: 7px;
	width:960px;
	background-color: white;
	
}
.column {
	width: 380px;
	height: 400px;
	float: left;
	margin: 0 auto;
	
	}
#box {
	margin: 0 auto;
	margin-top: 7px;
	width:760px;
	padding: 20px 100px 20px 100px;
	line-height: 25px;
	}
#recentevents {
	width: 603px;
	border: 7px solid #BF8A33;
	height: 160px;
	background-color: #FFF;
	margin-top: 7px;
	padding: 10px;
	float: left;
	clear: none;
	overflow: scroll;
	overflow-x: hidden;
	}
#sponsors {
	width: 281px;
	border: 7px solid #BF8A33;
	height: 160px;
	background-color: #FFF;
	margin-top: 7px;
	margin-left: 7px;
	padding: 10px;
	float: left;
	clear: none;
	overflow: scroll;
	overflow-x: hidden;
	line-height: 25px;
	}

/*Navigation Styling*/
#navbox1{
	width:auto;
}
#navbox2{
	width:960px;
	margin:auto;
}
nav{
	background-color:#9F382C;
	background-image: url(../img/navtexture.png);
	background-repeat: repeat-x;
	width:auto;
}

nav a {
	text-decoration: none;
}
nav ul ul {
	display: none;
}
nav ul li:hover > ul {
	display: block;
}
nav ul {
	list-style: none;
	position: relative;
	z-index:5;
	width:auto;
}
nav ul:after {
	content:"";
	clear:both;
	display:block;
}
nav ul li {
	float:right;
}
nav ul li:hover {
	background-color: #770505;
}
nav ul li a {
	display: block;
	color:#FFF;
	line-height: 36px;
	padding: 0 18px 0 18px;
}
nav ul ul {
	background-color:#991B1E;
	position:absolute; 
	top: 100%;
}
nav ul ul li {
	float: none; 
	position: relative;
	text-shadow:none;
}
nav ul ul li a {
	display:block;
	line-height:36px;
	padding: 0 15px 0 15px;
}
nav ul ul li :hover {
	background-color: #770505;
	text-shadow: 0px 1px 0px #000;
}
nav ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}
nav ul .selected {
	color: #FFF;
	text-decoration: none;
}
.buttons .button {
	font-size:13px;
	font-weight:500;
	font-family:Arial;
}
.buttons .selected { /*Button currently selected*/
	background-color: #770505;
}
.buttons .seperator{ /*Vertical divider between horizontal buttons*/
	height:36px;
	width:1px;
	background-color:#FFF;
	position: inline;
	float:right;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #FFF;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
}

/*Column layouts*/
.gridlay{ /*Column container*/
		width:100%;
	display: block;
}
.col{ /*generic column styling*/
	
	display: table-cell;
	vertical-align:top;
	
}
.upperrow { /*upper row bottom spacing - do not use on lowest row*/
	margin-bottom: 5px;
}
.col2{ /*2column*/
	width:455px;
	
}
.col3{ /*3column*/
	width:315px;
}
.sidebar{
	width:160px;
}
.sidecol{
	width:780px;
}
.side2col {
	width: 380px;
}
.sidebarnav {
	list-style: none;
	background-color:#FFF;
}

/*Sidebar Navigation */
.sidebarnav  ul{
	list-style: none;
	padding: 0 0 0 15px;
}
.sidebarnav li {
	margin: 5px 0 5px 0;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
}
.sidebarnav ul ul{
	list-style: none;
	margin: 0 0 0 30px;
}
.sidebarnav ul li{
	background-color:#FFF;
}
.sidebarnav a {
	display:block;
	background-color:#9F382C;
	padding: 5px 0 5px 10px;
}
.sidebarnav li a:hover {
	background-color: #761C16;
	text-shadow: 0px 1px 0px #000;
}
.sidebarnav li a.selected{
	color: #FFF;
	text-decoration: underline;
	background-color: #761C16;
}
.sidebarnav a:link {color:#FFF;text-decoration:none;}
.sidebarnav a:visited{color:#FFF;text-decoration:none;}
.sidebarnav a:hover{color:#FFF;text-decoration:none;}
.sidebarnav a:active{color:#FFF;text-decoration:none;}

/*Form Styling*/
.fieldcon {
	margin:5px auto;
	padding:5px;
	height:35px;
	line-height:35px;
	border: 1px solid #EDEDED;
}
label {
	margin:0 0 0 10px;
	float:left;
}
input[type="text"] {
	width:150px;
	float:right;
	margin: 7px 0;
}
input[type="submit"] {
	width:150px
}
select {
	float:right;
	margin: 8px 0;
	width:200px;
}
.submitcon {
	width:170px;
	border:0;
}
.form {
	margin:20px auto 0 auto;
}
.formbox {
	width:500px;
	margin:auto;
}
#contactform input[type="submit"] {
	margin: 10px;
}

#message {
	width: 480px;
	height: 109px;
	margin:auto;
	display:block;
	resize:none;
}
form .fieldnote {
	margin:0 10px;
	float:left;
	font-size:12px;
}
#messagecon {
	height:150px;
	float:none;
}
#captchacon {
	height:120px;
	width:445px;
	float:none;
	border:0;
}

/*Calendar Styling*/
.event {
	border:1px solid #ededed;
	padding: 5px;
	margin: 0 0 10px;
}
#events .last {
	margin:0;
}
.event .description p {
	margin:0;
}
.event .description img {
	max-width:920px;
}
.event ol, .event ul {
	margin: 0 40px;
}
.event h1 {
	font-size:24px;
}
.event h2 {
	font-size:20px;
}
.event h3 {
	font-size:18px;
}
.event h4 {
	font-size:16px;
	font-weight:normal;
}
.event h5 {
	font-size:15px;
	display:inline;
	margin: 0 10px 0 0;
	font-weight:normal;
}
.event h6 {
	font-size:16px;
}
.event .description h4 {
	font-weight:bold;
}
.event .description h5 {
	font-weight:bold;
	display:block;
}
.event p, .event .description div, .event .description pre, .event .description blockquote {
	font-size:16px;
}
.event .description {
	text-align:justify;
	text-justify:inter-word;
	margin-top:20px;
}
.event .description table {
	max-width:920px;
}
.event .description td {
	border:1px solid #ededed;
}