/* CSS Document */
* {margin:0; padding:0;}
body {
	text-align:center;
	font:small Arial, Helvetica, Tahoma, sans-serif;
	color:#000;
	background-color:#fff;
	margin:20px 0;
}
h1
{
font-size:21px;
 font-weight:lighter;
 color:#FFFFFF;
 position:relative;
 vertical-align:bottom;
 padding:0px 12px 0px 6px;
}

h1.h1sub
{
	
	font-size:14px;
	font-weight: bold;
	color:#000000;
	padding:0px 0px 0px 0px;
	margin-bottom:10px;
}
h2
{
	
	font-size:12px;
	font-weight: bold;
	
}

h3
{
	font-size:12px;
	font-weight: bold;
	margin-bottom:5px;
}

h4
{
	text-transform:uppercase;
	font-size:200%;
	font-weight: bold;
	color:#E62C2D;
}

.rule
{
	border-bottom:#000000 1px solid;
	margin-bottom:10px;
}
/*Container for Content*/
.container 
{
	width:770px;
	margin:0 auto;
	text-align:left;
}
/*Sets right black border for all sections*/
#header, #nav, #content, #footer 
{	
	border:1px solid #000;
	border-bottom: none;
}
/*Top row of site*/
#header 
{
	height:135px;
}	

#header div 
{
	float:left; 
}
#topLogo
{
	background-image:url(/images/logo-one-by-one.gif);
	width:182px;
	height:135px;
}

/*Top bar below header*/
#nav
{
	background-color:#E62C2D;
	}
/*Middle area for Content*/
#content 
{
	overflow: hidden;

}
#content div
{
	float: left;
	border-right:1px solid #000;
}
/*Controls category colors*/
.ColorWhatsNew
{
	background:#F4A956;
}
.ColorShareStory
{
	background:#903B93;
}
.ColorStories
{
	background:#F4A956;
}
.ColorStoriesActivities
{
	background:#903B93;
}
.ColorStoriesWhyChildren
{
	background:#19AD4F;
}
.ColorStoriesGeneral
{
	background:#00B3E4;
}
.ColorStoriesGetHelp
{
	background:#00457E;
}

.clearBoth
{
	clear:both;
}
#leftNav, #centerContent, #rtNav
{
	padding-bottom: 12000px;
	margin-bottom: -12000px;
}
#leftNav
{
     font-size:14px;
	width: 181px;
	padding-top:10px;
}
#leftNav a, #leftNav a:link, #leftNav a:visited 
{
	
	float:right;
	font-weight:bold;
	color:#000;
	text-decoration:none;	
}
#leftNav p
{
   
	padding-right:15px;
	padding-top:5px;
	clear:right;
}
/* Secondary leftnav links*/
.secLinks
{
	font-size: 10px;
	font-weight:normal;
}

/*Inheritence for left nav link colors*/

#whyChildren a:hover,
body.whyChildren #whyChildren a,
body.whyChildren #whyChildren a:link,
body.whyChildren #whyChildren a:visited 
{
	color: #19AD4F;
}
/*Sets left navigaton link colors for Stories of Sucess section*/
#storiesSuccess a:hover,
body.storiesSuccess #storiesSuccess a,
body.storiesSuccess #storiesSuccess a:link,
body.storiesSuccess #storiesSuccess a:visited 
{
	color: #F4A956;
}
/*Sets left navigaton link colors for Activities by Market section*/
#activities a:hover,
body.activities #activities a,
body.activities #activities a:link,
body.activities #activities a:visited 
{
	color: #8F3B93;
}
/*Sets left navigaton link colors for Whats new section*/
#whatsNew a:hover,
body.whatsNew #whatsNew a,
body.whatsNew #whatsNew a:link,
body.whatsNew #whatsNew a:visited 
{
	color: #F4A956;
}
/*Sets left navigaton link colors for Share the Story section*/
#shareStory a:hover,
body.shareStory #shareStory a,
body.shareStory #shareStory a:link,
body.shareStory #shareStory a:visited 
{
	color: #811788;
}
/*Sets left navigaton link colors for News Room section*/
#newsRoom a:hover,
body.newsRoom #newsRoom a,
body.newsRoom #newsRoom a:link,
body.newsRoom #newsRoom a:visited 
{
	color: #00B3E4;
}
/*Sets left navigaton link colors for Contact Us section*/
#contactUs a:hover,
body.contactUs #contactUs a,
body.contactUs #contactUs a:link,
body.contactUs #contactUs a:visited 
{	
	color: #00B3E4;
}
/*Sets left navigaton link colors for Get Help section*/
#getHelp a:hover,
body.getHelp #getHelp a,
body.getHelp #getHelp a:link,
body.getHelp #getHelp a:visited 
{
	color: #00457E;
}
/*Sets left navigaton link colors for Get Help section*/
#Grants a:hover,
body.grants #grants a,
body.grants #grants a:link,
body.grants #grants a:visited 
{
	color: #00457E;
}




/*Sets left navigaton link colors for Site map section*/
#siteMap a:hover,
body.siteMap #siteMap a,
body.siteMap #siteMap a:link,
body.siteMap #siteMap a:visited 
{
	color: #00B3E4;
}

/*Sets left navigaton link colors for Site map section*/
#promoshop a:hover,
body.siteMap #siteMap a,
body.siteMap #siteMap a:link,
body.siteMap #siteMap a:visited 
{
	color: #00B3E4;
}



/*Center content for Content area*/

#content div.centerTopimage
{
	border-right:none;
	
}
.centerTopimage img
{
	border-bottom:#000000 1px solid;
}
#content div#centerHomePhoto
{
	border-right:none;
}
#content div#centerContent
{
	width: 413px;
}
#content div#centerCopy
{
	border-right: none;
	font-size:12.5px;
	width: 390px;
	padding-top: 10px;
	padding-left:10px;
}
.centerCopyNF
{
	border-right: none;
	width: 390px;
	padding-top: 10px;
	padding-left:10px;
}
#centerCopy a,
#centerCopy a:link,
#centerCopy a:visited 
{
	color:#1C56C2;
	text-decoration:none;
}
#centerCopy a:hover
{
	color:#EA8E14;
	text-decoration:none;
}
#centerCopy ul
{
	margin-left: 20px;
	
}
#centerCopy li
{
	margin-bottom:7px;

}
#content div.centerCopyLeft
{
	width:185px;
	float: left;
	border-right:#000000 1px solid;
	padding-right:5px; 
	
}
#content div.centerCopyRight
{
	border-right:none;
	width:185px;
	float: right;
	padding-right:5px; 
}
#centerCopy p
{
	font-size: 12.5px;
	margin-bottom:10px;
	
		
}
img.floatRight { 
    float: right; 
    margin: 0 4px 4px 4px; 
}
img.floatLeft { 
    float: left; 
    margin: 0 8px 4px 0; 
}

/* Right Navigation*/
#rtNav
{
	background-color:#E9E3D3;
	font-size: 12px;
	float:right;	
}

#content div#rtNav 
{
	border:none; 
	width:162px;  
	overflow:hidden;
	padding-top: 10px;
	padding-left:6px;
	padding-right:6px; 
	float:right;
}
/* Use Tan hack to tell IE broswer to have a smaller margin-top value*/
* html #content #rtNav 
{
    margin-top: -15px;
}

#content div.rtFloatContent
{
	margin-bottom:10px;
	border-right:none;
}
#content div.iconFloat
{
	text-align:left;
	float:left;
	border-right:none;
}
#content div.titleFloat
{
	text-align:left;
	float:right;
	border-right:none;
}
#content div.titleFloat h2
{
	font-weight:bold;
	margin-bottom: 2px;
}
#content div.mediaContent
{
	margin-top:2px;
	margin-left:2px;
	border-right:none;
	font-size:11px;
	margin-bottom:5px;
	line-height:97%;
}	
.mediaContent a,
.mediaContent a:link,
.mediaContent a:visited 
{
	color:#1C56C2;
	text-decoration:none;
}
.mediaContent a:hover
{
	color:#EA8E14;
	text-decoration:none;
}
.rtNavBkgImage
{
	background:url(/images/rt-contact-us.jpg) no-repeat top left;
}

.rtimg
{margin-top:-15px;
  margin-left:-6px;
    }
/*Footer*/
#footer 
{
	font-size:11px;
	clear:left;
	color:#FFFFFF;
	border-bottom:1px solid #000;
	background-color:#000000;
	height:35px;
	text-align:center;
}
#footer a, #footer a:link, #footer a:visited 
{
	color:#FFF;
	text-decoration:none; 
	padding:1px 4px 1px 4px;
}
#footer a:hover
{
	text-decoration:underline;
}
#footer i
{
	font-style:normal;
	padding-left: 6px;
	padding-right: 6px;
}

/*  heading */
.topHeading
{
 font-size:21px;
 color:#FFFFFF;
 position:relative;
 vertical-align:bottom;
 padding:110px 12px 1px 6px;
 border-left:#000000 1px solid;
 }
 
 .topHeadingOpt
 {
 font-size:21px;
 color:#FFFFFF;
 position:relative;
 vertical-align:bottom;
 padding:85px 12px 1px 6px;
 border-left:#000000 1px solid;

 }
 
 /* Stories of Success min height */
 .containerStories 
{
	width:770px;
	margin:0 auto;
	text-align:left;
	min-height:452px;
	height:auto!important;
	height:452px;	
}

/* general section right nav */

.containerGeneral 
{
	width:770px;
	margin:0 auto;
	text-align:left;
	min-height:452px;
	height:auto!important;
	height:452px;	
}
.containerGeneralPrivacy 
{
	width:770px;
	margin:0 auto;
	text-align:left;
	
	
}
.rtNavBkgImageGethelp
{
	background:url(/images/rt-get-help.jpg) no-repeat top left;
}

.rtNavBkgImageWhatsNew
{
	background:url(/images/rt-whats-new.jpg) no-repeat top left;
}

.rtNavBkgImageShareStory
{
	background:url(/images/rt-share-story.jpg) no-repeat top left;
}


/* CSS Document */

