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

* {
	margin:0;
	padding:0;
	}
	
/* ------------------------------------ Basics ------------------------------------ */
html, body {
	background: #fff url(../graphics/bg.jpg) repeat-x;
	width:100%;
	min-width: 985px;
	}
a {
	outline:none;
	}
a img {
	border:0;
	}
p {
	margin-bottom:20px;
	}
	
h1, h2, h3, h4, h5, h6 {
	-x-system-font:none;
	color:#111111;
	font-family:'Plantagenet Cherokee',georgia,'times new roman',times,serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin-bottom:5px;
}

#content ul,
#content ol {
	margin:0 0 20px 15px;
	}
#content ul ul,
#content ol ol {
	margin:0 0 0 15px;
	}
fieldset {
	border:0;
	}
.hide {
	display:none;
	}
.clear {
	clear:both;
	height:1px;
	}
#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%;
	}		
	
/* --------------------- Containers & Header --------------------- */

	#masterContainer {
		background:url(../graphics/frame.jpg) 50% 121px no-repeat;
		}



#wrapper {
	width:100%;
	background: url(../graphics/header_bg.jpg) 50% top no-repeat;
	}		
			
		#header {
			height:121px;
			width:959px;
			margin:0 auto;
			}
			
			#logo {
				position:absolute;
				top:15px;
				width:92px;
				height:116px;
				left:50%;
				margin-left:-470px;
				background:url(../graphics/logo.gif) no-repeat;
				z-index:200;
				}
				#logo a {
					display:block;
					width:92px;
					height:116px;
					text-indent:-9999px;
					}
					
			#tagline {
				text-indent:-9999px;
				font-size:1px;
				background:url(../graphics/tagline.jpg) 50% top no-repeat;
				width:959px;
				height:33px;
				}
				
			#quicklinks {
				position:absolute;
				left:50%;
				top:10px;
				margin-left:280px;
				list-style:none;
				width:211px;

				}
				#quicklinks li {
					display:inline;
					}
				#quicklinks a {
					color:#fff;
					padding:0 6px;
					text-decoration:none;
					font: 0.75em/1em 'lucida grande', helvetica, arial, sans-serif;
					}
					
				#quicklinks li a:hover {
					text-decoration:underline;
					}
					
				.collection_item_label {
					display:inline;
				}
	
					
/* --------------------- Primary Navigation --------------------- */
		
		#nav {
			width:830px;
			height:57px;
			list-style:none;
			position:absolute;
			top:54px;
			left:50%;
			margin-left:-360px;
			z-index:2000;
			display:block;
		  	}
				#nav li {
					position:absolute;
					padding:8px 5px 0 11px;
					top:7px;
					left:0;
					width:219px;
					}
					
					#nav li a {
						float:left;
						display:block;
						text-indent:-9999px;
						font-size:1px;
						width:235px;
						height:57px;
						background:transparent url(../graphics/nav.png) no-repeat;
						
						}
						
						
					#nav #about {
						left:29px;
						}
						
					#nav #programs {
						left:146px;
						}
						
					#nav #news {
						left:271px;
						}
						
					#nav #support {
						left:431px;
						}						
					#nav #espanol {
						left:566px;
						}	
					#nav #contact {
						width:130px;
						left:699px;
						}	

					#nav li#home a {
						width:40px;
						background-position: 10px 0;
						}
					#nav li#about a {
						background-position: -51px 0;
						}						
					#nav li#programs a {
						background-position: -288px 0;
						}
					#nav li#news a {
						background-position: -525px 0;
						}
					#nav li#support a {
						background-position: -762px 0;
						}
					#nav li#espanol a {
						background-position: -1021px 0;
						}
					#nav li#contact a {
						width:130px;
						background-position: -1259px 0;
						}
						
						
						
					#nav li#home:hover a,
					#nav li#home.over a {
						background-position: 10px -57px;
						}
						
					#nav li#about:hover a,
					#nav li#about.over a {
						background-position: -51px -57px;
						}
						
					#nav li#programs:hover a,
					#nav li#programs.over a {
						background-position: -288px -57px;
						}
						
					#nav li#news:hover a,
					#nav li#news.over a {
						background-position: -525px -57px;
						}
						
					#nav li#support:hover a,
					#nav li#support.over a {
						background-position: -762px -57px;
						}
						
					#nav li#espanol:hover a, 
					#nav li#espanol.over a {
						background-position: -1021px -57px;
						}
					#nav li#contact:hover a,
					#nav li#contact.over a {
						background-position: -1259px -57px;
						}						

						#nav li ul {
							position:absolute;
							top:65px;
							left:-9999px;
							list-style:none;
							width:235px;
							background:transparent url(../graphics/dropdown_shadow.png) bottom left no-repeat;
							padding-bottom:33px;
							clear:both;
							}
						body #masterContainer #nav li:hover ul, 
						body #masterContainer #nav li.over ul {
							left:11px;
							z-index:2000;
							}
						#nav li ul li {
								float:left;
								clear:left;
								display:block;
								position:static;
								margin:0;
								padding:0 18px;
								height:auto;
								width:155px;
								}
								#header #nav li ul li a:link,
								#header #nav li ul li a:visited {
									font: 14px/15px 'lucida grande', helvetica, arial, sans-serif;
									color:#fff;
									display:block;
									background: none;
									text-decoration:none;
									padding:9px 3px;
									margin-right:0;
									text-indent:0;
									height:auto;
									width:178px;
									border-bottom:1px solid #b7c4e4;
									}
									
								#header #nav li ul li a:hover,
								#header #nav li ul li a:active {
									color:#2d4fa5;
									}
									
								#header #nav li ul li a.last {
									border:0;
									padding-bottom:0;
									}				
				
					
				
/* ----------------- Content Containers, Spotlight, Columns & Sidebar ----------------- */
		
		#contentContainerHome,
		#contentContainerInterior{
			width:970px;
			margin:0 auto;
			padding:10px 0 40px 10px;
			}
			
		#contentContainerInterior {
			background: url(../graphics/content_bg.jpg) 10px 10px no-repeat;
			}

					
		#contentContainerHome #sidebar {
			float:right;
			width:400px;
			padding:25px 0 20px;
			}					
		
		#contentContainerHome #content {
			padding:26px 440px 20px 29px;
			}			



		#contentContainerInterior #content {
			padding:23px 40px 0 361px;
			}
			
		#contentContainerInterior #sidebar {
			float:left;
			width:288px;
			}
			
/* ---------- Homepage Sidebar ----------*/

		
		#services {
			list-style:none;
			width:380px;
			height:100px;
			padding-bottom:28px;
			margin:0;
			background: url(../graphics/services.gif) no-repeat;
			}
			
			#services li {
				display:inline;
				}
				
			#services li a {
				display:block;
				width:183px;
				height:32px;
				font-size:1px;
				line-height:1px;
				text-decoration:none;
				text-indent:-9999px;
				float:left;
				}
		
		#sidebar h3 {
			width:196px;
			height:22px;
			margin:0 0 16px;
			background: url(../graphics/news_title.gif) no-repeat;
			font-size:1px;
			line-height:1px;
			text-indent:-9999px;
			}
		.news_articles {
			width:393px;
			}
			.news_articles ul li {
				padding: 5px 40px 5px 0;
				color:#444;
				font: 0.88em/1.3em 'lucida grande', helvetica, arial, sans-serif;
				list-style:none;
				}	
				.news_articles ul li a {
					color:#9ab123;
					text-decoration:none;
					}
				.news_articles ul li a:hover {
					text-decoration:underline;
					}					
					.news_articles ul li:first-child {
						display:none;
						}
					.news_archives {
						display:block;
						background:url(../graphics/archive_button.gif) right top no-repeat;
						padding-right:9px;
						font-weight: normal;
						color:#fff;
						height:45px;
						margin-right:5px;
						}
					.news_archives a:link, .news_archives a:hover, .news_archives a:active, .news_archives a:visited {
						font-weight:normal;
						font-size:0.9em;
						color:#fff;
						float:right;
						text-decoration:none;
						padding:6px 0px 0px 0px;
						}
						

/* ----------------- Subnav ----------------- */
	
	#sectionTitle {
		width:308px;
		height:64px;
		background-color:#f79900;
		background-repeat:no-repeat;
		margin:0;
		font-size:1px;
		text-indent:-9999px;
		float:left;
		}
	
	.subnav {
			list-style:none;
			width:250px;
			margin-top:9px;
			float:left;
			}
			.subnav li {
				width:250px;
				margin-left:28px;
				border-bottom:1px solid #eee;
				}
				
				.subnav li a {
					display:block;
					font: 1.13em/1.3em 'lucida grande', helvetica, arial, sans-serif;
					color:#7da90a;
					padding: 8px 38px 8px 2px;
					width:210px;
					text-decoration:none;
					background: url(../graphics/arrows.gif) 225px -166px no-repeat;
					}
				.subnav li a:hover, .subnav li a.current_page {
					background: url(../graphics/arrows.gif) 225px 12px no-repeat;
					}
					
					 .subnav li ul {
						list-style:none;
						border:none;
						margin:-3px 10px 7px 27px;
						}
						.subnav li ul li {
							margin:0;
							border:0;
							width:auto;
							}
							.subnav li ul li a {
								display:block;
								font: 0.94em/1.2em 'lucida grande', helvetica, arial, sans-serif;
								color:#446d0f;
								padding: 4px 0;
								margin:0;
								text-decoration:none;
								border:none;
								background:none;
								width:180px;
								}
							.subnav li ul li a:hover {
								color:#111;
								}
							.subnav li ul li a.current_page {
								color:#333;
								text-decoration:none;
								cursor:default;
								}				
			
			
/* ------------------------------- Content ------------------------------- */			
					
		#welcomeTitle {
			width:254px;
			height:24px;
			background: url(../graphics/welcome_title.gif) no-repeat;
			font-size:1px;
			line-height:1px;
			text-decoration:none;
			text-indent:-9999px;
			padding-bottom:10px;
			}		
		
		
		#content {
			font: 0.94em/1.6em 'lucida grande', helvetica, arial, sans-serif;
			color:#323232;
			}
			
			#masthead {
				padding:11px 15px 55px 13px;
				width:526px;
				float:left;
				}
			
		
		#content h2.section_title {
			margin-bottom:5px;
			font: normal 2.2em/1.2em 'Plantagenet Cherokee',georgia, 'times new roman', times, serif;
			color:#111;
			}			
				
				
				#contentContainerInterior h1, #contentContainerInterior h2, #contentContainerInterior h3, #contentContainerInterior h4, #contentContainerInterior h5,  #contentContainerInterior h6 {
					margin:8px 0 12px 0;
					font-family:lucida grande, helvetica, arial, sans-serif;
					color:#8da51d;
					}
					
					#content a:link,
					#content a:active,
					#content a:visited {
						color:#9ab022;
						}
					#content a:hover {
						color:#f79900;
						text-decoration:none;
						}
						
						
			#programLinks {
				list-style:none;
				width:950px;
				height:153px;
				background: url(../graphics/programs.jpg) no-repeat;
				clear:both;
				margin:0 0 0 10px;
				}
				#programLinks a {
					font-size:1px;
					text-indent:-9999px;
					text-decoration:none;
					display:block;
					height:150px;
					}
				#programLinks li {
					display:block;
					float:left;
					}
					
				#programLinks #healthcare {
					width:240px;
					}
				#programLinks #families {
					width:230px;
					}
				#programLinks #schools {
					width:230px;
					}
				#programLinks #community {
					width:239px;
					}
										
					
/* ------------------------------------ Footer ------------------------------------ */

#footerContainer {
	width:100%;
	background:#9ab123 url(../graphics/footer_bg.gif) top repeat-x;
	clear:both;
	height:188px;
	overflow:hidden;
	}


#footer {
	width:924px;
	margin:0 auto 40px auto;
	font: 0.84em/1.35em 'lucida grande', helvetica, arial, sans-serif;
	color:#fff;	
	background: url(../graphics/footer_title.jpg) 0 3px no-repeat;
	padding:26px 28px 0 28px;
	}
		
	#copyright {
		float:left;
		font: 0.93em/1.35em 'Plantagenet Cherokee', georgia, 'times new roman', times, serif;
		padding-top:38px;
		}
	
	#locations {
		float:right;
		width:368px;
		}
		#locationsTitle {
			width:93px;
			height:24px;
			background: url(../graphics/locations_title.gif) no-repeat;
			font-size:1px;
			line-height:1px;
			text-decoration:none;
			text-indent:-9999px;
			}			
		
		#locations p {
			padding-right:5px;
			margin:2px 0 30px;
			width:174px;
			float:left;
			}
		#footer a {
			color:#ddf271;
			text-decoration:none;
			}
			
.collection_item_description {
	font-style:normal;
}		

/* ------------------------------------ QA ------------------------------------ */

.news_articles ul li:first-child {
 display: inline !important;
}

h3.content_news_article_headline {
    margin: 8px 0 2em 0 !important;
}
		
			
/* ------------------------------------ Site Map ------------------------------------ */

#siteMap ul {
	font: bold 1.1em/1.2em georgia, 'times new roman', times, serif;
	width:40%;
	float:left;
	}
	#siteMap ul li {
		margin:7px 0;
		}
	#siteMap ul ul {
		font: normal 0.9em/1.2em georgia, 'times new roman', times, serif;
		width:auto;
		float:none;
		}
		
/* -------------------------- Form Headlines ------------------------*/

h5.form_title, .form_row_submit {
background:#7A8BC1 none repeat scroll 0 0 !important;
color:#FFFFFF !important;
}


#sidebar h3.content_news_article_headline {
background:none;
font-size:inherit;
line-height:inherit;
height:auto;
width:auto;
margin:0px;
text-indent:0px;
padding-right:15px;
}

/* -------------------------- Sidebar Positioning ------------------------*/

#contentContainerInterior #sidebar  {
left: 12px;
top:2px;
position: absolute;
}

#contentContainerInterior {
position:relative;
}
		
		
	