/* ------------------------------------ Reset ------------------------------------ */

* {
	margin:0;
	padding:0;
	}
	
/* ------------------------------------ Basics ------------------------------------ */
body {
	background: #ece8de url(../graphics/bg.jpg);
	}
a {
	outline:none;
	}
a img {
	border:0;
	}
p {
	margin-bottom:20px;
	}
#content ul {
	margin:0 0 20px 15px;
	}
#content ul ul {
	margin:0 0 0 15px;
	}
fieldset {
	border:0;
	}
.hide {
	display:none;
	}
#content br {
	clear:none !important;
	}
#content .content {
	padding:0 2px;
	}
#content input,
#content textarea,
#content hr {
	margin:7px 0;
	}
#content .checkboxtable td,
#content .radiotable td,
#content .headlines {
	padding:0 3px;
	}
#content .checkboxtable input {
	margin:0;
	}
	
/* ------------------- IE6 DUE fixes ------------------- */
#content br {
	clear:none !important;
	}	
#content table {
	width:550px;
	}
#content form table {
	width:550px;
	}
#content form table table {
	width:100%;
	}		
	
/* --------------------- Master Container & Header --------------------- */

#wrapper {
	width:100%;
	background: transparent url(../graphics/top_bg.jpg) 50% top repeat-x;
	}

	#MasterContainer {
		width:980px;
		margin:0 auto;
		background: transparent url(../graphics/content_bottom.jpg) 10px bottom no-repeat;
		padding-bottom:30px;
		}	
		
		#header {
			height:130px;
			background: transparent url(../graphics/header_bg.jpg) no-repeat;
			}
		
	#logo {
		position:absolute;
		top:13px;
		width:135px;
		height:75px;
		left:50%;
		margin-left:-465px;
		}
		#logo a {
			display:block;
			width:135px;
			height:75px;
			text-indent:-9999px;
			}

/* -------------- Metalinks -------------- */
		#metalinks {
			float:right;
			list-style:none;
			text-align:right;
			padding:19px 22px 21px 0;
			width:255px;
			}
			#metalinks li {
				display:inline;
				}
				#metalinks a {
					color:#c00007;
					font:italic 0.75em/1em georgia, 'times new roman', times, serif;
					text-decoration:none;
					border-bottom:1px dotted #bab8b4;
					margin:0 7px;
					}
				#metalinks a:hover {
					text-decoration:none;
					border-bottom:1px solid #bab8b4;
					}
					
				#metalinks .collection_item_label {
					display:inline;
				}
				
					
			#SearchBox {
				width:244px;
				float:right;
				clear:right;
				padding-right:35px;
				background:url(../graphics/search_bg.gif) no-repeat;
				}
				#SearchBox .TextBox {
					width:200px;
					font:12px/10px helvetica, arial, verdana, sans-serif;
					margin:8px 0 0 7px;
					padding:0;
					float:left;
					border:0;
					z-index:500;
					}
				#SearchBox .button {
				background: transparent url(../graphics/search_submit.gif) top left no-repeat;
				width: 23px;
				height: 20px;
				font-size:1px;
				line-height:1px;
				text-indent: -9999px !important;
				display: block;
				border:none;
				overflow:hidden;
				color:transparent;
				float:right;
				margin:5px 0 6px 0;
				padding-right:13px;
					}					
					
					
/* --------------------- Primary Navigation --------------------- */
		#nav {
			position: relative;
  			top: 28px;
			left:18%;
			margin-left: none;
			width:550px;
			list-style:none;
		  	}
		  	#nav li {
		  		display:inline;
		  		}
				#nav a {
					display:block;
					font-size: 1px;
					line-height:1px;
					text-indent:-9999px;
					text-decoration:none;
					height:14px;
					float:left;
					}
				#nav li #home {
					width:34px;
					background:url(../graphics/nav.gif) 0 -14px no-repeat;
					}					
				#nav li #AboutUs {
					width:86px;
					background:url(../graphics/nav.gif) -34px -14px no-repeat;
					}
				#nav li #ProgramsServices {
					width:167px;
					background:url(../graphics/nav.gif) -120px -14px no-repeat;
					}					
				#nav li #GetInvolved {
					width:112px;
					background:url(../graphics/nav.gif) -287px -14px no-repeat;
					}					
				#nav li #NewsEvents {
					width:119px;
					background:url(../graphics/nav.gif) -399px -14px no-repeat;
					}
					
				#nav li #home:hover,
				#nav li #home.current_page {
					width:34px;
					background:url(../graphics/nav.gif) 0 0 no-repeat;
					}					
				#nav li #AboutUs:hover,
				#nav li #AboutUs.current_page {
					width:86px;
					background:url(../graphics/nav.gif) -34px 0 no-repeat;
					}
				#nav li #ProgramsServices:hover,
				#nav li #ProgramsServices.current_page {
					width:167px;
					background:url(../graphics/nav.gif) -120px 0 no-repeat;
					}					
				#nav li #GetInvolved:hover,
				#nav li #GetInvolved.current_page {
					width:112px;
					background:url(../graphics/nav.gif) -287px 0 no-repeat;
					}					
				#nav li #NewsEvents:hover,
				#nav li #NewsEvents.current_page {
					width:119px;
					background:url(../graphics/nav.gif) -399px 0 no-repeat;
					}					
					
				
/* ----------------- Content Containers, Columns & Sidebar ----------------- */
					
	#ContentContainerHome,
	#ContentContainerInterior {
		margin-left:10px;
		}
	#ContentContainerHome {
		width:950px;
		padding:8px 0 0 10px;
		background:#fff url(../graphics/content_line.gif) 560px bottom no-repeat;
		}

		#ContentContainerHome #content {
			padding:0 420px 0 13px;
			}
		#ContentContainerHome #sidebar {
			float:right;
			width:355px;
			padding:0 24px 40px 27px;
			}
			
	#ContentContainerInterior {
		width:960px;
		padding:7px 0 0 0;
		background:#fff url(../graphics/content_line.gif) 319px bottom no-repeat;
		}			

		#ContentContainerInterior #content {
			padding:0 40px 0 334px;
			}
			
		#ContentContainerInterior #sidebar {
			float:left;
			width:270px;
			padding:21px 0 0 22px;
			}
			
			#SpotlightDonate {
				width:101px;
				height:89px;
				position:absolute;
				left:50%;
				top:314px;
				margin-left:-231px;
				text-indent:-9999px;
				}			
			
			
			
			#DonateLink {
				width:101px;
				height:99px;
				position:absolute;
				left:50%;
				top:116px;
				margin-left:368px;
				background:url(../graphics/donate_sticker.gif) no-repeat;
				text-indent:-9999px;
				}
				
			#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
			margin-bottom:8px;
			font-family: Univers, helvetica, arial, sans-serif;
			font-weight:bold;
			color:#000;
			}
			
			#content h2 {
			line-height:1.02em;
			font-size:2.36em;
			}
			
			#content h3 {
			line-height:.9em;
			font-size:2.1em;
			}
			
			#content h4 {
			line-height:.8em;
			font-size:1.9em;
			}
			
			#content h5 {
			line-height:.7em;
			font-size:1.7em;
			}
			
			#content h6 {
			line-height:.6em;
			font-size:1.5em;
			}
			
			#content h5.form_title, div.form_row_submit {
				background:#ab0101 none repeat scroll 0 0;
				color:#ffffff;
				font-size:1.1em;
				line-height:1.4em;

				}

table.calendar {
clear:none;
}			
/* ---------- Homepage News ----------*/

		#NewsTitle, #ContentContainerHome #sidebar h2 {
			margin:21px 0 18px 0;
			padding: 3px 0 0 39px;
			background: url(../graphics/news_icon.gif) no-repeat;
			font: bold 1.69em/1.2em Univers, helvetica, arial, sans-serif;
			color:#000;
			height:32px;
			}
		#NewsTable {
			margin-bottom:20px;
			width:352px;
			}
			.news_articles, .news_archives {
				padding: 5px 0;
				color:#424242;
				font: italic 0.93em/1.5em georgia, 'times new roman', times, serif;
				border-top:1px solid #eaeaea;
				}
				
			.news_archives {
				border:none;
				float:right;
			}
				
			.news_articles ul li {
				list-style:none;
				border-bottom:1px solid #eaeaea;
				padding:5px 0px;
			}
			
				.news_articles a, .news_archives a {
					color:#7da90a;
					text-decoration:none;
					}
				.news_articles a:hover, .news_archives a:hover {
					text-decoration:underline;
					}
					#NewsTable td:first-child {
						display:none;
						}
						
					#HomePhoto {
						margin-left:7px;
						}

/* ----------------- Subnav ----------------- */

		#SectionTitle {
			margin-bottom:8px;
			font: bold 2.06em/1.02em Univers, helvetica, arial, sans-serif;
			color:#000;
			}	
	
	.subnav {
			list-style:none;
			border-bottom:1px solid #eaeaea;
			width:279px;
			margin-top:14px;
			}
				.subnav li a {
					display:block;
					font: 1.13em/1.3em georgia, 'times new roman', times, serif;
					color:#7da90a;
					padding: 6px 30px 6px 7px;
					text-decoration:none;
					border-top:1px solid #eaeaea;
					background:url(../graphics/arrows.gif) 257px -192px no-repeat;
					}
				.subnav li a:hover, .subnav li a.current_page {
					background:url(../graphics/arrows.gif) 257px 8px no-repeat;
					}
					
					.subnav li ul {
						list-style:none;
						border:none;
						margin:-2px 0 7px 0 !important;
						}
							.subnav li ul li a {
								display:block;
								font: italic 1em/1.3em georgia, 'times new roman', times, serif;
								color:#47541e;
								padding: 4px 20px 4px 24px;
								text-decoration:none;
								border:none;
								background:none;
								}
							.subnav li ul li a:hover {
								background:none;
								}
							.subnav li ul li a.current_page {
								color:#111;
								text-decoration:none;
								cursor:default;
								background:none;
								}				
			
			
/* ------------------------------- Content ------------------------------- */			
					
		#content {
			font: 0.88em/1.5em georgia, 'times new roman', times, serif;
			color:#444;
			margin:21px 0;
			}			
		
		.TitleLarge {
			margin-bottom:8px;
			font: bold 2.36em/1.02em Univers, helvetica, arial, sans-serif;
			color:#000;
			}			
				
				
				.title, .subheadline, .formtitle {
					margin:10px 0;
					font: bold 1.1em/1.2em Univers, helvetica, arial, sans-serif;
					color:#c10001;
					}
					
					#content a:link,
					#content a:active,
					#contet a:visited {
						color:#a60000;
						}
					#content a:visited {
						color:#0669c5;
						}
					#content a:hover
						 {
						color:#000;
						text-decoration:none;
						background-color:#ece4d7;
						}
						
/* ------------------------------------ Footer ------------------------------------ */

#footer {
	width:950px;
	margin:0 auto;
	font: italic 0.94em/1.2em georgia, 'times new roman', times, serif;
	text-align:center;
	padding:22px 0 50px 0;
	color:#444;	
	clear:both;
	}
	
	#footer p {
		margin:2px 0;
		}
	#footer ul {
		list-style:none;
		margin-top:4px;
		}
		
	#footer ul .collection_item_label {
	display:inline;
	}
		#footer ul li {
			display:inline;
			}
			#footer ul li a {
				font: italic 0.8em/1em georgia, 'times new roman', times, serif;
				color:#000;
				border-right:1px solid #ccc9c3;
				padding:0 5px 0 4px;
				text-decoration:none;
				}
			#footer ul li a:hover {
				text-decoration:underline;
				}
			#footer ul li a.last {
				border:0;
				}
		
		.push {
			clear:both;
			height:3px;
			}
			
/* ------------------------------------ Site Map ------------------------------------ */
#SiteMap ul {
	font: bold 1.2em/2em georgia, 'times new roman', times, serif;
	margin-bottom:0;
	width:40%;
	 float:left;
	}
	#SiteMap ul ul {
		width:auto;
		float:none;
		margin-bottom:0;
		font: normal 0.9em/2em georgia, 'times new roman', times, serif;
		}
	
		
	