/*

CSS document design by Mandi Whitten of Weensyweb Designs - www.weensyweb.com

and Lyndon James of Crikey Hosting - www.crikeyhosting.com.au

Exclusively for IEAHydro.org - November 2010

*/

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #1d2250;
}

.menu_item { 
	float:left;
	padding:0px 16px 0px 16px;
	
}

.menu_item_on { 
	float:left;
	background-image: url(/images/MainMenuCurrent.gif);
	padding:0px 16px 0px 16px;
	
}

.submenu_item { 
	float:left;
	padding:0px 10px 0px 10px;
	font-weight: bold;
	font-size:15px;
		
}

.submenu_item a{ 
	color: #861719;
	text-decoration: none;
		
}

.submenu_item a:hover{ 
	color: #861719;
	text-decoration: underline;
		
}

.submenu_item_on a { 
	float:left;
	color:#044f4f;
	padding:0px 10px 0px 10px;
	
}


.divider {
	float:left;
	padding:0px 1px 0px 1px;
	text-align:center;
}

#wrap {
	background-color: #044f4f;
	border:solid 1px #044f4f;
	border-bottom: none;
	background-image: url(../images/background-fade.jpg);
	background-repeat: repeat-x;
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
#logo {
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	position: relative;
	width: 196px;
	height: 175px;
	left: 800px;
	top: 0px;
}
.page {
	position: relative;
	left: 0px;
	top: -75px;
	width: 999px;
	border:solid 1px #044f4f;
	border-top: none;
	z-index: 20;
}
a {
	color: #06849e;
	text-decoration: none;
}
a:hover {
	color: #06849e;
	text-decoration: underline;
}
img {
	border: none;
}
h1 {
	font-size: 1.2em;
	font-style: italic;
	text-transform: capitalize;
	font-weight: bold;
}
h2 {
	font-size: 1.05em;
}
h3 {
	font-size: 1.0em;
	font-style: italic;
	color: #c94445;
}
ul li {
	list-style: circle;
}
#banner {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
#menubar {
	padding: 2px 0px 0px 20px;
	position: relative;
	background-color: #FFF;
	height: 25px;
	width: 979px;
	left: 0px;
	top: 83px;
}
#menu {
	position: inherit;
	z-index:1000;
	font-size: 1em;
	left: 0px;
	margin-left:-15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	top: 0px;
}
.MainMenuActivities {
	background-image: url(../images/MainMenuCurrent.gif);
	position: absolute;
	left: 0px;
	top:1px;
	height: 28px;
	width: 181px;
	z-index: 500;
}
.searchtext {
	padding: 15px;
}
.submenubar {
	background-color: #cdc5a6;
	position: absolute;
	left: 0px;
	top:115px;
	width: 999px;
	height: 25px;
	z-index: 50;
	padding-top:3px;
}
ul.icon, ul.icon li {
	margin: 0px;
	padding: 0px;
	list-style-image:url(../images/list.gif);
}
ul.one, ul.one li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
	line-height: 2em;
}
a.one:link {
	color: #1d2250;
	text-decoration: none;
}
a.one:visited {
	color: #1d2250;
	text-decoration: none;
}
a.one:hover {
	color: #1d2250;
	text-decoration: underline;
}
a.thissub:link {
	color: #044f4f;
	text-decoration: none;
}
a.thissub:visited {
	color: #044f4f;
	text-decoration: none;
}
a.thissub:hover {
	color: #044f4f;
	text-decoration: none;
	cursor: text;
}
.maintextarea1 {
	font-size: 0.95em;
	position: relative;
	top: 134px;
	left: 20px;
	width: 330px;
	text-align: justify;
	background-color: #FFFFFF;
	padding: 20px;
}
.maintextarea2 {
	font-size: 0.95em;
	position: absolute;
	top: 164px;
	left: 409px;
	width: 330px;
	text-align: justify;
	background-color: #FFFFFF;
	padding: 20px;
	height: 80%;
}
.maintextarea3 {
	top: 133px;
	left: 20px;
	font-size: 0.95em;
	position: relative;
	width: 713px;
	text-align: justify;
	background-color: #FFFFFF;
	padding: 20px;	
	height: 80%;
}
#news {
	background-image: url(../images/sidebar-bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 156px;
	left: 792px;
	width: 207px;
	height: 100%;
}

#newstext p {
	background-image: url(../images/news-icon.png);
	background-repeat: no-repeat;
	text-indent: 25px;
}

#newstext {
	position: absolute;
	top: 100px;
	left: 14px;
	width: 163px;
	height: 80%;
	background-color: #FFF;
	border-style: solid;
	border-color: #044f4f;
	border-width: thin;
	padding: 10px;
	font-size: 0.82em;
}
.newstitle {
	font-size: 1.4em;
	font-weight: bold;
	color: #86181a;
}
.textimageleft {
	position: relative;
	float: left;
	padding-right: 1em;
}
.textimageright {
	position: relative;
	float: right;
	padding-left: 1em;
}
.footer {
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	text-transform: capitalize;
	position: relative;
	left: -1px;
	color: #fff;
	width: 981px;
	z-index:50;
	top: 80px;
	text-align: right;
	padding-right: 20px;
	z-index: 150;
}
.footText{
	font-size: 0.8em;
	color: #fff;
	position: relative;
}
a.foot:link {
	font-size: 0.8em;
	color: #fff;
	text-decoration: none;
}
a.foot:visited {
	color: #fff;
	text-decoration: none;
}
a.foot:hover {
	color: #fff;
	text-decoration: underline;
}
.sm {
	font-size: 0.7em;
	color: #fff;
}
a.small:link {
	color: #fff;
	text-decoration: none;
}
a.small:visited {
	color: #fff;
	text-decoration: none;
}
a.small:hover {
	color: #fff;
	text-decoration: underline;
}

