@charset "UTF-8";
/* CSS Document */

html { 
height : 100%; 
} 
body, td, th { 
font-family : Arial, Helvetica, sans-serif; 
} 
body { 
margin-left : 0; 
margin-top : 0; 
margin-right : 0; 
margin-bottom : 0; 
height : 100%; 
} 
.main_nav { 
text-decoration : none; 
font-size : 12px; 
color : #ffffff; 
font-weight : bold; 
} 
.main_nav:hover { 
color : #e1d839; 
} 
.header_nav { 
text-decoration : none; 
text-align : center; 
font-size : 12px; 
font-weight : bold; 
color : #999999; 
} 
.header_nav:hover { 
color : #e1d839; 
} 
.nav_sub { 
text-decoration : none; 
font-size : 11px; 
color : #ffffff; 
font-weight : bold; 
} 
.nav_sub:hover { 
color : #e1d839; 
} 
#personal_menu { 
position : absolute; 
left : 50%; 
margin-left : -212px; 
top : 152px; 
visibility : hidden; 
z-index : 300; 
} 
#smallBiz_menu { 
position : absolute; 
left : 50%; 
margin-left : -212px; 
top : 202px; 
visibility : hidden; 
z-index : 300; 
} 
#commercial_menu { 
position : absolute; 
left : 50%; 
margin-left : -212px; 
top : 252px; 
visibility : hidden; 
z-index : 300; 
} 
#trust_menu { 
position : absolute; 
left : 50%; 
margin-left : -212px; 
top : 300px; 
visibility : hidden; 
z-index : 300; 
} 
#about_menu { 
position : absolute; 
left : 50%; 
margin-left : -212px; 
top : 350px; 
visibility : hidden; 
z-index : 300; 
} 
#sub_nav_items { 
padding : 0 0 0 0; 
border : 1px solid #ffffff; 
width : 190px; 
height : 25px; 
text-align : left; 
} 
#sub_nav_box { 
background-color : #164c43; 
padding : 5px 5px 5px 5px; 
width : 180px; 
height : 15px; 
} 
#online_menu { 
position : absolute;
float:right;
left : 640px; 
top : 102px; 
margin-left : 250px;
height : 435px; 
width : 231px; 
background-image : url(../images/onlinebank/online_bg2.jpg); 
background-repeat : no-repeat; 
z-index : 10; 
} 
#online_btn { 
z-index : 5; 
position : absolute; 
margin-left : 26px; 
top : 90px; 
height : 46px; 
width : 230px; 
} 

@media print {
	.main_nav {display: none; }
}

/* end footer styles */