﻿html, body, form {
    height:100%;   
}
body {
	width: 100%;
	text-align: center;
	background-color: #0d2c5f;
	background-image: url(    '/images/bodybackground.jpg' );
	background-repeat: repeat-x;
	margin: 0 auto;
	color: #313131;
	font-family: Verdana;
	font-size: 10px;
}

a {
	font-size: 10px;
	color: #99ccff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li {
	list-style-image: url('/images/bullet.gif');
}

.LinksSeparator {
	color: #ccc;
	font-size: 10px;
}

.BodyContainer {
	width: 950px;
	height: 100%;
	min-height: 810px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.TopContent {
	height: 46px;
	line-height: 46px;
	text-align: right;
	background-image: url(  '/images/shadow/top.jpg' );
	background-position: bottom;
	background-repeat: repeat-x;
	position: relative;
}

.MainContainer {
	position: relative;
	height: 90%;
	min-height: 764px;
	background-color: #37527E;
}

.IE6 .MainContainer, .IE5 .MainContainer{
	background-color: #37527E;
}

.LeftContainer{
    position:absolute;
    top:0px;
    left: 0px;   
    width: 165px;
}

.LogoContent {
	position: relative;
	width: 165px;
	height: 164px;
}

.IE6 .LogoContent, .IE5 .LogoContent{
	background-color: #37527d;
}

.PageContentContainer {
	position: relative;
	width: 786px;
	height: 100%;
	min-height: 764px;
	margin-left: 165px;
	background-color: #fff;
}

.TopHeaderContent {
	position: relative;
	height: 78px;
}

.TopHeaderContent .TopHeaderTitle{
    position: absolute;
    top: 0px;
    left:0px;   
}

.TopHeaderContent .TopHeaderTriangle{
    position: absolute;
    top: 0px;
    right:0px;   
}

.BottomHeaderContent {
	position: relative;
	width: 100%;
	padding-top: 21px;
	vertical-align: middle;
}

.SectionTitleContent {
	position: relative;
	width: 730px;
	font-size: 16px;
	color: #848484;
	line-height: 18px;
	padding-left: 28px;
	padding-bottom: 19px;
}

.PageContent {
	position: relative;
	width: 700px;
	padding-left: 28px;
	padding-bottom: 10px;
	font-size: 11px;
	background-color: Transparent;
}

.ContentPageContainer {
	background-image: url(    '/images/contenttriangle.gif' );
	background-position: right 78px;
	background-repeat: no-repeat;
}

.FooterContainer {
    position: relative;
	height: 27px;
	text-align: right;
	color: #ccc;
	font-size: 10px;
	line-height: 27px;
	background-image: url(    '/images/shadow/bottom.jpg' );
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

.FooterCopyright {
}

.ProjectStudies {
	font-style: italic;
}

.SummaryGroup {
	font-weight: bold;
}

.SummaryLink a, .SummaryNestedLink {
	color: #3366cc;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
}

.SummaryLink a:hover, .SummaryNestedLink:hover {
	text-decoration: underline;
}

.NestedGroup {
	padding-left: 30px;
}

.ItemDecoration {
	font-style: italic;
}

.LinkList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.LinkList li {
	list-style-image: none;
	padding-bottom: 10px;
}

.LinkListGroup li{
	padding-bottom: 5px;
}

/* BREADCRUMB */

.BreadcrumbContent {
	padding-left: 27px;
	padding-top: 1px;
	padding-bottom: 23px;
}
.BreadcrumbContent a {
	color: #3366cc;
}

.BreadcrumbContent a:hover {
	text-decoration: underline;
}

/* SITEMAP */

.SitemapPageContainer .TopHeaderContent {
    background-color: #c2c2c2;   
}

.SitemapPageContainer .PageContent {
	height: 100%;
}

.SiteMapGroup {
	padding-top: 4px;
	padding-bottom: 0px;
	font-size: 12px;
	color: #3366CC;
	display: block;
}

.SiteMapItem {
	text-indent: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	display: block;
	color: #3366CC;
}

/* END SITEMAP*/

/* SHADOW */

.ShadowTopLeftCorner {
	position: absolute;
	top: -17px;
	left: -17px;
	height: 18px;
	width: 18px;
	background-image: url(    '/images/shadow/topleftcorner.jpg' );
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.ShadowTopRightCorner {
	position: absolute;
	top: -17px;
	right: -18px;
	height: 18px;
	width: 18px;
	background-image: url(    '/images/shadow/toprightcorner.jpg' );
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.ShadowBottomLeftCorner {
	position: absolute;
	bottom: -18px;
	left: -17px;
	height: 18px;
	width: 18px;
	background-image: url(    '/images/shadow/bottomleftcorner.jpg' );
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.ShadowBottomRightCorner {
	position: absolute;
	bottom: -18px;
	right: -18px;
	height: 18px;
	width: 18px;
	background-image: url(    '/images/shadow/bottomrightcorner.jpg' );
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

.ShadowTopLeft {
	position: absolute;
	top: 0px;
	left: -18px;
	width: 18px;
	height: 677px;
	background-image: url('/images/shadow/topleft.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	z-index: 100;
}

.ShadowLeft {
	position: absolute;
	top: 0px;
	left: -18px;
	width: 18px;
	height: 100%;
	background-image: url(     '/images/shadow/left.jpg' );
	background-repeat: repeat-y;
	z-index: 1;
}

.ShadowTopRight {
	position: absolute;
	top: 0px;
	right: -19px;
	width: 18px;
	height: 677px;
	background-image: url(     '/images/shadow/topright.jpg' );
	background-position: 0px 0px;
	background-repeat: no-repeat;
	z-index: 100;
}

.ShadowRight {
	position: absolute;
	top: 0px;
	right: -19px;
	width: 18px;
	height: 100%;
	background-image: url(     '/images/shadow/right.jpg' );
	background-repeat: repeat-y;
	z-index: 1;
}

.ShadowTop {
	position: relative;
	height: 553px;
}

/* END SHADOW */

/* HOME */

.HomePageContainer {
	background-image: url(    '/images/hometriangle.gif' );
	background-position: right 165px;
	background-repeat: no-repeat;
}

.HomePageContainer .TopHeaderContent {
    height: 165px;
}

.HomePageContainer .PageContent {
	height: 388px;
}

.HomeDateContainer {
	width: 731px;
	text-align: right;
	padding-left: 27px;
	padding-bottom: 17px;
}

.HomeDateLabel {
	color: #333;
	font-size: 11px;
	border: none;
}

.HomeParagraph {
    /*width: 700px;*/
	font-size: 11px;
	line-height: 16px;
}

/* ABOUT */

.AboutPageContentContainer .TopHeaderContent, .HistoryPageContainer .TopHeaderContent, .StaffPageContainer .TopHeaderContent, .MissionPageContainer .TopHeaderContent {
    background-color: #dcd5a3;   
}

/* END ABOUT */

/* HISTORY */

.HistoryPageContainer .PageContent p {
	width: 700px;
}

/* END HISTORY */

/* TECHNICAL EXPERTISE */

.TechnicalExpertisePageContainer .TopHeaderContent, .AppliedResearchPageContainer .TopHeaderContent, .ProgramEvaluationPageContainer .TopHeaderContent, .TechnicalAssistancePageContainer .TopHeaderContent {
    background-color: #81b2c8;
}

.TechnicalExpertisePageContainer .PageContent{
	height: 469px;	
}

/* END TECHNICAL EXPERTISE */

/* CONTACT US */

.ContactsPageContentContainer .TopHeaderContent {
    background-color: #c2c2c2;   
}

.ContactsPageContentContainer .NestedGroup {
	padding-left: 20px;
}

.ContactsPageContentContainer ul {
	list-style: none;
	padding: 2px 0px 0px 10px;
	margin: 0px;
}

.ContactsPageContentContainer li {
	list-style-image: none;
	height: 16px;
	line-height: 16px;
}

.ContactsPageContentContainer a {
	color: #3366cc;
	font-family: Verdana;
	font-size: 11px;
}


/* PROGRAMS SUMMARY */

.ProgramsSummaryPageContainer .TopHeaderContent, .AdministrationPageContainer .TopHeaderContent, .ChildDevelopmentPageContainer .TopHeaderContent, .ChildWelfarePageContainer .TopHeaderContent, .HealthCarePageContainer .TopHeaderContent, .MentalHealthPageContainer .TopHeaderContent, .PreventionServicesPageContainer .TopHeaderContent, .ServiceFunctionsPageContainer .TopHeaderContent {
    background-color: #82bf9c;   
}

.ProgramsSummaryPageContainer .PageContent p {
	width: 700px;
}

/* STAFF */

.StaffPageContainer .PageContent p {
	width: 700px;
}

.StaffPerson span {
	display: block;
	font-weight: bold;
}

/* SERVICE FUNCTIONS */

.ServiceFunctionsPageContainer .PageContent {
	height: 479px;
}

.ServiceFunctionsPageContainer .PageContent p {
	width: 700px;
}

.ServiceFunctionsPageContainer .PageContent li {
	width: 665px;
}

/* PROGRAM EVALUATION */

.ProgramEvaluationPageContainer .PageContent li{
	width: 520px;	
}

.ProgramEvaluationList {
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
}

.ProgramEvaluationList li {
	padding-bottom: 5px;
}

/* CLIENTS */

.ClientsPageContentContainer .TopHeaderContent{
    background-color: #56bec2;   
}

.ClientsPageContentContainer ul.ClientGroup {
	font-weight: bold;
}

.ClientsPageContentContainer ul ul{
	font-weight: normal;	
	padding-top: 5px;
	padding-bottom: 5px;
}

/* REPORTS */

.ReportsPageContentContainer .TopHeaderContent {
    background-color: #b19fbc;   
}

.ReportsPageContentContainer .PageContent li {
	padding-top: 3px;    /* makes bullet dead center when padding is equal on top and bottom */
	padding-bottom: 3px; /* makes bullet dead center when padding is equal on top and bottom */
}

.ReportsDocumentLink{
	color: #3366cc;
	font-family: Verdana;
	font-size: 11px;	
}

/* PARTNERSHIPS */

.PartnershipsPageContentContainer .TopHeaderContent {
    background-color: #c5cb9b;   
}

/* END PARTNERSHIPS */

/* WORKING WITH*/

.WorkingWithPageContentContainer .TopHeaderContent {
    background-color: #92a8d3;   
}

/* CAREERS */

.CareersPageContentContainer .TopHeaderContent, .OpeningsPageContentContainer .TopHeaderContent {
    background-color: #c2c2c2;   
}

/* END CAREERS /*

/* ALL NEWS */

.ArticleDate{
	color: #999;
	font-size: 10px;
	font-weight: bold;
}

.ArticleTitle{
	font-weight: bold;	
}

.ArticleSource{
	
}

.ArticleAuthor{
	
}

.ArticleBody{
	padding-top: 3px;	
}

.ArticleDocumentLink{
	color: #3366cc;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;		
}

.ArticleSeparator{
	padding-bottom: 20px;	
}

/* CURRENT NEWS */

.NewsPageContentContainer .TopHeaderContent, .PressReleasesPageContentContainer .TopHeaderContent, .PressArchivesPageContentContainer .TopHeaderContent, .CurrentNewsPageContentContainer .TopHeaderContent, .ArchivesPageContentContainer .TopHeaderContent {
    background-color: #c2c2c2;   
}

.NewsListContainer{
	padding-top: 10px;	
	padding-bottom: 10px;
}

.NewsLinksContainer{
	padding-left: 28px;
	padding-bottom: 20px;	
}

.NewsItemLink {
	color: #3366cc;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

.NewsItemSeparator {
	padding-left: 6px;
	padding-right: 6px;
}

.NewsItemSelected {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}

.EngagementsListContainer{
	padding-bottom: 10px;
}

.EngagementsHeaderContainer{
	padding-top: 6px;
	padding-bottom: 18px;
}

a.EngagementsLink{
	font-size: 11px;
	font-family: Verdana;
	color: #3366cc;
}

a.EngagementsHeader{
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: #848484;		
}

a.EngagementsHeader:hover{
	text-decoration: none;
}

.EngagementTitle{
	font-weight: bold;
}
.EngagementDate{}
.EngagementLocation{}
.EngagementSpeaker{}
.EngagementDescription{}


/* END CURRENT NEWS */

/* ARCHIVE NEWS */


/* END ARCHIVE NEWS*/

/* PRESS RELEASES */

.PressReleaseContainer{
	position:relative;	
}

.PressReleaseFieldsContainer{
	padding-left: 20px;	
}

.PressReleaseIconContainer{
	position:absolute;
	top:3px;
	left:0px;	
}

.PressReleaseIcon{
	border: none;
}

/* END PRESS RELEASES */

/* PRESS ARCHIVES */

/* END PRESS ARCHIVES */

/* JOB OPENINGS */

.OpeningsListContainer{
	width: 550px;
	margin-bottom: 10px;
}

.OpeningTitle{
	font-weight: bold;
}

.OpeningHeader{
	padding-top: 14px;
	font-weight: bold;
	color: #848484;	
}

.OpeningStatus{
	
}

.OpeningDescription{
	
}

.OpeningRequirements{
	
}

.OpeningContact{
	padding-top: 14px;	
}

.OpeningContact a{
	font-size: 11px;
	font-family: Verdana;
	color: #3366cc;
}

.OpeningSeparator hr{
	margin-top: 14px;
	margin-bottom: 14px;	
}

/* END JOB OPENINGS */

/* NEWS TICKER */

.NewsTicker{
	position: relative;
	height: 19px;
	width: 730px;
	margin-top: 20px;
	border: 1px solid #d0d0d0;	
}

.TickerLabel{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 43px;
	height: 100%;
	color: #667;
	font-size: 10px;
	font-weight: bold;
	background-color: #bae6cf;
	text-align: center;
	line-height: 18px;
	border-right: 1px solid #d0d0d0;
}

.TickerDate{
	position: absolute;
	top: 0px;
	left: 47px;
	width: 64px;
	height: 19px;
	line-height: 18px;
	font-size: 10px;
	font-weight: bold;
}

.TickerTitle{
	position: absolute;
	top: 0px;
	left: 112px;
	width: 619px;
	height: 19px;
	line-height: 18px;
	overflow: hidden;
	white-space: nowrap;
	font-size: 10px;			
}

a.TickerLink{
	height: 19px;
	line-height: 18px;	
	color: #3366cc;
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	padding-left: 8px;
}

/* END NEWS TICKER  */

/* PRIVACY STATEMENT */

.PrivacyPageContentContainer .TopHeaderContent {
    background-color: #c2c2c2;   
}

/* END PRIVACY STATEMENT */
