body {
	margin: 0 0 5px 0;
	background-color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	font-weight: normal;
	margin: 0;
	color: #0671B0;
	text-align: left;
}

.bar {
	border-bottom: 1px dotted #999;
	margin: 0 0 10px 0;
	clear:both;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #0671B0;
}

a:hover {
	text-decoration: underline;
	color: #0671B0;
}

#container {
	background-color: #FFF;
	width: 480px;
	margin: 0 auto 0 auto;
	text-align: left;
	height: auto;
}

#header {
	background-image: url(/_images/wave480.gif);
	width: 480px;
	height: 100px;
}

#header h1 {
	font-size: 100%;
	padding: 40px 0 0 10px;
}

#logo {
	float: right;
	width: 63px;
	height: 70px;
	margin: 5px 10px 0 0;
}

#logo img {
	width: 63px;
	height: 70px;
	border: 0;
}

.content {
	width: auto;
	font-size: 70%;
	padding: 0 12px 0 12px;
}

.content p {
	margin: 0 0 10px 0;
	padding: 0px;
}

.content h1 {
	font-size: 150%;
	padding: 10px 0 10px 0;
}

.content h2 {
	font-size: 180%;
	padding: 10px 0 20px 0;
}

.content h2 a{
	text-decoration: none;
}

.content h2 a:hover{
	text-decoration: underline;
}

.content h3 {
	font-size: 110%;
	padding: 15px 0 5px 0;
}
.content p {
	line-height: 1.5em;
}
.content ul {
	margin: 0 5px 0 20px;
	padding: 0 0px 10px 0;
	list-style-type: square;
}

.content ul li {
	padding: 0;
	text-indent: 0px;
	line-height: 1.5em;
}
.img_wrap {          /* USED IN COMMUNITY HYDRO POWER ANNOUNCEMENT */
	float: right;
	width: 200px;
	margin: 0 0 20px 20px;
}
.img_wrap img {          /* USED IN COMMUNITY HYDRO POWER ANNOUNCEMENT */
	width: 200px;
}
.img_wrapinfo {
	width: 200px;
}
.img_wrapinfo p {
	font-style: italic;	
	padding: 3px;
	background-color: #CCE6F4;
}


.imageholder {
	float: left;
	width: 200px;
	padding: 0 15px 5px 0;
}

.imageholder img {
	padding: 0;
}

.imageholderinfo{
	font-style: italic;	
	padding: 3px;
	background-color:#CCE6F4;
}

#footer {
	height: 15px;
	width: 480px;
	border-top: 1px dotted #999;
	margin: 10px 3px 5px 3px;
	padding: 0 0 5px 0;
}

#footer .footnotetext {
	font-size: 10px;
	color: #999;
	float: left;
	padding: 5px 0 5px 0;
}
.redtext {
	color: #F00;
}
.submit {
	width: 220px;
	border: 1px solid #060;
	font-size: 95%;
	background-color: #A6CE39;
	height: 18px;
	text-align:center;
	cursor:hand;
	color: #060;
}

.gallery {
	clear: both;
	margin: 1.5em 0 0 0;
	width: 100%;
}

/*  LINKS  */
.gallery ul {
	list-style: none;
	margin: .5em 0 0 0;
	padding: 0;
	width: 100%;
}
.gallery li {
	display: inline;
	float: left;
	margin: 0 1em 1em 0;
	padding: 0;
}
.gallery li.row {
	margin-right: 1em;
}
.gallery li.row_end {
	margin-right: 0;
}

.gallery a:link img,
.gallery a:visited img,
.gallery a:active img {
	border: 3px solid #EEE;
	width: 5.2em;
	height: 5.2em;
}
.gallery a:hover img {
	border: 3px solid #999;
}
.push {
	border-top: 1px solid #EEE;
	clear: both;
	margin: 1em 0 0 0;
	padding: 0;
	height: .10em;
	width: 100%;
}

.gallery .gray {
	display: inline;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #FFF;
}

.lbLoading {
	background: #fff url(/wateraid/_images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #FFF;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(/wateraid/_images/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(/wateraid/_images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #FFF;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(/wateraid/_images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
