/** Hydro - Bank **/
/* updated 7-27-06 */

body{
	font-family: Tahoma;
	font-size: 12px;
	margin: 0px;
	line-height: 1.7em;
}

a, a:link, a:visited{
	color: #248BD0;
	text-decoration: underline;
}

a:hover, a:active{
	color: #1D6DA3;
	text-decoration: underline;
}

h1, h2, h3, caption {
	margin: .55em auto .35em;
	}

h1{
	font-size: 1.5em;
	font-family: "Trebuchet MS";
	text-align: left;
	padding: 0px;	
}


h2, caption{
	font-size: 1.3em;
	color: #155079;
	font-family: "Trebuchet MS";
	text-align: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

h3{
	font-size: 1.3em;
	padding: 0px;
	color: #fff;
	font-family: "Trebuchet MS";
}
p{
	margin: 5px 0px;
	padding: 0px;
}
ul{
	margin: 5px 0px !important;
	margin: 5px 25px;	
}

img{
	border: 0px;	
}

ol {
	margin-left: 2em;
	padding-left: 1em;
	}

/******************/
div#main{
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
body#home div#header { /** home **/
	width: 770px;
	height: 142px;
	float: left;
	background: url('Images/header101.gif') left top no-repeat;
}

body#other div#header { /** other **/
	width: 770px;
	height: 106px;
	float: left;
	background: url('Images/header102.gif') left top no-repeat;
	text-indent: -9999px;
	margin: 0;
}

body#other div#header h1 a {
	text-decoration: none;
	display: block;
	width: 270px;
	height: 86px;
	margin-left: 45px;
	}

div#nav{
	width: 750px;
	float: left !important;
	float: auto;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #13601C;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
	div#nav ul{
		margin: 0px;
		padding: 0px;
		position: relative;		
	}
	div#nav li{
		list-style: none;
		float: right;
		position: relative;
		padding: 0px 5px 5px 5px;
	}
	div#nav li a, div#nav li a:link {
	display: block;
	color: #fff;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-family: Tahoma;
	font-size: 13px;
	}

	div#nav li a:hover{
	color: #FFFFFF;
	background-color: 35811A;
	display: block;
	}

	div#nav ul ul{
	width: 200px;
	display: none;
	position: absolute;
	background: #13601c;
	text-indent: 3px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

	div#nav ul li:hover ul{
	display: block;
	}

	div#nav ul ul li{
	width: 100%;
	padding: 3px 0px;
	float: left;
	text-align: left;
	display: block;
	position: relative;
	}

	div#nav ul ul li a{
	font-weight: normal;
	}

body#home div#body{
	width: 768px;
	float: left !important;
	float: auto;
	border: 1px solid #155079;
}
body#other div#body{
	width: 768px;
	float: left;
	border: 1px solid #155079;
	background:#ccc url('Images/body102.gif');
}
div#side{
	width: 250px;
	float: left;
	background-image: url(Images/side100.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
	div#side div#sub_nav ul{
		width: 100%;
		margin: 0px;
		padding: 0px;
		background: #a6a6a6;
		border-top: 1px solid #fff;
	}
	div#side div#sub_nav li{
		list-style: none;
		margin: 0px;
		padding: 8px 0px 8px 25px;
		background: url('Images/list-style101.gif') 10px 14px no-repeat;
		border-bottom: 1px solid #fff;		
	}
	div#side div#sub_nav li a{
		display: block;
		color: #fff;
		font-weight: bold;
		font-size: 1.1em;
		text-decoration: none;		
	}


	div#side div#sign_in{
		float: left;
		padding: 10px 0px 10px 15px;
		margin: 25px 0px;
		font-weight: bold;
		font-size: 1.1em;
		color: #fff;
	}
	div#side div#sign_in label, div#side div#sign_in legend, div#side div#sign_in input.text{
		display: block;	
		margin: 2px 0px;
		width: 200px;
	}
	div#side div#sign_in input.image{
		padding: 5px 0px 0px 0px;	
	}
div#content{
	width: 488px !important;
	width: 485px;
	padding: 20px 15px;
	margin-left: 250px;	
}
div#intro{
	width: 768px;
	float: left !important;
	float: auto;
	color: #fff;
	padding: 0px;
	background-image: url(Images/intro100.gif);
	background-repeat: repeat-y;
	background-position: right bottom;
}

div#intro:after{
	content:'.';
	height: 0px;
	visibility: hidden;
	clear: both;
	display: block;	
}

div#login{
	width: 245px;
	font-size: 1em;
	font-weight: bold;
	float: left;
	padding: 0px;
	color: #FFFFFF;
}

div#login_image{
	width: 245px;
	float: left;
	overflow: hidden;
}

div#login_content{
	width: 235px;
	float: left;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#login label, div#login legend, div#login input.text{
		display: block;	
		margin: 2px 0px;
		width: 200px;
	}

div#login input.image{
		padding: 5px 0px 0px 0px;	
	}
	
div#login a, a:link{
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

div#welcome{
	width: 468px !important;
	width: 465px;
	padding: 30px 25px 50px 25px;
	margin-left: 250px;
	background-color: #155079;
	background-image: url(Images/welcome100.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#welcome a{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}


div#links{
	width: 763px !important;
	width: 762px;	
	float: left !important;
	float: auto;
	padding: 15px 0px 15px 5px;
}

div#links h2{
	padding: 0px;
	font-size: 1.4em;
}

	div#links div.link{
		width: 220px;
		float: left;
		margin: 0px 16px !important;
		margin: 0px 12px;
		padding: 0px;
	}
	
div#links a, a:link{
	font-weight: bold;
	color: #155079;
	text-decoration: underline;
}

div#links img{
	border:color: #155079;
	border: 1px solid #155079;

}

div#contact{
	width: 750px;
	float: left !important;
	float: auto;
	padding: 7px 10px !important;
	padding: 14px 10px;
	margin: 3px 0px;
	text-align: right;
	color: #fff;
	background: #155079;
	font-size: 11px;
}
div#footer{
	width: 620px;
	padding: 10px 0px 15px 150px;
	float: left !important;
	float: auto;
	color: #155079;
	text-align: right;
	background: url('Images/members100.gif') left top no-repeat;
	font-size: 11px;
	font-family: Tahoma;
}
	div#footer ul{
		margin: 0px;
		padding: 0px;	
	}
	div#footer li{
		list-style: none;
		display: inline;
		padding: 0px 0px 0px 5px;
	}
	div#footer li a{
	color: #155079;
	font-size: 11px;
	font-family: Tahoma;
	}

#flashcontent{
	color: #FFFFFF;
}

table.tableStyle td {
	background: #F0F0F0;
	line-height: 1.2em;
	}

table.tableStyle th {
	background: #CCC;
	line-height: 1.2em;
	text-align: left;
	font-weight: normal;
	}

table.tableStyle thead th {
	background: #CEE7F7;
	font-weight: bold;
	text-align: left;
	}
