/* CSS Document */

/* CSS Document */

body, div, h1, h2, h3, h4, h5, p, li,ul, a, img, table, td, tr, form {
	margin:0px;
	padding:0px;
}

img{
	display:block;
	border:none;
}

body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
}

ul{
	list-style:none;
}

.clear{
	clear:both;
}

.white{
	color:#fff;
}

#nav li{
	float:left;
	white-space:nowrap;
}

#wrap {
	margin:0px auto;
	text-align:left;
	width:700px;
}

/* --------------------- MAIN NAVIGATION -----------------------*/

#nav{
	background:#f2f2f2;
	border-bottom:1px solid #999;
	border-top:1px solid #999;
	width:700px;
	margin-bottom:5px;
	line-height:0.7em;
}

#nav a{
	color:#777;
	text-decoration:none;
	font-size:0.7em;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
}

#nav a:hover{
	color:#c81e6e;
}

.about{
	padding-right:53px;
	padding-left:5px;
	display:block;
}

.work{
	padding-right:54px;
	display:block;
}

.evaluation{
	padding-right:35px;
	display:block;
}

.involved{
	padding-right:48px;
	display:block;
}

.news{
	padding-right:54px;
	display:block;
}

.library{
	padding-right:37px;
	display:block;
}

.endorsements{
	padding-right:52px;
	display:block;
}

.contact{
	padding-right:16px;
	display:block;
}

#nav .about_active{
	padding-right:53px;
	padding-left:5px;
	display:block;
	color:#c81e6e;
}

#nav .work_active{
	padding-right:54px;
	display:block;
	color:#c81e6e;
}

#nav .evaluation_active{
	padding-right:35px;
	display:block;
	color:#c81e6e;
}

#nav .involved_active{
	padding-right:48px;
	display:block;
	color:#c81e6e;
}

#nav .news_active{
	padding-right:54px;
	display:block;
	color:#c81e6e;
}

#nav .library_active{
	padding-right:37px;
	display:block;
	color:#c81e6e;
}

#nav .endorsements_active{
	padding-right:52px;
	display:block;
	color:#c81e6e;
}

#nav .contact_active{
	padding-right:16px;
	display:block;
	color:#c81e6e;
}

/* --------------------- SUB NAVIGATION -----------------------*/

#sn{
	float:left;
	width:131px;
	margin-right:7px;
}

.sub_nav a{
	display:block;
	background-image: url(../images/sub_nav_blue.gif);
	background-repeat: no-repeat;
	color:#fff;
	font-size:0.7em;
	text-decoration:none;
	margin:0px;
	padding:3px 0px 2px 15px;
	width:116px;
	border-bottom:1px solid #fff;
}

.sub_nav a:hover{
	text-decoration:underline;
}

.sub_nav .active{
	background-image: url(../images/sub_nav_blue_down.gif);
	background-repeat: no-repeat;
}

.sub_nav .active_underline{
	background-image: url(../images/sub_nav_blue_down.gif);
	background-repeat: no-repeat;
	text-decoration:underline;
}

#sub_sub_nav a{
	display:block;
	background:#d3e7f1;
	font-size:0.7em;
	color:#777;
	text-decoration:none;
	width:116px;
	margin:0px;
	padding:3px 0px 2px 15px;
	border-bottom:1px solid #fff;
}

#sub_sub_nav a:hover, #sub_sub_nav .active{
	background:#d86199;
	color:#fff;
	text-decoration:underline;
}


/* ----------------------------------- MAIN TEXT --------------------------- */

#text{
	float:left;
	width:384px;
}

#text a{
	color:#555;
	text-decoration:underline;
}

#text a:hover{
	background:#555;
	color:#ededed;
}

#text h1{
	color:#c81e6e;
	font-size:1.1em;
}

#text h2{
	color:#555;
	font-size:0.8em;
	font-weight:normal;
}

#text h3{
	color:#c81e6e;
	font-size:0.9em;
	padding:10px 0px 0px 0px;
}

.image_place{
	margin:0px 10px 0px 0px;
	float:left;
}

.image_place2{
	margin:0px 10px 5px 0px;
	float:left;
}

#text p{
	color:#555;
	font-size:0.7em;
	padding-right:5px;
}

.text_align{
	float:right;
	width:50px;
}

#paragraph{
	margin-top:5px;
}


/*-------------------------- RIGHT HAND LINKS -------------------------- */

#links{
	float:right;
}

#links p{
	color:#555;
	font-size:0.7em;
	padding:5px 0px 5px 5px;
}

#links a{
	color:#555;
	text-decoration:underline;
}

#links a:hover{
	background:#555;
	color:#ededed;
}

.links_background{
	background:#ededed;
	margin-bottom:5px;
}

.pink{
	color:#c81e6e;
}

.pink_s{
	color:#c81e6e;
	padding-left:29px;
}

.pink_j{
	color:#c81e6e;
	padding-left:20px;
}

.testimonial_links{
	display:block;
	width:50px;
}


/* ------------------------------ FOOTER ------------------------------- */

#footer{
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	width:700px;
	height:31px;
	margin-top:5px;
}

#footer p{
	color:#2188b9;
	font-size:0.6em;
	padding:5px;
}

#footer a{
	color:#2188b9;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

#footer_left{
	float:left;
}

#footer_right{
	float:right;
}


/* ---------------------------------- NEWS PAGE --------------------------------- */

.news_header{
	display:block;
	color:#c81e6e;
	font-size:1.1em;
	font-weight:bold;
	margin-top:10px;
}

.story{
	margin-top:5px;
}

/* ------------------------------ HOME PAGE --------------------------------*/


#home_text{
	float:left;
	width:522px;
}

#home_text a{
	color:#555;
	text-decoration:underline;
}

#home_text a:hover{
	background:#555;
	color:#ededed;
}

#home_text h1{
	color:#c81e6e;
	font-size:1.1em;
}

#home_text h2{
	color:#555;
	font-size:0.8em;
	font-weight:normal;
}

#home_text h3{
	color:#c81e6e;
	font-size:0.9em;
	padding:10px 0px 0px 0px;
}

#home_text p{
	color:#555;
	font-size:0.7em;
	padding-right:5px;
}

.strip{
	margin-top:10px;
}

#image_strip{
	width:515px;
	height:75px;
	background:#ededed;
	padding-left:5px;
}

#image_strip a{
	color:#fff;
	text-decoration:none;
	display:block;
	padding:55px 0px 0px 4px;
}

#image_strip a:hover{
	text-decoration:underline;
	background:none;
	color:#fff;
}

.thumb_1{
	background-image: url(../images/communities_thumb.jpg);
	background-repeat: no-repeat;
	width:81px;
	height:70px;
	float:left;
}

.thumb_2{
	background-image: url(../images/education_thumb.jpg);
	background-repeat: no-repeat;
	width:81px;
	height:70px;
	float:left;
	margin-left:5px;
}

.thumb_3{
	background-image: url(../images/employment_thumb.jpg);
	background-repeat: no-repeat;
	width:81px;
	height:70px;
	float:left;
	margin-left:5px;
}

.thumb_4{
	background-image: url(../images/professional_thumb.jpg);
	background-repeat: no-repeat;
	width:81px;
	height:70px;
	float:left;
	margin-left:5px;
}

.thumb_5{
	background-image: url(../images/criminal_justice_thumb.jpg);
	background-repeat: no-repeat;
	width:81px;
	height:70px;
	float:left;
	margin-left:5px;
}

.thumb_6{
	background-image: url(../images/meantal_health_thumb.jpg);
	background-repeat: no-repeat;
	width:80px;
	height:70px;
	float:left;
	margin-left:5px;
}


/*---------------------------------------- RESOURCE LIBRARY ---------------------------------*/

#library_text{
	float:left;
	width:522px;
}

#library_text a{
	color:#555;
	text-decoration:underline;
	line-height:1.8em;
}

#library_text a:hover{
	background:#555;
	color:#fff;
}

#library_text h1{
	color:#c81e6e;
	font-size:1.1em;
}

#library_text h2{
	color:#555;
	font-size:0.8em;
	font-weight:normal;
}

#library_text h3{
	color:#c81e6e;
	font-size:0.9em;
	padding:10px 0px 0px 0px;
}

#library_text p{
	color:#555;
	font-size:0.7em;
	padding-right:5px;
}