/* CSS Document */

/*--------------------------- Global ---------------------------*/
html, body {
	margin:0;
	padding:0;
	height:100%;
	text-align:center; /* For IE < 6 centring */
}
body {
	behavior:url("/css/csshover.htc");
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#555555;
	background:transparent url(../images/bg-02.png) left top repeat-x;
}
/* Floaters */
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
	line-height:0px;
	height:0px;
}
/* NB: Must have ie.css if you use this */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
/* Remove outlines in FF */
:focus {
	-moz-outline-style: none;
}
a img {
	border:0;
}
.attn {color:#F00;font-weight: bold;}
.headMargin {
	margin: 0 0 0 10px;
}
/*--------------------------- Structural ---------------------------*/
div#container { /* Static width */
	width:842px;
	margin-left:auto;
	margin-right:auto;
	text-align:left; /* Revert IE < 6 centring */
}
/* Header */
div#header {
	height:159px;
}
div#nav {
	margin-top:0px;
	height:37px;
	background:transparent url(../images/bg-nav-test.png) left top repeat-x;
}
div#sidebar {
	float:right;
	margin-right:0px;
	width:275px;
}
div#sidebar2 {
	float:right;
	margin-right:0px;
	width:0;
	background:#ff0066;
}
div.sidebarLiner {
	padding-left:30px;
}
div#contentWrapper {
	padding-top:30px;
}
div#content {
	margin-left:10px;
	width:520px;
	float:left;
}
div#content2 {
	margin-left:10px;
	width:800px;
	float:left;
}
/* Footer */
div#footer {
	width:100%;
	height:24px;
	margin-top:20px;
	padding:4px 0;
	z-index:900;
	background:#8facc6 url(../images/bg-footer.png) left top repeat-x;
}
div#footer div {
	margin:0 auto;
	width:842px;
	text-align:left;
}
div#footer span {
	color:#fff;
	/*font-size:0.8em;*/
	line-height:24px;
	margin-left:20px;
}
div.imgBox {
	width:247px;
	/*float:right;*/
	padding-top:4px;
}
div.imgBoxBottom {
	position:absolute;
	bottom:0px;
	left:0px;
	height:30px;
	width:247px;
	background:transparent url(../images/imgbox-bottom.png) left top no-repeat;
}
div.imgMask {
	overflow:hidden;
	width:230px;
}
div.imgHolder {
	background:transparent url(../images/bg-imgbox.png) left top no-repeat;
	position:relative;
	padding:0 10px 0 6px;
}
div.imgBox span.spacer {
	display:block;
	width:100%;
	margin-top:-30px;
	height:10px;
	background:#fff;
}
div.imgBox p.caption {
	text-align:right;
	color:#057cad;
	font-size:0.8em;
	padding:0px 7px 0 0;
	margin:0 0 30px 0;
}
div.sideBox {
	width:100%;
	border-right:1px solid #057cad;
	border-left:1px solid #057cad;
}
div.sideBoxBottom {
	height:22px;
	width:312px;
	background:transparent url(../images/sidebox-bottom.png) left top no-repeat;
}
div.sideBox h1 {
	color:#fff;
	background:#057cad;
	margin:0;
	padding:10px 0;
	width:100%;
	text-align:center;
}
div.sideBox p {
	margin:20px 20px 0 20px;
}
/*--------------------------- Navigation ---------------------------*/
/* Main nav */
ul#navbar {
	list-style:none;
	padding:0;
	margin:0;
}
ul#navbar li {
	float:left;
	height:37px;
	font-size:1.0em;
	/*background:transparent url(../images/bg-nav-test.png) left top repeat-x;*/
	/*width:160px;*/
	text-align:center;
}
ul#navbar li a {
	color:#fff;
	display:block;
	margin-top:8px;
	float:left;
	text-align:center;
	text-decoration:none;
	width:100%;
}
ul#navbar a:hover {
	color:#037cac;
}
ul#navbar li#selected a {
	/* Selected menu item */
	color:#dddddd;
	font-weight:bold;
}
ul#navbar li {
	text-align:center;
	border:0px solid;
}
ul#navbar li.programmes a, ul#navbar li.background a, ul#navbar li.communications a, ul#navbar li.submissions a {}
ul#navbar li.home {width:75px; /*background:transparent url(../images/nav-about_us.png) left top no-repeat;*/ }
ul#navbar li.home a {width:75px;}
ul#navbar li.about {width:55px;}
ul#navbar li.about a {width:55px;}
ul#navbar li.overview {width:75px;}
ul#navbar li.targets {width:65px;}
ul#navbar li.committees {width:100px;}
ul#navbar li.submissions {width:65px;}
ul#navbar li.background {width:115px;}
ul#navbar li.communications {width:60px;}
ul#navbar li.gettinginvolved {width:120px;}
ul#navbar li.programmes {width:160px;}
ul#navbar li.water {width:130px;}

hr {
border: none;
background-color: #dddddd;
color: #eeeeee;
height: 1px;
margin-bottom:20px;
}

/*---------------- TABLE --------------------------------*/
table.data {
	border: 1px solid #ccc;
	border-collapse:collapse;
	margin-bottom:30px;
}
table.data th {
	border: 1px solid #ccc;
	padding:4px;
	font-size:100%;
	color:#555555;
	background:#eee;
	text-align:left;
	vertical-align:top;
}
table.data td {
	border: 1px solid #ccc;
	padding:4px;
	font-size:90%;
	text-align:left;
	vertical-align:top;
}
table.data td ul {
	margin-top:0;
	margin-left:14px;
	padding:0;
}
table.data td ul li {
	padding-bottom:5px;
}
table.data td ul li ul {
	padding:5px 0;
}
table.data td.subtarget {
	background:#92c83e;
}
table.data td.subtarget p {
	color:#ffffff;
	font-weight:bold;
}

/*--------------------------- Typography ---------------------------*/
/* Headings */
h1 {
	padding:0;
	margin:0 0 14px 0;
	/*color:#057cad;*/
	color:#166eb7;
	font-size:1.7em;
}
h2 {
	/*color:#057cad;*/
	color:#166eb7;
	font-size:1.4em;
	margin:10px 0 10px 0;
	padding:0;
}

div#sidebar h2 {
	color:#166eb7;
	font-size:1.2em;
	margin:0 0 10px 0;
	padding:0;
}
h3 {
	/*color:#057cad;*/
	color:#166eb7;
	font-size:1em;
	margin:0 0 10px 0;
	padding:0;
}
h4 {}


/* Type */
p {
	color:#555555;
	line-height:1.5em;
	font-size:1em;
	margin:0 0 20px 0;
	padding:0;
}
div#sidebar p {
}
a {
	color:#057cad;
	text-decoration:underline;
}
div#content a:hover, div#sidebar a:hover {
	text-decoration:underline;
}
div#footer a {
	color:#fff;
}
div#footer a:hover {
	text-decoration:underline;
}
a.pdf {
	line-height:normal;
	float:left;
	margin:0 24px 30px 0;
	display:block;
	width:90px;
	color:#057cad;
	padding-top:48px;
	font-weight:bold;
	background:transparent url(../images/pdf.png) left top no-repeat;
	text-decoration:none;
}
a.doc {
	line-height:normal;
	float:left;
	margin:0 24px 30px 0;
	display:block;
	width:90px;
	color:#057cad;
	padding-top:48px;
	font-weight:bold;
	background:transparent url(../images/doc.png) left top no-repeat;
	text-decoration:none;
}
div#content ul, div#content ol, div#sidebar ul {
	font-size:1em;
	/*
	font-size:0.9em;
	color:#057cad;
	*/
	line-height:1.5em;
	margin:0 0 20px 0;
	padding:0 0 0 20px;
}
/*--------------------------- Forms - form, input, label etc ---------------------------*/
form {
	padding:0;
	margin:0;
}
input, select {
	float:left;
	margin-bottom:10px;
	zoom:1;
}
input.bttn {
	width:70px;
}
input.long, select {
	width:100%;
}
label {
	display:block;
	color:#057cad;
	line-height:1.8em;
	font-size:0.9em;
	margin:0 0 5px 0;
	padding:0;
}
div.new {
	border:1px solid #057cad;
	background:#d2eafd;
	margin-bottom:10px;
}
div.new p {
	margin:10px;
}
div#AlertBox {
	padding: 20px;
	margin-bottom: 15px;
	border: 1px solid #057cad;
	overflow: hidden;
}
div#AlertBox h2 {
	margin: 0;
	font-size: 1.0em;
}
div#AlertBox p {
	margin: 0;
}
img.photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 4px;
}
#QuestionBoxWrapper {
	margin: 25px 0 15px 0;
	display: none;
}
#QuestionBoxWrapper textarea {
	width: 314px;
	height: 100px;
}
