/* SELECTOR RESET
--------------------------------*/
html, body, div, span, object, iframe, a, dl,dt,dd abbr, acronym, address, pre, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, var, center, table, fieldset, form, button, fieldset, label, legend, select, input, textarea,iframe { margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%; }

/* COMMON SELECTOR LAYOUT
--------------------------------*/
body { background: url(../images/bg.png) #797a81 50%; line-height: 1; color: #666; font-size:11px; font-family: Arial, Helvetica, sans-serif; font-weight:normal; }
blockquote, q {quotes: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; margin: 0 auto; }
p { padding: 5px 0; margin: 0; }
strong, b { }
img { border: 0; display:block; }
input, select { vertical-align: middle; }
button { cursor: pointer; }
legend { font-weight:bold; margin: 10px 0; }
a:link { color: #666; line-height:1.1em; }
a:visited { color: #666; }
a:hover { color: #666; }
a strong { color: #f93; text-decoration:underline;}
h1, h2, h3, h4, h5, h6 { font-size: 1.1em; font-weight: bold; margin: 5px 0; padding:0; }
h1 { color:#f93; }

/* COMMON SELECTOR CLASSES
---------------------------------*/
.l1 { width:10px !important;}.l2 { width:20px !important;}.l3 { width:30px !important;}.l4 { width:40px !important;}.l5 { width:50px !important;}.l6 { width:60px !important;}.l7 { width:70px !important;}.l8 { width:80px !important;}.l9 { width:90px !important;}.l10 { width:100px !important;}.l12 { width:120px !important;}.l13 { width:130px !important;}.l14 { width:140px !important;}.l15 { width:150px !important;}

.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.align-left { float:left; }
.align-right { float:right; }
.align-middle { vertical-align: middle; }
.align-baseline { vertical-align: baseline; }
.align-top { vertical-align:top; }
.align-bottom { vertical-align: bottom; }
.align-text-bottom { vertical-align: text-bottom; }
.align-text-top { vertical-align:text-top; }

.inline { display:inline !important; }
.block { display:block !important; }
.visible { visibility:visible !important; }
.hidden { visibility:hidden !important; }
.container { overflow: hidden; width: 100%; }
.required { background:url(../images/bg-required.png) no-repeat 99% 4px; }
.note { font-style: italic; font-size: 10px; margin: 0 0 0 5px; }
.cms img { display:inline; }
.cms { line-height: 1.4em; }
.sifr-alt { display: none; }
* html .png { visibility:hidden; }

.font-01,.font-02 { margin:0;padding:0; font-weight:normal; }
select.text { border: 1px solid #b4b5bb; }
input.text { padding: 2px; border: 1px solid #b4b5bb; width: 130px; background: #FFF !important; }
textarea.text { padding: 2px; border: 1px solid #999;  width:220px; height:60px; }
input.image { }
input.button { color:#FFF; background:url(../images/btn-contact-us.png); border:0; width: 75px; height: 25px; font: bold 100% Arial, Helvetica, sans-serif; border:0;padding: 2px; font-weight:bold; }
button.button { color:#FFF; background:url(../images/btn-contact-us.png); border:0; width: 75px; height: 25px; font: bold 100% Arial, Helvetica, sans-serif; border:0;padding: 2px;  float:right; margin: 0 60px 0 0; }
input.checkbox { width:20px; margin: 3px 0 0 0; }
input.radio { width:20px; margin: 5px 0 0 0; }

.error, .error strong { color: #C00; }
h3.error { font-weight: normal; border: 1px solid #C00; background: #FBFCFC; padding: 5px; text-align:center; }
p.error { text-align: center; width: 90%; }
.success, .success strong { color: #390; }
p.success { text-align: center; width: 90%; }

/* BODY SELECTORS
---------------------------------*/
#home, #internal { width: 938px; text-align:left; margin: 0 auto 0 auto; position:relative; }

/* HEADER */
#header { margin: 0 0 0 22px; height: 77px; background: url(../images/bg-header.png) repeat-y; position:relative; z-index:100; }
#header #logo { cursor: pointer; display:block; width: 186px; height: 65px; position:absolute; top: 7px; left: 55px; background:url(../images/logo.png) no-repeat; text-indent:-6000px; z-index:20; }
#header span#logo { cursor: pointer; display:block; width: 186px; height: 65px; position:absolute; top: 7px; left: 55px; background:url(../images/logo.png) no-repeat; text-indent:-6000px; z-index:20; }

/*NAV*/
#nav { float:right; width: 621px; margin: 27px 0 0 0; display:inline; position:relative; z-index:100; }
#nav ul { height: 26px; list-style:none; margin:0;padding:0; position:relative; z-index: 100; }
#nav a { text-align:left; display: block; height: 26px; text-indent: -6000px;  }
#nav li.menu-cat { float: left; padding: 0 10px 0 10px; display: block; text-transform:capitalize; background-repeat: no-repeat; border-right: 1px solid #f7901e; background-position: 10px 0; }/*menu category styling*/
#nav li.first {}
#nav li.last { border:0; padding-right: 0; }
#nav li:hover { } /*hold flyout positioning*/

/* nav dropdown */
#nav ul ul { display:none; position: absolute; top: 26px;left: 0; width: 598px; height: auto; margin:0;padding:5px 0 5px 5px; list-style:none; background:#f2f2f2; border-bottom:1px solid #DADCF6; } /*dropdown properties*/
#nav li ul a { font-size:1.1em; display:inline;padding: 0 7px 0 4px; text-indent: 0; text-transform:none; height: auto;color: #777; text-decoration: none;  } /* reset for dropdown */
#nav li ul a:hover { color:#f93; } /*reset for dropdown */
#nav li ul li { display:inline; border: #DADCF6 solid; border-width: 0 1px 0 0;}
#nav li ul li.last { border-right:0; }
#nav li a.place-holder { cursor: default; }
#nav li ul li.top { background:url(../images/bg-nav-ul-ul-top.png) no-repeat; height: 5px; }
#nav li ul li.bottom { background:url(../images/bg-nav-ul-ul-bottom.png) repeat-y; height: 10px; }
* html #nav li ul li.bottom { background:#FFF; font-size: 0; }
* html #nav li ul li.top { background:#FFF; font-size: 0; }
#nav-careers ul { line-height:1.8em; }
#nav-careers ul li#nav-insurance-and-investment-openings { clear:both; white-space:nowrap; }


/* nav categories */
#nav #nav-insurance { background-image: url(../images/nav-insurance.png); width: 68px; }
#nav #nav-insurance:hover { background-position: 10px bottom; }
#nav #nav-banking { background-image: url(../images/nav-banking.png); width: 56px; }
#nav #nav-banking:hover { background-position: 10px bottom; }
#nav #nav-investments { background-image: url(../images/nav-investments.png); width: 84px; }
#nav #nav-investments:hover { background-position: 10px bottom; }
#nav #nav-investor-relations { background-image: url(../images/nav-investor-relations.png); width: 63px; }
#nav #nav-investor-relations:hover { background-position: 10px bottom; }
#nav #nav-employee-benefits { background-image: url(../images/nav-employee-benefits.png); width: 63px; }
#nav #nav-employee-benefits:hover { background-position: 10px bottom; }
#nav #nav-about-us { background-image: url(../images/nav-about-us.png); width: 62px; }
#nav #nav-about-us:hover { background-position: 10px bottom; }
#nav #nav-careers { background-image: url(../images/nav-careers.png); width: 54px; }
#nav #nav-careers:hover { background-position: 10px bottom; }

/*MAIN*/
#main{ overflow:hidden; width: 100%; background: url(../images/bg-main.png) repeat-y; padding: 0 0 30px 0; position:relative; }

/* SLIDESHOW */
#slideshow { float:right; display:inline; width: 716px; margin: 0 16px 0 0;  position:relative; height: 458px; }
#slideshow img { display:block; position:absolute; top:0; left:0; z-index:8; height: 386px; width:100%; }
#slideshow img.active { z-index:10; }
#slideshow img.last-active { z-index:9; }

/*SLIDESHOW2*/
#slideshow2 { display:block; position:absolute; top:305px; left:0; z-index: 100; width: 280px; margin: 0 16px 0 0; height: 234px; cursor:pointer; border:1px solid #eee; }
#slideshow2 span { cursor: pointer; display:block; position:absolute; top:0; left:0; z-index:8; height: 100%; width:100%; background:url(../images/s-you-deserve-better.png) 0 0 no-repeat; }
#slideshow2 span.active { z-index:10; }
#slideshow2 span.last-active { z-index:9; }

#slideshow2 #photo-01 { background-position: 0 0; }
#slideshow2 #photo-02 { background-position: 0 -234px; }
#slideshow2 #photo-03 { background-position: 0 -468px; }

/* PHOTO */
#photo { width:731px; margin: 0; position:relative; }

#page-title { margin:0;padding:0; position:absolute; top: 33px; left: 50px; height: 50px; width:500px; }
#page-title .font-01 { visibility:hidden; font-size: 20px; height: 37px; margin: 5px 0 0 0; display:block; color: #787a83; }

/* SEARCH */
#search { margin: 8px 0 0 16px; }
*+html #search { margin-left: 8px; }
* html #search { margin-left: 8px; }
#search fieldset { padding:0; margin:0; width: 155px;  overflow:hidden; font-weight:normal; position:relative; white-space:nowrap; }
#search input.text { width: 111px; padding: 4px 23px 2px 2px; height: 15px; margin: 0; background:transparent; }
#search button {  vertical-align: middle; border:0; width: 14px; height: 15px; background: url(../images/btn-search.png); position:relative; top:0; left:-23px; text-indent:-6000px; z-index:10; }

/* BANKING LOGIN */
#banking-login { float:left; margin: 0 0 0 0;background:url(../images/bg-banking-login.png) no-repeat 0 0; width:191px; height:143px; }
#internal #banking-login { height: 130px; background:url(../images/bg-banking-login-i.png) no-repeat; }
#btn-online-banking-login { display:block; margin: 41px 0 0 17px; width: 136px; height: 26px; background: url(../images/btn-online-banking-login.png) no-repeat; text-indent: -6000px; }
#btn-online-insurance-login{display:block; margin: 5px 0 0 17px; width: 136px; height: 26px; background: url(../images/insurance-login.png) no-repeat; text-indent: -6000px;}

/*NAV SUB*/
#nav-sub { clear:left; float:left; margin: 0 0 0 0; display:inline; background:url(../images/bg-nav-sub.png) no-repeat bottom left; width:171px; padding: 0 0 0 0; min-height: 14px; }
* html #nav-sub { height: 14px; }
#nav-sub ul { list-style:none; margin:0 0 14px 0; padding: 0 0 0 30px; width: 141px; background:url(../images/bg-nav-sub-ul.png) repeat-y; }
#nav-sub li { background:url(../images/bg-nav-sub-li.png) no-repeat 0 6px;  padding: 0 0 0 0; width: 100%;  }
#nav-sub a { color:#ffd129; font-weight:bold; display:block; padding: 5px 0; width: 100%; text-decoration:none; }
#nav-sub a:hover { text-decoration:underline; }
#nav-sub li.level2 { margin: 0; }
#nav-sub li.level3 { margin: 0 0 0 10px; }
#nav-sub li.level3 a { color:#fff; }

/*CONTENT*/
#content { float:right; width: 731px; display:inline; margin: 0 16px 0 0; padding: 26px 0 0 0; }
#content .cms { width: 642px; margin: 0 0 0 31px; }

/* INSURANCE BUTTONS */
#links-insurance { margin:0;padding:0;list-style:none; overflow:hidden; height: 36px; }
#links-insurance li { float:left; display:inline; margin: 0 3px 0 0; height: 36px; }
#links-insurance li a { display:block; width: 100%; height: 100%; text-indent:-6000px; }

#link-products-services { background:url(../images/link-products-services.png) no-repeat 0 0; width: 92px; }
#link-our-carriers { background:url(../images/link-our-carriers.png) no-repeat 0 0; width: 102px; }
#link-helpful-resources { background:url(../images/link-helpful-resources.png) no-repeat 0 0; width: 93px; }
#link-defensive-driving-courses { background:url(../images/link-defensive-driving-courses.png) no-repeat 0 0; width:122px; }
#link-online-service-center { background:url(../images/link-online-service-center.png) no-repeat 0 0; width:108px; }
#link-get-a-quote { background:url(../images/link-get-a-quote.png) no-repeat 0 0; width: 93px; }

#link-manufacturing { background:url(../images/link-manufacturing.png) no-repeat 0 0; width: 93px; }
#link-schools { background:url(../images/link-schools.png) no-repeat 0 0; width: 93px; }
#link-agriculture { background:url(../images/link-agriculture.png) no-repeat 0 0; width: 93px; }
#link-fire-departments { background:url(../images/link-fire-departments.png) no-repeat 0 0; width: 93px; }
#link-municipalities { background:url(../images/link-municipalities.png) no-repeat 0 0; width: 93px; }
#link-personal-insurance { background:url(../images/link-personal-insurance.png) no-repeat 0 0; width: 93px; }

/*careers buttons*/
#links-careers { margin:0;padding:0;list-style:none; overflow:hidden; height:40px; }
#links-careers li { float:left; display:inline; margin: 0 3px 0 0; height: 40px; width:150px; }
#links-careers li a { display:block; width: 100%; height: 100%; text-indent:-6000px; }

#link-careers-bank { background:url(../images/link-careers-bank.png) }
#link-careers-insurance { background:url(../images/link-careers-insurance.png) }
#link-careers-eeo { background:url(../images/link-careers-eeo.png) }
#link-careers-life { background:url(../images/link-careers-life.png) }


/* BREADCRUMB */
#crumb { list-style: none; padding: 0; margin: 13px 0 9px 31px; line-height:1.2em; }
#crumb li { display:inline; background: url(../images/bg-crumb-li.png) no-repeat 0 3px; padding: 0 0 0 0; margin: 0 0 0 0; }
#crumb li.active { font-weight:bold; }
#crumb li a, #crumb li a:hover { color:#f93; }

/* FOOTER */
#footer { margin: 0 0 0 22px; width: 916px; height: 134px; padding: 0 0 0 0; position:relative; }
#internal #footer { height: 114px; }
#nav-footer { overflow:hidden; width:100%; min-height: 59px; background: url(../images/bg-footer.png) repeat-y; padding: 0 0 0 0; }
* html #nav-footer { height: 64px; }

#links-account { float:left; width:100px; margin: 0 0 0 11px; padding:4px 0 0 115px;list-style:none; background: url(../images/logo-visa.png) no-repeat; height: 35px; line-height: 1.3em; position:relative; z-index:100; }
#links-account li { }
#links-account li a { color:#005a9c; margin: 0 3px 0 3px; }

#link-order-checks { position:absolute;height: 75px; line-height:40px; width: 160px;  right:185px; top:-20px; padding: 0 0 0 40px; background:url(../images/personal-checks1.gif) no-repeat left 3px; text-indent:-6000px; }
#link-order-checks a { display:block; width: 100%; height:100%;}
#constant-contact {position:absolute;height: 75px; line-height:40px; width: 190px;  right:20px; top:-10px; background:#fff; line-height:1.4em; }

#links-footer { position:absolute; top: -60px; right:33px; width: 368px; text-align:right; line-height:1.3em; padding:0;list-style:none; z-index:100; }
#internal #links-footer { clear:left; float:left; position:relative; top:0;right:0; margin: 10px 0 0 244px; width:450px; }
#links-footer li { display:inline; white-space:nowrap; }
#links-footer li a { margin: 0 3px 0 3px; }

#member-fdic { display:block; display:inline-block; width: 170px;  background:url(../images/member-fdic.png) no-repeat right 0; line-height: 1.5em; position:absolute; right: 33px; top:65px; }

#footer-specials { clear:both; line-height:1.3em; background:url(../images/footer-specials.png) no-repeat #fff; width:900px; height: 139px; margin: 10px 0 0 22px; overflow:hidden; }
#footer-specials ul { list-style:none; margin:5px 0 0 20px;padding:0; float:left; width: 105px; }
#footer-specials li { margin: 3px 0 2px 0; }
#footer-specials li span.title { font-weight:bold; }

#footer-specials2 { clear:both; line-height:1.3em; background:url(../images/footer-specials2.png) no-repeat #fff; width:900px; height: 139px; margin: 10px 0 0 22px; overflow:hidden; }
#footer-specials2 ul { list-style:none; margin:15px 0 0 18px;padding:0; float:left; width: 75px; }
#footer-specials2 li { margin: 4px 0; }
#footer-specials2 li span.title { font-weight:bold; }

#footer-specials3 { clear:both; line-height:1.3em; background:url(../images/footer-specials3.png) no-repeat #fff; width:900px; padding-top: 15px; margin: 10px 0 0 22px; overflow:hidden; }
#footer-specials3 ul { list-style:none; margin:15px 0 0 18px;padding:0; float:left; width: 75px; }
#footer-specials3 li { margin: 4px 0; }
#footer-specials3 li span.title { font-weight:bold; }
#footer-specials3 p{margin:118px 0 0 0;padding:10px 20px 0 20px; font-size:10px}

/*NAV BOTTOM*/
#nav-bottom { height: 68px; background: url(../images/bg-nav-bottom.png) no-repeat; padding: 0 0 0 0; }
#nav-bottom a { float:left; display:block; width: 226px; height: 68px; background-repeat: no-repeat; margin: 0 0 0 9px; text-indent: -6000px; position:relative; display:inline; }
#internal #nav-bottom a { float:none; text-indent: 0; background:none; }
#btn-ira-options { background-image:url(../images/btn-ira-options.png); margin-left: 11px; cursor: pointer; }
#btn-current-rates { background-image:url(../images/btn-current-rates.png); cursor: pointer; }
#btn-evans-business-solutions { background-image:url(../images/btn-evans-business-solutions.png); cursor: pointer; }

/* CORE101 */
#logo-core101 { width:271px; height:17px; text-align:center; margin: 10px auto 10px auto; background:url(../images/core101-logo.png) no-repeat; text-indent: -6000px; }
#logo-core101 a { display:block; width: 100%; }

/*SITEMAP*/
#sitemap ul {}
#sitemap li { list-style: none;	vertical-align:middle; padding-bottom: 4px;	}
#sitemap a { text-decoration:none; }
#sitemap a:hover{ text-decoration:underline; }
#sitemap li.level1 { padding-left: 0; }
#sitemap li.level2 { padding-left: 25px; }
#sitemap li.level3 { padding-left: 50px; }
#sitemap li.level4 { padding-left: 75px; }
#sitemap li.level5 { padding-left: 100px; }

/* MISC
-------------------------------------*/

/* FORMS */
#form-contact { width:570px;}

/*form wrapper*/
form label,form .group { display: block; width: 100%; overflow: hidden; margin: 0 0 5px 0; }
form label span,form .group span { width: 200px; float: left; text-align: right; padding: 4px 10px 0 0; }
form label input { float: left; margin: 0 0 5px 5px; width: 110px; }
form label select { float: left; margin: 0 0 5px 0; width: 115px; }
form label textarea { float: left; margin: 0 0 5px 5px; }
form .buttons { text-align:right; width: 100%; }

/*form group*/
form ul { float:left; width:auto; margin:0 0 5px 0;padding:0;list-style:none; overflow:hidden; }
form li.heading { text-decoration:underline; float:left; padding: 4px 0; width: 100%; }
form li.error { float:left; padding: 4px 0; width: 100%; }
form li { width:50%; float:left; padding: 4px 0; }
form li label, form ul li span, form li input { display:inline !important; width:auto !important; float:none !important; }
form label span.error { width:180px; text-align:left; margin-left: 5px; }
form .group .block { float:left; margin: 0 0 5px 0; width:200px; }

form button.button { background:url(../images/btn-contact-us.png); border:0; width: 75px; height: 25px; }

#captcha-image { margin: 0 0 0 215px; }
#captcha-image img { display:block;}


#announcement { text-align:center; width: 250px; height:108px; background:url(../images/announcement.png) 0 0 no-repeat; position:absolute; top:220px; left: 355px; z-index:20; padding: 5px 11px 9px 6px; }
#announcement .title { font-size: 2.3em; color:#fff; padding:0; }
#announcement p a { color:#fff; text-decoration:none; position:relative; z-index:100; display:block; }
#announcement p { line-height: 1em; }
* html #announcement { background-image:url(../images/announcement-ie6.png); }

#page-taleo { background:#fff; line-height: 1.3em; }
#page-taleo input.text { width: auto !important; }
#page-taleo table { width: auto !important; }
#page-taleo table td { width: auto !important; }
iframe { border: 0 !important; width:690px; }