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

* {
	margin:0;
	padding:0;
	}
	
/* ------------------------------------ Basics ------------------------------------ */
body {
	background: #fff url(../graphics/bg_interior.gif) repeat-x;
	}

body.toplevel {
	background: #fff url(../graphics/bg_home.gif) repeat-x;
	}
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;
	}

	

#MasterContainerHome {
	width:100%;
	background:url(../graphics/header_home.jpg) 50% top no-repeat;
	padding-top:475px;
	}
	
#MasterContainerInterior {
	width:100%;
	background:url(../graphics/header_interior.jpg) 50% top no-repeat;
	padding-top:306px;
	}	
	
/* ------------------------------------ Header ------------------------------------ */
	
		#MasterContainerHome #logo {
			display:block;
			position:absolute;
			left:50%;
			top:14px;
			margin-left:-466px;
			width:173px;
			height:156px;
			font-size:1px;
			line-height:1px;
			text-indent:-9999px;
			background:transparent url(../graphics/logo_home.gif) no-repeat;
			}
			#MasterContainerInterior #logo a {
				display:block;
				width:165px;
				height:148px;
				}
		#MasterContainerInterior #logo {
			display:block;
			position:absolute;
			left:50%;
			top:14px;
			margin-left:-420px;
			width:196px;
			height:182px;
			font-size:1px;
			line-height:1px;
			text-indent:-9999px;
			background:transparent url(../graphics/logo_interior.gif) no-repeat;
			}				
				
				#quicklinks {
					list-style:none;
					position:absolute;
					top:0;
					left:50%;
					margin-left:313px;
					width:160px;
					}
					#quicklinks li {
						display:inline;
						}
					#quicklinks li a {
						display:block;
						float:left;
						clear:none;
						height:23px;
						background:url(../graphics/quicklinks.jpg) no-repeat;
						font-size:1px;
						line-height:1px;
						text-indent:-9999px;
						}
					#quicklinks #DonateLink {
						background-position: 0 0;
						width:73px;
						}
					#quicklinks #VolunteerLink {
						background-position: -73px 0;
						width:86px;
						}						
						
						
/* --------------------- Primary Navigation --------------------- */
		
			
			#nav {
				list-style:none;
				width:720px;
				z-index:500;
				}
				
				#nav li {
					position:absolute;
					top:47px;
					left:50%;
					z-index:500;
					}
					
					#nav li a {
						display:block;
						text-indent:-9999px;
						height:64px;
						}
						
					#nav #GetInvolved {
						margin-left:-251px;
						width:190px;
						}
						
					#nav #CommunityBuilding {
						margin-left:-116px;
						width:269px;
						}
						
					#nav #NewsEvents {
						margin-left:146px;
						width:205px;
						}
						
					#nav #AboutUs {
						margin-left:295px;
						width:190px;
						}
						
					#nav #blog {
						margin-left:409px;
						width:80px;
						}						

					#nav li#GetInvolved a {
						background:transparent url(../graphics/nav.png) 0 0 no-repeat;
						}
					#nav li#CommunityBuilding a {
						background:transparent url(../graphics/nav.png) -193px 0 no-repeat;
						}						
					#nav li#NewsEvents a {
						background:transparent url(../graphics/nav.png) -512px 0 no-repeat;
						}
					#nav li#AboutUs a {
						background:transparent url(../graphics/nav.png) -717px 0 no-repeat;
						}
					#nav li#blog a {
						background:transparent url(../graphics/nav.png) -915px 0 no-repeat;
						}
						
					#nav li#GetInvolved:hover a,
					#nav li#GetInvolved.over a {
						background:transparent url(../graphics/nav.png) 0 -64px no-repeat;
						}
						
					#nav li#CommunityBuilding:hover a,
					#nav li#CommunityBuilding.over a {
						background:transparent url(../graphics/nav.png) -193px -64px no-repeat;
						}
						
					#nav li#NewsEvents:hover a,
					#nav li#NewsEvents.over a {
						background:transparent url(../graphics/nav.png) -512px -64px no-repeat;
						}
						
					#nav li#AboutUs:hover a,
					#nav li#AboutUs.over a {
						background:transparent url(../graphics/nav.png) -717px -64px no-repeat;
						}
						
					#nav li#blog:hover a,
					#nav li#blog.over a {
						background:transparent url(../graphics/nav.png) -915px 0 no-repeat;
						}							

						#nav li ul {
							float:none;
							position:absolute;
							top:64px;
							left:-9999em;
							list-style:none;
							width:166px;
							background:transparent url(../graphics/nav_shadow.png) left bottom no-repeat;
							padding:0 12px 24px 12px;
							z-index:500;
							}
							
						#nav #CommunityBuilding ul {
							background:transparent url(../graphics/nav_shadow_wide.png) 1px bottom no-repeat;
							width:241px;
							}

							
							
						#nav #NewsEvents ul, #nav #AboutUs ul {
							background-position:1px bottom;
							}
						
						
						
						body #nav li:hover ul, 
						body #nav li.over ul {
							left: 0;
							z-index:50;
							}
						#nav li ul li {
								float:left;
								clear:left;
								display:block;
								position:static;
								margin:0;
								height:auto;
								width:160px;
								border-bottom:1px solid #fff;
								}
								#nav li ul li a:link,
								#nav li ul li a:visited {
									font:italic 16px/17px georgia, 'Times New Roman', serif;
									color:#602c93;
									display:block;
									background: none !important;
									text-decoration:none;
									padding:10px 4px;
									margin-right:0;
									text-indent:0;
									height:auto;
									width:152px;
									border-bottom:1px solid #bababa;
									}
									
								#nav li#CommunityBuilding ul li {
									width:232px;
									}
								#nav li#CommunityBuilding ul li a:link,
								#nav li#CommunityBuilding ul li a:visited {
									width:224px;
									}								
									
									
								#nav li ul li a:hover,
								#nav li ul li a:active {
									color:#000;
									}
									
								#nav li ul li.last, #nav li ul li.last a {
									border:0 !important;
									padding-bottom:0 !important;
									}						
		
						
/* ------------------------------------ Content Area ------------------------------------ */

		#WelcomeText {
			font: 1em/1.38em georgia, 'times new roman', times, serif;
			color:#000;
			position:absolute;
			width:330px;
			top:195px;
			left:50%;
			margin-left:-458px;
			z-index:100;
			}
			#WelcomeText h2 {
			font: bold 4em/1.1em 'whitney semibold', 'arial semibold', arial, helvetica, sans-serif;
			letter-spacing:-2px;
			color:#000;
			margin-bottom:8px;
			}
			
			#LearnMoreLink {
				display:block;
				width:192px;
				height:40px;
				text-indent:-9999px;
				background:transparent url(../graphics/learn_more.gif) no-repeat;
				margin-top:19px;
				}
		
		#MasterContainerHome #ContentContainer {
			width:952px;
			margin:0 auto;
			}
		#MasterContainerInterior #ContentContainer {
			width:936px;
			margin:0 auto;
			}			
			
			
/* ------------------------------ Sidebar ------------------------------ */
	
	#MasterContainerHome #sidebar {
		width:305px;
		float:right;
		font: 0.88em/1.5em georgia, 'times new roman', times, serif;
		}
		
	#MasterContainerInterior #sidebar {
		width:303px;
		float:left;
		font: 0.88em/1.5em georgia, 'times new roman', times, serif;
		background:#fff url(../graphics/subnav_bg.jpg) repeat-x;
		padding-top:2px;
		z-index:100;
		}		
		
		
		#MasterContainerHome #DonateSticker {
			margin:-3px 0 14px 8px;
			}
		#MasterContainerInterior #DonateSticker {
			margin:29px 0 0 0;
			}			
			
		
/* ---------------- Homepage News & Spotlight --------------- */

		#sidebar .news_articles, #sidebar .news_archives {
			width:300px;
			}
			#sidebar .news_articles ul li {
				padding: 4px 0;
				color:#1d1d1d;
				list-style:none;
				}	
				#sidebar .news_articles ul li a, #sidebar .news_archives a {
					color:#7630b9;
					text-decoration:none;
					}
				#sidebar .news_articles ul li a:hover, #sidebar .news_archives a:hover {
					text-decoration:underline;
					}
					
				#sidebar .news_archives {
					text-align:right;
					font-weight:bold;
					padding-bottom:15px;
				}

						
				#spotlight {
					clear:both;
					}
						

/* ----------------- Subnav ----------------- */	
	
	.subnav {
			list-style:none;
			border-bottom:1px solid #fff;
			width:269px;
			margin-left:17px;
			padding-top:8px;
			z-index:1;
			}
			
			.subnav li {
				border-top:1px solid #dadada;
				width:269px;
				}

				.subnav li a {
					display:block;
					font: 1.13em/1.25em georgia, 'times new roman', times, serif;
					color:#7da90a;
					padding: 8px 30px 8px 7px;
					text-decoration:none;
					border-top:1px solid #fff;
					background:url(../graphics/subnav_arrows.gif) 241px -93px no-repeat;
					}
				.subnav li a:hover, .subnav li a.current_page {
					background:url(../graphics/subnav_arrows.gif) 241px 8px no-repeat;
					}
				.subnav li a.last {
					border-bottom:1px solid #dadada;
					}
					
					.subnav li ul {
						list-style:none;
						border:none;
						margin:-10px 0 7px 0 !important;
						}
						.subnav li ul li {
							border:0;
							}
							.subnav li ul li a {
								display:block;
								font: italic 1em/1.3em georgia, 'times new roman', times, serif;
								color:#47541e;
								padding: 4px 20px 4px 21px;
								text-decoration:none;
								border:none;
								background:none;
								}
							.subnav li ul li a:hover {
								background:none;
								color:#111;
								}
							.subnav li ul li a.current_page {
								color:#111;
								text-decoration:none;
								cursor:default;
								background:none;
								}				
			
			
/* ------------------------------- Content ------------------------------- */			
					
		#MasterContainerHome #content {
			padding:0 337px 0 10px;
			font: 0.88em/1.5em georgia, 'times new roman', times, serif;
			color:#222;
			}
			
		#MasterContainerInterior #content {
			padding:2px 15px 0 322px;
			font: 0.88em/1.5em georgia, 'times new roman', times, serif;
			color:#222;
			}			
		
		h2, h3, h4, h5, h6 {
		font-family:"whitney black", "arial black", arial, helvetica, sans-serif;
		color:#410080;
		padding:10px 0px;
		}
		
		
		
		.TitleLrg {
			margin-bottom:15px;
			font: bold 1.31em/1.19em 'times new roman', times, georgia, serif;
			text-transform:uppercase;
			color:#000;
			padding:0px;
			}
			#sidebar .TitleLrg {
				margin-left:22px;
				}
			
		.TitleMed, body.toplevel #sidebar h3 {
			margin-bottom:8px;
			font: bold 1.14em/1.02em "whitney black", "arial black", arial, helvetica, sans-serif;
			color:#111;
			text-transform:uppercase;
			}			
				
				
				h4, .subheadline, .formtitle {
					margin:10px 0;
					font: bold 1.14em/1.02em "whitney black", "arial black", arial, helvetica, sans-serif;
					color:#410080;
					padding:0px;
					}
					
				h5.form_title, div.form_row_submit {
					background:#410080 none repeat scroll 0 0;
					color:#fff;
					}	
					
					#content a:link,
					#content a:active {
						color:#410080;
						}
					#content a:visited {
						color:#7630b9;
						}
					#content a:hover {
						color:#410080;
						text-decoration:none;
						background-color:#eee;
						}
						
/* ------------------------------------ Footer ------------------------------------ */

#FooterContainer {
	width:100%;
	background-color:#410080;
	border-top:6px solid #7630b9;	
	clear:both;
	padding:47px 0;
	margin-top:22px;
	}
	
	#footer {
		width:936px;
		margin:0 auto;
		font: italic 1.06em/1em georgia, 'times new roman', times, serif;
		color:#fff;
		}
	#footer ul {
		list-style:none;
		margin-top:5px;
		}
		#footer ul li {
			display:inline;
			}
			#footer ul li a {
				font: italic 0.82em/1em georgia, 'times new roman', times, serif;
				color:#b262ff;
				border-right:1px solid #b262ff;
				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;
			}
			
/* ------------------------------------ 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;
			}	
			
.collection_item_description {
font-style:normal;
}			
