/* Fonts
--------------------------------------------------*/
body {
	font: 11px/13px Arial, Helvetica, sans-serif;
	color: #231f20;
}
a {
	color: #7baa27;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, table {
	margin-top: 0;
	margin-bottom: 15px;
}
h1 {
	font: 39px/normal "Franklin Gothic", "Arial Narrow Bold", Arial, sans-serif;
	font-stretch: extra-condensed;
	font-weight: bold;
	color: #9ccc60;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
h1 + h1, h2 + h2, h3 + h3, h4 + h4, h5 + h5, h5 + h6, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
	padding-top: 10px;
}
blockquote {
	margin: 0;
	padding: 0 28px;
}
ul, ol {
	margin-right: 0;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
	list-style: none;
	margin-bottom: 16px;
}
ul li {
	padding-left: 18px;
	background: url(images/backgrounds/bullet_green.gif) no-repeat 2px 4px;
	margin-bottom: 7px;
}
ol {
	list-style: decimal;
	margin-left: 18px;
}
ol li {
	margin-bottom: 7px;
}
.disclaimer {
	font-size: smaller;
	font-style: italic;
}
input, textarea {
	font: 11px Arial, Helvetica, sans-serif;
}

/* Miscellaneous
--------------------------------------------------*/
html {
	overflow-y: scroll;
}
body {
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	background: #fff url(/images/backgrounds/body.png) repeat-x left top;
}
img {
	border: none;
}
sup {
	line-height: 1;
	position: relative;
	top: -0.6em;
	vertical-align: bottom;
}

.bio-photo {
	border: solid 1px #9bcb4c;
	float: right;
	margin: 0 0 10px 10px;
}
.print {
	display: none;
}

/* Header Area
--------------------------------------------------*/
#header {
	z-index: 100;
	float: left;
	width: 1000px;
	padding-top: 5px;
}

/* Logo */
#logo {
	position: relative;
	top: 1px;
	left: -12px;
	float: left;
	width: 263px;
	height: 150px;
	margin-right: -12px;
}
#logo img {
	display: block;
	border: none;
}

/* Secondary Navigation */
#nav-sec {
	float: left;
	width: 219px;
	padding-left: 17px;
}
#nav-sec ol, #nav-sec li {
	float: left;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-sec ol {
	padding-left: 2px;
	background: url(/images/backgrounds/nav-sec-divider.png) no-repeat left top;
}
#nav-sec a {
	display: block;
	height: 26px;
	background: url(/images/backgrounds/nav-sec-sprites.png) no-repeat left top;
	text-indent: -999999px;
}

/* Secondary Navigation Rollover Sprites */
#nav-sec li.about a {
	width: 70px;
	background-position: left top;
}
#nav-sec li.about a:hover {
	background-position: left -36px;
}
#nav-sec li.news a {
	width: 64px;
	background-position: -80px top;
}
#nav-sec li.news a:hover {
	background-position: -80px -36px;
}
#nav-sec li.contact a {
	width: 83px;
	background-position: -154px top;
}
#nav-sec li.contact a:hover {
	background-position: -154px -36px;
}

/* Main Navigation */
#nav-main {
	position: relative;
	bottom: -17px;
	left: 15px;
	float: left;
	width: 537px;
	height: 51px;
}
#nav-main ol, #nav-main li {
	float: left;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-main a {
	display: block;
	height: 51px;
	background: url(/images/backgrounds/nav-main-sprites.png) no-repeat left top;
	text-indent: -999999px;
}

/* Main Navigation Rollover & Active Sprites */
#nav-main li.home a {
	width: 91px;
	background-position: left top;
}
#nav-main li.home a:hover {
	background-position: left -61px;
}
#nav-main li.home a.active {
	background-position: left -122px;
}
#nav-main li.personal a {
	width: 179px;
	background-position: -101px top;
}
#nav-main li.personal a:hover {
	background-position: -101px -61px;
}
#nav-main li.personal a.active {
	background-position: -101px -122px;
}
#nav-main li.business a {
	width: 176px;
	background-position: -290px top;
}
#nav-main li.business a:hover {
	background-position: -290px -61px;
}
#nav-main li.business a.active {
	background-position: -290px -122px;
}
#nav-main li.rates a {
	width: 91px;
	background-position: -476px top;
}
#nav-main li.rates a:hover {
	background-position: -476px -61px;
}
#nav-main li.rates a.active {
	background-position: -476px -122px;
}

/* Login Area */
#login {
	position: relative;
	float: right;
	width: 244px;
	height: 49px;
	padding: 21px 0 0 97px;
	background: none;
}
#login {
	background: url(/images/backgrounds/login.png) no-repeat left top;
}
#id {
	width: 132px;
}
#login-button {
	position: absolute;
	right: 25px;
	bottom: 25px;
}

/* Content Area
--------------------------------------------------*/
#content {
	float: left;
	width: 1000px;
}
#hp #content {
	position: relative;
	top: -32px;
	z-index: 100;
	margin-bottom: -32px;
}

/* Navigation bar in content area on interior pages */
#nav-content {
	float: left;
	width: 822px;
	min-height: 44px;
	margin-left: 178px;
	background: url(images/backgrounds/nav-content.gif) repeat-x left bottom;
}
#nav-content ol, #nav-content li {
	float: left;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
#nav-content a {
	display: block;
	width: 120px;
	height: 44px;
	text-indent: -999999px;
	background: url(/images/backgrounds/nav-content-sprites.png) no-repeat left top;
}

/* Personal Navigation Tabs Rollover & Active Sprites */
#nav-content .personal li.checking a {
	background-position: left -99px;
}
#nav-content .personal li.checking a:hover, #nav-content .personal li.checking a.active {
	background-position: left -153px;
}
#nav-content .personal li.money-market a {
	background-position: -120px -99px;
}
#nav-content .personal li.money-market a:hover, #nav-content .personal li.money-market a.active {
	background-position: -120px -153px;
}
#nav-content .personal li.savings a {
	background-position: -240px -99px;
}
#nav-content .personal li.savings a:hover, #nav-content .personal li.savings a.active {
	background-position: -240px -153px;
}
#nav-content .personal li.lending a {
	background-position: -360px -99px;
}
#nav-content .personal li.lending a:hover, #nav-content .personal li.lending a.active {
	background-position: -360px -153px;
}
#nav-content .personal li.services a {
	background-position: -480px -99px;
}
#nav-content .personal li.services a:hover, #nav-content .personal li.services a.active {
	background-position: -480px -153px;
}

/* Business Navigation Tabs Rollover & Active Sprites */
#nav-content .business li.checking a {
	background-position: left top;
}
#nav-content .business li.checking a:hover, #nav-content .business li.checking a.active {
	background-position: left -54px;
}
#nav-content .business li.money-market a {
	background-position: -240px top;
}
#nav-content .business li.money-market a:hover, #nav-content .business li.money-market a.active {
	background-position: -240px -54px;
}
#nav-content .business li.savings a {
	background-position: -360px top;
}
#nav-content .business li.savings a:hover, #nav-content .business li.savings a.active {
	background-position: -360px -54px;
}
#nav-content .business li.lending a {
	background-position: -480px top;
}
#nav-content .business li.lending a:hover, #nav-content .business li.lending a.active {
	background-position: -480px -54px;
}
#nav-content .business li.services a {
	background-position: -600px top;
}
#nav-content .business li.services a:hover, #nav-content .business li.services a.active {
	background-position: -600px -54px;
}

/* Rates Navigation Tabs Rollover & Active Sprites */
#nav-content .rates li.overview a {
	background-position: left -297px;
}
#nav-content .rates li.overview a:hover, #nav-content .rates li.overview a.active {
	background-position: left -351px;
}
#nav-content .rates li.savings a {
	background-position: -120px -297px;
}
#nav-content .rates li.savings a:hover, #nav-content .rates li.savings a.active {
	background-position: -120px -351px;
}
#nav-content .rates li.loans a {
	background-position: -240px -297px;
}
#nav-content .rates li.loans a:hover, #nav-content .rates li.loans a.active {
	background-position: -240px -351px;
}

/* About Navigation Tabs Rollover & Active Sprites */
#nav-content .about a {
	width: 115px;
}
#nav-content .about li.overview a {
	background-position: left -396px;
}
#nav-content .about li.overview a:hover, #nav-content .about li.overview a.active {
	background-position: left -450px;
}
#nav-content .about li.directors a {
	background-position: -115px -396px;
}
#nav-content .about li.directors a:hover, #nav-content .about li.directors a.active {
	background-position: -115px -450px;
}
#nav-content .about li.management a {
	background-position: -230px -396px;
}
#nav-content .about li.management a:hover, #nav-content .about li.management a.active {
	background-position: -230px -450px;
}
#nav-content .about li.lending-team a {
	background-position: -345px -396px;
}
#nav-content .about li.lending-team a:hover, #nav-content .about li.lending-team a.active {
	background-position: -345px -450px;
}
#nav-content .about li.founders a {
	background-position: -460px -396px;
}
#nav-content .about li.founders a:hover, #nav-content .about li.founders a.active {
	background-position: -460px -450px;
}
#nav-content .about li.advisors a {
	background-position: -575px -396px;
}
#nav-content .about li.advisors a:hover, #nav-content .about li.advisors a.active {
	background-position: -575px -450px;
}
#nav-content .about li.branch-team a {
	background-position: -690px -396px;
}
#nav-content .about li.branch-team a:hover, #nav-content .about li.branch-team a.active {
	background-position: -690px -450px;
}

/* News Navigation Tabs Rollover & Active Sprites */
#nav-content .news li.overview a {
	background-position: left -198px;
}
#nav-content .news li.overview a:hover, #nav-content .news li.overview a.active {
	background-position: left -252px;
}
#nav-content .news li.press-releases a {
	background-position: -120px -198px;
}
#nav-content .news li.press-releases a:hover, #nav-content .news li.press-releases a.active {
	background-position: -120px -252px;
}
#nav-content .news li.news-coverage a {
	background-position: -240px -198px;
}
#nav-content .news li.news-coverage a:hover, #nav-content .news li.news-coverage a.active {
	background-position: -240px -252px;
}
#nav-content .news li.downloads a {
	background-position: -360px -198px;
}
#nav-content .news li.downloads a:hover, #nav-content .news li.downloads a.active {
	background-position: -360px -252px;
}

/* Main Content (Middle section of interior pages) */
#content-main {
	position: relative;
	float: left;
	width: 479px;
	margin-right: 19px;
	font-size: 12px;
}

/* Main Content (Top section on home page) */
#hp #content-main {
	width: 1000px;
	margin: 0;
	background: url(/images/backgrounds/content.png) no-repeat left bottom;
	font-size: 11px;
}

/* Breadcrumb Navigation (Top of main content area on interior pages) */
#bread-crumbs {
	margin-top: 27px;
	margin-bottom: 10px;
	font-size: 11px;
	/*color: #b2b2b2;*/
	color: #7baa27;
}
#bread-crumbs .current {
	color: #000;
}
#bread-crumbs a {
	text-decoration: none;
}

/* Welcome Area (Left side of top section on home page) */
#welcome {
	float: left;
	width: 366px;
	height: 346px;
	padding: 56px 30px 0 12px;
	overflow: hidden;
}
#welcome h1, #welcome h2, #welcome #welcome h3, #welcome h4, #welcome h5, #welcome h6, #welcome p, #welcome ul, #welcome ol, #welcome table {
	margin-bottom: 10px;
}

/* Banner Area (Right side of top section on home page - Flash) */
#banner {
	float: right;
	width: 592px;
}
#banner img, #banner object {
	display: block;
}

/* Sub Content (Left section of interior pages) */
#content-sub {
	position: relative;
	top: -19px;
	float: left;
	width: 178px;
}

/* Sub Content (Bottom section on home page) */
#hp #content-sub {
	position: static;
	width: 1000px;
	padding-top: 1px;
}

/* Business and Personal Banking graphics (Home page only) */
#business-banking, #personal-banking {
	float: left;
	width: 200px;
	margin-right: 4px;
	background: #e6e6e6;
}
#business-banking img, #personal-banking img {
	display: block;
}
#business-banking ul, #personal-banking ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 16px;
}
#business-banking li, #personal-banking li {
	padding-left: 26px;
	background: url(images/backgrounds/bullet_gray.gif) no-repeat 16px 4px;
	line-height: 1.4;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
}
#business-banking a, #personal-banking a {
	/*color: #4c4c4c;*/
	text-decoration: none;
}

/* Marketing graphic (Right side of bottom section of home page) */
#marketing {
	float: left;
	width: 592px;
}

/* FI Information section (Only on home page) */
#fi-info {
	float: left;
	width: 241px;
	padding: 7px 0 0 29px;
}
/*#fi-info dl, #fi-info dt, #fi-info dd {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}
#fi-info dt {
	width: 64px;
}
#fi-info dd {
	width: 177px;
}*/
#fi-info h2 {
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #006225;
	margin-top: 15px;
}
#fi-info table {
	border: none;
	margin-bottom: 0;
}
#fi-info th {
	padding: 2px;
	text-align: right;
	font-size: 10px;
	color: #3231f20;
	text-transform: uppercase;
}
#fi-info td {
	padding: 2px;
	font-size: 11px;
	color: #006225;
}

/* ATM Information section (Only on home page) */
#atm {
	float: left;
	width: 293px;
	padding: 7px 0 0 29px;
}
#atm h2 {
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #006225;
	margin-top: 15px;
}
#atm dl, #atm dt, #atm dd {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
}
#atm dt {
	width: 64px;
}
#atm dd {
	width: 229px;
}
#atm form {
	padding: 0;
	margin: 0;
}
#atm-zip, #atm-city, #atm-state {
	width: 100px;
}
#atm h3 {
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #33;
	text-transform: uppercase;
	margin-bottom: 0px;
}
#atm .large-green {
	font-size: 17px;
	font-weight: bold;
	color: #006225;
}
#atm-zip-form-submit, #atm-address-form-submit {
	margin-top: 3px;
}
#atm-zip-form-submit {
	margin-top: 3px;
	margin-bottom: 20px;
}

/* Content Extra (Right column of interior pages) */
#content-extra {
	float: left;
	width: 324px;
	padding-top: 1px;
}
#content-extra img {
	display: block;
}

/* Footer Area
--------------------------------------------------*/
#footer {
	float: left;
	width: 1000px;
}

/* Location Bar */
#location-bar {
	float: left;
	width: 865px;
	height: 26px;
	padding-top: 25px;
	padding-left: 135px;
	background: url(/images/backgrounds/location-bar.png) no-repeat left top;
}

/* Disclaimer text (Left side of footer on home page) Removed - 04/16/10 per Chris Sullivan's request. Replaced by #nav-footer below.
#disclaimers {
	float: left;
	width: 516px;
	padding: 16px 0;
	color: #b2b2b2;
}
*/
/* Navigation in footer (Left side of footer) */
#nav-footer {
	float: left;
	width: 516px;
	padding: 12px 0 12px 12px;
	/*color: #7baa27;*/
}

/* Compliance Logos - FDIC, EHL, SUM (Right side of footer) */
#compliance-logos {
	float: right;
	width: 210px;
}

/* Matrix Tables */
table.matrix {
	width: 100%;
	border: none;
}
table.matrix th, table.matrix td {
	padding: 10px 10px 10px 2px;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	color: #4c4c4c;
}
table.matrix td {
	border-top: solid 2px #9ccc60;
}
table.matrix tr {
	padding: 5px 10px 5px 2px;
}
table.matrix th:first-child {
	width: 140px;
}
table.matrix h2 {
	font-size: 12px;
	color: #3b9244;
	margin-bottom: 5px;
}
table.matrix ul {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
}
table.matrix ul li {
	padding-left: 12px;
}

/* Rates Tables */
table.rates {
	width: 100%;
	border: none;
}
table.rates th, table.rates td {
	padding: 10px 10px 10px 2px;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	color: #4c4c4c;
}
table.rates th {
	border-bottom: solid 2px #9ccc60;
}
table.rates td {
	border-bottom: solid 1px #b2b2b2;
}
table.rates tr {
	padding: 5px 10px 5px 2px;
}

/* Contact Us Form */
#contactFormContainer {
	border-top: solid 2px #9ccc60;
	border-bottom: solid 1px #b2b2b2;
	padding: 10px 0;
	margin-top: 20px;
}
#contactform {
	padding: 0;
	margin: 0;
}
#contactForm ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
#contactForm label {
	display: inline-block;
	width: 150px;
	vertical-align: top;
}
#submit {
	margin-left: 153px;
}
#contactForm input, #contactForm textarea {
	width: 150px;
	border: solid 1px #b2b2b2;
	vertical-align: top;
}
#contactForm textarea {
	height: 50px;
	overflow-y: scroll;
}

/* form validation dialogs */
.error {
	border-color: #ddc4be; background: #f5edeb url(/images/icon_error.png); 
}
.info {
	border-color: #deeecb; background: #f5faef url(/images/icon_info.png); 
}
.dialog {
	border-width: 1px;
	border-style: solid;
	background-position: 8px 8px;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 28px;
}
/* rounded buttons */
.roundedButton {
	background: #005420;
	display: inline-block;
	padding: 2px 10px;
	text-align: center;
	color: #9ccc60;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow:  0 -1px 1px #939598;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	border: #939598;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	cursor: pointer;
	font-size: 11px;
}
.roundedButton:hover {
	background: #1e401d;
	text-decoration: none;
}
.gray.roundedButton {
	background: #eeeeef;
	color: #4d4d4d;
}
.gray.roundedButton:hover {
	background: #f7f7f7;
	color: #4d4d4d;
}

/* privacy tables */
.privacy {
	border-collapse: collapse;
	border: solid 1px #000;
	border-spacing: 0;
	width: 100%;
}
.privacy th, .privacy td {
	border: solid 1px #000;
	padding: 4px;
	vertical-align: top;
}
.privacy th {
	font-weight: bold;
	text-align: left;
}