@charset "utf-8";


/* -- HTML Elements -- */
/*** BEGIN WEB MAIN LAYOUT ***/

body {
	padding: 0;
	margin: 0;
	text-align: left;
	background: url(/images/back_blue.gif) no repeat;
	background-position: top center;
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;
}

a:link,a:visited {
	color: #00417b;
	}

}

#header h1 {
	margin: 0;
	text-indent: -9999px;
	}

#tag-line {
	position: absolute;
	top: 194px;
	right: 30px;
	width: 290px;
	line-height: 35px;
	color: #fff;
	text-transform: uppercase;  font-weight; bold:
	}


/* Navigation */

#nav {
	position: relative;
	margin: 0;
	padding: 0px 0 0 60px;
	height: 35px;
	list-style: none;
	font-size: 1.2em;
	background-image: url(/imgs/bd_nav_bg.jpg);
	z-index: 2;
	}

#nav li {
	position: relative;
	float: left;
	padding: 0 20px;
	height: 35px;
	line-height: 32px;
	border-left: 1px solid #000033;
	}

li#nav-home {
	border: none;
	}

#nav li a {
	display: block;
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;}

#nav li:hover,#nav li.over {
	background-image: url(/imgs/menubg.gif);
}

#nav ul {
	display: none;
	position: absolute;
	top: 35px;
	left: -1px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #131a25;
	border-left: 1px solid #131a25;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
	opacity: .9;
	z-index: 2;
	}

#nav li:hover ul,#nav li.over ul {
	display: block;
	}

#nav li li {
	float: none;
	padding: 0;
	height: 30px;
	line-height: 23px;
	border-left: none;
	border-bottom: 1px solid #666666;
	}

#nav li li a {
	padding-left: 2.3em;
	height: 30px;
	font-weight: normal;
	background: transparent url(/imgs/mav.gif) 2px 2px no-repeat;
	}

#nav li li.alt-1 a {
	background-image: url(/imgs/mav.gif);
	}

#nav li li.alt-2 a {
	background-image: url(/imgs/mav.gif);
	}

#nav li li.alt-3 a {
	background-image: url(/imgs/mav.gif);
	}
	
#nav li li.alt-4 a {
	background-image: url(/imgs/mav.gif);
	}

#nav li li a:hover {
	font-weight: bold;
	background-color: #990000;
	background-image: url(/imgs/mav.gif);
	}

#nav-about {
	width: 12em;
	}

#nav-events {
	width: 12em;
	}
#nav-donate {
	width: 14em;
	}

#nav-resources {
	width: 11em;
	}
	
#nav-contact {
	width: 10em;
	}

#nav abbr {
	border-bottom: none;
	}
	

/* end nav */
.past_date {
	color: #F00;
	text-align: center;
}
.Sponsors {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #091059;
	text-align: left;
}
.help {
	text-align: center;
}
.Assist {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #900;
	text-align: left;
	letter-spacing: 3px;
}
.green_headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #F00;
	text-align: left;
}
.red {
	color: #900;
	text-align: center;
}

