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

* {
	margin:0;
	padding:0;
	}
	
/* ------------------------------------ Basics ------------------------------------ */
body {
	background: #e1e2e3 url(../graphics/bg_interior.gif) repeat-x;
	font-size:16px;
	}
body.toplevel {
	background: #e1e2e3 url(../graphics/bg_home.gif) repeat-x;
	}
a {
	outline:none;
	}
a img {
	border:0;
	}
p {
	margin-bottom:20px;
	}

	
#content ul, #content ol {
	margin:0 0 20px 15px;
	}
	
#content .calendar ul {
margin:0px;
}

#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;
	}
	
/* --------------------- Master Container & Header --------------------- */

#MasterContainer {
	width:970px;
	margin:0 auto;
	background: transparent url(../graphics/content_shadow.gif) repeat-y;
	}
	#LayoutContainer {
		background: transparent url(../graphics/content_bg_interior.gif) repeat-x;
		padding-left:15px;
		float:left;
		}
	.toplevel #LayoutContainer {
		background: transparent url(../graphics/content_bg_home.gif) repeat-x;
		padding-left:15px;
		float:left;
		}		
		
		#header {
			height:118px;
			}
		
	#logo {
		width:357px;
		height:85px;
		float:left;
		}

/* -------------- Metalinks -------------- */
		#metalinks {
			float:right;
			list-style:none;
			padding-right:34px;
			}
			#metalinks li, #metalinks li div {
				display:inline;
				}
				#metalinks a {
					display:block;
					float:left;
					color:#fff;
					font:italic 0.81em/36px georgia, 'times new roman', times, serif;
					text-decoration:none;
					padding:5px 7px 0 7px;
					}
				#metalinks a:hover {
					text-decoration:underline;
					}
					
			#SearchBox {
				width:260px;
				float:right;
				clear:right;
				padding-right:30px;
				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: 20px;
				height: 20px;
				font-size:1px;
				line-height:1px;
				text-indent: -9999px !important;
				display: block;
				border:none;
				overflow:hidden;
				color:transparent;
				float:right;
				margin:5px 13px 6px 0;
					}					
					
					
/* --------------------- Primary Navigation --------------------- */
		#nav {
			float:left;
			list-style:none;
			width:960px;
		  	}
			#nav li {
				float:left; 
				position:relative;
			  	}
				#nav a {
					display:block;
					font-size: 1px;
					line-height:1px;
					text-indent:-9999px;
					color:#1e2a5b;
					text-decoration:none;
					height:33px;
					float:left;
					}
				#nav #home a {
					width:44px;
					background:url(../graphics/nav.jpg) 0 0 no-repeat;
					}					
				#nav #NewsEvents a {
					width:190px;
					background:url(../graphics/nav.jpg) -44px 0 no-repeat;
					}
				#nav #Planning101 a {
					width:189px;
					background:url(../graphics/nav.jpg) -234px 0 no-repeat;
					}					
				#nav #WhatWeDo a {
					width:173px;
					background:url(../graphics/nav.jpg) -423px 0 no-repeat;
					}					
				#nav #GetInvolved a {
					width:188px;
					background:url(../graphics/nav.jpg) -596px 0 no-repeat;
					}
				#nav #AboutUs a {
					width:156px;
					background:url(../graphics/nav.jpg) -784px 0 no-repeat;
					}	
				#nav #home a:hover,
				#nav #home a.current_page {
					background:url(../graphics/nav.jpg) 0 -33px no-repeat;
					}					
				#nav #NewsEvents a:hover,
				#nav #NewsEvents:hover a,
				#nav #NewsEvents.over a,
				#nav #NewsEvents a.current_page {
					background:url(../graphics/nav.jpg) -44px -33px no-repeat;
					}
				#nav #Planning101 a:hover,
				#nav #Planning101:hover a,
				#nav #Planning101.over a,
				#nav #Planning101 a.current_page {
					background:url(../graphics/nav.jpg) -234px -33px no-repeat;
					}					
				#nav #WhatWeDo a:hover,
				#nav #WhatWeDo:hover a,
				#nav #WhatWeDo.over a,
				#nav #WhatWeDo a.current_page {
					background:url(../graphics/nav.jpg) -423px -33px no-repeat;
					}					
				#nav #GetInvolved a:hover,
				#nav #GetInvolved:hover a,
				#nav #GetInvolved.over a,
				#nav #GetInvolved a.current_page {
					background:url(../graphics/nav.jpg) -596px -33px no-repeat;
					}
				#nav #AboutUs a:hover,
				#nav #AboutUs:hover a,
				#nav #AboutUs.over a,
				#nav #AboutUs a.current_page {
					background:url(../graphics/nav.jpg) -784px -33px no-repeat;
					}					
					
					
				#nav li a.current_page {
					background:url(../graphics/nav_current.gif) center bottom no-repeat;
					}					
				#nav li.last {
					background:transparent none;
					}

						
/*-------------- Drop-Downs --------------*/
	body #nav li ul {
		display:none;
		position:absolute;
		left:1px;
		top:33px;
		margin:0;
		padding:6px 0;
		background:#ff9901 none;
		z-index:200;
		}
		body #nav li ul li {
			height:auto;
			padding:0;
			list-style:none;
			display:block;
			background:#ff9901 none;
			padding:0 12px;
			float:left;
			clear:both;
			}	
			body #MasterContainer #nav li ul li a:link,
			body #MasterContainer #nav li ul li a:visited,
			body #MasterContainer #nav li ul li a:hover,
			body #MasterContainer #nav li ul li a:active { 
				display:block;
				background:#ff9901 none;
				color:#fff;
				padding:8px 0;
				font: 1em/1.2em 'Lucida Grande', helvetica, arial, sans-serif;
				text-align:center;
				text-decoration:none;
				height:auto;
				text-indent:0;
				border-bottom:1px solid #ffb444;
				float:left;
				clear:both;
				}	
			a.last {
				border:0 !important;
				}
				#nav #NewsEvents ul li a {
					width:165px;
					}
				#nav #Planning101 ul li a {
					width:164px;
					}					
				#nav #WhatWeDo ul li a {
					width:148px;
					}					
				#nav #GetInvolved ul li a {
					width:163px;
					}
				#nav #AboutUs ul li a {
					width:131px;
					}				

		
			/* MAKE IT DROP */
			body #nav li:hover ul, 
			body #nav li.over ul {
				display:block;
				}

				
/* ----------------- Content Containers, Columns & Sidebar ----------------- */
					
	#ContentContainerHome,
	#ContentContainerInterior {
		width:937px;
		background-color:#fff;
		margin-left:1px;
		}
	#ContentContainerInterior {
		padding-top:18px;
		}

		#ContentContainerHome #content {
			width:286px;
			padding:7px 4px 20px 16px;
			margin-right:10px;
			float:left;
			}

		#ContentContainerInterior #content {
			width:590px;
			float:right;
			margin-right:10px;
			}
			
			
		#ContentContainerHome #sidebar { /* Center Column on homepage */
			width:318px;
			padding:21px 0;
			float:left;
			margin-right:5px;
			}
			
		#ContentContainerInterior #sidebar {
			width:279px;
			margin:0 0 40px 27px;
			}
			
			
		#ContentContainerHome #ColumnRight {
			width:280px;
			padding:18px 0 20px 0;
			float:left;
			}
			
/* ------------------------------- Content ------------------------------- */			
					
		#content {
			color:#333;
			margin-bottom:20px;
			}
		
		#ContentContainerHome #content {
			font: 0.81em/1.5em 'Lucida Grande', helvetica, arial, sans-serif;
			padding-top:27px;
			}

		#ContentContainerInterior #content {
			font: 0.88em/1.5em 'Lucida Grande', helvetica, arial, sans-serif;
			}				
		
		.TitleLarge {
			margin-bottom:8px;
			margin-top:0px;
			font: bold 1.5em/1.2em georgia, 'times new roman', times, serif;
			color:#000;
			}		
		
		
		#ContentContainerHome #content .TitleLarge {
			font: bold 1.85em/1.2em georgia, 'times new roman', times, serif;
			}
		#ContentContainerInterior #content .TitleLarge {
			font: bold 1.71em/1.2em georgia, 'times new roman', times, serif;
			}			
				
				
				h4, .subheadline {
					margin:10px 0;
					font: bold 1.3em/1.2em georgia, 'times new roman', times, serif;
					color:#100d4a;
					}
					
				h1, h2, h3, h5, h6 {
				color:#100d4a;
				font-family:georgia, 'times new roman', times, serif;
				margin:10px 0px;
				}
				
				h5.form_title, div.form_row_submit  {
					background:none repeat scroll 0 0 #ed7d24;
					color:#ffffff;
					}
					
					#content a:link,
					#content a:active,
					#contet a:visited {
						color:#ed7d24;
						}
					#content a:visited {
						color:#592381;
						}
					#content a:hover
						 {
						color:#100d4a;
						text-decoration:none;
						background-color:#eee;
						}		
						
		body.private table tr td.contentReversed b {
			color:#ffffff;
		}
					
/* ---------- Homepage Middle Column Features ----------*/
	
	#MailingListFeature {
		display:block;
		background:#f6f6f6 url(../graphics/mailinglist_icon.gif) 14px 14px no-repeat;
		border:1px solid #e9e9e9;
		padding:14px;
		color:#777;
		width:269px;
		float:none;
		text-decoration:none;
		}
		#MailingListFeature p {
			font: italic 0.75em/1.2em arial, verdana, sans-serif;
			margin:0
			}
		
		#MailingListFeature .TitleMedium {
			margin:3px 0 10px 40px;
			font: bold 1.2em/1.2em georgia, 'times new roman', times, serif;
			color:#000;
			}
			
	#FunFactFeature {
		background:#fffdc9;
		border:1px solid #dcd955;
		padding:14px;
		margin-top:22px;
		font: 0.81em/1.5em 'Lucida Grande', helvetica, arial, sans-serif;
		color:#393800;
		width:269px;
		text-align:center;
		}
		#FunFactFeature h2 {
			background:#f6f6f6 url(../graphics/fun_fact.gif) no-repeat;
			width:230px;
			height:15px;
			font-size:1px;
			line-height:1px;
			text-indent:-9999px;
			margin:-18px 0 10px 22px;
			}
		#FunFactFeature .TitleAlt {
			margin:0 0 15px 0;
			font:  1.2em/1.2em 'Lucida Grande', helvetica, arial, sans-serif;
			color:#393800;
			text-transform:uppercase;
			}			
			
/* ---------- Homepage News ----------*/

		#ColumnRight .TitleLarge {
			margin:3px 0 5px 0;
			padding: 5px 0 0 43px;
			background: url(../graphics/news_icon.gif) no-repeat;
			font: bold 1.55em/1.2em georgia, 'times new roman', times, serif;
			color:#000;
			height:35px;
			}
		#NewsTable {
			margin-bottom:20px;
			width:278px;
			}
			#ColumnRight .news_articles ul li, #ColumnRight .news_archives {
				padding: 3px 0;
				color:#555;
				font: 0.81em/1.5em 'Lucida Grande', helvetica, arial, sans-serif;
				list-style:none;
				}	
				
				#ColumnRight .news_archives {
					font-weight:bold;
					text-align:right;
					padding:15px 5px;
				}
				
				#ColumnRight .news_articles ul li a, #ColumnRight .news_archives a {
					color:#5c2783;
					text-decoration:none;
					}
				#ColumnRight .news_articles ul li a:hover, #ColumnRight .news_archives a:hover {
					text-decoration:underline;
					}
					#NewsTable td:first-child {
						display:none;
						}						

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

		.subnav {
			list-style:none;
			border-bottom:1px solid #eaeaea;
			width:279px;
			margin-top:14px;
			}
				.subnav li a {
					display:block;
					font: 1.31em/1.3em 'Lucida Grande', helvetica, arial, sans-serif;
					color:#592381;
					padding: 6px 30px 6px 11px;
					text-decoration:none;
					border-top:1px solid #eaeaea;
					background:url(../graphics/arrows.gif) 257px -159px no-repeat;
					}
				.subnav li a:hover, .subnav li a.current_page {
					color:#000;
					background:url(../graphics/arrows.gif) 257px 10px no-repeat;
					}
					
					.subnav li ul {
						list-style:none;
						border:none;
						margin:-4px 0 4px 0 !important;
						}
							.subnav li ul li a {
								display:block;
								font: 1em/1.3em 'Lucida Grande', helvetica, arial, sans-serif;
								padding: 5px 20px 5px 31px;
								text-decoration:none;
								border:none;
								background:none;
								}
							.subnav li ul li a:hover {
								background:none;
								}
							.subnav li ul li a.current_page {
								color:#000;
								text-decoration:none;
								cursor:default;
								background:none;
								}					
					
					
						
						
/* ------------------------------------ Footer ------------------------------------ */

#footer {
	width:970px;
	margin:0 auto;
	font: 0.88em/1.2em georgia, 'times new roman', times, serif;
	text-align:center;
	padding:40px 0 50px 0;
	color:#fff;	
	clear:both;
	background:#e1e2e3 url(../graphics/footer_bg.jpg) no-repeat;
	}
	
	#footer span {
		padding:0 8px;
		border-right:1px solid #fff;
		}
	#footer span.last {
		border:none;
		}		
	#footer a:link,
	#footer a:visited,
	#footer a:active {
		color:#ed7d24;
		text-decoration:none;
		}
	#footer a:hover {
		color:#fff;
		text-decoration:underline;
		}	
		
		.push {
			clear:both;
			}
			
/* ------------------------------------ Site Map ------------------------------------ */
#SiteMap ul {
	font: bold 1.2em/2em georgia, 'times new roman', times, serif;
	}
	#SiteMap ul ul {
		font: normal 0.9em/2em georgia, 'times new roman', times, serif;
		}
		#SiteMap ul ul ul {
			font: normal 0.9em/2em georgia, 'times new roman', times, serif;
			}	
			
.content_image_box  {
background:none;
border:0px solid #959595;
}		

.collection_item_description  {
font-style:normal;
}
	
table.calendar  {
border:1px solid #CCCCCC;
border-collapse:collapse;
width:100%;
clear:left;
}	
	
