@import url("/style/frontend.css");
@import url("/style/nav.css");
@import url("/style/mojoToolsAdminBar.css");

/*
-----------HTML Elements---------
*/
* {
	margin: 0;
	padding: 0;
}
body, form {
	background: #e2f4ed;
	font-family: "Trebuchet MS", Arial, Helvetica, san-serif !important;
	font-size: 13px;
	line-height: 1.4em;
}
a {
	color: #006d99;
}
a:hover {
	color: #006d99;
	text-decoration: none;
}
p, ul, ol, table { margin: 0 0 .75em 0; }
ul { margin-left: 20px; padding-left: 20px; } /* Lists require left margin and padding to be same value to look consistent across browsers. */
ol { margin-left: 20px; padding-left: 20px; }
h1, h2, h3, h4, h5, h6 
{
	line-height: normal;
	margin-bottom: .25em;
}

h1 { font-size: 26px; letter-spacing: -0.01em;}
h2 { font-size: 20px; letter-spacing: -0.01em; color: #009D54; }
h3 {}


/*
-----------Site-wide Tags-----------
*/
.imgLt { margin: 0 1.25em 1em 0; float: left; }
.imgRt { margin: 0 0 1em 1.25em; float: right; }
.floatLt { float: left; }
.floatRt { float: right; }
.clr { clear: both; }
.clrLt { clear: left; }
.clrRt { clear: right; }
.hr {
	margin: 5px 0;
	background: #f2f3f2;
	height: 2px;
}

.infoDisplay th
{
	text-align: right;
	font-weight: bold;
	padding: 0 15px 5px 0;
}

.infoDisplay td
{
	text-align: left;
	padding: 0 0 5px 0;
}

.decimalAlign .dcmLeft, .decimalAlign .dcmRight {
	display: block;
	width: 50%;
	float: left;
	text-align: right;
}
/*
-----------Form-----------
*/
.formDisplay {
	border-bottom: 1px solid #E4F4FA;
	width: 100%;
	background: #fff;
}
.formDisplay .altItem {
	background: #FAFDFE;
}
.formDisplay .altItem .formDisplay{
	background: #fff;
}
.formDisplay .note {
	display: block;
	padding: 4px 0 0 10px;
	color: #666;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.2em;
}
.formDisplay td, .formDisplay th {
	border-top: 1px solid #E4F4FA;
	padding: 7px;
	color: #444;
	vertical-align: top;
}
.formDisplay th {
	width: 170px;
	text-align: right;
	padding-top: 11px;
}
.formDisplay thead td, .formDisplay thead th {
	background: #f6f6f6;
	padding: 7px;
	color: #444;
}
.formDisplay .noBorder, .formDisplay .noBorder td, .formDisplay .noBorder th {
	border: none;
}
.formDisplay label {
	font-size: 14px;
	color: #333;
}
.formDisplay input, .formDisplay textarea {
	width: 225px;
	border: 1px solid #9f9f9f;
	padding: 4px;
	color: #000;
	font-size: 15px;
}
.rblDisplay, .cblDisplay {
	background: #fff;
}
.rblDisplay input, .cblDisplay input {
	border: none 0;
	width: auto;
}
.rblDisplay label, .cblDisplay label {
	display: inline-block;
	*display: inline;
	padding: 0 10px;
	zoom: 1;
	font-size: 13px;
}

.checkbox input { width: 40px; border: none; }

.cbSingle input { text-align: left; width: auto; margin-right: 10px; border: none; }

.rbl input { width: 30px; border: none; }

.formDisplay .btnSubmit { background: #278536; color: #fff; border: solid 3px #639e6c; width: 165px;}
.formDisplay .btnSubmit:hover { cursor: pointer; opacity: 0.90; filter: alpha(opacity=90); }

.acctList input
{
	margin: 0 10px 10px 0;
}

.infoReview th
{
	padding-top: 7px;
}

/*
-----------Page Layout-----------
*/
#pageWrap {
	width: 840px;
	margin: 17px auto 0 auto;
	background: #fff;
}
#pageContent {
	padding: 0 10px 10px;
}
#content 
{
	margin: 0;
	padding: 15px 20px;
}

#mapKey p  
{
	background-position: left 0px;
	background-repeat: no-repeat;
	font-weight: bold;
	padding: 5px 20px 5px 30px;
}

#mapKey .branchAtm {  }

#mapKey .branch {  }

#mapKey .atm {  }


/*
-----------Header-----------
*/
#header {
	position: relative;
	height: 96px;
	border-top: 10px solid #1d1a1a;
	padding: 0 10px;
}
#header .logo {
	position: absolute;
	top: 10px;
	left: 10px;
}
#header .clr {
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	_width: 100%;
	height: 17px;
	background: url('/images/theme/header-bg.png') top center repeat-x;
}
#header .frmSearch {
	position: absolute;
	top: 25px;
	right: 15px;
}
#header .frmSearch .txtQuery {
	width: 182px;
	border: 1px solid #a5afb3;
	padding: 1px 4px;
	color: #808280;
	font-family: "Trebuchet MS", Arial, Helvetica, san-serif;
	font-size: 11px;
	text-transform: uppercase;
}
#header .frmSearch .btnSubmit {
	position: relative;
	bottom: -1px;
	*bottom: -2px;
	display: inline-block;
	*display: inline;
	background: url('/images/theme/search-btn.png') top left repeat-x;
	zoom: 1;
}
@-moz-document url-prefix(){#header .frmSearch .btnSubmit {
	bottom: -3px;
}}
#header .frmSearch .btnSubmit input {
	width: 21px;
	height: 23px;
	padding: 0;
	border: none 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}

/*
----------Nav Design-----------
*/
#navWrap {
	margin: 0 10px 5px;
	background: url('/images/theme/nav-bg.png') top center repeat-x;
	text-align: center;
	z-index: 1;
	line-height: 1.2em;
}
#navWrap ul {
	display: inline-block;
	*display: inline;
	text-align: left;
	zoom: 1;
}
#navWrap li a {
	border-right: 1px solid #fff;
	padding: 8px 14px 5px;
	color: #000;
	font-size: 12px;
	text-decoration: none;
}
#navWrap li a:hover, #navWrap li:hover, #navWrap li.sfhover { background: #D0EDF9; }
#navWrap li.last a {
	border-right: none 0;
}
#navWrap ul ul {
	width: 200px;
	background: #f0f7fc;
	border: solid #a7dcf3;
	border-width: 1px 1px 0;
}
#navWrap li li a {
	padding: 6px 10px;
	border: none 0;
	border-bottom: 1px solid #a7dcf3;
}
#navWrap ul ul ul {
	margin-top: -31px;
	border-width: 1px 1px 0;
}


#navWrap li.last ul {
	left: auto;
	right: 0;
}
#navWrap li.last ul ul {
	left:-999em;
	right: auto;
}
#navWrap li li a.sf-with-ul { 
	background: url('/images/theme/sidebar-left-nav-arrow.gif') right 8px no-repeat;
}

/*
-----------Breadcrumb-----------
*/

.breadcrumbWrap 
{
	margin-bottom: 5px;
}

.breadcrumbWrap ul {
	font-size: 10px;
	line-height: normal;
	text-transform: uppercase;
}
.breadcrumbWrap li a {
	padding: 0 8px 0 0;
	background: url('/images/theme/breadcrumb-arrow.gif') 100% 50% no-repeat;
}
.breadcrumbWrap li {
	padding: 0 0 0 5px;
}
.breadcrumbWrap li.first {
	padding: 0;
}

/*
-----------Sidebar-----------
*/
.sidebar { display: none; }
.incSidebarRight #content, #sidebarRight { background: #fff; }
#sidebarRight .listing { background: #fdf9e8; }
#sidebarLeft { background: #e9f6fb; }

#sidebarLeft ul 
{
	margin-left: 10px;
	padding-left: 10px;
}

/*-- Left Sidebar --*/
.incSidebarLeft #content {
	width: 600px;
	padding: 5px 20px;
	float: left;
}
.incSidebarLeft #sidebarLeft {
	display: block;
	width: 135px;
	margin-bottom: 5px;
	padding: 15px;
	float: left;
}
#sidebarLeft .nav big {
	display: block;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
}
#sidebarLeft .nav ul {
	width: 100%;
	font-size: 12px;
	margin-left: 0;
	padding-left: 0;
}
#sidebarLeft .nav li a {
	padding: 0 0 0 13px;
	background: url('/images/theme/sidebar-left-nav-arrow.gif') 0 3px no-repeat;
}
#sidebarLeft .nav ul ul {
	display: none;
	position: relative;
	left: auto;
	margin: 0;
	font-size: 10px;
	line-height: 15px;
}
#sidebarLeft .nav li li a {
	padding: 0 0 0 20px;
	background: url('/images/theme/sidebar-left-nav-arrow-sm.gif') 12px 5px no-repeat;
}

/*-- Right Sidebar --*/
.incSidebarRight #mainContent { overflow: hidden; }
.incSidebarRight #content {
	width: 650px;
	padding: 5px 5px 0 0;
	float: left;
}
.incSidebarRight #footer {
	width: 635px;
	margin-right: 5px;
	padding-right: 10px;
	float: left;
}
.incSidebarRight #sidebarRight {
	display: block;
	width: 165px;
	float: right;
}
#sidebarRight .listing {
	_position: relative;
	padding: 8px 8px 5000px 8px;
	margin-bottom: -5000px;
	zoom: 1;
}

/*-- Both Sidebars --*/
.incSidebarBoth #content {
	padding: 5px 20px;
	width:450px;
}

#jssbLogin 
{
	width: 165px;
}

#jssbLogin th
{
	font-size: 18px;
	text-align: left;
	display: none;
}

.loginForm { width: 149px; margin: 0 auto; position: relative; height: 6.75em; padding: 8px;  background: url(/images/bg-sidebar-grad.gif) repeat-x; }

.loginForm .loginField, .loginForm .loginBtn, .loginForm #signUp { position: absolute; }
.loginForm .loginField { top: 51px; left: 9px; width: 122px; }
.loginForm .loginBtn { top: 50px; left: 135px; }

.loginForm h3 { font-size: 14px; }

.loginForm #signUp { font-size: 11px; bottom: 0; }

.headerImage { display: block; margin-bottom: 1em; }

/*
-----------General Column Formatting-----------
*/
.twoCol .col, .col .twoCol .col {
	width: 50%;
	*width: 49.9%;
}
.threeCol .col, .col .threeCol .col {
	width: 33.3%;
	*width: 33.2%;
}
.fourCol .col, .col .fourCol .col {
	width: 25%;
	*width: 24.9%;
}

/*
----------Footer----------
*/
#footer {
	border-top: 3px solid #f2f3f2;
	padding: 10px 5px 0;
	color: #a7a9a7;
	font-size: 11px;
	line-height: 14px;
	clear: left;
}
#footer .links {
	font-size: 10px;
	text-align: center;
	text-transform: uppercase;
	line-height: 33px;
}
#footer .links a {
	text-decoration: none;
}

/*
----------News Page----------
*/
h2.newsCategory { color: #000; margin-top: 10px; }
.newsToolStory h2 { font-size: 16px; }
.newsToolStory h3 { font-size: 14px; }
.newsToolStory { margin-bottom: 1em; }

/*
----------HomePage----------
*/
.homePage #content {
	padding-top: 0;
	margin-bottom: 10px;
}
.homePage #content .hr {
	height: 10px;
	margin-bottom: 10px;
}
.homePage #content .threeCol .listing {
	padding: 5px 20px;
}
.homePage #content .threeCol .first .listing {
	border-right: 1px solid #e6e6e6;
}
.homePage #content .threeCol .third .listing {
	border-left: 1px solid #e6e6e6;
}
.homePage #content span {
	display: block;
	padding: 5px 0 0 15px;
	font-size: 12px;
	line-height: 1.75em;
}
.homePage .breadcrumbWrap { display: none; }

.homePage #content .threeCol .listing ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.homePage #content .threeCol .listing li { display: block; margin-bottom: 3px; }

/*
----------Map Page----------
*/

#map_canvas { margin-bottom: 1em; }
.location, .locationHours { float: left; }
.location { width: 200px; }
.locationHours { width: 350px; }
.locationInfo { margin-bottom: 1em; }

.locationInfo th { text-align: right; padding-right: 10px; width: 150px; vertical-align: top; }
.locationInfo td { width: 150px; vertical-align: top; }


/* 
----------Progress Indicator---------- 
*/
#formSteps
{
	width: 100%;
	margin-bottom: 10px;
}
#formSteps div
{
	color: #C0C0C0;
	padding: 0 10px;
	margin: 3px 0;
	float: left;
}
#formSteps div.active 
{
	background: #278536;
}

#formSteps div.clr
{
	float:none;
	border-right: none;
}
#formSteps div.last
{
	border-right: none;
}
#formSteps div span
{
	display: block;
	padding: 2px 2px;
}
#formSteps div.active span
{	
	color: #fff;
}

table.doStyle thead tr {
	background-color: #e9f6fb;	
}
table.doStyle tr th, table.doStyle tr td {
	border: 1px solid #a5afb3;
	padding: 2px;
}
table.doStyle .altItem {
	background: #f0f7fc;
}
table.doStyle .apy {
	width: 75px;
}
table.doStyle .interestRate {
	width: 75px;
}
table.doStyle .apr {
	width: 100px;
}
table.doStyle .fees {
	width: 150px;
}
table.doStyle .minBal, table.doStyle .dailyBal 
{
    width: 100px;
}

/*
----------Print Styles----------
*/
@media print {
	#sidebarRight .listing {
		padding: 8px;
		margin: 0;
	}
}

/*
---------Greybox Styling-----------
*/
.gb #header, .gb #navWrap, .gb #breadCrumb, .gb #sidebarLeft, .gb #sidebarRight, .gb #footer 
{
    display: none;
} 

.gb #pageWrap 
{
    width: 550px;
}