﻿body {
	margin:0px; padding:0px;
	text-align:center;
	background: #000 url('/img/site/bg.gif') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

a.skipnav {
	height : 0px;
	width : 0px;
	display : block;
	position : absolute;
	text-indent : -9000px;
}

.clear {
	clear: both;
}

a:link {
	color: #005da4;
	text-decoration: none;
}

a:visited {
	color: #005da4;
	text-decoration: none;
}

a:hover {
	color: #005da4;
	text-decoration: underline;
}

#Header_Accessibility {
	float: left;
	background: url(/img/site/header_accessibility.gif) no-repeat;
	width: 120px;
	height: 28px;
	margin: 14px 0px 0px 14px;
}

#Header_Accessibility H2 {
	font-size: 1px;
	text-indent: -999em;	
}

#Header_Challenges a {
	float: left;
	background: url(/img/site/header_challenges.gif) no-repeat;
	width: 111px;
	height: 29px;
	margin: 14px 0px 0px 14px;
	display: block;
}

#Header_Challenges H2 {
	font-size: 1px;
	text-indent: -999em;	
}

#Header_Coordinators {
	float: left;
	background: url(/img/site/header_forcoordinators.gif) no-repeat;
	width: 163px;
	height: 22px;
	margin: 14px 0px 0px 14px;
}

#Header_Coordinators H2 {
	font-size: 1px;
	text-indent: -999em;	
}

#Header_Events {
	float: left;
	background: url(/img/site/header_events.gif) no-repeat;
	width: 178px;
	height: 20px;
	margin: 14px 0px 0px 14px;
}

#Header_Events H2 {
	font-size: 1px;
	text-indent: -999em;	
}

#Header_PrivacyPolicy {
	float: left;
	background: url(/img/site/header_privacypolicy.gif) no-repeat;
	width: 133px;
	height: 28px;
	margin: 14px 0px 0px 14px;
}

#Header_PrivacyPolicy H2 {
	font-size: 1px;
	text-indent: -999em;	
}

#Header_ContactUs {
	float: left;
	background: url(/img/site/header_contactus.gif) no-repeat;
	height: 47px;
	margin-top: 14px;
	margin-left: 14px;
	margin-bottom: -14px;
	width: 120px;
	display:inline;
}

#Header_ContactUs H2 {
	font-size: 1px;
	text-indent: -999em;	
}


#Container {
	width: 984px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#Header {
	width: 984px;
	height: 129px;
	background: #000 url('/img/site/logo.jpg') no-repeat;
}

#Header h1 {
	font-size: 1px;
	position: absolute;
	left: -999em;
}

#Logo ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#Logo ul li {
	float: left;
	font-size: 1px;
	left: -999em;
}

#Logo ul li a {
	display: block;
	width: 337px;
	height: 105px;
}

#Logo ul li span {
	position: absolute;
	left: -999em;
}

#Logo_Home {
	background: url(/img/site/logo_cover.gif) no-repeat;
}

#Logo_Home:hover {
	background: url(/img/site/logo_cover_on.gif) no-repeat;
}

#Search {
	float: right;
	margin: 20px 20px 0px 0px;
	*margin: 20px 10px 0px 0px;
}

.SearchBox {
	background-color: #87b9ff;
	color: #fff;
	border: none;
	font-size: 1.1em;
	margin: 0px;
	padding: 4px;
	height: 22px;
}	

.SearchButton {
	background-color: #106dcc;
	border: none;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0px 0px 0px -2px;
	padding: 4px;
	height: 23px;
	*height: 22px;
}

.Navigation {
	margin: 0px;
	padding: 0px;
	width: 984px;
	clear: both;
}

.Navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

.Navigation ul li {
	float: left;
	font-size: 1px;
	left: -999em;
}

.Navigation ul li a {
	display: block;
	width: 132px;
	height: 24px;
}

.Navigation ul li span {
	position: absolute;
	left: -999em;
}

.Navigation_About {
	background: url(/img/site/btn_about.gif) no-repeat;
	margin-right: 10px;
}

.Navigation_About:hover {
	background: url(/img/site/btn_about_on.gif) no-repeat;
}

.Navigation_About_selected {
	background: url(/img/site/btn_about_on.gif) no-repeat;
	margin-right: 10px;
}


.Navigation_Events {
	background: url(/img/site/btn_events.gif) no-repeat;
	margin-right: 10px;
}

.Navigation_Events:hover {
	background: url(/img/site/btn_events_on.gif) no-repeat;
}

.Navigation_Events_selected {
	background: url(/img/site/btn_events_on.gif) no-repeat;
	margin-right: 10px;
}

.Navigation_Challenges {
	background: url(/img/site/btn_challenges.gif) no-repeat;
	margin-right: 10px;
}

.Navigation_Challenges:hover {
	background: url(/img/site/btn_challenges_on.gif) no-repeat;
}

.Navigation_Challenges_selected {
	background: url(/img/site/btn_challenges_on.gif) no-repeat;
	margin-right: 10px;
}

.Navigation_SuccessStories {
	background: url(/img/site/btn_successStories.gif) no-repeat;
	margin-right: 10px;
}

.Navigation_SuccessStories:hover {
	background: url(/img/site/btn_successStories_on.gif) no-repeat;
}

.Navigation_SuccessStories_selected {
	background: url(/img/site/btn_successStories_on.gif) no-repeat;
	margin-right: 10px;
}


.Navigation_MediaCenter {
	background: url(/img/site/btn_mediacenter.gif) no-repeat;
	margin-right: 10px;
}

.Navigation_MediaCenter:hover {
	background: url(/img/site/btn_mediacenter_on.gif) no-repeat;
}

.Navigation_MediaCenter_selected {
	background: url(/img/site/btn_mediacenter_on.gif) no-repeat;
	margin-right: 10px;
}

.Navigation_ContactUs {
	background: url(/img/site/btn_contactus.gif) no-repeat;
	margin-right: 10px;
}

.Navigation_ContactUs:hover {
	background: url(/img/site/btn_contactus_on.gif) no-repeat;
}

.Navigation_ContactUs_selected {
	background: url(/img/site/btn_contactus_on.gif) no-repeat;
	margin-right: 10px;
}

.Navigation_ForCoordinators {
	background: url(/img/site/btn_forcoordinators.gif) no-repeat;
}

.Navigation_ForCoordinators:hover {
	background: url(/img/site/btn_forcoordinators_on.gif) no-repeat;
}

.Navigation_ForCoordinators_selected {
	background: url(/img/site/btn_forcoordinators_on.gif) no-repeat;
}


#Partners {
	text-align: left;
	width: 984px;
	height: 71px;
	background: #c4dcff url(/img/site/partners_bg.gif) no-repeat;
	clear: both;
}

#Partners ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#Partners ul li {
	float: left;
}

#Partners ul li span {
	position: absolute;
	left: -999em;
}

#Partners_OPM a {
	background: url(/img/site/partner_opm.gif) no-repeat;
	display: block;
	width: 44px;
	height: 71px;
	margin-left: 20px;
}

#Partners_HUD a {
	background: url(/img/site/partner_hud.gif) no-repeat;
	display: block;
	width: 45px;
	height: 71px;
	margin-left: 20px;
}

#Partners_Treasury a {
	background: url(/img/site/partner_treasury.gif) no-repeat;
	display: block;
	width: 43px;
	height: 71px;
	margin-left: 20px;
}

#Partners_MDA a {
	background: url(/img/site/partner_mda.gif) no-repeat;
	display: block;
	width: 44px;
	height: 71px;
	margin-left: 20px;
}

#Partners_CSOSA a {
	background: url(/img/site/partner_csosa.gif) no-repeat;
	display: block;
	width: 44px;
	height: 71px;
	margin-left: 20px;
}

#Partners_IRS a {
	background: url(/img/site/partner_irs.gif) no-repeat;
	display: block;
	width: 43px;
	height: 71px;
	margin-left: 20px;
}

#Partners_ED a {
	background: url(/img/site/partner_ed.gif) no-repeat;
	display: block;
	width: 44px;
	height: 71px;
	margin-left: 20px;
}

#Partners_NCPC a {
	background: url(/img/site/partner_ncpc.gif) no-repeat;
	display: block;
	width: 106px;
	height: 71px;
	margin-left: 23px;
}

#Partners_GSA a {
	background: url(/img/site/partner_gsa.gif) no-repeat;
	display: block;
	width: 43px;
	height: 71px;
	margin-left: 20px;
}

#Partners_FTC a {
	background: url(/img/site/partner_ftc.gif) no-repeat;
	display: block;
	width: 43px;
	height: 71px;
	margin-left: 20px;
}

#Partners_DHS a {
	background: url(/img/site/partner_dhs.gif) no-repeat;
	display: block;
	width: 44px;
	height: 71px;
	margin-left: 20px;
}

#Partners_FTC a {
	background: url(/img/site/partner_ftc.gif) no-repeat;
	display: block;
	width: 43px;
	height: 71px;
	margin-left: 20px;
}

#Partners_DLA a {
	background: url(/img/site/partner_dla.gif) no-repeat;
	display: block;
	width: 37px;
	height: 71px;
	margin-left: 20px;
}

#Partners_DOL a {
	background: url(/img/site/partner_dol.gif) no-repeat;
	display: block;
	width: 43px;
	height: 71px;
	margin-left: 23px;
}

#Partners_OPIC a {
	background: url(/img/site/partner_opic.gif) no-repeat;
	display: block;
	width: 48px;
	height: 71px;
	margin-left: 20px;
}

#BodyContainer {
	width: 984px;
	background-color: #01014b;
	text-align: center;
	margin-top: 73px;
	*margin-top: 0px;
	padding: 13px 1px 13px 1px;
	*padding: 13px;
}

#BodyContainer_Inner {
	width: 960px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
}

#Banner {
	width: 960px;
	height: 80px;
	background: url(/img/site/banner.jpg) no-repeat;
	margin-bottom: 20px;
}

#Banner H2 {
	font-size: 1px;
	position: absolute;
	left: -999em;
}


#Footer {
	*width: 990px;
	background-color: #417baf;
	color: #fff;
	font-size: .9em;
	padding: 10px;
}

#Footer_Disclaimer {
	*width: 990px;
	color: #9898bc;
	font-size: 1.1em;
	padding: 0px 50px 20px 50px;
	text-align: center;
	margin-bottom: 0px;
	background-color: #01014b;
	line-height: 1.4em;
}

.Footer_Text {
	margin-bottom: 5px;
}

#Footer a {
	color: #fff;
	text-decoration: underline;
}

#Col_Main {
	width: 730px;
	float: left;
	text-align: left;
	margin-left: 10px;
	*margin-left: 5px;
}

.Main_Container {
	width: 730px;
	background-color: #00347d;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 20px;
	margin-left: 0px;
	*margin-left: 5px;
}

.Main_Container_Inner {
	width: 720px;
	background-color: #fff7ee;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 1px 0px 1px 0px;
}

.Main_Container_Content {
	width: 700px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.6em;
}


.Main_Container_Top {
	width: 730px;
	height: 47px;
	background: #00347d url(/img/site/main_top.gif) no-repeat;
}

.Main_Container_Top_Full {
	width: 920px;
	height: 47px;
	margin-left: 14px;
	background: #00347d url(/img/site/main_top_full.gif) no-repeat;
}

.Main_Container_Full {
	width: 910px;
	margin-left: 14px;
	border: 5px solid #00347d;
	background-color: #fff7ee;
	padding: 0px;
}

#Header_SearchResults {
	float: left;
	background: url(/img/site/header_search.gif) no-repeat;
	width: 65px;
	height: 21px;
	margin: 14px 0px 0px 14px;
}

#Header_SearchResults H2 {
	font-size: 1px;
	text-indent: -999em;
}

#Header_SuccessStories {
	float: left;
	background: url(/img/site/header_successstories.gif) no-repeat;
	width: 143px;
	height: 21px;
	margin: 14px 0px 0px 14px;
}

#Header_SuccessStories H2 {
	font-size: 1px;
	text-indent: -999em;	
}

#Header_SuccessStories_Full H2 {
	font-size: 1px;
	text-indent: -999em;	
}

#Header_SubmitYourStory_Full {
	float: left;
	background: url(/img/site/header_submityourstory_full.gif) no-repeat;
	width: 930px;
	height: 47px;
	margin: 14px 0px 0px 14px;
	display:inline;
}

#Header_ContactUs SubmitYourStory_Full {
	font-size: 1px;
	text-indent: -999em;	
}

#Header_ContactUs H2 
{
    font-size: 1px;
    text-indent: -999em;
}

#Header_About {
	float: left;
	background: url(/img/site/header_about.gif) no-repeat;
	width: 57px;
	height: 21px;
	margin: 14px 0px 0px 14px;
}

#Header_About H2 {
	font-size: 1px;
	text-indent: -999em;	
}

#Header_LatestNews {
	float: left;
	background: url(/img/site/header_latestnews.gif) no-repeat;
	width: 116px;
	height: 20px;
	margin: 14px 0px 0px 14px;
}

#Header_LatestNews H2 {
	font-size: 1px;
	text-indent: -999em;	
}


#Header_SubmitYourStory {
	float: right;
	background: url(/img/site/header_submityourstory.gif) no-repeat;
	width: 126px;
	height: 18px;
	margin: 18px 15px 0px 14px;
	font-size: 0px;
	text-indent: -999em;
}


#Header_SubmitYourStory:hover {
	background: url(/img/site/header_submityourstory_on.gif) no-repeat;
}


#Header_SubmitYourStory a {
	display: block;
	width: 126px;
	height: 18px;
	color: #00347d;
}



#Header_SubmitYourRecipe {
	float: right;
	background: url(/img/site/header_submityourrecipe.gif) no-repeat;
	width: 136px;
	height: 18px;
	margin: 18px 15px 0px 14px;
	font-size: 0px;
	text-indent: -999em;
}


#Header_SubmitYourRecipe:hover {
	background: url(/img/site/header_submityourrecipe_on.gif) no-repeat;
}


#Header_SubmitYourRecipe a {
	display: block;
	width: 126px;
	height: 18px;
	color: #00347d;
}



.SuccessStories_Entry {

}

.SuccessStories_Header {
	border-bottom: 1px solid #e5ded6;
}

.SuccessStories_Entry H4 {
	color: #00347d;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

.SuccessStories_Date {
	float: right;
	font-size: .9em;
	margin-top: 4px;
}

.SuccessStories_Author {
	float: right;
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
	clear: both;
}

.SuccessStories_Content {
	clear: both;
	margin-top: 30px;
}

#Col_Right {
	width: 200px;
	float: right;
	text-align: left;
}


.ResponseMessage
{
       display:none;
       padding:15px;
       background-color:#DEEFFA;
       font-weight:bold;
       margin: 10px 0px 10px 0px;
}

.ResponseErrorMessage
{
       display:none;
       padding:15px;
       background-color:#FFDFDE;
       font-weight:bold;
       margin: 10px 0px 10px 0px;
}

.AccessibleAlert
{
       display:none;
}

.AccessibilityInfo
{
       
       position:absolute;
       text-indent:-9000px;
       padding:0px;
       margin: 0px;
       font-size: 0pt;
       height: 0px;
}


.febSeal {
	margin-right: 20px;
}

#dataTable {
	border-collapse: collapse;
	border: 1px solid #e1e1e1;
	margin: 20px 0px 0px 0px;
	font-size: 1em;
	background-color: #fff;
}
#dataTable th {
	background-color: #ebebeb;
}

.dataTableSideHead  {
	font-weight: bold;
}

#dataTable th, #dataTable td {
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	padding: 7px 6px 7px 6px;
	text-align: left;
	vertical-align: top;
}

#dataTable ul {
	margin: 0px 0px 1.0em 20px;
	padding: 0px 0px 0px 0px;
}

#dataTable ul li {
	list-style-image: url(/img/site/bullet_graysquare.gif);
}



a.FGFAddThis span {
    width: 25px;
	margin: 0px 0px 0px 0px;
}

a.FGFAddThis:link, a.FGFAddThis:visited, a.FGFAddThis:hover, a.FGFAddThis:active {
    text-decoration: none;
    display: block;
    font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	margin: 0px 0px 0px 0px;
	padding-top:2px;
}

a.AddThisLeftColumn {
	clear: both;
	width: 90px;
}

a.AddThisRightColumn {
	width: 100px;
}

#ShareThisSection
{
    float: right;
	clear: right;
	width: 200px;
	margin: 0px 0px 0px 0px;
	margin-left: 20px;
	*margin-left: 0px;
}


.WhatsHappeningItemDate {
	float: left;
	padding: 0px 8px 0px 0px;
	margin: 0px 11px 0px 6px;
	border-right: solid #dddddd 1px;
}

.WhatsHappeningItemDateDay {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00347d;
	padding: 0px 0px 0px 0px;
}

.WhatsHappeningItemDateMonth {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	padding: 2px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 2pt;

}
.WhatsHappeningItemTitle {
	font-size: 18px;
}
.WhatsHappeningItemText {
	font-size: 12px;
	color: #636363;
	float: left;
	margin-right: 10px;
	width: 620px;
}
.WhatsHappeningItemLink {
	clear: both;
	margin-left: 56px;
	margin-bottom: 30px;
}

.WhatsHappeningItemLink a:link, .WhatsHappeningItemLink a:visited, .WhatsHappeningItemLink a:hover, .WhatsHappeningItemLink a:active{
	font-size: 0.75em;
}

.WhatsHappeningDetailText {
	font-size: 12px;
	color: #636363;
}

.WhatsHappeningDetailLink {
	margin-top: 20px;
}

.About_Video {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
}

hr {
	margin-bottom: 30px;
}

.Main_Container_Content ul li {
	list-style-image: url(/img/site/bullet_graysquare.gif);
	margin-bottom: 4px;
}

.alert {
	color: #ff0000;
	font-size: 1.4em;
	font-weight: bold;
}

.FGFAddThis {
	margin-bottom: 5px;
}

.archive {
	font-size: 1.3em;
	margin-bottom: -5px;
	color: #01014b;
}

.Challenges {
	font-size: 1.3em;
	margin-bottom: 0px;
	color: #01014b;
}

.Challenges_sub {
	font-size: 1.2em;
	margin-bottom: 0px;
	color: #01014b;
}


.Challenges_List ul li {
	margin-bottom: 8px;
}

.Challenges_List em {
}

.challenges_alert {
	color: #da0000;
}

.photo_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

			.ContactPersonListing {
				width: 920px;
				margin-left: 14px;
				border: 5px solid #00347d;
				background-color: #fff7ee;
				padding: 10px;

			}

			.FormElementContainer {
				clear: both;
				padding: 0 0 5px 0;
			}
			.FormElementLabel {
				float: left;
			}
			.ContactPersonForm {
				width: 120px;
			}
			.FormElement {
				float: left;
			}
			.ContactPersonListing td {
				font-size: 8pt;
				padding: 5px 10px 5px 10px;
				vertical-align: top;
				white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
				white-space: -pre-wrap; /* Opera 4-6 */
				white-space: -o-pre-wrap; /* Opera 7 */
				word-wrap: break-word; /* Internet Explorer 5.5+ */		
				border-bottom: 1px solid #eee;
			}
			.ContactPersonListingCol1 {
				width: 340px;
				padding: 0 10px 0 10px;
			}
			.ContactPersonListingCol2 {
				width: 140px;
				padding: 0 20px 0 0;
			}
			.ContactPersonListingCol3 {
				width: 180px;
				padding: 0 20px 0 0;
			}
			.ContactPersonListingCol4 {
				
			}
			.ContactPersonListing th a:link,
			.ContactPersonListing th a:visited,
			.ContactPersonListing th a:active,
			.ContactPersonListing th a:hover {
				color: Black;	
			}
.Contact_TH {
	border-bottom: 1px solid #ccc;
	padding-top: 3px;
	*padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
}

#Leaving {
	background-color: #fff;
	text-align: left;
}

#Leaving H2 {
	color: #00347d;
	font-size: 1.7em;
	font-weight: bold;
}

.HealthFinderWidget {
    border-style: none;
    height: 275px;
    width: 220px;
}

.blogmini_text h2 {
	font-size: 1.3em;
}

.list_left {
	float: left;
	margin-right: 40px;
}

table tr td table {
	font-size: 1em;
}

.MainSearchResultsContainer {
	background-color:#FFF7EE;
	border:5px solid #00347D;
	margin-left:14px;
	padding:10px;
	width:890px;
	*width: 920px;
	text-align: left;
}
.FileSize {
color: #999999;
}

.SideNav {
	width: 190px;
	background: #00347d url(/img/site/SideNav_bg.gif) no-repeat;
	text-align: left;
	overflow: auto;
	line-height: 1.4em;
	padding: 0px 0px 10px 0px;
}

.SideNav H4 {
	font-size: 1.2em;
	color: #fff;
	text-transform: uppercase;
	margin: 15px 0px 0px 15px;
}

.SideNav ul {
	width: 156px;
	list-style: none;
	margin: 20px 0px 0px 16px;
	padding: 0px;
}

.SideNav_link {
	margin-bottom: 1.2em;
	padding-left: 15px;
	background-image: url(/img/site/SideNav_bullet_green.gif);
	background-repeat: no-repeat;
	background-position:0 11;
	color: #fff;
	border-top: 1px solid #3065af;
	padding: 8px 0px 0px 12px;
}


.SideNav_link_on {
	margin-bottom: 1.2em;
	padding-left: 15px;
	background-image: url(/img/site/SideNav_bullet_blue.gif);
	background-repeat: no-repeat;
	background-position:0 11;
	color: #6d93ca;
	border-top: 1px solid #3065af;
	padding: 8px 0px 0px 12px;
}


.SideNav_Bottom {
	width: 190px;
	height: 7px;
	background: url(/img/site/SideNav_bottom.gif) no-repeat;
	margin-bottom: 10px;
}


.SideNav_link a:link {
	color: #fff;
}

.SideNav_link a:visited {
	color: #fff;
}

.SideNav_link a:hover {
	color: #fff;
}

.SideNav_link a:active {
	color: #fff;
}

.SideNav_link ul li a:link {
	color: #6d93ca;
}

.SideNav_link ul li a:visited {
	color: #6d93ca;
}

.SideNav_link ul li a:hover {
	color: #6d93ca;
}

.SideNav_link ul li a:active {
	color: #6d93ca;
}




.SideNav_More {
	margin-left: 10px;
}

.SideNav ul li ul {
	width: 156px;
	list-style: none;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}

.SideNav ul li ul li {
	margin-bottom: 10px;
	margin-left: 10px;
}

.SideNav_link_on {
	color: #fff;
}

.BlogMini_Title {
	display: none;
}
