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

* {
	margin:0;
	padding:0;
	}
	
/* ------------------------------------ Basics ------------------------------------ */
body {
	background: #e8e8e8 url(../graphics/bg.gif) repeat-x;
	}
a {
	outline:none;
	}
a img {
	border:0;
	}
p {
	margin-bottom:20px;
	}
#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;
	}
#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:500px;
	}
#content form table {
	width:500px;
	}
#content form table table {
	width:100%;
	}		
	
/* --------------------- Master Container & Header --------------------- */

#wrapper {
	width:100%;
	background: transparent url(../graphics/frame.gif) 50% top no-repeat;
	}

	#masterContainer {
		width:940px;
		margin:0 auto;
		background-color:#fff;
		padding-bottom:30px;
		}	
		
		#header {
			position: relative;
			height:170px;
			}
		
	#logo {
		position:absolute;
		top:14px;
		width:250px;
		height:90px;
		left:50%;
		margin-left:-444px;
		background:url(../graphics/logo.gif) no-repeat;
		}
		
		#logo a {
			display:block;
			width:250px;
			height:90px;
			text-indent:-9999px;
			}

/* -------------- Metalinks -------------- */
		
		
	#quicklinks {
		float:right;
		text-align:right;
		height:36px;
		padding:15px 25px 0 3px;
		background:url(../graphics/quicklinks_left.gif) left 15px no-repeat;
		}
		#quicklinks ul {
			list-style:none;
			height:36px;
			background:url(../graphics/quicklinks_right.gif) right no-repeat;
			padding: 0 10px 0 7px;
			}
			#quicklinks ul li {
				display:inline;
				}
				#quicklinks ul li a {
					color:#0091d3;
					font:normal 0.75em/35px 'lucida grande', helvetica, arial, verdana, sans-serif;
					text-decoration:none;
					margin:0 8px;
					padding:
					}
				#quicklinks ul li a:hover {
					text-decoration:none;
					border-bottom:1px dotted #999;
					}
					
					#quicklinks ul li div {
						display:inline;
						}
					
			#searchBox {
				float:right;
				clear:right;
				padding:10px 25px 0 0;
				width:338px;
				}
				#searchBox .textBox {
					width:250px;
					font:0.8em/1em helvetica, arial, verdana, sans-serif;
					margin:8px 0 0 7px;
					padding:3px;
					float:left;
					z-index:500;
					border:4px inset #ddd;
					}
				#searchBox .formButton {
				display: block;
				float:right;
				margin:10px 0 0 0;
				padding-right:13px;
				width:54px;
				text-align:center;
					}					
					
					
/* --------------------- Primary Navigation --------------------- */
		#nav {
			position:absolute;
			top:120px;
			left:50%;
			margin-left:-470px;
			width:934px;
			list-style:none;
			padding-left:33px;
			background:url(../graphics/nav_bg.gif) repeat-x;
			clear:both; /* IE6 hack! */
		  	}
		  	#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:50px;
					float:left;
					background:url(../graphics/nav.gif) no-repeat;
					}
					

				#nav li #home {
					width:26px;
					background-position: -33px 0;
					}					
				#nav li #services {
					width:194px;
					background-position: -59px 0;
					}
				#nav li #counseling {
					width:177px;
					background-position: -253px 0;
					}					
				#nav li #appointments {
					width:145px;
					background-position: -430px 0;
					}					
				#nav li #resources {
					width:80px;
					background-position: -575px 0;
					}
				#nav li #news {
					width:102px;
					background-position: -655px 0;
					}					
				#nav li #support {
					width:84px;
					background-position: -757px 0;
					}					
				#nav li #about {
					width:73px;
					background-position: -841px 0;
					}
					
				#nav li #home:hover,
				#nav li #home.current_page,
				#nav li:hover #home,
				#nav li.over #home {
					background-position: -33px -50px;
					}					
				#nav li #services:hover,
				#nav li #services.current_page,
				#nav li:hover #services,
				#nav li.over #services {
					background-position: -59px -50px;
					}
				#nav li #counseling:hover,
				#nav li #counseling.current_page,
				#nav li:hover #counseling,
				#nav li.over #counseling {
					background-position: -253px -50px;
					}					
				#nav li #appointments:hover,
				#nav li #appointments.current_page,
				#nav li:hover #appointments,
				#nav li.over #appointments {
					background-position: -430px -50px;
					}					
				#nav li #resources:hover,
				#nav li #resources.current_page,
				#nav li:hover #resources,
				#nav li.over #resources {
					background-position: -575px -50px;
					}
				#nav li #news:hover,
				#nav li #news.current_page,
				#nav li:hover #news,
				#nav li.over #news {
					background-position: -655px -50px;
					}					
				#nav li #support:hover,
				#nav li #support.current_page,
				#nav li:hover #support,
				#nav li.over #support {
					background-position: -757px -50px;
					}					
				#nav li #about:hover,
				#nav li #about.current_page,
				#nav li:hover #about,
				#nav li.over #about {
					background-position: -841px -50px;
					}		
					
				#nav li a.text_link {
				    font-size:14px;
					text-indent:0px;
					background:none;
					color:#fff;
					padding:24px 10px 0px;
					font-weight:bold;
					font-family:'helvetica neue',helvetica,arial,sans-serif;
					text-transform:uppercase;
					height:26px;
					}	
				
				#nav li a.text_link:hover {
					background:#0091d3;

				}
					
/*-------------- Drop-Downs --------------*/

body #nav li ul {
	display:none;
	float:none;
	position:absolute;
	top:50px;
	left:0;
	margin:0;
	height:auto;
	padding:0 14px 2px 14px;
	width:166px;
	border-bottom:12px solid #22425c;
	background:#0091d3 none;
	}
body #nav li.last ul {
	left:-121px;
	}
	
/* MAKE IT DROP */
body #nav li:hover ul, 
body #nav li.over ul {
	display:block;
	}
	
body #nav li ul li {
	list-style:none;
	float:left;
	clear:left;
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	position:relative;
	border-bottom:1px solid #00a3ed;
	}
	
	
body #nav li ul li a { 
	display:block;
	background:transparent none;
	float:left;
	padding:11px 3px;
	width:160px;
	text-decoration:none;
	border:0;
	height:auto;
	color:#fff;
	font: bold 0.88em/1.2em 'lucida grande', arial, helvetica, verdana, sans-serif;
	text-indent:0;
	border-bottom:1px solid #007ab1;
	}
	
body #nav li.last,
body #nav li.last a {
	border:0;
	}
body #nav li ul li a:hover {
	color:#94ddff;
	}
					
					
				
/* ----------------- Content Containers, Columns & Sidebar ----------------- */

		#contentContainerHome #content {
			padding:19px 450px 0 30px;
			}
		#contentContainerHome #sidebar {
			float:right;
			width:380px;
			padding:0 36px 40px 0;
			}		

		#contentContainerInterior #content {
			padding:0 44px 0 402px;
			}
			
		#contentContainerInterior #sidebar {
			float:left;
			width:270px;
			padding:0 0 0 35px;
			}
		
			
/* ---------- Homepage News ----------*/

		#contentContainerHome #sidebar h2 {
			margin:20px 0 13px 0;
			padding: 3px 0 0 39px;
			background: url(../graphics/news_icon.gif) no-repeat;
			font: bold 1.5em/1.2em 'helvetica neue', helvetica, arial, sans-serif;
			color:#222;
			height:32px;
			letter-spacing:-1px;
			}
		#newsTable {
			margin-bottom:20px;
			width:380px;
			}
			.news_articles ul li, .news_archives {
				padding: 5px 8px;
				color:#424242;
				font: 0.75em/1.5em 'lucida grande', arial, helvetica, verdana, sans-serif;
				border-top:1px solid #e8e4dd;
				list-style:none;
				}	
				.news_articles ul li a, .news_archives a {
					color:#0091d3;
					text-decoration:none;
					}
				.news_articles ul li a:hover {
					text-decoration:underline;
					}
					
						
					/* CSS zebra stripes! */	
					.news_articles ul li:nth-child(odd) { background: #f5f3f0; } 						
					.news_articles ul li:nth-child(even),
					.news_articles ul li:last-child { background:#fff; }
					
					.news_archives {
					text-align:right;
					font-weight:bold;
					}

/* ----------------- Subnav ----------------- */
	
		.subnav {
				list-style:none;
				border-bottom:1px solid #eee;
				width:270px;
				margin-top:2px;
				}
				.subnav li a {
					display:block;
					font: 1.13em/1.3em 'lucida grande', arial, helvetica, verdana, sans-serif;
					color:#0091d3;
					padding: 6px 30px 6px 8px;
					text-decoration:none;
					border-top:1px solid #eee;
					background:url(../graphics/arrows.gif) 240px -272px no-repeat;
					}
				.subnav li a:hover, .subnav li a.current_page {
					background:url(../graphics/arrows.gif) 240px 8px no-repeat;
					}
					
					.subnav li ul {
						list-style:none;
						border:none;
						margin:-2px 0 10px 0 !important;
						}
							.subnav li ul li a {
								display:block;
								color:#004b6d;
								font: normal 1.13em/1.3em 'lucida grande', arial, helvetica, verdana, sans-serif;
								padding: 2px 20px 2px 24px;
								text-decoration:none;
								border:none;
								background:none;
								}
							.subnav li ul li a:hover {
								background:none;
								color:#222;
								}
							.subnav li ul li a.current_page {
								color:#111;
								text-decoration:none;
								cursor:default;
								background:none;
								}				
			
			
/* ------------------------------- Content ------------------------------- */			
					
		#content {
			font: 0.88em/1.45em 'lucida grande', arial, helvetica, verdana, sans-serif;
			color:#3e3e45;
			}			
		
		.titleLarge {
			margin-bottom:5px;
			font: bold 1.93em/1.2em 'helvetica neue', helvetica, arial, sans-serif;
			color:#222 !important;
			letter-spacing:-1px;
			}			
				
				
				.title, .subheadline, .formtitle {
					font: bold 1.1em/1.2em 'helvetica neue', helvetica, arial, sans-serif;
					color:#008cd1;
					}
					
				#content h2, #content h3, #content h4, #content h5, #content h6 {
					color:#008CD1;
					font-family:'helvetica neue',helvetica,arial,sans-serif;
					font-style:normal;
					font-variant:normal;
					font-weight:bold;
					margin:10px 0;
				}
					
				#content a.button:link,
				#content a.button:visited,
				#content a.button:hover,
				#content a.button:active {
					-moz-border-radius: 4px;
					-webkit-border-radius: 4px;
					border:1px solid #0091d3;
					background-color:#0091d3;
					color:#fff;
					text-decoration:none;
					padding:9px 14px;
					font: 0.93em/1em 'helvetica neue', helvetica, arial, sans-serif;
					position:relative;
					}
					
				#content a.button:hover {
					border:1px solid #999;
					background-color:#999;
					}					
					
					
					
					
					#content a:link,
					#content a:active,
					#contet a:visited {
						color:#008cd1;
						}
					#content a:visited {
						color:#333;
						}
					#content a:hover
						 {
						color:#000;
						text-decoration:none;
						background-color:#eee;
						}
						
					#content h5.form_title, div.form_row_submit {
						background:#000000 none repeat scroll 0 0;
						color:#ffffff;

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

#footerContainer {
	width:100%;
	background:#0091d3;
	border-top:8px solid #2dbdff;
	}


	#footer {
		width:880px;
		margin:0 auto;
		padding:27px 0 40px 0;
		color:#94ddff;	
		clear:both;
		position:relative;
			background:url(../graphics/partners3.jpg) right 29px no-repeat;
		}
		
		#partners {
			position:absolute;
			left:578px;
			width:302px;
			height:122px;
			list-style:none;
			}

			#footerContainer #footer #partners li a {
				text-indent:-9999px;
				font-size:1px;
				line-height:1px;
				position:absolute;
				text-decoration:none;
				display:block;
				padding:0;
				border:0;
				background:url(../graphics/spacer.gif) repeat;
				}
				
				#coa {
					width:74px;
					height:68px;
					left:97px;
					top:0;
					}
				
				#unitedWay {
					width:102px;
					height:60px;
					left:193px;
					top:0;
					}
					
				/* #bbb {
					width:76px;
					height:122px;
					left:226px;
					top:0;
					} 
				*/
				#cccs {
				    height: 50px;
				    left: 182px;
				    top: 72px;
				    width: 120px;
					}
					
					
			#contactInfo {
				font: 1.13em/1.33em 'lucida grande', arial, helvetica, verdana, sans-serif;
				width:292px;
				height:104px;
				float:left;
				}
				
			#locationContacts {
				font: 0.81em/1.61em 'lucida grande', arial, helvetica, verdana, sans-serif;
				width:250px;
				height:104px;
				float:left;
				padding-top:4px;
				}		
				
			#copyright {
				clear:both;
				float:left;
				width:800px;
				margin:0;
				font: 0.81em/1.33em 'lucida grande', arial, helvetica, verdana, sans-serif;
				}
			#copyright .collection_item_label {
				font-weight:normal;
			}
				#copyright ul {
					display:inline;
					}
					#copyright ul li {
						display:inline;
						margin-left:4px;
						}
						#copyright ul li a {
							text-decoration:none;
							color:#fff;
							}
							
						#copyright ul li div {
							display:inline;
							margin-left:20px;
							}	
		
		.push {
			clear:both;
			height:1px;
			}

.content_image_box {
	background:none;
	border:0;
	margin:0;
	padding:0;
}
			
/* ------------------------------------ Site Map ------------------------------------ */
#siteMap ul {
	font: bold 1.2em/1.5em 'lucida grande', arial, helvetica, verdana, sans-serif;
	margin-bottom:0;
	width:45%;
	 float:left;
	}
	#siteMap ul li {
		padding:4px 0;
		}
	#siteMap ul ul {
		width:auto;
		float:none;
		margin-bottom:0;
		font: normal 0.9em/1.5em 'lucida grande', arial, helvetica, verdana, sans-serif;
		}


/* --------- Twitter Styles --------- */
.fdpc_twitter {
background: #fff;
padding: 10px;
border: 1px solid;
}
.fdpc_twitter_list {
margin: 0 !important;
}
.fdpc_tweet_content { font-size: 11px; }	
		
	