/* Style sheet for International Year of Sanitation 2008 */

@media print {
* { 
background: #fff;
color: #000;
 }
div#content {
/*width:790px;*/
float:none
}
.column {
float:none
}
div#leftmenu, div#lang, div#skiplink, div#footer, div#banner {
display:none;
}
}
html { min-height: 100%; margin-bottom: 1px; } 
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-image: url(images/grad.jpg);
	background-repeat: repeat-x;
	background-color: #83ADDD;
}

	
/* MAIN CONTAINER - HOMEPAGE*/

#main {
	width: 49.4em;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}	
#sitemap {
	float: left;
	font-size: 0.75em;
	background-color: #AA5115;
}
#sitemap a{
	color: #fff;
	background-color: #AA5115;
}

 /* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink {
	width:150px;
	padding: 0px;
	margin: 0px;
	clear: both;
	font-size: .8em;
	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.2em;
	background-color: #611428;
}

#lang ul {
	text-align: right;
	font-size: .7em;
	color: #000000;
	padding: 0;
	margin: 0;
}
#lang ul li {
	list-style-type:none;
	text-align: right;
	display: inline;
	margin: 0;
	padding-right: 13px;
}
#lang ul li#arabic {
	direction:rtl;
	font-size: 1.2em;
}
#lang ul li#chinese {
	font-size: .95em;}
#lang ul li a:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
#lang ul li a:visited {
	color:#A9C8E4;
	text-decoration:none;
	font-weight: bold;
}
#lang ul li a:hover {
	color:#A9C8E4;
	text-decoration:none;
	font-weight: bold;
}
#lang ul li a:active {
	color:#FFFFFF;
	text-decoration:none;
	font-weight: bold;
}


/* TOP BANNER */

#banner {
	clear: none;
}

#hiddentitle, #hiddentitle span {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 170px;
}

#hiddentitle span {
	margin-bottom: -90px;
}

h1 {
	font-size: 1.2em;
	padding:0;
	margin:0;
	text-align: left;
	color: #370F01;
	background-color: #C5D8E9;
}
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;
	font-size: 0.7em;
}
	
#leftmenu ul {
	list-style-type:none;
	margin: 0;
	padding: 0;
}


#leftmenu ul li a {
	display: block;
	text-decoration: none;
	padding: 3px 3px 3px 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6987CF;
}	

#leftmenu ul li a:link, a:visited {
	color:#000626;
	text-decoration: none;
}
	
#leftmenu ul li a:hover {
	background-color: #C6DAF2;
}
	
#leftmenu ul li a:active {
	text-decoration: none;
}
#leftmenu .pdfnote {
	text-align: center;
	display: block;
	padding-right: 6px;
	padding-left: 6px;
	color: #326DB6;
}

/* PAGE CONTENT ATTRIBUTES */


#content {
	width: 77%;
	margin: 0;
	padding: 0 0 0 10px;
	float: left;
	clear: right;
}

#content h2 {
	color: #611428;
	font-size: 0.8em;
	font-weight: bold;
	padding: 2px 9px 0 0;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
}
#content h3 {
	font-size: 0.7em;
	font-weight: bold;
	color: #611428;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #611428;
	margin-left: 9px;
}
#content h4 {
	font-size: 0.8em;
	font-weight: bold;
	color: #9B4913;
	padding-left: 2%;
	font-style: italic;
}
	
#content p {
	font-size: 0.72em;
	color: #2B3046;
	padding: 0 0 0 2%;
	display: block;
	text-decoration: none;
}

#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;
	background:none;
	text-decoration: underline;
}

#content p.bold {
	font-weight: bold;	
}

#content ul li {
	color: #2B3046;
	font-size: 0.72em;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	padding-top: 0;
	padding-right: 0%;
	padding-bottom: 1%;
	list-style-type: none;
}
#content ol li {
	color: #2B3046;
	font-size: 0.72em;
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	padding-bottom: 1%;
}



/* BOX QUOTE */
blockquote {
	height: auto;
	display: block;
	width: 98%;
	left: 500px;
	background-color: #DCEAF5;
	margin: 1em 0 0 0;
	padding: 7px;
	border: 1px ridge #3E65C1;
}
blockquote p {
	margin: 0px;
	padding: 0 2% 0 3%;
	line-height: 1.7em;
	color: #271614;
}

blockquote .credit {
	font-style: italic;
	text-align: right;
	display: block;
	color: #6F280F;
	margin: 10px 8px 0 0;
	font-size: 0.75em;
}

/* FOOTER BAR */

#footer {
	text-align: center;
	clear: both;
	background-color: #611428;
	width: 100%;
	color: #B7D0EE;
	font-size: .75em;
	padding: 0px;
	margin: 0 auto;
}
.ing {
font-size:.85em;
text-align:right
}
p {
text-align:justify;
}
.news  {
text-align:justify;
font-size:.7em;
margin-top:10px;
margin-bottom:10px;
border-bottom:10px;
padding-left:30px
}
.news img {
float:left;
padding-right:10px;
padding-bottom:10px
}
.news a {
text-decoration:none
}

#leftmenu ul li#sg a {
	padding: 3px 3px 3px 12px;
	margin-left:6px;
	border-bottom-width: 0px;
	border-bottom-style:none;
	background-position:3px 7px;
	background-image:url(images/bullet.gif);
	background-repeat:no-repeat;
}	

#leftmenu ul li#who a {
padding: 3px 3px 3px 12px;
margin-left:6px;
background-image:url(images/bullet.gif);
background-repeat:no-repeat;
background-position:3px 7px;
}	