@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	background: #f79340 url(images/bg-2.gif) repeat-x left top;
	text-align: center;
	}

/* header */
/* pre-flash */

#header {
	width: 960px;
	height: 120px;
	padding: 0 40px 0 0;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
	}
	
h1 {
	float: left;
	width: 300px;
	height: 120px;
	}
	
h1 a {
	background: url(images/h1-2.gif) no-repeat left top;
	display: block;
	width: 300px;
	height: 120px;
	text-indent: -9999em;
	}
	
h2 {
	float: right;
	height: 120px;
	width: 250px;
	background: url(images/h2-2.gif) no-repeat right bottom;
	text-indent: -9999em;
	}

#home #header {
	width: 1000px;
	padding: 0;
	}
	
#home #header h1,
#home #header h2 {
	visibility: hidden;
	height: 1px;
	overflow: hidden;
	}
	
#wrapper {
	background: url(images/wrapper.png) repeat-y left top;
	width: 980px;
	margin: 0 auto 20px;
	text-align: left;
	}
	
/* nav */
	
ul#nav {
	background: url(images/nav-short2.gif) no-repeat left top;
	height: 80px;
	padding: 0 0 0 31px;
	}

ul#nav li {
	display: inline;
	list-style: none;
	}

ul#nav li a {
	float: left;
	width: 150px;
	height: 50px;
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -9999em;
	}

ul#nav li.n-manage a { background-image: url(images/n-manage.gif); }
ul#nav li.n-open a { background-image: url(images/n-open.gif); }
ul#nav li.n-about a { background-image: url(images/n-about.gif); }
ul#nav li.n-faq a { background-image: url(images/n-faq.gif); }
ul#nav li.n-fdic a { background-image: url(images/n-fdic.gif); }
ul#nav li.n-contact a { background-image: url(images/n-contact2.gif); }

ul#nav li a:hover,
ul#nav li a.on {
	background-position: left bottom;
	}	

/* subnav */
	
ul#subnav {
	float: left;
	padding: 3px 0 24px 27px;
	width: 155px;
	font: bold 11px/12px Helvetica, Arial, sans-serif;
	}
	
ul#subnav li {
	display: inline;
	list-style: none;
	}

ul#subnav li a {
	display: block;
	width: 148px;
	height: 18px;
	padding: 6px 0 0 7px;
	text-decoration: none;
	color: #929292;
	}

ul#subnav li a:hover,
ul#subnav li a.on {
	background: url(images/subnav.gif) no-repeat left top;
	color: #f36e28;
	}
	
/* subnav stuff */

ul#subnav li.misc {
	display: block;
	padding: 5px 0 0 5px;
	}
	
ul#subnav li.misc h4 {
	background-repeat: no-repeat;
	background-position: left top;
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	padding: 12px 0 0 32px;
	height: 20px;
	}

ul#subnav li.misc h4.m-phone { background-image: url(images/icon-phone.gif); }
ul#subnav li.misc h4.m-email { background-image: url(images/icon-mail.gif); }
	
ul#subnav li.misc p,
ul#subnav li.misc ul {
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	color: #666;
	margin: 0 0 10px;
	}
	
ul#subnav li.misc a,
ul#subnav li.misc a:hover {
	display: inline;
	letter-spacing: 0;
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-decoration: underline;
	background: none;
	}
	
ul#subnav li.misc ul li {
	font: bold 11px/14px Helvetica, Arial, sans-serif;
	margin: 0 0 6px;
	display: block;
	}
	
/* content */

#content {
	float: left;
	width: 560px;
	padding: 0 20px 20px;
	}

#content h3 {
	height: 36px;
	text-indent: -9999em;
	background-position: left top;
	background-repeat: no-repeat;
	}

#manage h3 { background-image: url(images/h3-manage.gif); }
#open h3 { background-image: url(images/h3-open.gif); }
#atm h3 { background-image: url(images/h3-atm.gif); }
#about h3 { background-image: url(images/h3-about.gif); }
#faq h3 { background-image: url(images/h3-faq.gif); }
#fdic h3 { background-image: url(images/h3-fdic.gif); }
#fees h3 { background-image: url(images/h3-fees.gif); }
#contact h3 { background-image: url(images/h3-contact.gif); }
#sitemap h3 { background-image: url(images/h3-sitemap.gif); }
#switchkit h3 { background-image: url(images/h3-switchkit.gif); }

#content h4 {
	color: #f36e28;
	font: bold 14px/18px Helvetica, Arial, sans-serif;
	margin: 0 0 6px;
	}

#manage #content h4,
#open #content h4,
#contact #content h4 {
	font: bold 20px/24px Helvetica, Arial, sans-serif;
	margin: 0 0 12px;
	}

#content h5 {
	font: bold 13px/18px Helvetica, Arial, sans-serif;
	color: #929292;
	margin: 0 0 3px;
	}

#content p,
#content ul,
#content ol {
	font: normal 12px/18px Helvetica, Arial, sans-serif;
	margin: 0 0 12px;
	}

#content li {
	margin: 0 25px 3px;
	}

#content a {
	color: #f36e28;
	}

#content a:hover {
	color: #929292;
	}

#content table {
	width: 560px;
	}
	
#content table th {
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	vertical-align: bottom;
	text-align: left;
	color: #f36e28;
	font: bold 14px/18px Helvetica, Arial, sans-serif;
	white-space: nowrap;
	}
	
#content table td {
	border-top: 1px solid #eee;
	padding: 5px 0;
	vertical-align: top;
	text-align: left;
	font: normal 12px/14px Helvetica, Arial, sans-serif;
	}
	
#content table th.right,
#content table td.right {
	text-align: right;
	}

/* sidebar */

#sidebar {
	float: left;
	width: 172px;
	height: 252px;
	padding: 0 0 0 8px;
	background: url(images/sidebar-bg.gif) no-repeat right bottom;
	}
	
#login {
	background: url(images/loginbox.gif) no-repeat left bottom;
	width: 142px;
	height: 147px;
	margin: 0 0 0 8px;
	padding: 0 7px;
	}
	
#login h4 {
	height: 24px;
	text-indent: -9999em;
	margin: 0;
	padding: 0;
	}
	
#login label {
	font: bold 12px/12px "Trebuchet MS", Verdana, sans-serif;
	color: #fff;
	margin: 0;
	padding: 6px 0 3px;
	height: 14px;
	display: block;
	}
	
#login input {
	border: 1px solid #e9d1c4;
	padding: 3px;
	*padding: 0;
	width: 134px;
	*width: 126px;
	font: bold 12px/12px "Trebuchet MS", Verdana, sans-serif;
	margin: 0 0 8px;
	}
	
#login input.loginBtn {
	width: 79px;
	height: 31px;
	border: none;
	margin: 0;
	padding: 0;
	float: left;
	}
	
#login p.loginForgot {
	clear: both;
	font: bold 11px/12px "Trebuchet MS", Verdana, sans-serif;
	padding: 8px 0 0;
	color: #fff;
	}
	
#login p.loginForgot a {
	color: #fff;
	}

#sidebar .ad {
	width: 110px;
	padding: 6px 31px 0;
	}
	
	
/* footer */		
	
ul#footer {
	background: url(images/footer.gif) no-repeat left bottom;
	height: 55px;
	clear: both;
	padding: 105px 90px 0 110px;
	overflow: hidden;
	text-align: left;
	}
	
ul#footer li {
	float: left;
	list-style: none;
	color: #5e4b40;
	}

ul#footer li a {
	color: #5e4b40;
	text-decoration: none;
	}
	
ul#footer li a:hover {
	text-decoration: underline;
	color: #333;
	}

ul#footer li.f-ehl {
	width: 40px;
	height: 35px
	}
	
ul#footer li.f-fdic {
	padding: 11px 0 0;
	height: 24px;
	width: 48px;
	}
	
ul#footer li.f-copy {
	font: normal 10px/12px Helvetica, Arial, sans-serif;
	padding: 11px 0 0;
	height: 24px;
	width: 225px;
	white-space: nowrap;
	}
	
ul#footer li.f-nav {
	float: right;
	text-align: right;
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	padding: 21px 0 0;
	height: 14px;
	width: 400px;
	}
	
ul#footer li.f-nav a {
	margin: 0 5px;
	}
	
/* disclosures */

.disclosures {
	width: 800px;
	padding: 0 100px;
	text-align: left;
	font: normal 11px/14px Helvetica, Arial, sans-serif;
	color: #5e4b40;
	margin: 0 auto;
	}
	
.disclosures p {
	margin: 0 0 5px;
	}

.disclosures a {
	color: #5e4b40;
	}
	
/* home adjustments & content */

#home #wrapper {
	background: none;
	}

#home ul#nav {
	height: 50px;
	}
	
#home #sidebar {
	padding: 20px 0 0 5px;
	height: 262px;
	}

#home #sidebar #login {
	padding-top: 10px;
	}
	
#home ul#footer {
	padding-top: 45px;
	}

#masthead {
	height: 298px;
	background: url(images/masthead.png) no-repeat center bottom;
	margin: 0 0 5px;
	padding: 0 10px 5px;
	}
	
.slideshow {
	float: left;
	width: 775px;
	height: 298px;
	}
	
ul#features {
	height: 136px;
	background: url(images/features.gif) no-repeat left top;
	padding: 0 0 0 3px;
	}

ul#features li {
	float: left;
	list-style: none;
	width: 236px;
	padding: 0 0 0 6px;
	margin: 0 0 10px;
	}

ul#features li a img {
	display: block;
	}
	
	
a.seriously {
	background: url(images/loginbox-fpo.jpg) no-repeat left bottom;
	width: 156px;
	height: 147px;
	display: block;
	text-indent: -9999em;
	margin: 0 0 0 8px;
	}

#home a.seriously {
	height: 157px;
	}