*{
	margin: 0;
	padding: 0;
	border: none;
}

body{
	background: url("../images/gradient_bg.jpg") repeat-x #e8f1f6;
	color: #000;
	font-family: "Trebuchet MS", Trebuchet, Arial, Sans-serif;
	font-size: 13px;
	line-height: 20px;
}

#wrapper{
	margin: 0 auto;
	padding-top: 98px;
	background: url("../images/snowflakes_bg.jpg") top center repeat-x;
}

#header{
	position:relative;
	margin:0 auto;
	width: 986px;
	height:125px;
	background:url(../images/header.png) no-repeat top left;
}

#logo {
	display:block;
	position:absolute;
	top:33px;
	left:30px;
}

#container{
	margin: 0 auto;
	width: 986px;
	background: url("../images/content_bg.png") repeat-y;
}

.navigation {
	position: relative;
	width: 975px;
	height: 51px;
	margin-left: 11px;
	z-index:100;
}

.navigation li {
	height: 51px;
	background: url("../images/navigation-rev.jpg") 0 0 no-repeat;
	list-style: none;
	float:left;
	position: relative;
}

.navigation a {
	display: block;
	height: 50px;
}

.navigation li a span{
	display: none;
}

.navigation .about{
	width: 132px; 
	background-position: 0 0;
}

.navigation .help{
	width: 186px; 
	background-position: -132px 0;
}

.navigation .resources{
	width: 182px;
	background-position: -318px 0;
}

.navigation .events{
	width: 180px; 
	background-position: -500px 0;
}

.navigation .multimedia{
	width: 141px; 
	background-position: -680px 0;
}

.navigation .contact{
	width: 144px; 
	background-position: -821px 0;
}

.navigation .about a:hover, .navigation .about a.on {
	width: 132px; 
	background: url("../images/navigation-rev.jpg") 0 -51px no-repeat;
}

.navigation .help a:hover, .navigation .help a.on {
	width: 186px; 
	background: url("../images/navigation-rev.jpg") -132px -51px no-repeat;
}

.navigation .resources a:hover, .navigation .resources a.on {
	width: 182px;
	background: url("../images/navigation-rev.jpg") -318px -51px no-repeat;
}

.navigation .events a:hover, .navigation .events a.on {
	width: 180px; 
	background: url("../images/navigation-rev.jpg") -500px -51px no-repeat;
}

.navigation .multimedia a:hover, .navigation .multimedia a.on {
	width: 141px; 
	background: url("../images/navigation-rev.jpg") -680px -51px no-repeat;
}

.navigation .contact a:hover, .navigation .contact a.on {
	width: 144px; 
	background: url("../images/navigation-rev.jpg") -821px -51px no-repeat;
}

.navigation li div {
	color:black;
	position:absolute;
	top:50px;
	left:0px;
	background-color:#F4F6F7;
	z-index:100;
	font-size:12px;
	visibility:hidden;
	border:1px solid #E7ECEF;
	width:auto;
}

.navigation li div a {
	color:black;
	display:block;
	background:none !important;
	text-decoration:none;
	padding:10px;
	width:200px !important;
	height:auto !important;
	border:1px solid #F4F6F7;
}

.navigation li div a:hover {
	color:#2288B9;
	background:white !important;
	width:200px !important;
	height:auto !important;
	border:1px solid #E7ECEF;
}

#content{
	clear: both;
	float: left;
	padding-left: 25px;
	padding-top: 20px;
	width: 640px;
}

#gallery{
	clear: both;
	float: left;
	padding-left: 25px;
	padding-top: 20px;
	padding-right: 25px;
	width: 930px;
}

#breadcrumbs{
	padding-bottom: 10px;
	font-size: 12px;
}

#breadcrumbs ul li{
	display: inline;
	list-style-type: none;
}

h1{
	color: #ef3224;
	font-weight: normal;
	font-family: "Trebuchet MS", Trebuchet, Arial, Sans-serif;
	font-size: 18px;
	line-height: 32px;
}

#content p{
	padding: 10px 0 0 0;
}

h2{
	color: #2288b9;
	font-family: "Trebuchet MS", Trebuchet, Arial, Sans-serif;
	font-size: 16px;
	line-height: 32px;
}

.bold{
	font-weight: bold;
	font-size: 14px;
	padding: 15px 0 0 0;
}

.bold-small{
	font-weight: bold;
	font-size: 13px;
	padding: 15px 0 0 0;
}

.bold-grey{
	color: #787878;
	font-weight: bold;
	font-size: 13px;
	padding: 15px 0 0 0;
}

.right{
	float: right;
	padding-left: 30px;
}

.indented_bullets{
	padding-top: 15px;
	margin-left: 55px;
}

#content a{
	color: #ef3224;
}

#content a.red-arrow {
	color: #ef3224;
	float: right;
	background: url("../images/red_arrow.jpg") right center no-repeat;
	line-height: 26px;
	padding-right: 29px;
}

#content br.clear{
	clear: both;
	margin-bottom: 40px;
}

#gallery a{
	color: #ef3224;
}

#gallery a.red-arrow {
	color: #ef3224;
	float: right;
	background: url("../images/red_arrow.jpg") right center no-repeat;
	line-height: 26px;
	padding-right: 29px;
}

#gallery br.clear{
	clear: both;
	margin-bottom: 40px;
}

input{
	border: 1px solid #ccc;
	width: 250px;
	height: 25px;
	line-height: 30px;
}

textarea{
	width: 550px;
	height: 80px;
	overflow: auto;
	border: 1px solid #ccc;
}

.submit{
	width: 90px;
	height: 31px;
	border: none;
	background: url("../images/submit.gif") no-repeat;
}

label{
	float: left;
}

.rightpad{
	padding-right: 50px;
}

.clearForm{
	margin-left: 0px;
	width: 90px;
	height: 31px;
	border: none;
	background: url("../images/clear.gif") no-repeat;
}

#content br.clear{
	clear: both;
	margin-bottom: 20px;
}

#gallery br.clear{
	clear: both;
	margin-bottom: 20px;
}

blockquote{
	background: url("../images/quote.jpg") top left no-repeat;
	padding-left: 45px;
	margin-top: 10px;
}

#sub_content{
	float: left;
	margin-left: 25px;
	padding-top: 15px;
	width: 296px;
}

#sub_content a{
	color: #2288b9;
}

#donate_button_image{
	position: relative;
	width: 285px;
	height: 100px;
	padding-bottom: 5px;
}

#donate_button_image li{
	position: absolute;
	background: url("../images/donatenow.jpg") 0 0 no-repeat;
	display: block;
	list-style-type: none;
	width: 285px;
	height: 100px;
}

#donate_button_image a{
	display: block;
	width: 285px;
	height: 100px;
}

#donate_button_image #donate_button a:hover{
	background: url("../images/donatenow.jpg") 0 -100px no-repeat;
}

#resources_button_image{
	position: relative;
	width: 285px;
	height: 100px;
	padding-bottom: 5px;
}

#resources_button_image li{
	position: absolute;
	background: url("../images/resources.jpg") 0 0 no-repeat;
	display: block;
	list-style-type: none;
	width: 285px;
	height: 100px;
}

#resources_button_image a{
	display: block;
	width: 285px;
	height: 100px;
}

#resources_button_image #resources_button a:hover{
	background: url("../images/resources.jpg") 0 -100px no-repeat;
}

#upcoming_events{
	width: 255px;
	padding: 0 15px;
	background: url("../images/events_fill.jpg") repeat-y;
}

.date{
	font-size: 12px;
	color: #2288b9;
	font-weight: bold;
}

.event_info{
	font-size: 12px;
	line-height: 16px;
	padding-bottom: 8px;
}

.bottom{
	clear: both;
	width: 986px;
	height: 17px;
	background: url("../images/bottom.jpg") no-repeat;
}

#footer{
	width: 986px;
	font-size: 12px;
	line-height: 12px;
	background: url("../images/footer_top.jpg") no-repeat;
}

#copyright{
	text-align: left;
	padding-top: 57px;
	text-indent: 30px;
	
}

.support-line{
	padding-left: 80px;
	
}

#supporters{
	float: right;
	margin-right: 40px;
	padding-top: 20px;
}

#footer img{
	vertical-align: middle;
}
