@import url("default.css");

#page{
	padding-top:2px;
}
body{
	background-color: #ebfae2;
	background-image: url('back-top.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

#body{
	background-image: url('water-drop.png');
	background-repeat: no-repeat;
	background-position: right 140px;	
}

#header{
	background-image:url('water-back.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color:#205692;
	border:none;
	height:99px;
}

#header h1{
	top:26px;
	left:100px;
	font-size:17pt;
	color:white;
	z-index: 10;
	display:inline;
	font-weight:normal;
	border-left:none;	
	padding-left:0px;
}

#header h2{
	top:55px;
	left:120px;
	font-size:10pt;
	color:white;
	z-index: 10;
	border-left:none;	
	padding-left:0px;	
}

#header a {
	color:white;
	text-decoration: none;
}
#header a:hover {
	color:white;
	text-decoration: underline;
}

#hlogo {
	position:absolute;
	width:320px;
	height:99px;
	left:0px;
	top:0px;
	background-image:url('water-logo.jpg');
	background-repeat:no-repeat;
}


#navigation{
	font-size:10pt;
	color:#8a8a8a;
	padding:0 3px 6px 3px;
	margin: 0px 10px;
	line-height: normal;
	border:none;
	border-bottom:1px solid #c8c8c8;
	position:relative;
	top:-2px;
}

#navigation a {
	text-decoration:none;
}

#hsearch {
	top:14px;
	color:white;
	opacity:0.7;-moz-opacity:0.7;filter:alpha(opacity=70);	
}

#hsearch input {
	border:1px solid white;
	color:white;
	background-color:#0E2642;
}

#footer{
	background-color:#304876;
}


