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

* {
	margin:0;
	padding:0;
	}
	
/* ------------------------------------ Basics ------------------------------------ */
body {
	background: #ddd 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 form table {
	width:550px;
	}
#content form table table {
	width:100%;
	}		
	
/* --------------------- Master Container & Header --------------------- */

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

	#masterContainer {
		width:960px;
		margin:0 auto;
		background: transparent url(../graphics/content_bottom.jpg) bottom no-repeat;
		padding-bottom: 19px;
		}	
		
		#header {
			height:132px;
			}
		
	#logo {
		position:absolute;
		top: 5px;
		width:392px;
		height:97px;
		left:50%;
		margin-left:-469px;
		background: url(../graphics/logo.png) top left no-repeat;
		}
		#logo a {
			display:block;
			width:381px;
			height:97px;
			text-indent:-9999px;
			}

/* -------------- Metalinks -------------- */
		#metalinks {
			color:#fff;
			font:italic 0.75em/1em georgia, 'times new roman', times, serif;
			float:right;
			text-align:right;
			padding:11px 6px 0 0;
			width:300px;
			height:84px;
			}
				#metalinks a {
					color:#fff;
					text-decoration:none;
					border-bottom:1px dotted #666;
					margin:0 7px;
					position:relative; /* gets IE to display the borders */
					}
				#metalinks a:hover {
					text-decoration:none;
					border-bottom:1px solid #fff;
					}
					
				#metalinks ul li, #metalinks ul li div {
					display:inline;
				}
				
				#metalinks ul li {
					border-right:1px solid #787878;
				}
				
				#metalinks ul li:last-child {
					border-right:0px;
				}
				
				div#metalinks .collection_item_label {
					font-weight:normal;
				}
					
			#search {
				width:230px;
				float:right;
				clear:right;
				padding-right:7px;
				background:url(../graphics/search_box.gif) no-repeat;
				}
				#search .textBox {
					width:178px;
					font:12px/10px helvetica, arial, verdana, sans-serif;
					margin:9px 0 0 8px;
					padding:0;
					float:left;
					border:0;
					z-index:500;
					}
				#search .button {
				background: transparent url(../graphics/search_submit.gif) top left no-repeat;
				width:38px;
				height: 20px;
				font-size:1px;
				line-height:1px;
				text-indent: -9999px !important;
				display: block;
				border:none;
				overflow:hidden;
				color:transparent;
				float:right;
				margin:6px 0 6px 0;
					}					
					
					
/* --------------------- Primary Navigation --------------------- */
		#nav {
			position:absolute;
			top:40px;
			left:50%;
			margin-left:-132px;
			width:630px;
			list-style:none;
		  	}
		  	#nav li {
		  		display:block;
		  		float:left;
		  		position:relative;
		  		}
				#nav a {
					display:block;
					font-size: 1px;
					line-height:1px;
					text-indent:-9999px;
					text-decoration:none;
					height:44px;
					float:left;
					background:url(../graphics/nav.gif) no-repeat;
					}
				#nav li #home {
					width:39px;
					background-position:0 0;
					}					
				#nav li #aboutUs {
					width:105px;
					background-position:-39px 0;
					}
				#nav li #whatWeDo {
					width:125px;
					background-position:-144px 0;
					}					
				#nav li #joinUs {
					width:91px;
					background-position:-269px 0;
					}					
				#nav li #newsEvents {
					width:147px;
					background-position:-360px 0;
					}
				#nav li #resources {
					width:116px;
					background-position:-507px 0;
					}					
					
				#nav li #home:hover,
				#nav li #home.current_page {
					background-position:0 -44px;
					}					
				#nav li #aboutUs:hover,
				#nav li:hover #aboutUs,
				#nav li.over #aboutUs {
					background-position:-39px -44px;
					}
				#nav li #whatWeDo:hover,
				#nav li:hover #whatWeDo,
				#nav li.over #whatWeDo  {
					background-position:-144px -44px;
					}					
				#nav li #joinUs:hover,
				#nav li:hover #joinUs,
				#nav li.over #joinUs  {
					background-position:-269px -44px;
					}					
				#nav li #newsEvents:hover,
				#nav li:hover #newsEvents,
				#nav li.over #newsEvents  {
					background-position:-360px -44px;
					}
				#nav li #resources:hover,
				#nav li:hover #resources,
				#nav li.over #resources  {
					background-position:-507px -44px;
					}
					
/*-------------- Drop-Downs --------------*/
	body #nav li ul {
		display:none;
		position:absolute;
		left:0;
		top:43px;
		width:185px;
		padding:0 16px 16px 16px;
		z-index:5000;
		border-top:1px solid #3a6f8f;
		background:#3a6f8f url(../graphics/dropdown_bottom.gif) bottom repeat-x;
		}			
		body #nav li.last ul {
			left:-101px;
			}	
			body #nav li ul li a:link,
			body #nav li ul li a:visited,
			body #nav li ul li a:hover,
			body #nav li ul li a:active { 
				display:block;
				background:#3a6f8f none;
				color:#d6e4ec;
				padding:11px 6px;
				font: italic 0.88em/1.2em georgia, 'times new roman', times, serif;
				text-decoration:none;
				height:auto;
				width:173px;
				text-indent:0;
				border:0;
				border-bottom:1px solid #2b546c;
				float:left;
				clear:both;
				}
			body #nav li ul li a:hover {
				color:#fff;
				}
		
			/* MAKE IT DROP */
			body #nav li:hover ul, 
			body #nav li.over ul {
				display:block;
				}
				
/* ----------------- Content Containers, Columns & Sidebar ----------------- */

	#donateSticker {
		width:101px;
		height:99px;
		position:absolute;
		left:50%;
		top:356px;
		margin-left:-477px;
		background:url(../graphics/donate_sticker.png) no-repeat;
		text-indent:-9999px;
		}	
#viewEvents {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../graphics/view_events.png) no-repeat scroll 0 0;
height:135px;
left:50%;
margin-left:365px;
position:absolute;
text-indent:-9999px;
top:356px;
width:138px;
}
	.bigText {
		font: italic 1.08em/1.94em georgia, 'times new roman', times, serif;
		color:#3e3e45;
		text-align:center;
		padding-top:19px;
		}
		.bigText span {
			border-bottom:1px solid #ebebeb;
			padding:6px 0;
			}	
	
	#contentContainerHome {
		width:950px;
		padding:10px 0 0 10px;
		background:#fff;
		}

		#contentContainerHome #content {
			padding:9px 648px 10px 18px;
			}
		#contentContainerHome #sidebar {
			float:right;
			width:286px;
			padding:6px 0 10px 18px;
			
			}
			
	#contentContainerInterior {
		width:950px;
		padding:10px 0 0 10px;
		background:#fff;
		}			

		#contentContainerInterior #content {
			padding:0 20px 10px 323px;
			}
			
		#contentContainerInterior #sidebar {
			float:left;
			width:270px;
			padding:21px 0 10px 16px;
			}
				
					#homePhoto {
						float:right;
						}
						
						
		#referralButton {
			display:block;
			width:251px;
			padding:7px 10px;
			font: italic 1.2em/1.5em georgia, 'times new roman', times, serif;
			color:#fff;
			background-color:#3a6f8f;
			text-align:center;
			text-decoration:none;
			margin-bottom:18px;
			}
			
		#referralButton:hover {
			background-color:#223f51;
			}
			
				
			
/* ---------- Homepage News ----------*/

#contentContainerHome #sidebar h2 {
			margin:0 0 5px 0;
			padding: 3px 0 0 40px;
			background: url(../graphics/news_icon.gif) no-repeat;
			font: bold 1.69em/1.2em Univers, helvetica, arial, sans-serif;
			color:#000;
			height:32px;
			}
		.news_articles, .news_archives {
			width:271px;
			}
			.news_articles ul li {
				padding: 5px 0;
				color:#424242;
				font: italic 0.93em/1.5em georgia, 'times new roman', times, serif;
				border-top:1px solid #eaeaea;
				list-style:none;
				}	
				.news_articles ul li a {
					color:#b0b67a;
					text-decoration:none;
					float:left;
				}
				
				div.news_articles ul li span {
					padding-left:0px;
				}

				.news_archives a {
					color:#b0b67a;
					text-decoration:none;
					float:right;
				}
				
				.news_archives {
					border-top:1px solid #eaeaea;
					text-align:right;
					padding-top:30px;
					padding-bottom:30px;
				}
				
				.news_archives a {
					font-style:italic;
					font-weight:bold;
					font-family:georgia,'times new roman',times,serif;
				}
				.news_articles ul li a:hover, .news_archives ul li a:hover {
					text-decoration:underline;
					}
						


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

		#sectionTitle {
			margin:0 0 0 7px;
			font: bold 1.69em/1.02em Univers, helvetica, arial, sans-serif;
			color:#000;
			}	
	
	.subnav {
			list-style:none;
			border-bottom:1px solid #eaeaea;
			width:269px;
			margin-top:11px;
			}
				.subnav li a {
					display:block;
					font: 1.13em/1.3em georgia, 'times new roman', times, serif;
					color:#b0b67a;
					padding: 7px 38px 7px 7px;
					text-decoration:none;
					border-top:1px solid #eaeaea;
					background:url(../graphics/arrows.gif) 238px -192px no-repeat;
					}
				.subnav li a:hover, .subnav li a.current_page {
					background:url(../graphics/arrows.gif) 238px 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:19px 0;
			font-weight:bold;
			}			
		
		#content .titleLarge {
			margin-bottom:3px;
			font: bold 1.93em/1.2em Univers, helvetica, arial, sans-serif;
			color:#000;
			margin-top:0px;
			}			
				
				
				.title, .subheadline, .formtitle {
					font: bold 1.1em/1.2em Univers, helvetica, arial, sans-serif;
					color:#3a6f8f;
					}
					
				#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
					color:#3a6f8f;
					font-weight:bold;
					font-family:Univers, helvetica, arial, sans-serif;
					margin:10px 0px;
					font-size:15.5px;
				}
					
					#content a:link,
					#content a:active,
					#contet a:visited {
						color:#888;
						}
					#content a:visited {
						color:#3a6f8f;
						}
					#content a:hover
						 {
						color:#3a6f8f;
						text-decoration:none;
						background-color:#eee;
						}
						
					.formtitle, .form_title, h5.form_title, div.form_row_submit #content h5.form_title, #content div.form_row_submit {
						background:#3a6f8f !important;
						color:#FFF !important;
						border-bottom:4px solid #000;
					}	
					
					.collection_item_description {
						font-style:normal;
					}
					
					table.calendar {
						clear:none;
					}

					



						
/* ------------------------------------ Footer ------------------------------------ */

#footer {
	width:950px;
	margin:0 auto;
	font: italic 0.94em/1.4em georgia, 'times new roman', times, serif;
	text-align:center;
	padding:9px 0 50px 0;
	color:#888;	
	clear:both;
	}
	
	#footer p {
		margin:2px 0;
		}
	#footer ul {
		list-style:none;
		margin-top:4px;
		}
		#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;
				}
			div#footer ul li:last-child a {
				border-right:0px;
				}
			#footer ul li a:hover {
				text-decoration:underline;
				}
			#footer ul li a.last {
				border:0;
				}
		
		.push {
			clear:both;
			height:3px;
			}
			
/* ------------------------------------ Site Map ------------------------------------ */
#siteMap {
	font: bold 1.2em/2em georgia, 'times new roman', times, serif;
	}
	#siteMap ul {
		font: normal 0.9em/2em georgia, 'times new roman', times, serif;
		}	
		
	