/* Template First Branch - layout.css */

*, ul, ol, li {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFF;
	color: #333;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	position: relative;
	width: 770px;
	margin: 0 auto;
}
h1, h2, h3, h4 {
	color: #00336F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0;
	padding: 0;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 12px;
}
h4 {
	font-size: 11px;
}
h1 a, h2 a, h3 a, h4 a {
	color: #003366;
}
a img {
	border: 0 none;
}
a {
	text-decoration: none;
	color: #003366;
	outline: none;
}
a:active {
	outline: none;
}
ul li {
	list-style-type: none;
	list-style-position: outside;
}
input {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
.clear {
	clear: both;
}
p {
	margin: 5px 0
}
p.zeroPaddingParagraph {
	margin:10px 10px 0 10px!important;
}
#siteAlertText {
	margin-right:120px!important;
}
#siteAlertLink {
	width:80px!important;
}
/*====== Header =======================================================================================*/

#header {
	position: relative;
	height: 80px;
}
#logo {
	position: absolute;
	top: 15px;
	left: 10px;
}
#ultraTopNav {
	position: absolute;
	top: 15px;
	right: 10px;
}
#ultraTopNav a {
	color: #333;
	font: normal 9px Arial, Helvetica, sans-serif;
}
#ultraTopNav a:hover {
	text-decoration: underline;
}
#ultraTopNav ul {
	float: left;
}
#ultraTopNav li {
	float: left;
	padding: 0 5px;
}
#ultraTopNav li h2 {
	margin: 0;
	padding: 0;
}
#ultraTopNav li.nthChild-2, #ultraTopNav li.nthChild-3, #ultraTopNav li.nthChild-4, #ultraTopNav li.nthChild-5 {
	background: url(/custom/independent-bank/image/nav-divider.png) no-repeat center left;
}
#ultraTopNav li.nthChild-1 {
	padding-left: 11px;
	background: url(/custom/independent-bank/image/obl-lock.png) no-repeat left center;
}
#ultraTopNav .lastChild {
	font-size: 10px;
	color: #d50a27;
	font-weight: bold;
}

.socialMedia {
	position: absolute;
	top: 44px;
	right: 157px;
	height: 25px;
	width:140px;
}

.socialMedia a {
	margin-right: 5px;
	float:left;
}
.textSize {
	position: absolute;
	top: 44px;
	right: 170px;
	height: 20px;
}
.textSize h2 {
	font: normal 9px Arial, Helvetica, sans-serif;
	float: left;
	margin: 4px 4px 4px 0;
}
.textSize img {
	float: left;
	margin-left: 4px;
}
#searchForm {
	position: absolute;
	right: 0;
	top: 44px;
	height: 20px;
	width: 150px;
}
#searchForm input#roi_input {
	position: absolute;
	top: 0;
	left: 0;
	border: 0 none;
	padding: 2px 5px;
	width: 116px;
	height: 16px;
	background-image: url("/custom/independent-bank/image/search-bg.png");
}
#searchForm input#searchButton {
	position: absolute;
	top: 0;
	right: 10px;
	width: 20px;
	height: 20px;
}
#priNav {
	float: left;
	margin-bottom: 5px;
	width: 100%;
	height: 25px;
	background: url(/custom/independent-bank/image/priNav-bg.png) repeat-x;
}
#priNav li {
	float: left;
	height: 15px;
	text-align: center;
}
#priNav li a {
	padding: 5px 0;
	display: block;
	height: 15px;
	color: #fff;
	text-indent: -9999px;
	overflow: hidden;
}
#priNav li h2 {
	margin: 0;
	padding: 0;
}
/*====== Footer =======================================================================================*/

#footer {
	width: 100%;
	height: 50px;
	position: relative;
	clear: both;
	text-align: center;
}
#footer #firstROI {
	position: absolute;
	top: 0;
	left: 15px;
}
#footer #eh {
	position: absolute;
	top: 12px;
	right: 15px;
}
#footer #fdic {
	position: absolute;
	top: 12px;
	right: 140px;
}
#footerNav {
	position: absolute;
	top: -1px;
	right: 10px;
	font: normal 10px Arial, Helvetica, sans-serif;
}
#footerNav a {
	color: #333;
}
#footerNav a:hover {
	text-decoration: underline;
}
#footerNav li {
	padding: 0 5px;
	display: inline;
	background: url(/custom/independent-bank/image/nav-divider.png) no-repeat center left;
}
#footerNav li.noLine {
	background: none;
}
#footer p {
	position: absolute;
	top: 15px;
	right: 140px;
}
/*====== Left Column ==================================================================================*/

#leftColumn {
	float: left;
	clear: left;
	width: 160px;
	margin-bottom: 25px;
	padding-left: 10px;
}
ul#tertiaryNav {
	width: 150px;
	padding-bottom: 2px;
	margin-bottom: 15px;
	background: url(/custom/independent-bank/image/tertiary-nav-bg.png) repeat-y bottom left;
}
ul#tertiaryNav h2 {
	margin: 0;
	padding: 0;
	height: 30px;
	font: normal 13px Arial, Helvetica, sans-serif;
	background: #1D487B;
}
ul#tertiaryNav h2 a {
	display: block;
	padding: 8px 10px;
	width: 130px;
	height: 14px;
}
ul#tertiaryNav h3 {
	margin: 0;
	padding: 0;
	font: normal 11px Arial, Helvetica, sans-serif;
}
ul#tertiaryNav h3 a {
	padding: 6px 5px 6px 8px;
	width: 133px;
	display: block;
	color: #2C5687;
}
ul#tertiaryNav ul li {
	width: 146px;
	border-left: 1px solid #708CAC;
	border-bottom: 1px solid #9FB0C3;
}
ul#tertiaryNav ul li.selected, ul#tertiaryNav ul li a:hover {
	background: #CADEED;
}
ul#tertiaryNav ul li a.selected {
	color: #2C5687;
	background: #CADEED;
}
ul#quickLinks {
	width: 150px;
	padding-bottom: 1px;
	margin-bottom: 25px;
	background: url(/custom/independent-bank/image/quick-links-bg.png) repeat-y bottom left;
}
ul#quickLinks h2 {
	margin: 0;
	padding: 0;
	font: normal 11px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #9FB0C3;
}
ul#quickLinks h2 a {
	display: block;
	width: 130px;
}
ul#quickLinks li {
	width: 146px;
	border-left: 1px solid #708CAC;
}
ul#quickLinks li.selected, ul#quickLinks li a:hover {
	background: #CADEED;
}
ul#quickLinks li a.selected {
	color: #2C5687;
	background: #CADEED;
}
ul#quickLinks li.lastChild {
	border-bottom: 1px solid #708CAC;
}
ul#quickLinks li a {
	padding: 6px 8px;
	display: block;
	color: #2C5687;
}
/*====== Home Page ====================================================================================*/

div#flashWrapper {
	margin: 0 0 10px 0;
}
div#homeLeft {
	float: left;
	width: 160px;
}
div#homeRight {
	float: right;
	width: 600px;
}
ul#homeProducts li {
	float: left;
	position: relative;
	margin-right: 10px;
	width: 190px;
	height: 181px;
	font: normal 11px Arial, Helvetica, sans-serif;
}
ul#homeProducts li p {
	margin: 10px 0;
	padding: 0 5px;
	width: 100px;
}
ul#homeProducts h2 {
	margin: 0;
}
ul#homeProducts h4 {
	position: absolute;
	top: 90px;
	left: 5px;
	font: normal 12px Arial, Helvetica, sans-serif;
}
ul#homeProducts h4 a {
	padding-right: 10px;
	background: url(/custom/independent-bank/image/arrow-blue.png) no-repeat center right;
}
ul#homeProducts h4 a:hover {
	text-decoration: underline;
}
li#rewards {
	background: url(/custom/independent-bank/image/home-rewards-bg.jpg) no-repeat 0 30px;
	border-bottom: 2px solid #00336F;
}
li#business {
	background: url(/custom/independent-bank/image/home-business-bg.jpg) no-repeat 0 30px;
	border-bottom: 2px solid #D50A27;
}
li#yield {
	background: url(/custom/independent-bank/image/home-yield-bg.jpg) no-repeat 0 30px;
	border-bottom: 2px solid #E4AC02;
}
div#onlineBanking {
	clear: both;
	position: relative;
	top: -4px;
	margin-bottom: -4px;
	height: 46px;
	color: #fff;
	font: normal 11px Arial, Helvetica, sans-serif;
	background: #B9C6D4 url(/custom/independent-bank/image/online-banking-bg.png) no-repeat;
}
div#onlineBanking a {
	margin: 0 2px;
	color:  #00336F;
}
div#onlineBanking a:hover {
	text-decoration: underline;
}
div#onlineBanking h2, div#onlineBanking label {
	display: none;
}
div#onlineBanking form {
	padding: 20px 0;
}
#onlineBankingNew{
	background: url(/custom/independent-bank/image/online-banking-bg2.png) left top no-repeat;
	clear: both;
	position: relative;
	top: -4px;
	margin-bottom: -4px;
	height: 46px;
	color: #fff;
	font: normal 11px Arial, Helvetica, sans-serif;
	overflow: hidden;
}
#onlineBankingNew form{
	padding: 16px 0 0 136px
}
#onlineBankingNew h2{
	display: none;
}
#onlineBankingNew label{
	color: #00336f;
	float: left;
	font-size: 11px;
	margin-right: 6px;
}
#onlineBankingNew input{
	/*background: url(/custom/ibcentx/image/login-input.png) no-repeat;*/
	border: 0;
	float: left;
	margin-right: 10px;
	width: 114px;
}
#onlineBankingNew .forgotPasscode{
	color: #00336f;
	float: left;
	padding-top: 3px;
	width: 114px;
}
#onlineBankingNew .forgotPasscode input{
	width: auto;
}
#onlineBankingNew #submit{
	height: 28px;
	margin-top: -6px;
	width: 39px;
}
#username, #companyID {
	position: absolute;
	top: 14px;
	width: 114px;
	background: url(/custom/independent-bank/image/login-input.png) no-repeat;
	border: 0 none;
}
#username {
	left: 142px;
}
#companyID {
	left: 335px;
}
#busUser {
	position: absolute;
	top: 14px;
	left: 570px;
}
#loginButton {
	position: absolute;
	top: 8px;
	left: 592px;
}
ul#loginLinks {
	position: absolute;
	top: 9px;
	right: 15px;
	font-size: 10px;
}
ul#loginLinks a:hover {
	text-decoration: underline;
}

ul#onlineBankingNew2 {
	background: url(/custom/independent-bank/image/online-banking-bg4.png) left top no-repeat;
	clear: both;
	position: relative;
	top: -4px;
	margin-bottom: -4px;
	height: 46px;
	color: #fff;
	font: normal 11px Arial, Helvetica, sans-serif;
	overflow: hidden;
}
ul#onlineBankingNew2 form {
	float: left;
	overflow: hidden;
	padding: 6px 0 0 97px;
	width: 360px;
}
ul#onlineBankingNew2 li {
	float: left;
}
ul#onlineBankingNew2 li#oblSec1 {
	width: 168px;
}
ul#onlineBankingNew2 li#oblSec2 {
	padding-left: 5px;
	width: 39px;
}
ul#onlineBankingNew2 li#oblSec3 {
	padding: 1px 0 0 10px;
	width: 113px;
}
ul#olbNew2LoginPass {
	position: relative;
	overflow: hidden;
}
ul#olbNew2LoginPass li { 
	float: none;
	margin-bottom: 5px;/*changes*/
	overflow: hidden;/*changes*/
	text-align: right;
}
ul#olbNew2LoginPass li label {
	display: block;/*changes*/
	color: #00336f;
	float: right;/*changes*/
	font-size: 11px;
	padding-right: 4px;
}
ul#olbNew2LoginPass li input {
	display: block;/*changes*/
	border: 0;
	float: right;/*changes*/
	width: 114px;
}
ul#olbNew2ForgotPassword {
	float: none;
	margin: 0;
}
ul#olbNew2ForgotPassword li {
	float: none;
	overflow: hidden;
	padding: 0 0 4px;
	width: 113px;
	height: 13px;
}
ul#olbNew2ForgotPassword li input {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
}
ul#olbNew2ForgotPassword li span {
	color: #00336F;
	margin: 0;
	padding: 1px 0 0 2px;
	width: 92px;
	display: block;
	float: right;
}
ul#olbNew2LinkList,
ul#olbNew2LinkList2 {
	float: none;
	margin: 8px 0;
    text-align: center;
}
ul#olbNew2LinkList {
	margin-left:12px;
    
}
ul#olbNew2LinkList2 {
	margin-left:26px;
	width: 131px;
	
}
ul#olbNew2LinkList li,
ul#olbNew2LinkList2 li {
	float: none;
	padding: 0;
	margin: 0;
}

ul#olbNew2LinkList2 li.center{
	
}
ul#olbNew2LinkList li a {
	color: #00336f;
	display: block;
	padding: 0 0 3px 13px;
	width: 118px;
	text-decoration: underline;
	background: url('/custom/independent-bank/image/online-banking-bullet1.png') no-repeat 0 1px;
}
ul#olbNew2LinkList2 li a {
	color: #005200;
	display: block;
	padding: 0 0 3px 13px;
	width: 118px;
	text-decoration: underline;
	background: url('/custom/independent-bank/image/online-banking-bullet2.png') no-repeat 0 1px;
}
ul#onlineBankingNew2 li #submit {
	height: 28px;
	margin-top: 5px;
	width: 39px;
}

ul#onlineBankingNew2 ul#loginLinks {
	position: absolute;
	top: 9px;
	right: 15px;
	font-size: 10px;
}
ul#onlineBankingNew2 ul#loginLinks a:hover {
	text-decoration: underline;
}


ul#onlineBankingNew2 h2{
	display: none;
}
/*ul#onlineBankingNew2 .forgotPasscode{
	color: #00336f;
	float: left;
	padding-top: 3px;
	width: 114px;
}
ul#onlineBankingNew2 .forgotPasscode input{
	width: auto;
}*/
/*====== Listing Styles ===============================================================================*/
#mainContent {
	width: 585px;
	float: right;
	padding-right: 10px;
	padding-bottom: 25px;
	min-height: 400px;
	overflow: hidden;
}
div#mainContent h1 {
	margin: 0;
	padding: 5px 10px;
	color: #00336F;
	font: normal 16px Arial, Helvetica, sans-serif;
	background: #B9C6D4;
}
div#categoryPhoto {
	position: relative;
	margin: 5px 0 0 15px;
	padding: 8px;
	height: 205px;
	background: url(/custom/independent-bank/image/featured-photo-bg.png) no-repeat;
}
#fpOpenNow {
	position: absolute;
	bottom: 13px;
	right: 165px;
}
#fpLearnMore {
	position: absolute;
	bottom: 13px;
	right: 22px;
}
div.listing {
	width: 100%;
}
div.listing h2 {
	padding: 0 10px;
	font: normal 14px Arial, Helvetica, sans-serif;
}
div.listing ul {
	margin: 0;
	padding: 0;
}
div.listing li {
	float: left;
	margin-left: 1px;
	display: inline;
	width: 194px;
	background: url(/custom/independent-bank/image/category-li-bg.png) repeat-x 0 4px;
}
div.listing li:hover {
	background: url(/custom/independent-bank/image/category-li-active-bg.png) repeat-x 0 4px;
}
div.productContent p {
	padding: 10px 10px 5px 10px;
}
div.productContent {
	position: relative;
	width: 194px;
	height: 155px;
	font: normal 11px/1.4 Arial, Helvetica, sans-serif;
}
div.productContent h3 {
	margin-bottom: 0;
	padding: 2px 0 5px 10px;
	font: normal 13px Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #003366;
}
div.listing li:hover h3 a {
	color: #fff;
}
div.productContent h4 {
	position: absolute;
	right: 10px;
	bottom: 0;
	text-align: right;
	font: normal 12px Arial, Helvetica, sans-serif;
}
div.productContent h4 a {
	padding-right: 15px;
	background: url(/custom/independent-bank/image/arrow-blue.png) no-repeat center right;
	background: url(/custom/independent-bank/image/arrow-blue.png) no-repeat center right;
}
div.productContent h4 a:hover {
	text-decoration: underline;
}
/*====== Product Page =================================================================================*/

.productHead {
	position: relative;
	width: 100%;
}
#printButton, #shareButton {
	position: absolute;
	top: 6px;
}
#printButton {
	right: 10px;
}
#shareButton {
	right: 65px;
}
#productPhoto {
	float: left;
	width: 250px;
}
#productPhoto img {
	margin: 10px;
	padding: 5px;
	border: 1px solid #ccc;
}
#productPhoto img#squareOneLogo {
	border: 0;
	float: right;
	margin: 10px;
	padding: 0;
}
div.mortgageContactInfo p, img#headShot {
	padding-top: 10px;
}

#homeMortgage #mortgageLeft,
#homeMortgage #mortgageRight {
	width: 275px;
	float: left;
	display: inline;
	margin-top: 15px;
}

#homeMortgage #mortgageLeft {
	margin-right: 10px;
	margin-left: 10px
}
#homeMortgage #productInfo {
	position: relative;
}

#homeMortgage #productInfo #openNow {
	position: absolute;
	right: 30px;
	bottom: 20px;
}
#homeMortgage .pane {
	position: absolute;
	overflow: hidden;
	top: 40px;
	left: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 560px;
}

#homeMortgage dl {
	display:block;
	list-style:none outside none;
	position:relative;
	width:560px;
}

#homeMortgage #productInfo {
	float: none;
	width: 560px;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:35px;
}

#productButtons {
	float: right;
	margin-right: 8px;
	text-align: right;
	width: 125px;
}


#productButtons img {
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
}

#openNow, #tellMeMore, #swfContain {
	margin-bottom: 10px;
}

#maxChecking {
	float: right;
	margin-right: 8px;
	text-align: right;
    width: 177px;
}
#maxChecking img {
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
}
#productInfo {
	float: right;
	width: 325px;
}
div#relatedProducts {
	clear: both;
	padding-top: 10px;
}
/* Tabs */

dl {
	width: 325px;
	display:block;
	list-style: none;
	position: relative;
}
dt {
	color: #003366;
	text-decoration: underline;
	padding: 15px 20px 0 0;
	font: normal 13.5px Arial, Helvetica, sans-serif;
	white-space: nowrap;
}
dt.last {
	padding: 15px 0 0;
}
dd {
	padding: 0 5px 0 0;
}
dt.selected {
	text-decoration: none;
	color: #333;
}
.pane {
	position: absolute;
	overflow: hidden;
	top: 40px;
	left: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.pane p {
	margin: 10px 0;
}
.pane ul, .pane ol {
	margin: 10px 0 10px 25px;
}
.pane li {
	list-style: disc;
}
.label {
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
/*====== Individual Page ==============================================================================*/

.individualPage a {
	text-decoration: underline;
}
.individualPage h2, .individualPage h3, .individualPage h4 {
	margin: 10px;
}
.individualPage p {
	margin: 10px;
}
.individualPage ul, .individualPage ol {
	margin: 10px 0 10px 35px;
}
.individualPage ul li {
	list-style-type: disc;
	margin: 4px 0;
}
div#thankYouWrapper {
	padding: 5px;
	border: 1px solid #ccc;
}
.individualPage .newsSection {
	margin: 0 0 30px 0;
}
div#news h2 {
	margin: 10px 0 0 10px;
}
.individualPage #hqImage {
	float: right;
	margin: 0 0 15px 15px;
}
.individualPage #videoContainer {
	width: 400px;
	margin: 15px auto;
}
p.date {
	margin: 0 0 0 10px;
	color: #888;
}
p.posRight {
	text-align: right;
}
ul.switch {
	margin: 10px 17px;
}
ul.switch li {
	padding-left: 17px;
	list-style: none;
	background: url(/custom/independent-bank/image/arrow-blue.png) no-repeat center left;
}
ul#eStatement {
	margin: 0;
}
ul#eStatement li {
	clear: both;
}
li#eLogin, li#eEnroll {
	float: left;
	margin: 0 0 10px 0;
	list-style: none;
}
ul#eStatement img {
	float: left;
}
ul#eStatement p, ul#eStatement ol, ul#eStatement h2 {
	float: right;
	margin: 0 0 10px 0;
	padding: 0;
	width: 470px;
}
ul#eStatement h2 {
	margin: 0 0 10px 0;
}
ul#eStatement ol li {
	margin: 5px 0;
}

#welcomeNew.individualPage h2,
#welcomeNew.individualPage span.textVariant1 {
	color: #E11B19;
}
.textVariant1 a {
	text-decoration: underline;
}
#careersPerks {
	float:left;
}
.perksLists {
	float:left;
	width: 285px;
}

/* Social Page */
ul#socialIcons {
	width: 310px;
}
ul#socialIcons li {
	clear: both;
	list-style: none;
	padding: 15px 0 0;
	overflow: hidden;
}
ul#socialIcons li img {
	float: left;
	padding: 0 10px 0 0;
}
ul#socialIcons li p {
	padding: 0;
}
/*====== Welcome =====================================================================================*/
#welcome #sigArea {
	float: left;
	width: 300px;
}
#welcome #imageArea {
	float: right;
	width: 220px;
}
/*====== Search Results ==============================================================================*/

div#searchResults h2 {
	float: left;
	margin: 5px 0;
	width: 380px;
	font: normal 13.5px Geneva, Arial, Helvetica, sans-serif;
}
div#searchResults ul {
	float: right;
	margin: 8px 5px 0 0;
}
div#searchResults ul li {
	float: left;
	padding-left: 10px;
}
div#searchProducts.listing {
	clear: both;
}
/*====== Locations ====================================================================================*/

#map {
	height: 300px;
	width: 570px;
}
#mapWrapper {
	margin: 5px 0 0 0;
	padding: 5px;
	border: 1px solid #ccc;
}
#locations h2 {
	margin: 5px 10px 5px 0;
}
#locations table {
	margin-bottom: 10px;
	width: 100%;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#locations table table {
	margin-left: 0;
	border: none;
}
table#driveThru th, table#driveThru td {
	border-right: 1px solid #ccc;
}
th.first {
	width: 30%;
}
th.second {
	width: 35%;
}
th.third {
	width: 35%;
}
table#driveThru th {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#locations th, #locations td {
	text-align: left;
	padding: 5px;
	vertical-align: top;
	font-weight: normal;
}
#locations th {
	background: #f1f1f1;
}
#locations th.timeName {
	padding: 1px 0;
	width: 70px;
	font-weight: normal;
	background: #fff;
	border: none;
}
#locations td.timeValue {
	padding: 1px 0;
	width: 120px;
	border: none;
}
#locations ul {
	margin: 20px 0;
}
#locations ul li {
	list-style-type: none;
}
/*======== Application ===============================================================================*/

/* captcha */

fieldset#newApplication #captcha {
	width: 200px;
	margin: 0 auto;
}
fieldset#newApplication #captcha input {
	float: none;
	width: 194px;
	display: block;
	margin: 10px 0;
}
fieldset#newApplication #captcha p {
	margin: 0;
	text-align: center;
}
/* ssn */

fieldset#newApplication a#ssnWhy {
	display: block;
	clear: both;
	margin-left: 325px;
	font-size: 12px;
	padding-bottom: 10px;
	color: #013260;
}
fieldset#personalInformation {
	position: relative;
}
#ssnExplanation {
	position: absolute;
	width: 300px;
	left: 300px;
	top: 25px;
	z-index: 1000;
	background-color: #CCC;
	border: 1px solid #333;
	padding: 20px 20px 0 20px;
	display: none;
}
fieldset#newApplication .on {
	display: block;
}
fieldset#newApplication #ssnExplanation p {
	padding: 0 0 20px 0;
	margin: 0;
}
#ssnExplanation p.center {
	text-align: center;
	color: #013260;
}
#ssnExplanation p a {
	background-color: #EEE;
	border: 1px solid #333;
	padding: 5px;
}
/* intro */

fieldset#newApplication div#introduction {
	margin: 0 25px 25px;
	min-height: 160px;
	padding-top: 25px;
}
fieldset#newApplication div#introduction div#introHead {
	background: url(/custom/independent-bank/image/lock.png) no-repeat 595px 5px;
	margin-bottom: 7px;
}
fieldset#newApplication div#introduction img {
	border: 1px solid #CCC;
	float: left;
	margin-right: 20px;
}
fieldset#newApplication div#introduction h1 {
	color: #003366;
	font-size: 32px;
	padding: 0 0 5px 0;
	margin: 0 0 0 170px;
	width: 410px;
}
fieldset#newApplication div#introduction h2 {
	color: #333;
	font-size: 16px;
	padding-bottom: 0;
	margin: 0;
}
fieldset#newApplication div#introText {
	border-top: 1px solid #003366;
	margin-left: 170px;
}
fieldset#newApplication div#introduction p {
	margin: 7px 7px 7px 0;
	clear: none;
}
fieldset#newApplication div#introduction h4 {
	clear: both;
	width: 150px;
}
fieldset#newApplication div#introduction a {
	text-decoration: underline;
}
/* headings and paragraphs */

fieldset#newApplication fieldset h1, fieldset#newApplication fieldset h2, fieldset#newApplication fieldset h3, fieldset#newApplication fieldset p {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
fieldset#newApplication h1 {
	padding: 0 10px 0 0;
}
fieldset#newApplication h2 {
	color: #364C85;
	padding-bottom: 10px;
}
fieldset#newApplication h3 {
	text-align: center;
	clear: both;
	padding:0pt 0pt 10px;
}
fieldset#newApplication p {
	margin: 25px;
	clear: both;
	font-size: 12px;
}
fieldset#newApplication fieldset p {
	margin: 0;
	padding: 8px 0 4px;
}
fieldset#newApplication fieldset#otherIncome p, fieldset#newApplication fieldset#CAotherIncome p, fieldset#newApplication fieldset#optIn p {
	margin-top: 0;
}
p.required {
	text-align: center;
	margin-bottom: 0;
}
fieldset#newApplication fieldset#optIn {
	background-color: #FFC;
}
/* labels and spans */

fieldset#newApplication span.required {
	float: left;
}
fieldset#newApplication fieldset#accountInfo div#account_info label {
	width: 135px;
	margin: 0 0 5px 0;
}
fieldset#newApplication fieldset#billPay label {
	width: 500px;
	margin-left: 20px;
}
fieldset#newApplication .required, fieldset#newApplication .red {
	font-weight: bold;
}
fieldset#newApplication .radio label, fieldset#newApplication .radioWlabel label {
	width: auto;
	display: inline;
	float: none;
	;
	padding: 0;
}
fieldset#newApplication fieldset fieldset label, fieldset#newApplication fieldset fieldset .radiolabel {
	width: 275px;
}
fieldset#newApplication label, fieldset#newApplication .radiolabel, fieldset#newApplication .checklabel {
	display: block;
	text-align: right;
	float: left;
	padding-right: 25px;
	clear: both;
	font-size: 12px;
	margin-bottom: 10px;
}
fieldset#newApplication fieldset#newCustomer .radiolabel {
	margin-bottom: 0;
}
fieldset#newApplication .checklabel, fieldset#newApplication fieldset label, fieldset#newApplication fieldset .radiolabel {
	width: 300px;
}
fieldset#newApplication fieldset label {
	padding-top: 4px;
}
fieldset#newApplication fieldset#comments label {
	padding-top: 0;
}
fieldset#newApplication fieldset#jointSwitch label.dontMove {
	clear: none;
	text-align: left;
	width: auto;
	padding-top: 1px;
}
fieldset#newApplication fieldset#accountType label, fieldset#newApplication fieldset#atmcard label, fieldset#newApplication fieldset#optIn label {
	text-align: left;
	clear: none;
	padding-left: 15px;
	width: auto;
}
fieldset#newApplication fieldset#comments label {
	text-align: left;
}
fieldset#newApplication fieldset#accountInfo label, fieldset#newApplication fieldset#billPay label {
	width: auto;
	clear: none;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 0;
	margin-left: 30px;
}
fieldset#newApplication fieldset#billPay label {
	margin-top: -15px;
}
fieldset#newApplication fieldset#accountInfo label {
	margin-top: -15px;
}
fieldset#newApplication fieldset#jointSwitch label {
	margin-bottom: 0;
	padding-top: 2px;
}
/* inputs */

fieldset#newApplication input.submitButton, fieldset#newApplication input.submitButton {
	float: none;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
fieldset#newApplication div.states select {
	width: 100px;
}
fieldset#newApplication input {
	width: 280px;
}
/* new DOB style rules */

fieldset#newApplication input.month {
	width: 80px;
	margin-right: 5px;
	display: inline;
}
fieldset#newApplication input.day {
	width: 80px;
	margin-left: 5px;
	margin-right: 5px;
	display: inline;
}
fieldset#newApplication input.year {
	width: 81px;
	margin-left: 5px;
	display: inline;
}
fieldset#newApplication span.float {
	float: left;
}
/* end new DOB style rules */

fieldset#newApplication select {
	width: 284px;
}
fieldset#newApplication input, fieldset#newApplication select {
	display: block;
	float: left;
	margin-bottom: 10px;
}
fieldset#newApplication fieldset#accountType input, fieldset#newApplication fieldset#jointSwitch input, fieldset#newApplication fieldset#atmcard input, input#account_switch, fieldset#newApplication fieldset#billPay input, fieldset#newApplication fieldset#accountInfo input, fieldset#newApplication fieldset#optIn input {
	width: 1em;
}
fieldset#newApplication fieldset#accountInfo div#account_info input {
	width: 120px;
	margin-bottom: 5px;
	margin-right: 20px;
}
fieldset#newApplication fieldset#accountInfo input, fieldset#newApplication fieldset#billPay input {
	margin-bottom: 0;
}
fieldset#newApplication fieldset#accountType input, fieldset#newApplication fieldset#atmcard input, fieldset#newApplication fieldset#optIn input {
	clear: both;
}
fieldset#newApplication fieldset#jointSwitch input {
	margin-right: 15px;
	margin-bottom: -4px;
}
fieldset#newApplication div.radioWlabel {
	width: 250px;
	display: block;
	float: left;
	margin-bottom: 10px;
}
fieldset#newApplication fieldset#newCustomer div.radioWlabel {
	margin-bottom: 0;
}
fieldset#newApplication div.radioWlabel {
	margin-left: -25px;
}
fieldset#newApplication .radio {
	margin: 0 25px 10px 300px;
	clear: both;
}
fieldset#newApplication fieldset fieldset .radio {
	margin-left: 275px;
}
fieldset#newApplication .radio input, fieldset#newApplication .radioWlabel input {
	width: 1em;
	float: none;
	display: inline;
	margin-bottom: -3px;
	margin-left: 25px;
}
fieldset#newApplication textarea {
	margin-left: 0;
	width: 650px;
}
fieldset#newApplication input#signed {
	float: none;
	clear: none;
	display: inline;
	width: 1em;
	margin: 0;
}
fieldset#newApplication input.required {
	color:#000;
	font-weight: normal;
}
fieldset#newApplication div.states select {
	width: 100px;
}
fieldset#newApplication input.submitButton {
	float: none;
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
fieldset#newApplication #addSwitcher input {
	width: 1em;
}
fieldset#newApplication #addSwitcher {
	clear: both;
}
fieldset#newApplication #addSwitcher label#addressLabel {
	clear: none;
	text-align: left;
	padding-left: 10px;
	width: 270px;
	padding-top: 1px;
}
fieldset#newApplication select#contact_information-branch {
	margin-top: 6px;
}
/* divs and fieldsets and legends */

fieldset#newApplication {
	clear: both;
	width: 748px;
	margin: 0 auto;
	line-height: normal;
	border: 0 none;
	background: #FFF;
}
fieldset#newApplication fieldset, fieldset#newApplication fieldset {
	margin: 25px;
	padding: 25px 0 25px 25px;
	border: 1px solid #CCC;
}
#accountTypeLeft, #accountTypeRight {
	width: 320px;
	float: left;
}
fieldset#newApplication legend {
	font-size: 14px;
	margin-bottom: 0px;
}
fieldset#newApplication fieldset {
	margin: 25px;
	padding: 20px;
	border: 1px solid #CCC;
	clear: both;
}
fieldset#newApplication fieldset fieldset {
	margin: 25px 0;
}
/*======== Contact Us ===============================================================================*/

/* captcha */

#contactUs #captcha {
	width: 200px;
	margin: 10px 0 10px 211px;
}
#contactUs #captcha input {
	float: none;
	width: 198px;
	display: block;
	margin: 10px 0;
}
#contactUs #captcha p {
	margin: 0;
}
/* end */

#contactUs legend {
	color: #333;
	font-weight: bold;
}
#contactUs fieldset {
	padding: 15px 10px 10px 10px;
	border: none;
}
#contactUs fieldset fieldset {
	border: 0 none;
	padding: 0 0 10px 0;
}
#contactUs form {
	font-size: 11px;
}
#contactUs label {
	float: left;
	padding-top: 2px;
	padding-bottom: 10px;
	padding-right: 25px;
	width: 165px;
}
#contactUs input, #contactUs textarea {
	float: left;
	margin-bottom: 10px;
	width: 290px;
}
#contactUs textarea {
	width: 295px;
}
#contactUs input.submitButton {
	float: none;
	margin: 0 0 0 188px;
	padding: 5px;
	width: auto;
}
#contactUs input#STAFsubmit {
	float: none;
	margin: 25px 0 0 280px;
	padding: 5px;
	width: auto;
}
#contactUs textarea {
	height: 100px;
}
#contactUs #personalInformation {
	margin-bottom: 10px;
	width: 550px;
}
#contactUs #friendsToEmail {
	margin-top: 10px;
}
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index:10;
	left: 0;
	width: 100%;
}
.geckoShadow {
	background-color: none;
	background:transparent url(data:image/png;base64,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);
}
.nonGeckoShadow {
	background-color: #000000;
}
#lbHeader {
	text-align: right;
	border: 0;
}
#lbHeader a {
	color: #ffffff;
	font-size: 20px;
}
#lbFrame {
	position: absolute;
	z-index:10;
	left: 50%;
	padding: 0;
	border: 0;
	overflow: hidden;
	border: 0 none;
	background-color: transparent;
}
body.popup {
	background: #FFF;
	border: 0 none;
}
.popup p {
	margin: 10px;
}
#lbIframe {
	border: 0 none;
	padding: 0;
	border: 0;
	overflow: hidden;
	background-color: #FFF;
}
iframe {
	border: 1px solid transparent;
}
/*--- New Popup Stuff ---*/

#newPopUpForm fieldset {
	border: 0 none;
	padding: 25px 25px 0 25px;
	float: left;
	width: 252px;
}
#newPopUpForm fieldset input, #newPopUpForm textarea {
	display: block;
	padding: 3px;
	width: 244px;
	margin-bottom: 10px;
	border: solid 1px #666;
}
#newPopUpForm fieldset input {
	height: 14px;
}
#newPopUpForm input.submitButton {
	border: solid 1px #666;
	display: block;
	padding: 10px;
	width: auto;
	height: auto;
	margin: 0 auto;
	font-weight: bold;
	float: left;
	margin-left: 85px;
}
#newPopUpForm textarea {
	height: 100px;
}
#newPopUpForm h2 {
	color: #333;
	font-size:12px;
	font-weight:bold;
	margin:20px 0 10px;
	text-align:center;
}
#newPopUpForm label {
	display: block;
	margin-bottom: 5px;
}
#newPopUpForm label.required {
	font-weight: bold;
}
#newPopUpForm p {
	margin: 0 0 20px 0;
}
/* captcha */

#newPopUpForm #captcha {
	width: 200px;
	padding: 25px;
	float: left;
}
#newPopUpForm #captcha input {
	float: none;
	width: 192px;
	display: block;
	margin: 10px 0;
}
#newPopUpForm #captcha p {
	margin: 0;
	text-align: center;
}
#newPopUpForm #captcha h4 {
	color: #333;
	font: bold 12px Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}

/* loc search */

#locations #locSearch {
  /*background: transparent url(http://www.tsbank.com/custom/tsbank/image/loc-search-bg.png) 0 0 no-repeat;*/
  float: right;
    left: 479px;
    margin-right: 5px;
    position: absolute;
    top: 110px;
   width: 275px;
}

#locations #formLocQuery label {
 /* background: transparent url(http://www.tsbank.com/custom/tsbank/image/loc-search-label-left-sm.png) 0 0 no-repeat;*/
  float: left;
  display: block;
  padding-left: 0;
  font-weight:bold;
}

#locations #formLocQuery label.zipLabel{
	font-weight: normal;
	    left: 183px;
	    position: absolute;
	    top: 6px;
}

#locations #formLocQuery span {
  /*background: transparent url(http://www.tsbank.com/custom/tsbank/image/loc-search-label-right-lg.png) right 0 no-repeat;*/
border: medium none;
    color: #00307F;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    height: 19px;
    margin: 0;
    padding: 7px 5px 0 26px;
    width: auto;
}

#locations #formLocQuery input {
  background: transparent url(/custom/independent-bank/image/zip-searchBg.png) right 0 no-repeat;
	bottom:22px;
	height:22px;
	width:96px;
	border: none;
	margin: 4px 0 0 8px;
}

/* Overdraft Opt In Styling */

div#overdraft {
	padding: 25px 15px;
	margin-left: 0;
	width: 94%;
}
div#overdraft span, div#overdraft p {
	font-size: 11px;
}
#overdraft #overdraftInformation,
#overdraft #overdraftForm,
#overdraft #overdraftAltOptions {
	margin: 0 0 20px;
}
#overdraft #overdraftInformation h2.pageHeading,
#overdraft #overdraftForm h2.pageHeading,
#overdraft #overdraftAltOptions h2.pageHeading {
	padding: 20px 0 5px;
	margin: 0;
	height: 25px;
	border-bottom: 1px solid #ccc;
	color: #014A6D; /* bank specific */
	font-size: 18px;
	width: 94%;
}
#overdraft #overdraftInformation h2.pageHeading {
	color: #e11b19;
}
#overdraft h2 {
	padding: 5px 0;
	margin: 0;
	font-size: 15px;
	width: 100%;
}
#overdraft #overdraftForm #newApplication {
	background: none;
}
#overdraft #overdraftForm form {
	padding: 0 0 10px 0;
}
#overdraft fieldset#newApplication .eSignCheckbox {
	width: auto;
	margin:20px 15px 0;
}
#overdraft fieldset#newApplication .eSignCheckbox.indented {
	width: auto;
	margin:0 0 0 40px;
}
#overdraft fieldset#newApplication .optAccounts {
	margin: 0 0 0 25px;
}
#overdraft fieldset#newApplication .eSignCheckbox input {
	clear: both;
	float: left;
	margin: 0 10px 0 0;
	width: 15px !important;
}
#overdraft fieldset#newApplication .eSignCheckbox span {
	display: inline-block;
	margin: 0 0 10px;
	width: 90%;
}
#overdraft #overdraftLeft {
	float: left;
	padding-top:20px;
	width: 300px;
	display: inline;
}
#overdraft #overdraftRight {
	float: left;
	width: 425px;
	display: inline;
	padding: 0 0 0 20px;
}
#overdraft fieldset#newApplication #overdraftLeft input, #overdraft fieldset#newApplication #overdraftRight input, #overdraft fieldset#newApplication #overdraftLeft select {
	width: 175px;
}
#overdraft fieldset#newApplication #overdraftRight .radioWlabel {
	width: 400px;
	margin: 10px 0 0;
}
#overdraft fieldset#newApplication #overdraftRight .radioWlabel input {
	clear:both;
	float:left;
	margin:2px 10px 0 0;
	width:10px;
}
#overdraftRight .radioWlabel span {
	display:block;
	float:left;
	margin:0 0 10px;
	width:350px;
}
#overdraft fieldset#newApplication #overdraftLeft label, #overdraft fieldset#newApplication #overdraftRight label {
	width: 100px;
	padding-right: 15px;
}
#overdraft #overdraftAltOptions ul {
	margin: 10px 0;
}
#overdraft #overdraftAltOptions ul li {
	list-style: none;
	display: inline-block;
	float: left;
	margin: 0 13px 0 0; /* bank specific */
	padding: 0;
	width: 220px; /* bank specific */
	height: 70px;
	border: 1px solid #ccc;
}
#overdraft #overdraftAltOptions ul li.right {
	margin: 0;
}
#overdraft #overdraftAltOptions h4 {
	background: url(/custom/premierwestbank/image/overdraft_fade.png) bottom left repeat-x #004881; /* bank specific */
	color:#FFFFFF; /* bank specific */
	margin:0;
	padding:8px;
	font-size: 14px;
}
#overdraft p {
	padding: 0;
	margin: 10px 0;
	width: auto;
	line-height: 15px;
}
#overdraft #overdraftForm p {
	margin: 15px 0;
	padding: 0 20px;
	width: auto;
	line-height: 15px;
}
#overdraft #overdraftAltOptions p {
	padding: 0 8px 10px;
	margin: 0;
	width: auto;
	line-height: 15px;
}
#overdraft #overdraftAltOptions p.zeroPaddingParagraph {
	margin: 0;
	padding: 0;
}
#optIn { 
	position:relative;
	bottom:135px;
	float:right;
	left:190px;
}
#optIn2 { 
	position:absolute;
	bottom:15px;
	right:340px;
}
