/* Login Panel
----------------------------------------------------------------------------------------- */
#loginpanel, #loginpanelsub, #openacctpanel, #openacctpanelsub {
    position: absolute;
    left: 20px;
    top: 125px;
    display: block;
    width: 200px;
    height: 140px;
    padding: 10px 15px 0 15px;
    margin: 0;
    z-index: 10; }
    
    #loginpanel p { margin-bottom: 10px; }
    
    #openacctpanel, #openacctpanelsub {
		top: 285px; 
		height: 145px; }
    
    #loginpanelsub, #openacctpanelsub {
		position: relative;
		top: auto;
		left: auto;
		padding: 0; }
		
		#openacctpanelsub {
			height: 115px;
			padding-top: 20px; }

#loginpanel a, #loginpanel a:link, #loginpanel a:visited, #loginpanel a:hover, #loginpanel a:active,
    #loginpanelsub a, #loginpanelsub a:link, #loginpanelsub a:visited, #loginpanelsub a:hover, #loginpanelsub a:active {
	color: #999;
	text-decoration: none; }

	#loginpanel a:hover, #loginpanelsub a:hover { color: #CCC; }
	
.titleonlinebanking, .titleonlineacctopening {
	display: block;
	width: 190px;
	height: 48px;
	margin-bottom: 15px;
	background: transparent url(../images/title_online_banking.gif) no-repeat scroll 0 0; }
	
	.titleonlineacctopening {
		width: 166px;
		height: 50px;
		background-image: url(../images/title_online_acct_opening.gif); }
	
a#btnloginpersonal, a#btnloginpersonal:link, a#btnloginpersonal:visited, a#btnloginpersonal:hover, a#btnloginpersonal:active,
	a#btnlogindeposit, a#btnlogindeposit:link, a#btnlogindeposit:visited, a#btnlogindeposit:hover, a#btnlogindeposit:active {
	float: left;
	display: block;
	width: 90px;
	height: 20px;
	margin: 0 20px 10px 0;
	background: transparent url(../images/btn_login_accountaccess.jpg) no-repeat scroll 0 0;
	border-bottom: none;
	z-index: 100; }

	a#btnlogindeposit, a#btnlogindeposit:link, a#btnlogindeposit:visited, a#btnlogindeposit:hover, a#btnlogindeposit:active {
		margin-right: 0;
		background: transparent url(../images/btn_login_remotedeposit.jpg) no-repeat scroll 0 -20px; }

a#btnlogin, a#btnlogin:link, a#btnlogin:visited, a#btnlogin:hover, a#btnlogin:active,
	a#btnopenacct, a#btnopenacct:link, a#btnopenacct:visited, a#btnopenacct:hover, a#btnopenacct:active {
	float: left;
	display: block;
	width: 137px;
	height: 25px;
	margin: 0 20px 10px 0;
	background: transparent url(../images/btn_login.jpg) no-repeat scroll 0 0;
	border-bottom: none;
	z-index: 100; }
	
	a#btnopenacct, a#btnopenacct:link, a#btnopenacct:visited, a#btnopenacct:hover, a#btnopenacct:active {
		background-image: url(../images/btn_open_acct.jpg); }
		
	a#btnlogin:hover, a#btnopenacct:hover {
		/* margin-right: 0; */
		background-position: 0 -25px; }
	
a#btnopenacct:hover {}
		
.weatherframe {
    width: 200px;
    height: 135px; }	

/* Misc. Bank Related
----------------------------------------------------------------------------------------- */
a#btnsecurity, a#btnsecurity:link, a#btnsecurity:active, a#btnsecurity:visited, a#btnsecurity:hover {
	display: block;
	width: 170px;
	height: 20px;
	background: transparent url(../images/btn_security.jpg) no-repeat scroll 0 0; }

	a#btnsecurity:hover { background-position: 0 -20px; }

a#locationsmap, a#locationsmap:link, a#locationsmap:active, a#locationsmap:visited, a#locationsmap:hover {
	display: block;
	width: 200px;
	height: 150px;
	background: transparent url(../images/btn_map_sm.jpg) no-repeat scroll 0 0;
	cursor: pointer; }
	
	/* * html a#locationsmap, * html a#locationsmap:link, * html a#locationsmap:active, * html a#locationsmap:visited, * html a#locationsmap:hover {  
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/pic_map_sm.png",sizingMethod="scale"); }  for IE/Win */
		
	a#locationsmap:hover {
		background-position: 0 -150px; }
		
#loginframe {
	position: absolute;
	left: 30px;
	top: 155px;
	width: 215px;
	height: 300px;
	overflow: hidden; }
	
img.fdic, img.ehl {
	float: right;
	width: 83px;
	height: 44px;
	margin-right: 20px;
	border: none; }
	
	img.ehl {
	    width: 36px; }
	
#pagedisclaim {	
	width: 408px; 
	height: 180px; 
	margin: 150px auto; 
	padding: 100px 20px 0 20px;
	font-size: 12px;
	line-height: 18px;
	border: 1px solid #666; 
	background: #FFF url(../images/bg_header_popup.jpg) no-repeat scroll 0 0; }

/* Location Map Elements
----------------------------------------------------------------------------------------- */
#locationarea {
	position: relative;
	display: block;
	width: 710px;
	height: 680px;
	margin-bottom: 0;
	background: transparent url(../images/bg_map_lg.jpg) no-repeat scroll 0 0; }
	
#locationdetail1, #locationdetail2, #locationdetail3, #locationdetail4, #locationdetail5, #locationdetail6 {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 710px;
	height: 680px;
	background: transparent url(../images/pic_location_1.png) no-repeat scroll 0 0;
	z-index: 50; }

	* html #locationdetail1 {  
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/pic_location_1.png",sizingMethod="scale"); } /* for IE/Win */
		
	#locationdetail2 {
		background-image: url(../images/pic_location_2.png);
		display: none; }
		
		* html #locationdetail2 {  
			background: none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/pic_location_2.png",sizingMethod="scale"); } /* for IE/Win */
		
	#locationdetail3 {
		background-image: url(../images/pic_location_3.png);
		display: none; }
		
		* html #locationdetail3 {  
			background: none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/pic_location_3.png",sizingMethod="scale"); } /* for IE/Win */
		
	#locationdetail4 {
		background-image: url(../images/pic_location_4.png);
		display: none; }
		
		* html #locationdetail4 {  
			background: none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/pic_location_4.png",sizingMethod="scale"); } /* for IE/Win */
		
	#locationdetail5 {
		background-image: url(../images/pic_location_5.png);
		display: none; }
		
		* html #locationdetail5 {  
			background: none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/pic_location_5.png",sizingMethod="scale"); } /* for IE/Win */
		
	#locationdetail6 {
		background-image: url(../images/pic_location_6.png);
		display: none; }
		
		* html #locationdetail6 {  
			background: none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/pic_location_6.png",sizingMethod="scale"); } /* for IE/Win */
				
a.btnlocation, a.btnlocation:link, a.btnlocation:active, a.btnlocation:visited, a.btnlocation:hover {
	position: absolute;
	display: block;
	width: 25px;
	height: 44px;
	background: transparent url(../images/btn_location_off.png) no-repeat scroll 0 0;
	cursor: pointer;
	z-index: 100; }

	* html a.btnlocation, * html a.btnlocation:link, * html a.btnlocation:active, * html a.btnlocation:visited, * html a.btnlocation:hover {  
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/btn_location_off.png",sizingMethod="scale"); } /* for IE/Win */
		
	a.btnlocation:hover {
		background-image: url(../images/btn_location_over.png); }
		
	* html a.btnlocation:hover {  
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/btn_location_over.png",sizingMethod="scale"); } /* for IE/Win */
		
.bgpreload {
	background: transparent url(../images/btn_location_over.png) no-repeat scroll 0 0; }

	* html .bgpreload {  
		background: none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/btn_location_over.png",sizingMethod="scale"); } /* for IE/Win */
		
#loctxthoriz1, #loctxthoriz2, #loctxthoriz3, #loctxthoriz4, #loctxthoriz5, #loctxthoriz6 {
	position: absolute;
	top: 425px;
	left: 20px;
	z-index: 51; }
	
	#loctxthoriz2, #loctxthoriz3, #loctxthoriz4, #loctxthoriz5, #loctxthoriz6 {
		display: none; }
		
	#loctxthoriz1 p, #loctxthoriz2 p, #loctxthoriz3 p, #loctxthoriz4 p, #loctxthoriz5 p, #loctxthoriz6 p {
		margin-bottom: 8px;
		font-size: 10px;
		line-height: 14px;
		color: #333; }
	
	#loctxthoriz1 a, #loctxthoriz1 a:link, #loctxthoriz1 a:active, #loctxthoriz1 a:visited, #loctxthoriz1 a:hover, 
		#loctxthoriz2 a, #loctxthoriz2 a:link, #loctxthoriz2 a:active, #loctxthoriz2 a:visited, #loctxthoriz2 a:hover,  
		#loctxthoriz3 a, #loctxthoriz3 a:link, #loctxthoriz3 a:active, #loctxthoriz3 a:visited, #loctxthoriz3 a:hover,
		#loctxthoriz4 a, #loctxthoriz4 a:link, #loctxthoriz4 a:active, #loctxthoriz4 a:visited, #loctxthoriz4 a:hover,  
		#loctxthoriz5 a, #loctxthoriz5 a:link, #loctxthoriz5 a:active, #loctxthoriz5 a:visited, #loctxthoriz5 a:hover,  
		#loctxthoriz6 a, #loctxthoriz6 a:link, #loctxthoriz6 a:active, #loctxthoriz6 a:visited, #loctxthoriz6 a:hover {
		font-weight: bold;
		color: #333; }
	
.loctxtvert {
	margin: 230px 405px 0 15px; }
