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

body {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.75em;
	color: #2d4264;
	margin: 0;
	padding: 0;
	text-align: center;
/*	overflow-y: scroll; */
}

form { margin: 0; }

label {
	cursor: pointer;
}

.hidden {
	display: none;
}

.lhnormal {
	line-height: 1.4em;
}

.center  { text-align: center; }
.tleft   { text-align: left; }
.tright  { text-align: right; }
.justify { text-align: justify; }

.pad { padding: 10px; }

h1, h2, h3, h4, h5, h6 {
	color: #a00;
}

h1 { font-size: 1.75em; margin: 1.75em 0 1.25em 0; }
h2 { font-size: 1.50em; margin: 1.50em 0 1.00em 0; }
h3 { font-size: 1.25em; margin: 1.25em 0 0.75em 0; }
h4 { font-size: 1.10em; margin: 1.00em 0 0.50em 0; }
h5 { font-size: 1.00em; margin: 0.50em 0 0.25em 0; }
h6 { font-size: 0.90em; margin: 0.20em 0 0.00em 0; }

hr {
	margin: 1.5em 0;
	height: 1px;
	overflow: hidden;
	color: transparent;
	background: transparent;
	border: none;
	border-bottom: solid 1px #c3c3c3;
}

hr.dark {
	border-bottom-color: #888;
}

.normal-height { line-height: 1.2em; }

legend {
	color: #a00;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 .5em;
}

fieldset {
	border: solid 1px #c3c3c3;
	padding: .5em;
}

#shadow {
	margin: 0 auto;
	text-align: left;
}

#container {
}

a, a:visited {
	color: #d30000;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #f00;
	text-decoration: none;
}

input, textarea, select {
	margin: 1px;
	font: normal 1em Verdana, Arial, Helvetica, sans-serif;
}

.small { 
	font-size: .9em; 
	line-height: 1.5em;
}

.clear { 
	display: block !important;
	height: 1px !important;
	line-height: 1px !important;
	font-size: 1px !important;
	overflow: hidden !important;
	clear: both !important;
}

.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-justify { text-align: justify; }

#header {
	line-height: 21px;
}

#header #logo {
	display: block;
	float: left;
}

#header h1 {
	margin: 0;
	font: bold 22px Georgia, "Times New Roman", Times, serif;
	color: #830101;
}

#header h2 {
	margin: 0;
	font-size: 13px;
	color: #830101;
}

#header { clear: both; }

#content { clear: both; }


#footer {
	position: relative;
	text-align: right;
	clear: both;
	font-size: .9em;
	color: #91949b;
	background: #fff;
}

#footer img {
	display: block;
	position: relative;
	float: left;
	margin-right: 1em;
}


#pagetitle {
	margin: 0;
}

#page-header, #spotlight {
	margin: 0;
	padding: 5px;
	padding-left: 6px;
}

#page-header {
	color: #810000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.75em;
	font-weight: normal;
	padding: .75em 1em;
}

.tabs-main {
	margin: 10px;
	margin-bottom: 1em;
}

.tabs .nav {
	position: relative;
	z-index: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	height: 30px;
}

.tabs .nav li {
	display: block;
	float: left;
	background: #b80000;
	padding: 1px;
	border: none;
	margin: 1px;
}

.tabs .nav li a {
	display: block;
	float: left;
	background: url(../pix/bg-tab.gif);
	color: #fff;
	font-weight: bold;
	padding: 0 1em;
	line-height: 27px;
}

.tabs .nav li.at {
	background: #f9f9f9;
	margin: 0;
	border: solid 1px #c3c3c3;
	border-bottom-color: #f9f9f9;
}

.tabs .nav li.at a {
	background: none;
	color: #2d4264;
}

.tabs .tab {
	background: #f9f9f9;
	border: solid 1px #c3c3c3;
	display: none;
	padding: 30px;
	padding-top: 20px;
}

.tabs .tab.at {
	display: block;
}

.tabs .tab .left {
	float: left;
	width: 55%;
}

.tabs .tab .right {
	float: left;
	margin-left: 5%;
	width: 40%;
}

.hours .type {
	margin: 0 0 1em 1em;
}

.hours td {
	line-height: 1.5em;
	font-size: .9em;
}

#content-main .locations {
	border: solid 1px #ddd;
	padding: 10px;
	background: #f0f0f0;
}

#content-main .locations .item {
	float: left;
	width: 262px;
	padding: 10px 15px;
	margin: .5em;
	border: dotted 1px #91949b;
	background: #e8e8e8;
}

#content-main .locations .item .title {
	margin: 0;
}

#content-main .locations .item .address {
	line-height: 1.3em;
	margin-bottom: 1em;
}

#content-main .locations .item .hours .content {
	display: none;
	border-top: dotted 1px #91949b;
	margin-top: 1em;
	padding-top: 1em;
}

#content-main .locations .item .links {
	float: right;
	font-size: .9em;
}

#content-main .locations .item .atm {
	font-size: .9em;
	font-style: italic;
	text-align: right;
	color: #c00;
}

.atm-locations .item .hours {
	margin-top: -1em;
	font-size: .9em;
	font-style: italic;
	text-align: right;
	color: #c00;
}

body.about-news {
}

.homepage-links-table {
	line-height: 1.4em;
	margin-top: 2em;
}

.homepage-links-table td {
	border-right: solid 1px #c6c6c6;
}

.homepage-links-table td.last-child {
	border-right: none;
}

.homepage-links-table h3 {
	margin: 0;
	margin-bottom: .25em;
	color: inherit;
}

.homepage-links-table a {
	color: inherit;
}

.legal {
	text-align: justify;
	color: #70788d;
	font-size: .9em;
	line-height: 1.3em;
}

#branch-page-header {
	margin: -10px;
	margin-bottom: 1em;
	border: solid 1px #800;
	padding: .5em 1em;
	background: url(../pix/bg-tab.gif) left top repeat-x #b80000;
	color: #fff;
}

#check-exit {
	display: none;
}

.alertbox {
	width: 400px;
	height: 300px;
	border: solid 5px #516181;
	background: url(../pix/alertbox/background.gif) left top repeat-x #fff;
}

.alertbox .title {
	padding: 14px 0 0 5px;
}

.alertbox .title h3 {
	font: normal 24px Georgia, "Times New Roman", Times, serif;
	color: #800;
	margin-top: 30px;
	text-align: left;
}

.alertbox .title img {
	float: left;
	margin-right: 10px;
}

.alertbox .content {
	padding: 0 45px;
	font-size: 13px;
	line-height: 1.25em;
	text-align: justify;
	margin-top: .25em;
	margin-bottom: 2.25em;
	clear: left;
}

.alertbox .links {
	width: 270px;
	margin: 0 auto;
	text-align: left;
}

.alertbox .links {
	text-align: center;
}

.alertbox .button {
	width: 65px;
	margin: 0 auto;
}

.alertbox .button {
	display: block;
	float: left;
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-align: center;
	line-height: 28px;
	width: 120px;
	height: 30px;
	background: url(../pix/alertbox/button.gif);
}

.alertbox .button.continue {
	margin-right: 25px;
}

.alertbox .links input {
	vertical-align: middle;
}

.alertbox .links label {
	font-size: .9em;
	font-weight: bold;
	color: #2b4985;
}


#content-left .box {
	display: block;
	border: solid 1px #caccd1;
	background: #adafb4;
	padding: 10px;
}

#content-left .box .title {
	display: block;
	margin: -9px;
	margin-bottom: 0;
	min-height: 30px;
	height: auto !important;
	height: 30px;
	background: url(../pix/bg-box-content-left.gif) repeat-x;
}

#content-left a.box:hover, #content-left a.box:active, #content-left a.box:focus {
	background: #caccd1;
	border-color: #fff;
}

#content-main .box {
	border: solid 1px #a8afc0;
	background: url(../pix/bg-box.gif) center top repeat-x #f4f4f4;
}

#content-main .box .title {
	display: block;
	font-size: 1.2em;
	padding: 0 .75em;
	border: solid 1px #800;
	background: #800;
	color: #fff;
	font-weight: bold;
	background: url(../pix/bg-tab.gif);
	line-height: 27px;
}

#content-main .box .inner {
	display: block;
	padding: 10px;
}

#content-main .home-box {
	float: left;
	overflow: hidden;
	margin-right: 10px;
	font-size: .9em;
	line-height: 1.5em;
}

#content-main .home-box .title {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #800;
	background: none;
	border: none;
	padding-top: .5em;
}

#content-main .home-box.last {
	margin-right: 0;
}

#box-1 {
	width: 240px;
	background: url(../pix/bg-newsletters-box.jpg) center center no-repeat !important;
}

#box-1 .inner {
	height: 115px;
	overflow-y: auto;
}

#box-1 .inner ul {
	margin: 0;
	margin-top: .5em;
	margin-left: 1.5em;
	padding: 0;
	list-style: none;
}

#box-1 .inner li {
	margin: .75em 0;
	line-height: 1.25em;
}

#box-1 .inner ul span {
	color: #71747d;
}

#box-1 .btm a {
	display: block;
	padding: .3em .75em;
	border-top: dotted 1px #91949b;
	text-align: center;
	background: url(../pix/bg50.png);
}

#box-1 .btm a:hover, #box-1 .btm a:active, #box-1 .btm a:focus {
	background: #e8e8e8;
}

#box-2 {
	width: 180px;
}

#box-3 {
	display: block;
	float: none !important;
	width: 230px;
	height: 189px;
	color: inherit;
	background: url(../pix/bg-newcomer-box.jpg) center center !important;
}

a#box-3, a#box-3 * {
	cursor: pointer;
}

a#box-3:hover, a#box-3:active, a#box-3:focus {
	color: #f00;
}

#box-3 .inner {
	text-align: justify;
	padding: 20px 30px !important;
}

#box-3 .button {
	display: block;
	text-align: center;
	color: #800;
}

#newsletters .nav {
	border: dashed 1px #91949b;
	background: #ddd;
	padding: .5em .75em;
	font-size: .9em;
	font-weight: bold;
	margin-top: 2em;
}

#newsletters .nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#newsletters .nav li {
	display: inline;
	padding: 0 .25em;
}

#newsletters .nav li a {
	padding: 0 .25em;
}

#newsletters .nav li a.at {
	cursor: default;
	color: inherit;
	border: solid 1px #fff;
}

body.online-tools .content-main-inner {
	margin: 10px;
}

#online-tools-frame {
	border: solid 1px #91949b;
}

#joblist.none {
	text-align: center;
	font-weight: bold;
	margin: 2em 0;
}

#joblist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#joblist .item {
	background: url(../pix/icon-left-careers.gif) 10px 10px no-repeat #f0f0f0;
	padding: 10px;
	padding-left: 80px;
	border: solid 1px #ddd;
	margin: 1em 0;
}

#joblist .item .title {
	margin: 0;
	margin-bottom: .5em;
}

#joblist .item .specs {
	font-size: .9em;
	line-height: 1.5em;
}

#joblist .item .specs .filled {
	font-weight: bold;
	color: #800;
}

#joblist .item .specs label {
	cursor: auto;
	display: block;
	float: left;
	font-weight: bold;
	clear: left;
	margin-bottom: .25em;
}

#joblist .item .specs span {
	display: block;
	margin-left: 100px;
	margin-bottom: .25em;
}

