/* Style sheet for the International Year of Sanitation 2008 */

/* Colors used: 

*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 0px;
	background-color: #83ADDD;
}
acronym {cursor:help;
border-bottom:dotted 1px #999999}
	
/* MAIN CONTAINER */

#main {
	width: 62em;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin: 0px auto;
}	


 /* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink {
	width:150px;
	padding: 0px;
	margin: 0px;
	clear: both;
	font-size: 10px;
	display: inline;
	color: #83ADDD;
}
#skiplink a {
	color:#83ADDD;
}
#skiplink a:focus, div#skiplink a:active {
	color:#E4DBDA;
	background-color: #370F01;
}


/* LANGUAGE BAR */

#lang {
	padding: 0 1% 0 0;
	margin: 0px auto;
	height: 1.5em;
	background-color: #611428;
}

#lang ul {
	text-align: right;
	font-size: 90%;
	padding: 0;
	margin: 0;
}
#lang ul li {
	list-style-type:none;
	text-align: right;
	display: inline;
	margin: 0;
	padding-right: 10px;
}
#lang ul li#arabic {
	direction:rtl;
	font-size: 120%;
}
#lang ul li#chinese {
	font-size: 110%;}
#lang ul li#french {
	color: #8FDFFF;
	text-decoration:none;
	font-weight: bold;}	
#lang ul li a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;}
#lang ul li a {
	padding-right: 3px;
	padding-left: 3px;
	font-weight: bold;
}
#lang ul li a:visited {
	text-decoration:none;
	color: #FFFFFF;
}
#lang ul li a:hover {
	text-decoration:none;
	color: #A9C8E4;
}
#lang ul li a:active {
	color: #FFFFFF;
	text-decoration:none;
}


/* TOP BANNER */

#banner {
	clear: none;
}
#hiddentitle, #hiddentitle span {
	background-repeat: no-repeat;
	height: 170px;
	background-image: url(images/banner.jpg);
}
#hiddentitle span {
	margin-bottom: -90px;
}
h1 {
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	color: 370F01;
	background-color: #a9c8e4;
}
h1 span {
	display: block;
	position: relative;
	z-index: 1;
}
/* HORIZONTAL BAR */

#horizbar {
	height: 0.2em;
	float: left;
	width: 100%;
	background-color: #6987CF;
} 

/* LEFT MENU BAR: navigation links */

#leftmenu {
	float: left;
	width: 20%;
	background-color: #F5F8FF;
}
#leftmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}
#leftmenu ul li span.message {
	margin-left: 2px;
	padding-left: 8px;
	font-weight: bold;
	color: #000626;
}
#leftmenu ul li a {
	display: block;
	text-decoration: none;
	padding: 3px 3px 3px 8px;
	border-bottom: #6987CF 1px dotted;
}	
#leftmenu ul li#sg a {
	padding-left: 19px;
	background-position: 9px 7px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	border-bottom: none;
}
#leftmenu ul li#who a {
	padding-left: 19px;
	background-position: 9px 7px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
}
#leftmenu ul li a:link, #leftmenu ul li a:visited {
	color:#000626;
	text-decoration: none;
}
#leftmenu ul li a:hover  {
	background-color: #a9c8e4;
}
#leftmenu ul li a:active {text-decoration: none;}

/* PAGE CONTENT ATTRIBUTES */


#content {
	width: 77%;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	clear: right;
}

#content h2 {
	color: #611428;
	font-size: 120%;
	font-weight: bold;
	padding: 0.3em 9px 0.4em 0;
	text-transform: uppercase;
	text-align: center;
}
#content h3 {
	font-size: 105%;
	font-weight: bold;
	color: #333333;
	padding: 0.2em 0 1px;
	margin-left: 0.2em;
	border-bottom: 1px dotted #333333;
	margin-right: 0.2em;
}
#content h4 {
	font-weight: bold;
	color: #9B4913;
	padding-left: 2%;
	font-style: italic;
}
#content p {
	color: #2B3046;
	padding: 0;
	margin: 0.5em;
}
#content a {
	padding-left: 0px;
	color:#611428;
}
#content a:link, a:active {
	background:none;
	text-decoration: underline;
}
#content a:visited {
	color: #3458AB;
	text-decoration: underline;
}
#content a:hover {
	color:#611428;
	text-decoration: underline;
}
#content ul {
	padding: 0;
	margin: 1em 1em 0.7em;
}
#content ul li {
	padding: 0.3em 1em 0.3em 2em
.em;
	margin: 0 0 0 0.5em;
	color: #2B3046;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	list-style-image: none;
	list-style-type: none;
	background-position: 10px 11px;
	padding-left: 2em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}


/* BOX QUOTE */
blockquote {
	display: block;
	width: 90%;
	left: 500px;
	background-color: #DCEAF5;
	margin: 1em auto 1.1em;
	border: 1px dotted #999999;
	padding: 0px;
	
}
blockquote p {
	font-size: 105%;
	padding: 0 0em;
	color: #6F280F;
	margin: 0px;
	line-height: 1.4em;
}
blockquote p.credit {
	font-style: italic;
	text-align: right;
}


/* FOOTER BAR */

#footer {
	text-align: center;
	clear: both;
	background-color: #611428;
	width: 100%;
	color: #FFFFFF;
	font-size: 90%;
	padding: 0px;
	margin: 0 auto;
}
/* focus */
div#focus
{
	width:70%;
	border: 1px solid #611428;
	margin-right: auto;
	margin-bottom: 3em;
	margin-left: auto;
}

div#focus h3
{
	background-color:#8fdfff;
	color:#333333;
	text-align: left;
	padding: 0em 0em 0em 0.3em;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
	margin: 0px;
	border-bottom-style: solid;
}

div#focus p
{	padding:0.5em 0.9em;
	margin: 0em;
	line-height: 1.4em;}
	
.note {
	font-size: 90%;
	font-weight: normal;
}
