/* CSS Document */

body {
	background-color: #0086b3;
	background-image: url(water-back3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#menulist {
	margin: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #7398B2;
	display: inline;
	top: 410px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#left {
	float: left;
	width: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-top: 30px;
	height: 180px;
	padding-right: 10px;
}
#container {
	height: 170px;
	width: 800px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #57849B;
	top: 170px;
	margin-top: 45px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#right2 img {
	float: right;
	padding-left: 20px;
	padding-right: 30px;
}
#container2 {
	height: 647px;
	width: 930px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #57849B;
	top: 170px;
	margin: auto;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #7398B2;
	margin: 0px;
	padding: 0px;
}
.name {
	color: #7398b2;
}
#right2 a {
	color: 7398b2;
	text-decoration: underline;
}
#right2 a:hover {
	color: #666666;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 180%;
	color: #999999;
	margin: 0px;
	padding: 0px;
}
#resource {
	margin: 20px auto auto;
	width: 449px;
	padding-left: 5px;
}
#logo {
	width: 394px;
	text-align: left;
	margin: auto;
}

/* ITEMS FOR MENU */
#box {
	clear: both;
	height: 63px;
	width: 600px;
	margin-top: 65px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#menu {
	list-style: none;
	margin: auto;
	width: 489px;
	height: 64px;
	background: url(images/menu-bg.jpg) no-repeat;
	position: relative;
	left: 10px;
	padding: 0;
}
#menu span {
  display: none;
  position: absolute;
}
#menu a {
	display: block;
	position: absolute;
	outline: none;
	text-indent: -900%;
	top: 0;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}

#menu .home {
	width: 115px;
	height: 63px;
	background-image: url(menu/home.png);
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 1;
}
#menu .home span {
  width: 115px;
  height: 63px;
  top: -63x;
}

#menu .water {
	width: 115px;
	height: 63px;
	background: url(menu/waterstory.png) no-repeat;
	left: 115px;
	overflow: hidden;
	z-index: 2;
}
#menu .water span {
  width: 115px;
  height: 63px;
  left: 120px;
}

#menu .brochure {
	width: 115px;
	height: 63px;
	left: 235px;
	background-image: url(menu/brochure.png);
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 3;
}
#menu .brochure span {
  width: 115px;
  height: 63px;
  left: 235px;
}
#menu .contact {
	width: 115px;
	height: 63px;
	left: 360px;
	background-image: url(menu/contact.png);
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 4;
}
#menu .contact span {
  width: 115px;
  height: 63px;
  left: 360px;
}
#menu .login {
	width: 115px;
	height: 63px;
	left: 475px;
	background-image: url(menu/login.png);
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 5;
}
#menu .login span {
  width: 115px;
  height: 63px;
  left: 475px;
}
#footer {
	margin: auto;
	width: 600px;
	padding-top: 35px;
}
#footer a {
	text-decoration: underline;
	color: #71ADC4;
}
.footertext {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #BCDDF5;
}
#right {
	float: right;
	width: 800px;
	margin-top: 30px;
}
#right2 {
	float: right;
	width: 800px;
	margin-top: 30px;
}
#left img {
	padding-top: 15px;
}
#right img {
	float: left;
	padding-right: 20px;
}
.statement {
	font-size: 16px;
	line-height: 160%;
}
#menu li.active a {
	height: 63px;
	background-position: left bottom;
}
