@charset "utf-8";
/* CSS Document */
* {margin: 0px; padding: 0px;}/*overides browser 
default style*/

				
#select_nav {width:95%;
		   height: 60px;
		   position: relative;
		   color: #999;
		   font-family: helvetica;
		   margin: 0px auto;
		   font-size:1.2em;}
#select_nav ul{margin-left:0px;}		   
#select_nav ul {list-style-type:none;}

#select_nav ul li {float: left; position: relative;padding-bottom:0px;}

#select_nav ul li a {border-right: 1px solid #e9e9e9; 
					padding:20px 34px;
				    display: block;
				    text-align:center;
				    color:#999;
					text-decoration: none;}
					
						
#select_nav ul li a:hover {background:#74a1b3;;
							 color: #fff;}
							 
#select_nav ul li ul {display:none;}

#select_nav ul li:hover ul {display: block;
							  position: absolute;}
							  
#select_nav ul li:hover ul li a {text-align: left;
									background:#CCCCCC;		
									color: black;
									padding:2px 5px ;
								    display:block;
									border-bottom: 1px solid #f2f2f2;
									border-right: none;
									width: 100%;
									width: 190px;/*width of database text*/
									font-size:.85;}
#select_nav ul li:hover ul li a:hover {
									background: #74a1b3;
								    color: #fff;}
									

#nav_special {width:5%;
		   height: 60px;
		   position: relative;
		   color: #999;
		   font-family: helvetica;
		   margin: 0px auto 0px 25px;
		   font-size: 1.2em;}
#nav_special ul{margin-left:0px;}		   
#nav_special ul {list-style-type:none;}

#nav_special ul li {float: left; position: relative;padding-bottom:0px;}

#nav_special ul li a {border-right: 1px solid #e9e9e9; 
					padding:20px 34px;
				    display: block;
				    text-align:center;
				    color:#999;
					text-decoration: none;}
						
#nav_special ul li a:hover {background: #74a1b3;
							 color: #fff;}
							 
#nav_special ul li ul {display:none;}

#nav_special ul li:hover ul {display: block;
							               position: absolute;}
#nav_special ul li:hover ul li a {text-align: left;
									background:#CCCCCC;		
									color: black;
									padding:2px 5px ;
								    display:block;
									border-bottom: 1px solid #f2f2f2;
									border-right: none;
									width: 200px;}
#nav_special ul li:hover ul li a:hover {
									background: #74a1b3;
								    color: #fff;}
								    
/* Below are styles created by JAS for new selector page*/



#select_navJAS {
	width:100%;
	height: 400px;
	position: relative;
	color: #999;
	font-family: helvetica;
	margin: 0px auto;
	font-size:1.2em;
/*
	border-width: 1px;
	border-style: solid;
*/
}

#select_navJAS ul {
	margin-left:0px;
	list-style-type:none;
}

#select_navJAS ul li {
	width: 20%;
	padding-bottom: 0px;
	text-align:center;
	float: left;
	background:#74a1b3;
	color: #fff;
/*	display: block;*/
	text-decoration: none;
}

#select_navJAS ul li ul {
	width: 100%;
	height: auto;
	color: #999;
}

#select_navJAS ul li ul li {
	background: #CCCCCC;
	color: #000;
/*
	padding-left: 3px;
	padding-right: 3px;
*/
	margin: 0px;
	float: left;
	position: relative;
	width: 100%;
	height: auto;
	text-align: left;
}


#select_navJAS ul li ul li a {
	color: #000;
}




/*
#select_navJAS ul li:hover ul {
	display: block;
	position: absolute;
}
							  
#select_navJAS ul li:hover ul li a {
	text-align: left;
	background:#CCCCCC;		
	color: black;
	padding:2px 5px ;
	display:block;
	border-bottom: 1px solid #f2f2f2;
	border-right: none;
	width: 100%;
	/*width: 190px;width of database text*/
/*
	font-size:.85;
}

#select_navJAS ul li:hover ul li a:hover {
									background: #74a1b3;
								    color: #fff;}	
*/							    
									
/*  JAS2 Styles */

#select_container {
	width:100%;
	height: 600px;
	background: #CCCCCC;
	position: relative;
	color: #999;
	font-family: helvetica;
	margin: 0px;
	font-size: .95em;
}

#select_head {
	width: 100%;
}

#select_head ul {
	margin-left:0px;
	list-style-type:none;
	font-size: 1.2em;
}

#select_head ul li {
	width: 20%;
	padding-bottom: 0px;
	float: left;
	text-align:center;
	text-decoration: none;
	background:#74a1b3;
	color: #fff;

}

#select_list ul {
	float: left;
	margin-left:0px;
	list-style-type:none;
	width: 20%;
	height: auto;
	color: #999;
/*	font-size: .95em;*/
}

#select_list ul li {
	width: 100%;
	background: #CCCCCC;
	color: #000;
	margin: 0px;
	padding-bottom: 1px;
	float: left;
	position: relative;
	height: auto;
	text-align: center;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#topblock {
	width: 100%;
/*	height: 315px; JAS comment out april 28 2015 */
	height: auto;
	min-height: 315px;
/*
	border-width: 1px;
	border-style: solid;
*/
}

#topblock #intro_bank {
	float: left;
	width: 450px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px 5px 0 5px;
}

.bankfish table {
	border: 10px;
	width: 100%;
	border-color: #74a1b3;
	border-collapse: separate;
}

.bankfish tr td {
	padding-top: 1px;
	padding-bottom: 1px;
}

.bankfish h4 {
	margin-top: 2px;
	margin-bottom: 2px;
}
.bankfish a { 
    color:#000000; 
    }
    
.bankfish a:hover { 
    text-decoration:none; 
    }
    
.banklegend {
	float: left;
	border: 2px solid #74a1b3;
	width: 84.25%;
	margin: 3px 0px 5px 5px;
	padding: 0px 0px 5px 5px;
}

.left_legend {
	width: 50%;
	float:left;
}

.right_legend {
	width: 50%;
	float:left;
}

.right_legend li {
		margin-bottom: 3px;
}

.banklegend ul {
	list-style-type:none;
}

.banklegend li {
	margin: 0px;
	padding: 0;
}

