@charset "utf-8";
/* CSS Layout 01 (Homepage) Document */

body {
	background-color:#1E1E1E;
	color: #666
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666;
}

#container  {
	width: 780px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #000;
	background-color: #000;
	top: 0px;
	height: auto;
} 

#header  {
	background-color: #000
	height: 162px;
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 162px;
	width: 780px;
	background-image: url(../images/elements/Water1_hdr.jpg);
} 

#header h2  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	float:right
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
	float: right;
	font-style: normal;
	top: 72px;
	position: relative;
	right: 385px;
}

.logo {
	background-image: url(../images/elements/Logo_lg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float:left
	height: 162px;
	width: 152px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 162px;
}

.logo h1 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFF;
	float: left;
	left: 20px;
	padding: 0px;
	top: 140px;
	position: relative;
	text-decoration: none;
	}
	
.logo h1 a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}

/*Green color for hover and active navigation text*/
.logo h1 a:hover, a:active {
	color:#0F0;
	text-decoration: none;
}

/*blue color for current page text*/
.logo h1 a.current, a.current:hover, a.current:active {
	color:#FFF;
	text-decoration: none;
}	
	
#side_nav  {
	background-color: #000;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 156px;
	height: 324px;
}	

#side_nav h1/* "Menu" text is hidden by indenting, using bg image (above) instead */
   {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding: 0px;
	text-indent: -9999;
}

/*Group container for all five navigation tabs */
#side_nav ul {
	list-style: none;
	background-color: #000;
	width: 60px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

/*Below creates navigation list in a vertical column*/
#side_nav li {
	height: 40px;
	width: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

/*Below are the cells for individual navigation text*/
#side_nav li a:link, li a:visited {
	color: #3CF;
	text-decoration: none;
}

/*Green color for hover and active navigation text*/
#side_nav li a:hover, li a:active {
	color:#0F0;
	text-decoration: none;
}

/*blue color for current page text*/
#side_nav li a.current, li a.current:hover, li a.current:active {
	color:#01B6E3;
	text-decoration: none;
}
	
#mainContent  {
	width: 624px;
	height: 324px;
	float: right;
	margin: 0px;
	padding: 0px;
}

#background2 {
	background-image:url(../images/elements/Water2_bg.jpg)
	width: 624px;
	height: 162px;
	alignment-baseline:baseline;
	background-color: #000;
	background-image: url(../images/elements/Water2_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#background2 p {
	width: 475px;
	position: relative;
	left: 130px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	top: 75px;
	font-weight: normal;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#background3 {
	width: 624px;
	height: 162px;
	alignment-baseline:baseline;
	background-image: url(../images/elements/Water3_bg.jpg);
	background-repeat: no-repeat;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}
.clearfloat {
	line-height: 0px;
	clear: both;
	height: 0px;
}

.clearfloat_left {clear:left;
}

#footer  {
	height: 40px;
	width: 780px;
	bottom: 0px;
	background-color: #00B6E7;
} 
.footer_copyright {
	color: #333;
	font-size: 10px;
	font-weight: normal;
	background-position: center;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


