@charset "UTF-8";

body {
	background: #98999a url(../images/page_bg.png) 0 0 repeat-x;
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}
h1 {
	margin: 0 0 10px 0;
}
h1 a {
	background: transparent url(../images/logo.gif) 0 0 no-repeat;
	display: block;
	height: 36px;
	margin: 0;
	text-indent: -9999px;
	overflow: hidden;
	width: 280px;
}
h2 {
	clear: left;
	color: #c41230;
	font-size: 16px;
	font-weight: bold;
	margin: 16px 0 0px 0;
	text-transform: uppercase;
}
h2 span {
	color: #666 !important;
}
h3 {
	color: #666;
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 12px 0;
	text-transform: uppercase;
}
h4 {
	color: #666;
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin: 0 0 4px 0;
	text-transform: uppercase;
}
p {
	margin: 10px 0;
}

img {
	border-width: 0;
}

ul {
	margin: 0 30px 20px 30px;
	padding: 0;
}
li {
	margin: 2px 0;
	padding: 0;
}
ul.nolist {
	list-style-type: none;
	margin: 10px 6px;
}

dl {
	margin: 8px 0 16px 0;
}
dt {
	color: #c41230;
	font-weight: bold;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}
dt a:hover {
	text-decoration: none;
}
dd {
	margin: 4px 0 10px 0;
	width: 550px;
}
dd p {
	font-size: 13px;
	margin: 2px 0 8px 0;
	width: 550px !important;
}
dd li {
	font-size: 13px;
	margin: 4px 0;
}
dd dl {
	margin: 0 16px;
}
dd dt {
	color: #666;
	font-size: 13px;
}
.collapse dd dt {
	color: #c41230;
}
dd dd {
	font-size: 12px;
	margin: 2px 0 6px 0;
}

table {
	border-collapse: collapse;
	margin: 0;
}
th {
	border-bottom: 1px solid #ccc;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 6px;
	text-align: left;
	vertical-align: top;
}
td {
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	padding: 2px 6px;
	text-align: left;
	vertical-align: top;
}
.alt td {
	background-color: #f5f5f5;
}
.right {
	width: 40px;
	text-align: right;
}

blockquote {
	margin: 10px 30px;
	padding: 0;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	color: #666;
	color: #c41230;
	-moz-outline: none; 
	outline: none;
	text-decoration: none;
}
a:hover,
a:active {
	color: #c41230;
	text-decoration: underline;
}

#container {
	margin: 20px auto;
	width: 997px;
}
#header {
	background: transparent url(../images/header_bg.gif) 0 0 no-repeat;
	margin: 0;
	padding: 40px 50px;
	position: relative;
}
#header ul,
#footer ul,
#leftNav {
	list-style-type: none;
}
#topNav {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 50px;
	top: 0;
}
#topNav li {
	border-left: 1px solid #888;
	float: left;
	height: 8px;
	margin: 0 16px 0 0;
	padding: 8px 0 8px 4px;
}
#topNav a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 8px;
	overflow: hidden;
	text-indent: -9999px;
}
#topNav a:hover {
	background-position: 0 -8px;
}
#topNav .home a {
	background-image: url(../images/top_home.gif);
	width: 40px;
}
#topNav .rates a {
	background-image: url(../images/top_rates.gif);
	width: 40px;
}
#topNav .customer a {
	background-image: url(../images/top_customer.gif);
	width: 104px;
}
#topNav .hsa a {
	background-image: url(../images/top_hsa.gif);
	width: 64px;
}
#topNav .credit a {
	background-image: url(../images/top_credit.gif);
	width: 107px;
}
#topNav .branch a {
	background-image: url(../images/top_branches.gif);
	width: 99px;
}
#mainNav {
	height: 20px;
	margin: 10px 0 0 0;
}
#mainNav li {
	float: left;
	height: 35px;
	margin: 0;
	padding: 0;
}
#mainNav a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 35px;
	text-indent: -9999px;
	overflow: hidden;
}
#mainNav a:hover,
.personal #mainNav .personal a,
.business #mainNav .business a,
.online #mainNav .online a,
.profile #mainNav .profile a {
	background-position: 0 -35px;
}
#mainNav .business a {
	background-image: url(../images/menu_business.gif);
	width: 226px;
}
#mainNav .personal a {
	background-image: url(../images/menu_personal.gif);
	width: 217px;
}
#mainNav .online a {
	background-image: url(../images/menu_online.gif);
	width: 219px;
}
#mainNav .profile a {
	background-image: url(../images/menu_profile.gif);
	width: 222px;
}

div#login {
	position: absolute;
	top: 35px;
	right: 50px;
}

#main {
	background: transparent url(../images/main_bg.gif) 0 0 repeat-y;
	position: relative;
	*-height: 400px;
	min-height: 400px;
}
#main #leftNav {
	float: left;
	margin: 0;
	padding: 0 0 0 40px;
	width: 220px;
}
#main div#leftNav ul {
	margin: 0 0 0 0;
	padding: 0 0 0 40px;
}
#leftNav {
	background: transparent url(../images/leftnav_divider.gif) 55px 0 no-repeat;
}
#leftNav li {
	background: transparent url(../images/leftnav_divider.gif) 15px bottom no-repeat;
	height: 42px;
}
.hideLeft #main #leftNav,
.hideLeft #main #leftNav li {
	background-image: none;
}
ul#leftNav a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
}
 {
	background-position: 0 -40px;
}
ul#leftNav a:hover,
.personalDeposit ul#leftNav .personalDeposit a,
.personalLoans ul#leftNav .personalLoans a,
.personalFees ul#leftNav .personalFees a,
.businessDeposit ul#leftNav .businessDeposit a,
.businessLoans ul#leftNav .businessLoans a,
.insuranceServices ul#leftNav .insuranceServices a,
.businessOther ul#leftNav .businessOther a,
.businessFees ul#leftNav .businessFees a,
.history ul#leftNav .history a,
.leadership ul#leftNav .leadership a,
.quarterly ul#leftNav .quarterly a,
.news ul#leftNav .news a,
.employment ul#leftNav .employment a,
.branches ul#leftNav .branches a,
.bizLogin ul#leftNav .bizLogin a,
.demo ul#leftNav .demo a  {
	background-position: 0 -40px;
}
ul#leftNav .personalDeposit a {
	background-image: url(../images/leftnav/personal_deposit_accounts.gif);
}
ul#leftNav .personalLoans a {
	background-image: url(../images/leftnav/personal_loans.gif);
}
ul#leftNav .personalFees a {
	background-image: url(../images/leftnav/schedule_of_fees.gif);
}
ul#leftNav .businessDeposit a {
	background-image: url(../images/leftnav/business_deposit_accounts.gif);
}
ul#leftNav .businessLoans a {
	background-image: url(../images/leftnav/business_loans.gif);
}
ul#leftNav .insuranceServices a {
	background-image: url(../images/leftnav/insurance_services.gif);
}
ul#leftNav .businessOther a {
	background-image: url(../images/leftnav/other_business_services.gif);
}
ul#leftNav .businessFees a {
	background-image: url(../images/leftnav/schedule_of_fees.gif);
}
ul#leftNav .history a {
	background-image: url(../images/leftnav/history.gif);
}
ul#leftNav .leadership a {
	background-image: url(../images/leftnav/leadership.gif);
}
ul#leftNav .quarterly a {
	background-image: url(../images/leftnav/quarterly.gif);
}
ul#leftNav .news a {
	background-image: url(../images/leftnav/news.gif);
}
ul#leftNav .employment a {
	background-image: url(../images/leftnav/employment.gif);
}
ul#leftNav .branches a {
	background-image: url(../images/leftnav/branches.gif);
}
ul#leftNav .bizLogin a {
	background-image: url(../images/leftnav/business_login.gif);
}
ul#leftNav .personalLogin a {
	background-image: url(../images/leftnav/personal_login.gif);
}
ul#leftNav .demo a {
	background-image: url(../images/leftnav/demo.gif);
}
ul#leftNav .hsa a {
	background-image: url(../images/leftnav/online_hsa.gif);
}

#main #content {
	float: left;
	margin: 0;
	padding: 0;
	width: 655px;
}
.home #main #content {
	margin: 0;
	padding: 0 50px;
	width: 882px;
}
#main #content p {
	width: 630px;
}

#footer {
	background: transparent url(../images/footer_bg.gif) 0 -95px no-repeat;
	clear: both;
	margin: 0 0 60px 0;
	padding: 40px 0 20px 50px;
	position: relative;
}
#footer .fdicLogo {
	background: transparent url(../images/fdic_logo.gif) 0 0 no-repeat;
	height: 48px;
	margin: 0 10px;
	overflow: hidden;
	text-indent: -9999px;
}
#bottomNav {
	height: 12px;
	margin: 0;
	padding: 20px 0 0 330px;
	width: 570px;
}
#bottomNav li {
	border-left: 1px solid #fff;
	float: left;
	height: 12px;
	margin: 0 8px 0 0;
	padding: 0 0 0 8px;
}
#bottomNav a {
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	height: 12px;
	overflow: hidden;
	text-indent: -9999px;
}
#bottomNav .home a {
	background-image: url(../images/bottom_home.gif);
	width: 30px;
}
#bottomNav .contact a {
	background-image: url(../images/bottom_contact.gif);
	width: 57px;
}
#bottomNav .employment a {
	background-image: url(../images/bottom_employment.gif);
	width: 65px;
}
#bottomNav .fdic a {
	background-image: url(../images/bottom_fdic.gif);
	width: 80px;
}
#bottomNav .privacy a {
	background-image: url(../images/bottom_privacy.gif);
	width: 94px;
}
#bottomNav .terms a {
	background-image: url(../images/bottom_terms.gif);
	width: 68px;
}
#bottomNav .patriot a {
	background-image: url(../images/bottom_patriot.gif);
	width: 55px;
}
li.first {
	border-width: 0 !important;
}


.clear {
	clear: both;
}

.home .banking {
	height: 227px;
	margin: 0 0 10px 0;
	width: 882px;
}
.home .banking td {
	height: 227px;
	padding: 0;
	width: 289px;
}
.home .banking td a {
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
	height: 227px;
	overflow: hidden;
	text-indent: -9999px;
}
.home .banking .business a {
	background-image: url(../images/home_business.jpg);
	margin: 0 8px 0 0;
	width: 289px;
}
.home .banking .personal a {
	background-image: url(../images/home_personal.jpg);
	margin: 0;
	width: 289px;
}
.home .banking .online a {
	background-image: url(../images/home_online.jpg);
	margin: 0 0 0 8px;
	width: 289px;
}
.home .copy {
	width: 882px;
}
.home .copy td {
	min-height: 200px;
	padding: 8px;
	width: 441px;
}
.home .copy h2 {
	font-size: 14px;
	margin: 0 0 8px 0;
}
.home .copy p {
	width: auto !important;
}

.home .copy .offers .img {
	height: auto;
	padding: 16px 16px 4px 8px;
	text-align: center;
	width: auto;
}
.home .copy .offers .offer {
	background: transparent url(../images/offers/divider.gif) 10px bottom no-repeat;
	height: auto;
	padding: 16px 8px 4px 8px;
	width: auto;
}
.home .copy .offers .link {
	color: #444;
	display: block;
	float: right;
	margin: 0 0 4px 0;
	text-transform: uppercase;
}
.offer h4 {
	color: #c41230;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 4px 0;
}
.offer p {
	margin: 0 0 4px 0;
}
.home .copy .offers .link {
	width: auto;
}
.offers {
	float: right;
	width: 300px;
}

.offers2 {
	float: left;
	width: 500px;
	margin-top:10px;
}
.offers2 p {
	width: auto !important;
}

.home .copy dd {
	background: transparent url(../images/offers/divider.gif) 60px 40px no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 20px 0;
	width: auto !important;
}
.home .copy dd a {
	border-bottom: 1px solid #fff;
	color: #444;
	display: block;
	float: right;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}
.home .copy dd a:hover {
	border-bottom: 1px solid #f00;
	color: #444;
	text-decoration: none;
}
.home .copy td.mainCopy {
	background: transparent url(../images/vert_divider.gif) right 0 repeat-y;
	padding-right: 18px;
}
.home .copy td.offers {
	padding-left: 18px;
}

#branches {
	margin: 20px 5px 0 0;
}
#branches dt a {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
#branches dd {
	width: 220px;
}
#branches .name {
	font-size: 11px;
}
#branches .name a {
	color: #666;
	font-weight: bold;
}
#branches .addr {
	margin: 0;
}
#branches .addr p {
	font-size: 11px;
	margin: 0 0 4px 0;
}
#branches .addr dl {
	margin: 10px 0;
	width: 200px;
}
.addr dt {
	clear: left;
	color: #999 !important;
	float: left;
	font-weight: normal;
	margin: 0 0 2px 0;
	padding: 0;
	text-transform: none;
	width: 40px;
}
#branches .addr dt {
	font-size: 11px;
	width: 30px;
}
#branches .addr dd {
	float: left;
	font-size: 11px;
	margin: 0 0 2px 0;
	padding: 0;
	width: 100px;
}

#branches .hours {
	clear: left;
	margin: 0;
}
#branches .hours p {
	clear: left;
	font-size: 11px;
	margin: 5px 0 0 0;
}
#branches .hours dl {
	clear: left;
	margin: 0;
	width: 200px;
}
#branches .hours dt {
	clear: left;
	color: #999;
	float: left;
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 2px 0;
	padding: 0;
	text-transform: none;
	width: 80px;
}
#branches .hours dd {
	float: left;
	font-size: 11px;
	margin: 0 0 2px 0;
	padding: 0;
	width: 100px;
}


#gmap {
	border: 1px solid #333;
	float: right;
	height: 260px;
	width: 400px;
}
.gmapBranchInfo {
	border-collapse: collapse;
	height: 100px;
	margin: 0 0 10px 0;
	width: 320px;
}
.gmapBranchInfo th {
	background-color: #fff;
	border-width: 0;
	color: #c41230;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	padding: 0 6px;
	text-transform: uppercase;
}
.gmapBranchInfo td {
	background-color: #fff;
	color: #666;
	font-size: 11px;
	padding: 0 6px;
}
.gmapBranchInfo td th {
	color: #aaa;
	font-weight: normal;
	height: auto;
	padding: 0 12px 0 0;
	text-transform: none;
}
.gmapBranchInfo td td {
	padding: 0 12px 0 0;
}
.gmapBranchInfo p {
	color: #666;
	font-size: 11px;
	margin: 0 0 2px 0;
	width: auto !important;
}
.gmapBranchInfo table {
	margin: 0 0 10px 0;
}

.atms {
	height: 38px;
	margin: 10px 0 20px 0;
}
.atms li {
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	height: 38px;
	margin: 0 12px;
	overflow: hidden;
	text-indent: -9999px;
	width: 60px;
}
.atms .cirrus {
	background-image: url(../images/atms/cirrus.gif);
}
.atms .mastercard {
	background-image: url(../images/atms/mastercard.gif);
}
.atms .plus {
	background-image: url(../images/atms/plus.gif);
}
.atms .pulse {
	background-image: url(../images/atms/pulse.gif);
}
.atms .visa {
	background-image: url(../images/atms/visa.gif);
}
.atms .presto {
	background-image: url(../images/atms/presto.gif);
}
.atms .nyce {
	background-image: url(../images/atms/nyce.jpg);
}
.atms .intercept {
	background-image: url(../images/atms/intercept.gif);
}

.leadership h3 {
	margin: 0;
}
.leadership dl {
	margin: 10px 0 30px 0;
}
.leadership dt {
	margin-top: 16px;
}
.leadership dt span {
	border-left: 1px solid #666;
	color: #666;
	margin-left: 6px;
	padding-left: 8px;
	font-weight: normal;
}
.leadership dd {
	width: auto;
}
.leadership p {
	margin: 8px 0 10px 0;
}
.leadership dd dt {
	margin-top: 6px;
	text-transform: none;
}
.leadership dd dd {
	margin-bottom: 16px;
	text-transform: none;
	width: 550px;
}
.team {
	color: #c41230;
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 2px 0;
}

.small_names {
	font-size:10px;
	}

.creditCards h3,
.hsa h3 {
	margin-top: 20px;
	text-transform: none;
}
.creditCards h3 a,
.hsa h3 a {
	margin: 0 12px;
}
.hsa h4 {
	margin: 20px 0 0 0;
}

.fdic h3,
.privacy h3,
.patriot h3 {
	margin: 20px 0 10px 0;
}

dl.locations {
	width: 300px;
}
.locations dt {
	clear: left;
	color: #666;
	float: left;
	margin: 10px 0 0 0;
	width: 150px;
}
.locations dd {
	color: #666;
	float: left;
	margin: 10px 0 0 0;
	width: 100px;
}


.employment #video {
	margin: 0 auto;
	width: 517px;
}

.news dt {
	margin: 0;
	text-transform: none;
}
.news dd {
	margin: 0 0 16px 0;
	text-transform: none;
}

.sig {
	background-position: 0 20px;
	background-repeat: no-repeat;
	float: left;
	margin: 20px 50px 0 0;
	padding-bottom: 100px;
	width: auto !important;
}
.chillura {
	background-image: url(../images/sig_chillura.png);
}
.mcmurtrey {
	background-image: url(../images/sig_mcmurtrey.png);
}

.slideshow {
	width: 651px;
	height: 221px;
}

.disclaimer {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
}
