/* 
#####################################
index.htm
#####################################
*/

#intro {
	background: url('../images/index/intro-bg.jpg') top right no-repeat;
	clear: both;
	width: 780px;
	height: 280px;
	margin: 20px 0 0 0;
}

#intro #logo {
}

	#intro #logo a {
		width: 120px;
		height: 137px;
		display: block;
		background: url('../images/index/logo.jpg') top left no-repeat;
		
	}
	
	#intro #logo a span {
		display: none;
	}
	
#introduction {
	clear: both;
	margin: 20px 0 30px 0;
	background: url('../images/index/introduction-bg.jpg') top left no-repeat;
	height: 200px;
	padding: 0 0 0 380px;
}

	#introduction h1 {
		color: #111;
		font-size: 1.80em;
		letter-spacing: -1px;
		line-height: 22px;
		padding: 18px 0 0 0;
	}

	#introduction p {
		padding: 8px 0 0 0;
		font-size: 1.17em;
		line-height: 18px;
		color: #2F2F2F;
	}
	
/* 
#####################################
content.htm
#####################################
*/	

#content {
	width: 780px;
	margin: 20px 0 0 0;
	background: url('../images/content/content-bg.gif') top left repeat-y;
	display: table;
}

	#content #left {
		float: left;
		width: 160px;
	}
	
		#content #left a {
			width: 120px;
			height: 137px;
			display: block;
			background: url('../images/index/logo.jpg') top left no-repeat;
			
		}
		
		#content #left a span {
			display: none;
		}
	
	#content #right {
		float: right;
		width: 590px;
		text-align: left;
		padding: 0 10px 0 20px;
	}
	
		#content #right h1 {
			font-family: Lucida Sans;
			font-size: 1.50em;
			color: #222;
			letter-spacing: -0.02em;
		}
		
		#content #right p.text {
			color: #333;
			font-size: 1.17em;
			padding: 10px 0 20px 0;
			clear: both;
		}
		
		#content #right p br {
			margin: -6px 0 0 0;
		}
		
/* 
#####################################
about.htm
#####################################
*/

img.collage {
	padding: 0 0 10px 20px;
}		
		
ul#photos {
	padding: 0 0 15px 0;
	display: table;
}

	ul#photos li {
		clear: both;
		width: 590px;
	}
	
	ul#photos li a img {
		float: left;
		padding: 0 10px 10px 0;
	}
	
ol {
	padding: 0 0 10px 50px;
}

	ol li {
		list-style-type: disc;
		padding: 2px 0;
	}
	
	ol li a {
		font-family: Tahoma;
	}
	
ul#board {
	width: 450px;
	padding: 0 0 20px 70px;
}

	ul#board li.heading {
		font-weight: bold;
		text-align: center;
		background: #DFDFFF;
		font-size: 1.33em;
		padding: 7px;
	}
	
	ul#board li.odd {
		clear: both;
		display: table;
		width: 450px;
	}
	
		ul#board li.odd .left {
			float: left;
			width: 215px;
			padding: 5px;
		}
		
		ul#board li.odd .right {
			float: right;
			width: 215px;
			padding: 5px;
		}
		
	ul#board li.even {
		clear: both;
		background: #DFDFFF;
		display: table;
		width: 450px;
	}
	
		ul#board li.even .left {
			float: left;
			width: 215px;
			padding: 5px;
		}
		
		ul#board li.even .right {
			float: right;
			width: 215px;
			padding: 5px;
		}
	
p.disclaimer {
	font-size: 0.92em;
	font-family: Tahoma;
	color: #BBB;
	padding: 0 0 20px 0;
}		
		
/* 
#####################################
programs.htm
#####################################
*/

#programs {
}

	#programs ul {
		width: 590px;
	}
	
	#programs ul li {
		float: left;
		width: 270px;
		padding: 0 20px 15px 0;
	}
	
	#programs ul li.row {
		clear: both;
		width: 570px;
		float: none;
	}
	
	#programs ul li h2 {
		/*font-size: 1.17em;*/
		font-size: 1.45em;
		color: #333;
		padding: 0 0 3px 0;
	}
	
	#programs ul li h2 em {
		color: #CC0000;
		font-style: normal;
	}
	
	#programs ul li p.programs {
		padding: 3px 0 5px 0;
		color: #222;
		line-height: 15px;
	}
	
	#programs ul li p.programs em {
		font-style: normal;
		text-decoration: line-through;
	}
	
	#programs ul li span {
		/*
		font-family: Tahoma;
		font-size: 0.88em;
		color: #888;
		*/
		color: #222;
	}
	
	#programs ul li span em {
		font-style: normal;
		text-decoration: line-through;
	}	
	
/* 
#####################################
events.htm
#####################################
*/	

#events {
}

#events ul {
	padding: 20px 0 0 0;
}

	#events ul li {
		display: table;
		clear: both;
		margin: 0 0 25px 0;
		width: 590px;
	}
	
		#events ul li .text {
			padding: 0 0 20px 0;
		}
		
		#events ul li .image {
			float: left;
			clear: both;
			padding: 0 0 0 20px;
		}
		
			#events ul li .image a {
				display: block;
				float: left;
				height: 120px;
				padding: 0 5px 0 0;
			}

		#events ul li .left-text {
			float: left;
			width: 380px;
			padding: 0 10px 0 0;
		}
		
		#events ul li .right-image {
			float: right;
			width: 200px;
		}
		
		#events ul li .right-text {
			float: right;
			width: 380px;
			padding: 0 0 0 10px;
		}
		
		#events ul li .left-image {
			float: left;
			width: 200px;
		}
		
	#events ul li h2 {
		font-size: 1.17em;
		padding: 0 0 5px 0;
	}
	
	#events ul li span {
		font-size: 0.88em;
		font-family: Tahoma;
		color: #999;
	}
	
	#events ul li p {
		color: #222;
		line-height: 16px;
		padding: 5px 0 0 0;
	}
	
/* 
Special Events 
*/

.special {
	background: url('../images/events/3-22-2009.jpg') top left no-repeat;
}

	.special .links {
		padding: 15px 0 0 150px;
	}

		.special .links a {
			display: block;
			text-decoration: none;
		}

		.special .links a.first {
			width: 197px;
			height: 148px;
			float: left;
		}

		.special .links a.second {
			width: 200px;
			height: 153px;
			float: left;
		}

	.special .text {
		clear: both;
		padding: 25px 0 0 0;
	}

		.special .text .block {
			padding: 0 0 10px 0;
		}
		
/*
Special Highlight
*/

#right .highlight {
	background: url('../images/events/3-31-2009.jpg') top left no-repeat;
	float: left;
	width: 100%;
	padding: 0 0 20px 0;
}
	
	#right .highlight .links {
		padding: 16px 0 0 177px;
		height: 85px;
	}
	
		#right .highlight .links a {
			display: block;
			float: left;
			text-decoration: none;
		}
		
		#right .highlight .links a.first {
			width: 129px;
			height: 74px;
		}
		
		#right .highlight .links a.second {
			width: 122px;
			height: 79px;
			margin: 5px 0 0 0;
		}
		
		#right .highlight .links a.third {
			width: 134px;
			height: 84px;
		}				
	
	#right .highlight .text {
	}
	
		#right .highlight .text a {
			display: block;
			float: left;
			text-decoration: none;
		}
		
		#right .highlight .text a.fourth {
			width: 135px;
			height: 65px;
			margin: 0 0 0 108px;
		}
		
		#right .highlight .text a.fifth {
			width: 135px;
			height: 68px;
			clear: left;
			margin: 0 0 0 20px;
		}
	
		#right .highlight .text h2 {
			float: right;
			padding: 20px 0 0 0;
		}
		
		#right .highlight .text .block {
			width: 400px;
			float: right;
			clear: right;
			padding: 5px 0 10px 0;
		}
		
			#right .highlight .text p.date {
				text-align: right;
				font-family: Tahoma, Arial;
				color: #888;
				font-size: 0.88em;
				padding: 5px 0 0 0;
				clear: right;
			}
			
/*
Photos
*/

#right .photos {
	padding-bottom: 40px;
}

	#right .photos .links {
		width: 600px; 
		height: 440px;
		margin-top: 20px; 
		background: url('../images/events/5-30-2009.jpg') top left no-repeat;
	}
	
	#right .photos .links a {
		text-decoration: none;
		display: block;
		float: left;
	}
	
/*
6-25-2009
*/

#jun25-2009 {
	clear: both; 
	background: url('../images/events/6-25-2009.jpg') top right no-repeat; 
	 
	height: 120px; 
	padding: 0 0 30px 106px;
}

	#jun25-2009 a {
		display: block;
		height: 120px;
		float: left;
		text-decoration: none;
	}
	
/* 
#####################################
volunteer.htm
#####################################
*/	

#volunteer {
}

#volunteer-list {
	float: left;
}

	#volunteer-list ul {
		padding: 0 0 0 50px;
	}
	
	#volunteer-list ul li {
		display: table;
		float: left;
		padding: 0 0 5px 0;
		width: 400px;
	}
	
	#volunteer-list ul li .left {
		float: left;
	}
	
	#volunteer-list ul li .right {
		float: right;
		padding: 12px 0 0 15px;
		color: #333;
		font-size: 1.17em;
		text-align: left;
		width: 310px;
	}
	
#volunteer h2 {
	font-size: 1.17em;
	color: #222;
	padding: 0 0 2px 0;
}

	#volunteer p {
		color: #333;
		font-size: 1.09em;
		padding: 0 0 15px 0;
	}
	
#volunteer .image {
	width: 100%;
	text-align: center;
	padding: 0 0 15px 0;
}

#volunteer ol#dates {
	color: #555;
	width: 360px;
	float: left;
}

	#volunteer ol#dates li {
		padding: 0 30px 2px 0;
		font-size: 1.09em;
		width: 150px;
		float: left;
	}

#volunteer ol#instructions {
	padding: 5px 0 20px 50px;
	color: #555;
}

	#volunteer ol#instructions li {
		padding: 0 0 2px 0;
		font-size: 1.09em;
	}
	
#volunteer ol#extra {
	padding: 0 0 20px 50px;
	color: #333;
}

	#volunteer ol#extra li {
		padding: 0 0 2px 0;
	}
	
#volunteer img.bus {
	padding: 0 0 20px 10px;
}

/* 
#####################################
newsletter.htm
#####################################
*/

#newsletter {
	
}

	#newsletter h2 {
		font-size: 1.33em;
		color: #222;
		padding: 15px 0 0 0;
	}

	#newsletter p {
		font-size: 1.09em;
		color: #333;
		padding: 10px 0;
		line-height: 17px;
	}
	
	#newsletter p.signature {
		padding: 10px 0 20px 0;
		text-align: right;
		font-style: italic;
	}

/* 
#####################################
donate.htm
#####################################
*/
	
#donate ul {
}

	#donate ul li {
		display: table;
	}
	
	#donate ul li.left {
		float: left;
		width: 293px;
		text-align: right;
		padding: 0 2px 20px 0;
	}
	
	#donate ul li.right {
		float: right;
		width: 293px;
		padding: 0 0 20px 2px;
	}
	
/* 
#####################################
contact.htm
#####################################
*/	

#contact {
	padding: 0 0 0 215px;
	background: url('../images/contact/contact-bg.jpg') top left no-repeat;
	height: 350px;
	display: block;
}

	#contact p.address {
		font-family: Tahoma;
		color: #444;
		padding: 0 0 5px 20px;
		line-height: 18px;
	}	