

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; }
body { line-height:1; }
ol,ul { list-style:none; }
blockquote,q { quotes:none; }
blockquote:before,blockquote:after,
q:before,q:after { content:'';content:none; }
:focus { outline:0; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }


a{
	text-decoration: none;
	color: #850000;
}
a:hover{
	text-decoration: underline;
}

html{
	background: url(../images/bg/html.png);
}
/*body{
	width: 1000px;
	margin: 0 auto;
	background: url(../images/bg/body.png) repeat-y center top;
	font-family: 'Arial', serif;
	color: #333;
	position: relative;
}*/
	#header,
	#languages,
	#tools,
	#content,
	#navigation,
	#breadcrumb,
	.goal #goals{
		margin: 0 6px;
	}
#footer{
	background: url(../images/bg/footer.png) no-repeat bottom;
	padding: 0 28px 50px;
}
#header{
	padding-top: 22px;
}
	#logo a{
		display: block;
		width: 231px;
		height: 55px;
		margin: 0 0 23px 11px;
		background: url(../images/sprite-2.png) no-repeat -4px -5px;
		/*background-image:url(images/sprite-2.png)*/
		
	}
	h1 a{
		display: block;
		width: 948px;
		height: 63px;
		background: url(../images/sprite-2.png) no-repeat 0 -74px;
		margin-top:3px;
	}

	#content{
		clear: both;
	}
	.goal #content{
		background: url(../images/bg/goal-content.png) repeat-y right 200px;
	}

	#main{
		border-left: 1px solid #D9DDCF;
		padding: 25px 20px 0 17px;
		width: 469px;
		float: right;
	}
		#homepage #main{
			padding-bottom: 35px;
		}

	#aside{
		width: 136px;
		margin: 25px 0 25px 12px;
		float: left;
	}


#languages{
	float: left;
	padding: 12px 0;
	font-size: 11px;
}
	#languages h2{
		float: left;
		padding: 6px 0;
		margin-right: 6px;
		font-weight: normal;
	}
	#languages ul{
		float: left;
	}
	#languages li{
		float: left;
		border-right: 1px solid #F2F3EE;
	}
		#languages li.last-child{
			border-right: 0;
		}
		#languages li:last-child{
			border-right: 0;
		}
	#languages a{
		float: left;
		display: block;
		padding: 6px 10px;
		font-weight: bold;
		color: #333;
	}
		#languages li.active a{
			background: url(../images/bg/html.png);
		}

#tools{
	float: right;
	display: none;
	position: relative;
	top: 8px;
	right: -12px;
	z-index: 10;
}
.goal #tools {
	position: absolute;
	right: 0;
	top: 260px;
}

	#tools li{
		float: left;
		position: relative;
		z-index: 9;
	}
		#tools #share li{
			float: none;
		}
	#tools a{
		height: 28px;
		display: block;
		float: left;
		background: url(../images/sprite-2.png);
	}
		#tools #print a{
			width: 33px;
			background-position: -344px -10px;
		}
		#tools #email a{
			width: 35px;
			background-position: -377px -10px;
		}
		#tools #share a{
			width: 36px;
			background-position: -412px -9px;
		}
			#tools #share.hover a{
				background-position: -448px -9px;
				z-index: 8;
				position: relative;
				background-color: #F8F8F6;
			}
	#tools #share ul{
		position: absolute;
		top: 27px;
		right: 0;
		width: 110px;
		display: none;
		background-color: #F8F8F6;
		border: 1px solid #DADAD5;
		padding: 8px;
		z-index: 7;
	}
		#tools #share.hover ul{
			display: block;
		}
		#tools #share ul li{
			margin-bottom: 8px;
		}
		#tools #share ul li.last-child{
			margin-bottom: 0;
		}
		#tools #share ul li:last-child{
			margin-bottom: 0;
		}
		#tools #share ul a{
			position: static;
			display: block;
			background: url(../images/sprite-2.png) no-repeat;
			overflow: visible;
			text-indent: 0;
			width: auto;
			height: auto;
			min-height: 13px;
			float: none;
			z-index: 2;
			font-size: 11px;
			line-height: 11px;
			color: #333;
			padding: 3px 0 0 23px;
		}
			#tools #share ul #facebook a{
				background-position: -823px -282px;
			}
			#tools #share ul #twitter a{
				background-position: -823px -305px;
			}
			#tools #share ul #buzz a{
				background-position: -823px -328px;
			}
			#tools #share ul #stumble a{
				background-position: -823px -351px;
			}
	/*		

.billboard{
	width: 948px;
	height: 281px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	z-index: 5;
}
	.billboard .slide{
		width: 273px;
		height: 217px;
		position: absolute;
		right: 0;
		top: 12px;
		background: url(../images/billboard/bubbles.png) no-repeat;
		padding: 20px 20px 20px 110px;
		z-index: 5;
	}
	.billboard h2{
		font-size: 11px;
		line-height: 12px;
		font-weight: bold;
		color: #FFF;
		text-transform: uppercase;
		margin-bottom: 15px;
	}
	.billboard p{
		font: 27px 'Georgia', serif;
		color: #FFF;
	}
	.billboard a{
		color: #FFF;
	}
	.billboard a:hover {
		text-decoration: none;
	}
	.billboard .more{
		display: block;
		float: left;
		font-size: 12px;
		font-weight: bold;
		margin-top: 15px;
	}
	.billboard .more:hover {
		text-decoration: underline;
	}
	
	.billboard#hunger{
		background: url(../images/billboard/photo/hunger.jpg) no-repeat 0 0;
	}
		.billboard#hunger .slide{
			background-position: 0 0;
		}
	.billboard#education{
		background: url(../images/billboard/photo/education.jpg) no-repeat 0 0;
	}
		.billboard#education .slide{
			background-position: -408px 0;
		}
	.billboard#gender{
		background: url(../images/billboard/photo/gender.jpg) no-repeat 0 0;
	}
		.billboard#gender .slide{
			background-position: 0 -259px;
		}
	.billboard#children{
		background: url(../images/billboard/photo/children.jpg) no-repeat 0 0;
	}
		.billboard#children .slide{
			background-position: -408px -259px;
		}
	.billboard#mothers{
		background: url(../images/billboard/photo/mothers.jpg) no-repeat 0 0;
	}
		.billboard#mothers .slide{
			background-position: 0 -526px;
		}
	.billboard#disease{
		background: url(../images/billboard/photo/disease.jpg) no-repeat 0 0;
	}
		.billboard#disease .slide{
			background-position: -408px -526px;
		}
	.billboard#environment{
		background: url(../images/billboard/photo/environment.jpg) no-repeat 0 0;
	}
		.billboard#environment .slide{
			background-position: 0 -789px;
		}
	.billboard#partnership{
		background: url(../images/billboard/photo/cooperation.jpg) no-repeat 0 0;
	}
		.billboard#partnership .slide{
			background-position: -408px -789px;
		}

*/
#primary-content{
	padding: 0 1px 0;
	width: 693px;
	float: left;
	background: url(../images/bg/homepagebody.png) repeat-y;
	position: relative; 
	border-top:1px solid #D9DDCF;
}



.hunger #primary-content{
	border-top: 2px solid #5a85b2;
}

.education #primary-content{
	border-top: 2px solid #f5a203;
}

.mothers #primary-content{
	border-top: 2px solid #9a75c2;
}

.disease #primary-content{
	border-top: 2px solid #dc7e3b;
}

.environment #primary-content{
	border-top: 2px solid #349b8f;
}

.children #primary-content{
	border-top: 2px solid #877965;
}

.gender #primary-content{
	border-top: 2px solid #149dc4;
}

.cooperation #primary-content{
	border-top: 2px solid #456389;
}



.goal #primary-content {
	background: none;
	padding: 0 0 50px 0;
	width: 684px;
}
	
	#primary-content #forum{
		border: 1px solid #D9DDCF;
		background: url(../images/sprite-2.png) no-repeat 0 -1215px;
	}
		#primary-content #forum.has-image{
			min-height: 84px;
			position: relative;
			padding: 13px 0 13px 183px;
			margin-bottom: 20px;
			width: 284px;
		}
		#primary-content #forum.has-image img{
			position: absolute;
			left: -1px;
			top: -1px;
		}
		#primary-content #forum h4{
			margin: 5px 0;
		}
		#primary-content #forum h3{
			color: #333;
			margin: 0 0 7px;
		}
	
	#primary-content h2{
		font-size: 11px;
		line-height: 11px;
		font-weight: bold;
		text-transform: uppercase;
		color: #000;
		margin-bottom: 21px;
	}
	#primary-content #main h2 {
		margin-bottom: 18px;
	}
	#primary-content h3{
		font-size: 11px;
		line-height: 11px;
		font-weight: normal;
		color: #666;
		text-transform: uppercase;
		margin: 1px 0 11px;
	}
	#primary-content h4{
		font: 15px/1.4 'Georgia', serif;
		color: #000;
	}
		#primary-content h4 a{
			color: #000;
		}
			#primary-content h4 a:hover{
				color: #850000;
			}
	#primary-content .more{
		font-size: 12px;
	}
	#primary-content .twitter{
		font-size: 12px;
		color: #666;
		margin: 12px 0 1px;
	}
	#primary-content .twitterTime{
		color:#666666;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		}
		
		#primary-content .twitter a{
			color: #666;
		}
			#primary-content .twitter a:hover{
				color: #850000;
			}
	#primary-content p{
		font-size: 12px;
		line-height: 1.5;
		color: #333;
		margin-top: 6px;
	}
	#primary-content .byline{
		font-size: 11px;
		color: #666;
		margin-top: 3px;
	}
	#primary-content li{
		margin: 0 0 20px;
	}
		#primary-content li.has-image{
			padding-left: 55px;
			min-height: 52px;
			position: relative;
			width: 414px;
		}
			#primary-content li.has-image img{
				position: absolute;
				top: 4px;
				left: 0;
			}
	#primary-content .author{
		font-style: italic;
	}
	
	#primary-content .blogs_link{
		font-size: 12px;
		float:right;
		padding-right:10px;
	}

	
	#primary-content .block{
		margin: 20px 0 -8px;
		padding: 17px 0 1px;
		border-top: 1px solid #D9DDCF;
		padding-bottom:1px;	}


#secondary-content{
	width: 240px;
	float: right;
}
.goal #secondary-content {
	border-top: 2px solid #8E000F;
}
	#secondary-content .wrap {
		background: #fbfbfa url(../images/bg/secondary.png) repeat-x left bottom;
		border-bottom: 1px solid #d9dccf;
		margin: 0 1px;
		padding-bottom: 39px;
	}
	#secondary-content h4{
		font-size: 11px;
		line-height: 11px;
		font-weight: bold;
		text-transform: uppercase;
		color: #000;
		margin-bottom: 8px;
	}
	#secondary-content .item {
		border-top: 1px solid #d9dccf;
		margin: 25px 11px 0 11px;
		padding: 20px 0 0 0;
	}
		#secondary-content .item li {
			color: #000;
			font-size: 12px;
			line-height: 20px;
			margin-bottom: 12px;
		}
	#secondary-content .item:first-child {
		border: none;
		margin-top: 0;
	}
	#secondary-content .item h3,
	#secondary-content .item h3 a {
		color: #000;
		font: 16px/24px 'Georgia', serif;
		margin-bottom: 14px;
	}
		#secondary-content #related li {
			background: url(../images/sprite-2.png) no-repeat -492px -1210px;
			padding-left: 10px;
		}
	#secondary-content #contacts ul {
		margin-bottom: 10px;
	}
		#secondary-content #contacts li {
			color: #4b453c;
			margin-bottom: 0;
		}
	#secondary-content #contacts a {
		font-size: 12px;
	}
	#secondary-content #feature img,
	#secondary-content #results-profile img {
	margin: 9px 0;
	}
	#secondary-content #feature h3,
	#secondary-content #results-profile h3 {
	margin-bottom: 0;
	} 
	#secondary-content #feature p,
	#secondary-content #results-profile p{
			color: #000;
			font-size: 12px;
			line-height: 20px;
			margin-bottom: 12px;
		}

.goal #promos {
	margin: 14px 0 29px 0;
}
	#promos a{
		display: block;
		width: 175px;
		height: 58px;
		background: url(../images/promos.jpg);
		padding: 15px 50px 0 15px;
		color: #FFF;
		font: 20px/1.1 'Georgia', serif;
		margin-bottom: 9px;
	}
	.goal #promos a {
		background: url(../images/promos.jpg) right top;
		height: 58px;
		margin-left: 13px;
		padding-right: 25px;
		width: 174px;
	}
		#promos #atlas a{
			background-position: 0 -83px;
		}
		.goal #promos #atlas a{
			background-position: right -83px;
		}
		#promos #ida a{
			background-position: 0 -166px;
		}
		.goal #promos #ida a{
			background-position: right -166px;
		}

	#summit{
		margin-top: 20px;
		padding-top: 15px;
		border-top: 1px solid #D8DCCE;
	}
		#summit a{
			display: block;
			min-height: 36px;
			padding: 4px 0 0 53px;
			background: url(../images/sprite-2.png) no-repeat -543px 0;
			color: #333;
			font-size: 12px;
			line-height: 1.5;
		}
		
		#education_strategy a{
			display: block;
			min-height: 45px;
			padding: 4px 0 0 53px;
			background: url(http://www.worldbank.org/wb/images/cache30/mdgs/icon-wb-education-strategy.jpg) no-repeat 0px 0;
			color: #333;
			font-size: 12px;
			line-height: 1.5;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:15px;
			font-weight:bold;
		}



#goals{
	z-index: 100;
	padding: 25px 33px;
}
	#goals.live{
		position: relative;
		cursor: pointer;
		padding: 0;
		z-index: 100;
	}
	#goals h2{
		font-size: 11px;
		font-weight: bold;
		margin-bottom: 8px;
	}
		#goals.live h2{
			width: 245px;
			text-align: right;
			margin-top: 29px;
			float: left;
		}
	#goals ul{
	}
		#goals.live ul{
			border: 1px solid #B1C8D8;
			background: #FFF url(../images/sprite-2.png) no-repeat -52px -281px;
			width: 350px;
			position: absolute;
			z-index: 100;
		}
	#goals li{
		display: inline;
		font-size: 12px;
		line-height: 24px;
		padding-right: 8px;
		margin-right: 8px;
		border-right: 1px solid #AAA;
	}
		#goals li:last-child{
			padding-right: 0;
			margin-right: 0;
			border-right: 0;
		}
		#goals li.last-child{
			padding-right: 0;
			margin-right: 0;
			border-right: 0;
		}
		#goals.live li{
			display: block;
			margin: 0;
			border: 0;
			line-height: 12px;
		}
	#goals a{
		color: #333;
	}
	#goals.live a{
		padding: 7px 8px 5px;
		display: block;
	}
		#goals.live a.active{
			color: #A72B14;
			text-decoration: underline;
		}
		#goals.live a:hover{
			color: #850000;
		}
	
	#goals.live li{
		display: none;
	}
	#goals.live.hover li{
		display: block;
	}
	#goals.live li.top{
		display: block;
		padding-right: 40px;
		background: url(../images/dropdown.png) no-repeat right top;
	}
		#goals.live li.top a{
			color: #333;
			text-decoration: none;
		}
		#goals.hover li.top{
			background-position: right bottom;
		}

	#homepage #goals{
		background: url(../images/sprite-2.png) no-repeat 0 -1029px;
	}
		#homepage #goals.live{
			height: 69px;
		}
		#homepage #goals.live ul{
			top: 22px;
			right: 82px;
		}
			#goals.hover li.top{
				border-bottom: 1px solid #B1C8D8;
			}
	.goal #goals{
		position: relative;
		float: right;
		width: 424px;
	} 
		.goal #goals.live{
			height: 26px;
			padding-top: 12px;
		}
			.goal #goals.live h2 {
				margin-top: 7px;
				width: auto;
			}
			.goal #goals.live ul {
				right: 0;
			}

.goal #goal-title {
	
	padding: 26px 285px 16px 80px;
	width: 570px;
}
.education #goal-title{
	background: #fff url(../images/issues/title-education.png) no-repeat left 41px;
}
.hunger #goal-title{
	background: #fff url(../images/issues/title-hunger.png) no-repeat left 43px;
}
.mothers #goal-title{
	background: #fff url(../images/issues/title-mothers.png) no-repeat left 28px;
}
.environment #goal-title{
	background: #fff url(../images/issues/title-environment.png) no-repeat left 32px;
}
.disease #goal-title{
	background: #fff url(../images/issues/title-disease.png) no-repeat left 45px;
}
.children #goal-title{
	background: #fff url(../images/issues/title-children.png) no-repeat left 28px;
}
.gender #goal-title{
	background: #fff url(../images/issues/title-gender.png) no-repeat left 42px;
}
.cooperation #goal-title{
	background: #fff url(../images/issues/title-cooperation.png) no-repeat left 42px;
}


	#goal-title h3 {
		color: #666;
		font-size: 11px;
		line-height: 1.8;
		text-transform: uppercase;
	}
	#goal-title h2 {
		color: #000;
		font: 26px/1.125 'Georgia', serif;
	}
	
#qanda{
	background: #f5f6f2 url(../images/qa/goals_blurb.png) no-repeat left bottom;
	font: 14px/26px Georgia, serif;
	margin-bottom: 24px;
	padding: 20px 15px 38px 15px;
	width: 654px;	
}




/*
.education, .hunger, .mothers, .disease, .environment, .children, .gender, .cooperation #qanda {
	background: #f5f6f2 url(../images/qa/goals_blurb.png) no-repeat left bottom;
}

.education #qanda {
	background: #fbeac1 url(../images/qa/education.png) no-repeat left bottom;
}
.hunger  #qanda {
	background: #c3dbf2 url(../images/qa/hunger.png) no-repeat left bottom;
}
.mothers  #qanda {
	background: #dbccee url(../images/qa/mothers.png) no-repeat left bottom;
}
.disease  #qanda {
	background: #fbe0c7 url(../images/qa/disease.png) no-repeat left bottom;
}
.environment #qanda {
	background: #d3fae6 url(../images/qa/environment.png) no-repeat left bottom;
}
.children #qanda {
	background: #e3e0d8 url(../images/qa/children.png) no-repeat left bottom;
}
.gender #qanda {
	background: #d7efbd url(../images/qa/gender.png) no-repeat left bottom;
}
.cooperation #qanda {
	background: #d7e7f5 url(../images/qa/cooperation.png) no-repeat left bottom;
}
*/
	#qanda dt {
		color: #000;
		float: left;
		padding-right: 5px;
		width: 163px;
		font-family:arial;
		font-weight:bold;
		font-size:13px;
	}
	#qanda dd {
		border-left: 1px solid #fff;
		color: #000;
		float: left;
		padding-left: 10px;
		width: 475px;
	}
		#qanda dd span {
			font: 13px/24px 'Arial', serif;
		}

#overview {
	margin-left: 21px;
	padding-bottom: 31px;
	width: 663px;
}	
	#overview h3 {
		color: #000;
		font: 20px/26px Georgia, serif;
		margin-bottom: 14px;
		text-transform: none;
	}
	
	#overview p {
		color: #000;
		font: italic 15px/28px Georgia, serif;
	}
	
#callout {
	border-bottom: 2px solid #d9dccf;
	margin: 0 0 14px 21px;
	padding-bottom: 46px;
	width: 663px;
}	
	
	#callout .imageandcaption {
		float: left;
		margin-right: 27px;
		width: 327px;
	}

		#callout .imageandcaption span {
			color: #000;
			display: block;
			font-size: 11px;
			line-height: 1.5;
			margin-top: 10px;
		}
	#callout dl {
		background: url(../images/callouts/bottom-bg.png) no-repeat left bottom;
		float: left;
		min-height: 171px;
		padding-bottom: 24px;
		width: 309px;	
	}
		#callout dt {
			background: url(../images/callouts/top-bg.png) no-repeat left top;
			font-weight: bold;
			margin-bottom: 3px;
			padding: 24px 12px 0 12px;
			width: 285px;
		}
		#callout dd {
			background: url(../images/sprite-2.png) no-repeat -728px -1022px;
			font-weight: normal;
			margin: 0 0 4px 12px;
			padding: 0 0 0 10px;
		}
		#callout dt,
		#callout dd {
			font-size: 13px;
			line-height: 1.5;
		}

#details{
	border-bottom: 2px solid #d9dccf;
	margin: 0 0 14px 21px;
	padding-bottom: 46px;
	width: 663px;	
}
	#details h3 {
		color: #000;
		font: 20px/26px Georgia, serif;
		margin-bottom: 11px;
		text-transform: none;
	}
	
	#details p {
		font-size: 13px;
		line-height: 26px;
	}
		#details div p {
			line-height: 22px;
		}
	#details .column-wrap {
		background: url(../images/bg/detail.png) repeat-y left top;
		margin-top: 20px;
	}
	#details h4 {
		font-size: 18px;
	}
		#details #strategy,
		#details #results
		{	
			font-size: 13px;
			float: left;
			width: 313px;
		}
		#details #strategy {
			padding-right: 17px;
		}
		#details #results {
			padding-left: 19px;
		}
			#details #strategy h4,
			#details #results h4 {
				margin-bottom: 8px;
			}
			#details #strategy p,
			#details #results p {
				margin-top: 0;
			}
			#details #results p {
				margin-bottom: 12px;
			}
				#details div ul li {
					background: url(../images/sprite-2.png) no-repeat -728px -1021px;
					line-height: 24px;
					margin-bottom: 12px;
					padding-left: 10px;
				}
					#details div ul li strong {
						color: #000;
					}

#key-stats{ 
	margin-left: 21px;
	width: 663px;
}
	#key-stats h3 {
		color: #000;
		font: 20px/26px Georgia, serif;
		margin-bottom: 14px;
		text-transform: none;
	}
	#key-stats ul{
		background: url(../images/bg/stats.png) repeat-y left top;
	}
		#key-stats ul li {
			color: #000;
			float: left;
			font-size: 12px;
			line-height: 20px;
			margin: 0 0 0 21px;
			padding: 36px 0 0 0;
			width: 145px;
		}
		#key-stats ul li.stat1 {
			margin-left: 0;
			width: 155px;
		}
		#key-stats ul li.stat4 {
			width: 155px;
		}
		#key-stats ul li.people {
			background: url(../images/stats/people.png) no-repeat left top;
		}
		#key-stats ul li.countries {
			background: url(../images/stats/countries.png) no-repeat left top;
		}

			#key-stats ul li span {
				color: #990000;
				display: block;
				font: 40px Georgia, serif;
				margin-bottom: 6px;
			}
	#key-stats .footnote {
		bottom: 30px;
		color: #999;
		display: block;
		font-size: 11px;
		position: absolute;
	}
		
#role{}
	#role h3{
		padding-top: 28px;
		background: url(../images/2015.png) no-repeat top left;
		font: 16px/1.125 'Georgia', serif;
		text-transform: none;
		color: #000;
	}
	#role p{
		font-weight: bold;
	}

#contacts{
	margin-top: 25px;
	padding-top: 15px;
	border-top: 1px solid #D9DDCF;
}
	#contacts p{
		font-size: 11px;
		line-height: 1.5;
		color: #444;
		margin-bottom: 12px;
	}
	#contacts .more{
		font-size: 11px;
	}

#navigation{
	border-top: 2px solid #99000B;
	position: relative;
	overflow: hidden;
	clear: both;
	width: 948px;
}
	#navigation h2{
		background: url(../images/sprite-2.png) no-repeat 0 -216px;
		height: 19px;
		font-size: 11px;
		line-height: 11px;
		text-transform: uppercase;
		padding: 10px 12px 0;
		color: #000;
		border: 1px solid #D9DCD0;
		border-width: 0 1px 1px;
	}
	#navigation ol{
		border-left: 1px solid #D9DCD0;
		position: relative;
	}
	#navigation li{
		background: url(../images/sprite-2.png) no-repeat -1px -434px;
		border: 1px solid #D9DCD0;
		border-width: 0 1px 1px 0;
		padding: 100px 15px 15px 15px;
		width: 206px;
		float: left;
		text-align: center;
		position: relative;
	}
		#navigation li:nth-child(4n+1){
			clear: left;
			width: 205px;
		}
		#navigation li.nth4n1{
			clear: left;
			width: 205px;
		}
	#navigation div{
		float: left;
		width: 947px;
	}
	#navigation h3{
		font: 17px/17px Georgia, serif;
		color: #000;
		margin-bottom: 0px;
		/*was 8px*/
	}
		#navigation h3 a{
			color: #000;
		}
			#navigation h3 a:hover{
				color: #850000;
			}
	#navigation p{
		font: 13px/18px 'Georgia', serif;
		margin-bottom: 4px;
	}
	#navigation a.more{
		font-weight: bold;
		font-size: 11px;
		color: #850000;
	}
	#navigation img{
		position: absolute;
		left: 50%;
	}
		#navigation #nav-hunger img{
			top: 37px;
			margin-left: -34px;
		}
		#navigation #nav-education img{
			top: 29px;
			margin-left: -37px;
		}
		#navigation #nav-gender img{
			top: 17px;
			margin-left: -27px;
		}
		#navigation #nav-children img{
			top: 22px;
			margin-left: -17px;
		}
		#navigation #nav-mothers img{
			top: 23px;
			margin-left: -27px;
		}
		#navigation #nav-disease img{
			top: 28px;
			margin-left: -21px;
		}
		#navigation #nav-environment img{
			top: 19px;
			margin-left: -24px;
		}
		#navigation #nav-partnership img{
			top: 22px;
			margin-left: -36px;
		}
	#navigation #next,
	#navigation #prev{
		width: 28px;
		height: 28px;
		display: block;
		position: absolute;
		top: 1px;
		right: 0;
		/*background: url(../images/sprite-2.png) -283px -9px;*/
		background: url(../images/sprite-2.png) -283px -9px;
		background-image:
	}
	#navigation #next{
		background-position: -311px -39px;
		cursor: default;
	}
		#navigation.firstPage #next{
			background-position: -311px -9px;
			cursor: pointer;
		}
			#navigation.firstPage #next:hover{
				background-position: -581px -338px;
			}
	#navigation #prev{
		right: 28px;
	}
		#navigation #prev:hover{
			background-position: -553px -338px;
		}
		#navigation.firstPage #prev{
			background-position: -283px -39px;
			cursor: default;
		}
			#navigation.firstPage #prev:hover{
				background-position: -283px -39px;
			}

#breadcrumb{
	height: 35px;
	background: url(../images/sprite-2.png) no-repeat 0 -159px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	line-height: 11px;
	padding: 12px 0 0 43px;
}
	#breadcrumb h2{
		float: left;
		margin-right: 30px;
	}
	#breadcrumb a{
		color: #FFF;
	}
	#breadcrumb a:hover {
	text-decoration: none;
	}

#footer{
	font-size: 11px;
	line-height: 11px;
	color: #666;
}
	#footer-nav{
		float: left;
		width: 600px;
	}
		#footer-nav li{
			float: left;
			padding-right: 5px;
			margin-right: 5px;
			border-right: 1px solid #BBB;
		}
			#footer-nav li:last-child{
				padding-right: 0;
				border-right: 0;
				margin-right: 0;
			}
			#footer-nav li.last-child{
				padding-right: 0;
				border-right: 0;
				margin-right: 0;
			}
		#footer-nav a{
			color: #666;
		}
	
	#copyright{
		float: left;
		width: 600px;
		margin-top: 7px;
	}
	
	#hotline{
		float: right;
		width: 300px;
		text-align: right;
	}
		#hotline span{
			display: block;
			margin-bottom: 7px;
		}

#accessibility{
	position: absolute;
	visibility: hidden;
}

#logo a,
h1 a,
#navigation #next,
#navigation #prev,
#tools a{
	text-indent: -999px;
	overflow: hidden;

}

#header h1{
	float:left;
	}

.goal #content:after,
#languages:after,
#navigation ol:after,
#navigation div:after,
#callout:after,
#qanda:after,
.column-wrap:after,
#key-stats ul:after,
#footer:after,
#footer-nav:after{
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
