/* Commericial Banker Wrapper CSS */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  /* 13 px */

  margin: 0;
  word-wrap: break-word;
}
a {
  text-decoration: none;
}
/* a:hover{
	text-decoration: underline;
} */
/* Wrapper */
h3 {
  font-weight: bold;
}
.wrapper {
  height: auto;
  margin: 0 auto;
  position: relative;
  width: 960px;
  /* overflow:auto; */

}
/* --------------------------------------------------------------------- */
/* Header */
/* Header */
/* Header */
#header {
  height: 183px; /* added 24 px for shelby logo + fdic */
  float: left;
  width: 100%;
  position: relative;
  z-index: 100;
  /* Place above sections below to reveal shadow */
}
#header .wrapper {
  width: 960px;
  height: 168px; /* added 24 px for shelby logo + fdic */
  margin-top: 0;
  overflow: visible;
}
.utility-nav {
  clear: right;
  float: right;
  font-size: x-small;
  height: auto;
  list-style-type: none;
  margin-bottom: 20px;
  padding: 0;
  width: auto;
}
.utility-nav li {
  border-right: 1px solid;
  float: left;
}
.utility-nav li.last {
  border: none;
}
.utility-nav a {
  display: block;
  padding: 0 5px;
}
.utility-nav a:hover {
  text-decoration: underline;
}
.login-box {
  clear: right;
  float: right;
  font-size: 12px;
  height: auto;
  list-style-type: none;
  margin-bottom: 5px;
  padding: 5px 0 0 0;
  width: auto;
}
.login-box th {
  text-align: right;
}
#header .wrapper > .nav {
  position: absolute;
  bottom: 0;
  z-index: 2000;
}
/* Footer Utility */
#footer .utility-nav {
  float: none;
  overflow: auto;
  margin-bottom: 15px;
}
#footer .utility-nav li:first-child a {
  padding-left: 0;
}
/* Brand Logo */
.brand-logo {
  width: 325px;
  float: left;
  position: relative;
  left: 0px;
  padding-top: 20px;
}
.brand-logo img a {
  border: none;
}
/* FDIC Banner */
.fdic-banner {
  padding: 10px 0;
}
/* End of Header */

/* Header Alert */
/* Header Alert */
/* Header Alert */

body > .alert-msg {
	display: none;
}

body > .alert-msg .content {
	background-color: #FFF;
	border: 1px solid #f00;
	border-radius: 7px;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	width: 960px;
}

body > .alert-msg .content p{
	margin: 0;
	padding: 0;
}

body > .alert-msg .content a{
	text-decoration: underline;
}

html.browser-unsupported .alert-msg {
	display: block;
}

/* --------------------------------------------------------------------- */
/* Content */
/* Content */
/* Content */
#content {
  height: auto;
  float: left;
  width: 100%;
}
#content .wrapper:after{
	clear: both;
	content: "";
	display: block;
}
/* End of Content */
/* Sidebar & Main Content */
/* Sidebar & Main Content */
/* Sidebar & Main Content */
.main-content {
  width: 100%;
  min-height: 400px;
  margin-right: -1px;
  padding-bottom: 60px;
}
body.has-sidebar .main-content #section1 {
  padding-right: 15px;
  width: 700px;
}
body.has-sidebar .main-content #section2 {
  padding-left: 15px;
  width: 220px;
  height: 300px;
  z-index: 1000;
}
body.has-sidebar .main-content #section3 {
  padding-top: 5px;
  width: 960px;
  z-index: 100;
}
body.has-sidebar .main-content #section1,
body.has-sidebar .main-content #section2,
body.has-sidebar .main-content #section3 {
  float: left;
  margin-right: -1px;
}
/* End Content */
/* --------------------------------------------------------------------- */
/* Two Column & Main Content */
/* Two Column & Main Content */
/* Two Column & Main Content */
body.two-column .main-content #section1 {
  padding-right: 15px;
  width: 465px;
}
body.two-column .main-content #section2 {
  padding-left: 15px;
  width: 465px;
  height: 600px;
  z-index: 1000;
}
body.two-column .main-content #section1,
body.two-column .main-content #section2 {
  float: left;
  margin-right: -1px;
}
/* End Two Column */
/* --------------------------------------------------------------------- */
/* Footer */
/* Footer */
/* Footer */
#footer {
  height: auto !important;
  min-height: 150px;
  position: relative;
  width: 100%;
  float: left;
  font-size: x-small;
}
#footer .wrapper {
  padding: 40px 0px;
  overflow: auto;
  position: relative;
}
#footer .utility h3 {
  font-size: small;
  margin-bottom: 0;
}
#footer ul,
#footer li {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer .utility {
  margin-left: 80px;
}
#footer .utility li {
  width: auto;
  margin-right: 40px;
}
#footer .utility ul li {
  font-weight: normal;
  padding: 2px;
  float: none;
}
#footer .utility-nav,
#footer .copyright {
  width: 800px;
  float: left;
}
#footer ul.bugs {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50px;
}
#footer .bugs img {
  padding-left: 10px;
}
/* End, Footer */
/* --------------------------------------------------------------------- */
/* IDM Box */
/* IDM Box */
/* IDM Box */
#header .login-box {
  position: absolute;
  bottom: 39px;
}
#header .login-box #login .logged-in li.half-width,
#header .login-box #login .logged-in .links,
#header .login-box #login .logged-in .email {
  display: none;
  visibility: hidden;
}
#header .login-box #login .logged-in li.btn-login {
  display: block;
  position: relative;
  visibility: visible;
}
#header .login-box #login .logged-in li {
  list-style: none;
}
#header .login-box #login .logged-in {
  font-size: 1em;
  text-align: right;
}
#header .login-box #login .logged-in h2 {
  font-size: 1.22em;
  font-weight: bold;
  text-transform: uppercase;
}
#header .login-box #login .logged-in h3 {
  display: inline;
  font-size: 1em;
  font-weight: bold;
  margin: 0 5px 0 0;
}
#header .login-box #login .logged-in .btn-login span.btn input {
  background-image: url("../img/icon-log-out.png");
  background-position: 98% center;
  background-repeat: no-repeat;
  border: none;
  padding-right: 20px;
}
/* End, IDM Box */
/* --------------------------------------------------------------------- */
/*Security Center Tab*/
#header .security-tab {
  background-position: 7px 4px;
  background-repeat: no-repeat;
  float: right !important;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 15px 5px 30px;
}