html, body, div, span, 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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html, body{ background: #00358e; }
body { font: 12px/1.5 verdana, sans-serif; color: #555555; }

h1{
	color: #000;
	font-size: 21px;
	font-weight: bold;
}
h2{
	color: #0842a5;
	font-size: 16px;
}
h3{
	color: #666;
	font-size: 12px;
}
h1, h2, h3, ol, ul, p, address{ margin: 0 0 18px 0; }

ol, ul { list-style: none; margin: 0 0 18px 18px; }
ol{ list-style: decimal; }
ul{ list-style: disc; }

a{ color: #0842a5; font-weight: bold; }
a:link, a:visited{ text-decoration: underline; }
a:hover, a:active{ text-decoration: none; }

.date{ font-size: 10px; color: #000; }

strong, b{ color: #000; }

blockquote, q { quotes: none; }

del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }


/* Layout */

#wrapper{
	background: transparent url(../images/wrapper-background.png) top repeat-y;
	margin: 0 auto;
	width: 933px;
}


/* Header */

#header{
	background: transparent url(../images/header-background.png) top no-repeat;
	height: 141px;
	padding: 29px 27px 0 26px;
	position: relative;
	z-index: 2;
}
	#logo, #anniversary{ line-height: 0; }
	#logo{ float: left; }
	#anniversary{ float: right; }
	
	#header ul{
		clear:both;
		background: transparent url(../images/nav-background.png) top no-repeat;
		border-bottom: 1px solid #FFF;
		border-top: 1px solid #FFF;
		height: 25px;
		
		list-style: none;
		margin: 0;
		padding: 0 0 0 153px;	
	}
		#header li{
			float: left;
			padding-right: 20px;
			position: relative;
		}
			#header li a{
				height: 25px;
				
				color: #FFF;
				font-size: 15px;
				font-weight: bold;
				line-height: 25px;
				text-decoration: none;
			}
		#header li:hover > ul{ display: block; }
		#header ul ul{
			border: none;
			border-top: 1px solid #0842A5;
			display: none;
			height: auto;
			padding: 0;
			position: absolute;
			left: 0;
			top: 24px;
			width: 200px;
		}
			#header ul ul li{
				display: block;
				float: left;
				margin: 0;
				padding: 0;
			}
				#header ul ul li a{
					display: block;
					background: #0842A5;
					color: #FFF;
					font-size: 11px;
					font-weight: normal;
					padding: 0 10px;
					width: 180px;
				}
				#header ul ul li a:hover{ background: #87A3D3; }


/* Content */

#content-wrapper{
	margin: 0 27px 0 26px;
	position: relative;
	z-index: 1;
}
#content-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
	body.home ul#slideshow{ 
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
	}
		body.home ul#slideshow li{
			position: absolute;
			top: 0;
			left: 0;
		}	
	#content{
		float: right;
		width: 744px;
		min-height: 300px;
		position: relative;
		z-index: 2;
	}
		#content-body{
			float: left;
			width: 567px;
			padding: 29px 13px 11px 13px;
			position: relative;
		}
		body.home #content-body{ width: 593px; padding: 390px 0 0 0; }
			
			/* Home Page Mission Statement */
			
			#mission{
				color: #000;
				position: absolute;
				top: 300px;
				right: 16px;
				width: 230px;
				height: 60px;
			}
			
			/* Home Page Upcoming Events */
			
			#upcoming-events{
				background: transparent url(../images/home-divider.png) top left no-repeat;
				float: left;
				margin: 14px 0 0 -16px;
				width: 261px;
				padding: 0 20px;
			}
				#upcoming-events h2{
					font-weight: normal;
				}
				#upcoming-events ul{
					list-style: none;
					margin: 0;
					padding: 0;
				}
					#upcoming-events li{
						margin: 0 0 9px 0;
					}
						#upcoming-events li a{
							color: #000;
							font-weight: normal;
						}
						
			/* Home Page Recent News */
			
			#recent-news{
				background: transparent url(../images/home-divider.png) top left no-repeat;
				float: left;
				margin: 14px 0 0 0;
				padding: 0 20px;
				width: 250px;
			}
				#recent-news h2{
					font-weight: normal;
				}
				#recent-news h3{ color: #000; margin: 0; }
				#recent-news img{
					float: left; 
					margin: 0 10px 0 0;
				}
			
			/* Content - Misc Elements */
				
			div.aside{
				float: left;
				width: 171px;
				padding: 0 18px 18px 0;
			}
				div.aside img{ line-height: 1em; }
				div.aside p{
					color: #000;
					font-size: 10px;
					font-style: italic;
				}
				
			.gallery-entry{
				padding: 0 0 0 150px;
			}
				.gallery-entry a.thumbnail{
					float: left;
					margin: 0 0 0 -150px;
				}
				
			ul#gallery{
				list-style: none;
				margin: 0;
				padding: 0;
			}
				ul#gallery li{
					float: left;
					margin: 0 18px 18px 0;
				}
				
			#images{
				float: left;
				width: 170px;
				margin-right: 9px;
				padding-top: 4px;
			}
				#images img{
				}
				#images p{
					font-size: 11px;
					font-style: italic;
					margin-bottom: 18px;
				}
				
		#content-sidebar{
			float: right;
			width: 150px;
		}
			#content-sidebar ul{
				list-style: none;
				margin: 0;
				padding: 0;
			}
				#content-sidebar li{
					border-bottom: 1px solid #FFF;
					display: block;
				}
				#content-sidebar li.last{ border: none; padding: 10px; text-align: center; }
					#content-sidebar li a{
						display: block;
						padding: 10px 0;
						line-height: 1em;
						text-align: center;
					}

#pagination-links, #pagination-links li { margin: 0; padding: 0; list-style: none; }
#pagination-links li { display: block; float: left; padding: 2px 5px; border: 1px solid #ccc; margin: 0 2px; }

/* Sidebar */

#sidebar{
	background: transparent url(../images/sidebar-background.png) top left no-repeat;
	float: left;
	width: 136px;
	height: 607px;
	position: relative;
	z-index: 2;
}
html > body #sidebar{
	height: auto;
	min-height: 607px;
}
	#sidebar ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#sidebar ul li{
			display: block;
			float: left;
			margin-bottom: 1px;
			position: relative;
		}
			#sidebar li a{
				display: block;
				height: 26px;
				padding-left: 8px;
				color: #FFF;
				font-size: 11px;
				font-weight: bold;
				line-height: 26px;
				text-decoration: none;
			}
				#sidebar #menu-upcoming-events{ width: 120px; }
				
				#sidebar #menu-our-affiliates{
					width: 114px;
					height: 24px;
					line-height: 24px;
				}
				#sidebar #menu-upcoming-events + ul{ left: 122px;}
				
				#sidebar #menu-faqs { width: 108px; }
				#sidebar #menu-faqs + ul{ left: 116px; }
				
				#sidebar #menu-support-harc{ width: 103px; }
				#sidebar #menu-support-harc + ul{ left: 111px; }
				
				#sidebar #menu-volunteer{
					width: 97px;
					height: 34px;
					line-height: 14px;
					padding: 3px 0 0 8px;
				}
				#sidebar #menu-contact{ width: 93px; }
				
				#sidebar #menu-home {width:70px;}
				
		#sidebar li:hover > ul{ display: block; }
		#sidebar ul ul{
			display: none;
			height: auto;
			padding: 0;
			position: absolute;
			left: 90%;
			top: 0;
			width: 200px;
		}
			#sidebar ul ul li{
				float: left;
				display: block;
				margin: 0;
			}
				#sidebar ul ul li a{
					background: #0842A5;
					color: #FFF;
					font-size: 11px;
					font-weight: normal;
					line-height: 18px;
					height: auto;
					padding: 2px 10px;
					width: 180px;
				}
				#sidebar ul ul li a:hover{ background: #87A3D3; }


/* Footer */

#footer{
	background: #00358e url(../images/footer-background.png) top no-repeat;
	clear: both;
	color: #000;
	font-size: 10px;
	min-height: 23px;
	padding: 25px 26px;
}
#footer a{color:#555;}