/* firstclassbanking - layout.css */
/* RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
a img {
	border:none;
}

body {
	background:#05365D url(../image/tile-bg-top.png) top repeat-x;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size:62.5%;
}

#mainWrapper {
	width: 964px;
	margin: 0 auto;
}
#outerWrapper {
	background:url(../image/tile-body.png) repeat-y;
	width: 964px;
	margin: 0 auto;
	overflow:hidden;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding-top:20px;
}
h1, h2, h3, h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin: 7px 0;
	padding: 0;
}

h1 {
	font-size: 1.8em;
}

h2 {
	color:#003F79;
	font-size:1.3em;
}

h3 {
	font-size: 1.3em;
	color:#00466A;
	font-weight:normal;
}

h4 {
	font-size: 1.3em;
}

p {
	line-height: 1.6em;
}

h1 a, h2 a, h3 a {
	color: #003F79;
}

h4 a {
	color: #1F92DD;
}

a img {border: 0 none;}

a {
	text-decoration: none;
	color: #1F92DD;
	outline: none;
}
a:hover {color:#004179;}
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;
}

.center {
	text-align: center;
}
/*====== Header =============================================*/

#header {
	background:url(../image/header-bar.png) bottom no-repeat;
	position: relative;
	height: 123px;
	width: 100%;
}
#logo a {
	background:url(../image/logo.png) no-repeat;
	position: absolute;
	top:12px;
	left:17px;
	height:94px;
	width:212px;
	text-indent:-9999em;
}
#ultraTopNav {
	position: absolute;
	right:116px;
	top: 6px;
}
body#homepage #ultraTopNav {
	position: absolute;
	right:4px;
	top: 6px;
}
#ultraTopNav li {
	background:transparent url(../image/icon-star.png) no-repeat scroll 0 4px;
	font-size:1em;
	padding:0 6px 0 12px;
	float: left;
}
#ultraTopNav li.firstChild {background: none;}
#ultraTopNav li a {
	color: #E0F9FF;
}
#ultraTopNav li a:hover {
	text-decoration: underline;
}
#onlineBankingLink a {
	position:absolute;
	top:6px;
	right:4px;
	background:url(../image/icon-lock-small.png) left center no-repeat;
	color:#FFCC00;
	padding:0 0 0 15px;
	text-transform:uppercase;
}

#searchForm {
	position: absolute;
	height: 20px;
	width:143px;
	right: 4px;
	bottom:16px;
}
#searchForm input#roi_input {
	position: absolute;
	top: 0;
	left: 0;
	border: 0 none;
	padding: 2px 5px;
	width:121px;
	height: 16px;
	background-image: url(../image/search-bg.png);
}
#searchForm input#searchButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 22px;
	height: 20px;
}
#primaryNav {
	position: absolute;
	bottom:7px;
	left:230px;
}
#primaryNav li {
	float:left;
	margin:0 0 0 15px;
	padding:0 0 0 7px;
}
#primaryNav a {
	color:#FFF;
	display:block;
	float:left;
	font-size:1.4em;
	padding:7px 13px 8px 7px;
	text-transform:uppercase;
}
#primaryNav li.inPath {
	background:url(../image/nav-small-left.png) left top no-repeat;
}
#primaryNav li.inPath a {
	background:url(../image/nav-big-right.png) right top no-repeat;
	color: #fff;
}
#primaryNav a:hover, #primaryNav a.inPath {
	color: #91EBFF;
}

/*====== Home Page ==================================================*/
#obLoginWrapper {
	background:#39A5E4 url(../image/login-box.png) top no-repeat;
	margin:5px 0 0;
	width:220px;
}
#obLogin {
	position:relative;
	background:transparent url(../image/login-box-bottom.png) bottom no-repeat;
	min-height:180px;
}
#obLogin h2 {
	background:transparent url(../image/icon-lock.png) no-repeat scroll 145px 7px;
	color:#003399;
	font-size:1.4em;
	font-weight:normal;
	margin:0;
	padding:7px 0 10px 10px;
	text-transform:uppercase;
}
#obLogin ul {
	margin:10px 0 0 0;
	text-align:center;
}
#obLogin a {
	color:#fff;
	text-decoration:underline;
}
#obLogin a:hover {text-decoration:none;}

ul#logonLinks {}

#obNav {
	position:absolute;
	bottom:10px;
	width:100%;
}
#obNav li {
	display:inline;
	border-right:1px solid #fff;
	padding:0 5px;
}
#obNav li.lastChild {
	border-right: none;
}

#obLogin ul li#logOn a {
	background:url(../image/btn-log-on.png) 0 0 no-repeat;
	display:block;
	width:94px;
	height:30px;
	text-indent:-9999em;
	margin:33px auto 5px;
	text-decoration:none;
}
#obLogin ul li#logOn a:hover {
	background:url(../image/btn-log-on.png) 0 -30px no-repeat;
	cursor:pointer;
}
#flashBanner {
	width: 700px;
	margin:0 0 20px 10px;
}
#homeFeatured {
	overflow:hidden;
	margin:0 0 0 10px;
}
#homeFeatured .featured {
	float:left;
	overflow:hidden;
	margin:0 0 0 5px;
	padding:5px;
	width:330px;
}
#homeFeatured .featured img {
	border:1px solid #D7D5CA;
	float:left;
}
#homeFeatured .featured .featuredText {
	float:left;
	width:210px;
	margin:0 0 0 10px;
}
#homeFeatured .featured .featuredText p {
	font-size:1.1em;
	line-height:1.4em;
}

#homeFeatured .featured h2 {
	font-size:1.2em;
	margin:0 0 5px;
	color:#1F92DD;
}
#homeFeatured .featured .learnMore, #comingSoon .learnMore {
	background:url(../image/icon-arrow.png) right center no-repeat;
	color:#1F92DD;
	font-size:.8em;
	padding:1px 10px 1px 1px;
	text-transform:uppercase;
	white-space:nowrap;
}
#comingSoon .learnMore {font-size:.9em;}

#homeFeatured .featured .featured-arrow, #comingSoon .featured-arrow {
	float:none;
	border:none;
}
#homeFeatured .hover {
	background-color:#D3E1EA;
	cursor:pointer;
}
#quickLinks {
	background-color:#EEF7FF;
	border-color:#1871AA #CCCCCC #CCCCCC;
	border-style:solid;
	border-width:2px 1px 1px;
	margin:0 0 35px;
	width:218px;
}
#quickLinks h2 {
	font-weight:normal;
	margin:0;
	padding:4px 0 4px 10px;
}
#quickLinks ul {
	border:1px solid #ccc;
	border-width:1px 0;
	padding:0;
}
#quickLinks ul li {
	padding:0 10px;
	border-bottom:1px dotted #ABA294;
}
#quickLinks ul li.lastChild {
	border-bottom:none;
}

#quickLinks ul li a {
	background:url(../image/icon-arrow.png) right center no-repeat;
	display:block;
	font-size:1.1em;
	padding:5px 0;
}
body#homepage #quickLinks {
	background:none;
	border-top:2px solid #1871AA;
	border-width:2px 0 0;
	width:220px;
	margin:10px 0 0 0;
}
body#homepage #quickLinks h2 {
	font-weight:bold;
}
body#homepage #quickLinks ul {
	margin:0 0 15px 0;
}
body#homepage #quickLinks ul li a {
	font-size:1.2em;
}
#comingSoonh2 {
	border-top:2px solid #1871AA;
	margin: -11px 0 0;
	padding:4px 0 4px 10px;
}
#comingSoon {
	width:220px;
	border:1px solid #ccc;
	border-width:1px 0;
	overflow:hidden;
	padding:5px 0;
}
#comingSoon img {
	float:left;
}
#comingSoon p {
	margin:0 0 0 5px;
	width:130px;
	float:left;
}
#comingSoon.hover {
	background-color:#D3E1EA;
	cursor:pointer;
}
/*====== Left Column ====================================================*/

#mainContent {
	width: 710px;
	float: right;
	min-height: 300px;
	margin:0 0 25px;
}
body#homepage #mainContent {float: left;}

#mainContentSingle {
	width: 700px;
	float: left;
	min-height: 300px;
	margin:0 0 25px 130px;
}
#leftColumn {
	float: left;
	clear: left;
	padding:0 10px;
	width:220px;
}
#leftNav {
	margin:0 0 35px;
}
#leftNav li h2 {
	font-size:1.2em;
	margin: 0;
}
#leftNav li h2 a {
	background:#3399CC url(../image/sidenav-tab.png) top repeat-x;
	display:block;
	font-weight:normal;
	color: #fff;
	padding:5px 0 5px 10px
}
#leftNav li.inPath h2 a {
	color:#003F79;
	font-weight:bold;
	background:#61BCED url(../image/sidenav-active-tab.png) top repeat-x;
	padding:5px 0 5px 10px
}
#leftNav li h2 a:hover {
	color: #004179;
}
#leftNav li ul {
	background:#EEF7FF;
	padding:5px;
	border:1px solid #ccc;
}

#leftNav li li h3 {
	font-size:1.1em;
	font-weight:normal;
	padding: 0;
	margin: 0;
}
#leftNav li li {
	padding:3px 0 3px 0;
}
#leftNav li li a {
	display:block;
	color: #1F92DD;
	padding:2px 0 3px 5px;
}
#leftNav li li.inPath a {
	background:#AFDBF8 url(../image/sidenav-active-arrow.png) right center no-repeat;
	color:#003F79;
	font-weight:bold;
}
#leftNav li li a:hover {
	color:#003F79;
}
#leftNav li ul li.lastChild {}

/*====== Category Page ===================================================*/

#catBreadcrumb {margin:0 0 10px;}
#catBreadcrumb ul {
	display: inline;
	padding-left: 5px;
}
#catBreadcrumb li {
	display: inline;
}

#catBreadcrumb a {
	font-size: 2.5em;
}

#catBreadcrumb li a {
	color: #003F79;
}

div#productCategory {
	float: left;
}
div#productCategory #productCategoryDesc {
	font-size:1.3em;
	padding:0 120px 20px 0;
}
div#productCategory li.categoryListItem {
	position:relative;
	background:#fff url(../image/cat-info-container.png) 0 0 no-repeat;
	float: left;
	height:104px;
	width:664px;
	margin:2px 0;
}
div#productCategory li.categoryListItem:hover {
	background:#E5F4FF url(../image/cat-info-container.png) 0 0 no-repeat;
	cursor:pointer;
}

div#productCategory div.productContent {
	overflow: hidden;
	width:440px;
	padding:5px 0 0 10px;
}
div#productCategory li.categoryListItem a img {
	border-right:1px solid #CCC;
	float:left;
	margin:2px 0 0 2px;
}
div#productCategory li.hover {
	cursor:pointer;
}
div#productCategory div.productContent p {
	font-size:1.2em;
	width:430px;
}
div#productCategory div.productContent ul {
	width:170px;
	position:absolute;
	left:390px;
	top:33px;
}
div#productCategory div.productContent ul li {
	font-size:1em;
	list-style:disc;
}
div#productCategory div.productContent h3  {font-weight:bold;}
div#productCategory div.productContent h3 a {
	color:#2093DD;
}
div#productCategory div.productContent h3 a:hover {
	color:#003F79;
}

div#productCategory div.productContent h4 {
	font-size:1.1em;
	margin:5px 0 0;
	position:absolute;
	right:14px;
	text-transform:uppercase;
	top:37px;
}
div#productCategory div.productContent h4 a {
	color:#fff;
	font-weight: normal;
}
div#productCategory div.productContent h4 a:hover {
	color:#003F79;
}

/* Search */
#searchResults {
	margin:20px 20px 0 0;
}
#searchResults li {
	/*border-bottom: 1px solid #CCC;*/
	padding-bottom: 10px;
}
#searchResults li p{
	font-size:1.2em;
}
#searchResults li .productContent h3 {
	font-size:1.4em;
	color:#000;
	margin:12px 0 7px 0;
}
#searchResults li .productContent h4 {
	font-size:1.2em;
	font-weight:bold;
}
#searchResults li .productContent h4 a {
	color:#1F92DD;
	text-decoration:underline;
}
#searchResults li .productContent h4 a:hover {
	text-decoration:none;
}

/*====== Product Page ============================================*/
#mainContent h1 {
	color:#003F79;
	font-size:2.5em;
	font-weight:normal;
	margin:0 0 7px 0;
}
#productPhoto {
	background:url(../image/product-image-border.png) 0 0 no-repeat;
	float:right;
	width:293px;
	height:223px;
	padding:11px 0 0 11px;
	margin:0 0 0 20px;
}
#productSummary {
	overflow: visible;
	position: relative;
}
#productSummary p, #productDetails p {
	margin: 10px 0;
	font-size:1.2em;
}
#productSummary ul, #productDetails ul {
	margin: 10px 15px;
}
#productSummary li, #productDetails li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 4px 0;
	font-size:1.2em;
}
#productDetails {
	position:relative;
	border-top:3px solid #1871AA;
	clear:right;
	margin:15px 10px 0 0;
	padding:0;
}
#printShare {
	padding:10px 0;
	position:absolute;
	right:0;
	top:0;
	z-index:9;
}
#printShare div {
	float:right;
}

#printButton a {
	display:block;
	background:url(../image/btn-print-ro.png) 0 0 no-repeat;
	width:36px;
	height:15px;
	text-indent:-9999em;
	margin:0 20px 0 0;
}
#printButton a:hover {
	background:url(../image/btn-print-ro.png) 0 -16px no-repeat;
}
#shareButton a {
	display:block;
	background:url(../image/btn-share-ro.png) 0 0 no-repeat;
	width:43px;
	height:12px;
	text-indent:-9999em;
	margin:2px 14px 0 0;
}
#shareButton a:hover {
	background:url(../image/btn-share-ro.png) 0 -13px no-repeat;
}
#openNow a {
	display:block;
	background:url(../image/btn-open-now.png) 0 0 no-repeat;
	text-indent:-9999em;
	width:162px;
	height:35px;
}
#openNow a:hover {
	background:url(../image/btn-open-now.png) 0 -35px no-repeat;
}
#questionsButtonTop {
}
#questionsButtonTop a {
	display:block;
	background:url(../image/btn-questions-ro.png) 0 0 no-repeat;
	text-indent:-9999em;
	width:124px;
	height:29px;
}

#questionsButtonTop a:hover {
	background:url(../image/btn-questions-ro.png) 0 -29px no-repeat;
	}
#questionsButton {
	margin:20px 0 0 493px;
}
#questionsButton a {
	display:block;
	background:url(../image/btn-questions-ro.png) 0 0 no-repeat;
	text-indent:-9999em;
	width:124px;
	height:29px;
}

#questionsButton a:hover {
	background:url(../image/btn-questions-ro.png) 0 -29px no-repeat;
	}
/* Tabs */

dl#roi_tabs {
	background:transparent url(../image/dl-tabs-bg.png) no-repeat 0 0;
	border-bottom:1px solid #CCC;
	width:100%;
	display:block;
	list-style: none;
	position: relative;
}
dl#roi_tabs dt {
	color:#1F92DD;
	text-decoration: none;
	margin:0 0 0 15px;
	padding: 8px 20px 12px 0;
	font-size:1.3em;
}
dl#roi_tabs dd {
	padding: 5px 5px 0 0;
}
dl#roi_tabs dd a {
	text-decoration: underline;
}
dl#roi_tabs dt.selected {
	background:url(../image/dt-selected-arrow.png) 36% 0 no-repeat;
	text-decoration: none;
	color: #003F79;
	font-weight:bold;
}
.pane {
	position: absolute;
	overflow: hidden;
	top: 30px;
	left: 0;
}
.pane p, .pane ul {
	padding-right:270px;
}
.label {
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
/*====== Individual Page ===========================================*/

.individualPage h1.pageHead {
	font-size:2.5em;
	color:#003F79;
	font-weight:normal;
}

.individualPage a { 
	text-decoration: underline;
}

.individualPage p {
	margin: 10px 0;
	font-size:1.2em;
}

.individualPage p.zeroPaddingParagraph {
	margin: 0;
}
#officers.individualPage p.zeroPaddingParagraph span strong {
	display:block;
	margin:10px 0 0 0;
}
#officers.individualPage h2 {
	margin:12px 0 5px 0;
}

.individualPage p.textVariant1 {
	margin:0 0 10px 0;
}
.individualPage ul, .individualPage ol {
	margin: 10px 0 10px 20px;
}

.individualPage ul li {
	list-style-type: disc;
	margin: 4px 0;
	font-size:1.2em;
}

.paddingRight {
	padding-right:130px;
}


#FAQ dt {
	margin: 10px 0;
	font-weight: bold;
}

#FAQ th {
	text-align: left;
}

/*====== Sitemap =====================================================*/

#sitemap {
	margin-top: 20px;
}

#sitemapNav {}
#sitemapNav h2 {
	font-size:110%;
}
#sitemapNav h3 {
	font-size:90%;
}
#sitemapNav h4 {
	font-size:70%;
	font-weight:normal;
}
#sitemapNav li {
	width: 150px;
	float: left;
	margin-right: 20px;
	list-style:none;
}

#sitemapNav li li {
	width: auto;
	float: none;
	margin-right: 0;
	list-style:none;
}

#sitemap div.clear {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #CCC;
}

#sitemap div.clear div {
	width: 150px;
	float: left;
	margin-right: 25px;
}

#sitemap div.clear ul {
	padding-bottom: 25px;
}

/*====== Locations ==========================*/

#map {
	height: 300px;
}

#locations ul {
	margin:3px 0 20px;
}

#locations ul li {
	list-style-type: none;
}
ul#locList table.outerTable {
	width:100%;
	margin:0 0 20px 5px;
}
ul#locList table th {
	font-weight:bold;
}
ul#locList li.vcard {
	border-top:3px solid #1871AA;
	overflow:hidden;
}
ul#locList li.vcard img {
	border:1px solid #ccc;
	float:left;
	margin:2px 5px 5px 5px;
}
ul#locList li.vcard div.accordionContent {
	overflow:hidden;
}

ul#locList li.vcard div.branchAddress {
	width:200px;
	float:left;
	margin:0 0 0 5px;
}
ul#locList li.vcard div.branchHours {
	width:280px;
	float:left;
}

ul#locList li.vcard h2 {
	border-bottom:1px solid #CCCCCC;
	font-size:1.2em;
	padding:0 0 5px 5px;
}
ul#locList li.vcard h2 a{
	color:#003F79;
}
ul#locList li.vcard h5 {
	font-weight:bold;
}
ul#locList li.vcard div.phones{
	margin:10px 0 0 0;
}
#locations th, #locations td {
	text-align: left;
	padding: 2px 0;
	width: 140px;
}

#locations th.timeName {
	width: 108px;
	font-weight:normal;
}

#locations td.timeValue {
	width: 130px;
}
#locations span.tel {
	display:block;
	margin:4px 0 0;
}

#locations span.tel .type {
	font-weight:bold;
}
.googleMap-InfoWindow {margin:-5px 0 0;}
.googleMap-InfoWindow h2 {
	font-size:110%;
	font-weight:normal;
}
.googleMap-InfoWindow p{
	font-size:100%;
	margin:3px 0;
}
.googleMap-InfoWindow p.map-address {}
.googleMap-InfoWindow p.map-phones {}
/*======= Forms Package ====================================*/

label.required em {
	color:#666;
	font-style:italic;
}

form {}

/*======== Application =================================*/

#verifyButtons img {
	margin: 50px;
}

/* 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(../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: #003F79;
	font-size: 2.5em;
	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 #009;
	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 em {
	color:#666;
}
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 */
input.submitButtonPages {width: 124px !important;}

#formQuestions input.submitButtonPages {
	margin:0 0 0 55px;
}

#pageNotFound input.submitButtonPages {
	margin:0 0 0 211px;
}

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;
}
fieldset#newApplication input#estatementsCheckbox {
	width: 13px;
}
/* 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 input#estatementsCheckbox {
	margin: 6px 0 0;
}
fieldset#newApplication fieldset#eStatements p {
	padding: 8px 0 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, fieldset#newApplication fieldset#beneficiarySwitch 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 {
	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;
}

/* formContactUs.css */
#contactUs #formContactUs {
	width:350px;
	float:left;
}
#contactUs #contactUsCopy {
	width:350px;
	float:right;
	margin:30px 0 0;
}

#formContactUs legend {
	color: #333;
	font-weight: bold;
}

#formContactUs fieldset {
	padding: 15px 10px 10px 0;
	border: 0 none;
}

#formContactUs label {
	float: left;
	padding: 0 25px 10px 0;
	text-align: left;
	width: 186px;		
}
#contactUs #formContactUs label {
	display:block;
	width: auto;
	padding: 0 0 3px 0;
	float:none;
}
#contactUs #formContactUs br {
	display:none;
}
#contactUs #formContactUs input, #contactUs #formContactUs textarea {
	display:block;
	float: none;
	margin-bottom: 10px;
	width: 290px;	
}
#formContactUs input, #formContactUs textarea {
	float: left;
	margin-bottom: 10px;
	width: 290px;	
}
#formContactUs fieldset p {
	margin-left: 210px;
}

#formContactUs input.submitButton {
	float: none;
	margin: 0 0 0 209px;	
	padding: 5px;
	width: auto;	
}
#contactUs #formContactUs input.submitButton {
	float:left;
	margin:0;	
}
#formContactUs textarea {
	height: 100px;
}

#formContactUs #captcha {
	width: 200px;
	margin: 10px 0 10px 211px;
}

#formContactUs #captcha input {
	float: none;
	width: 198px;
	display: block;
	margin: 10px 0;
}

#formContactUs #captcha p {
	margin: 0;
}

 /* 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: #EEF7FF;
	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;
}

/* formQuestions.css */

#formQuestions fieldset {
	border: 0 none;
	float: left;
	padding: 15px 25px 0 25px;
	width: 252px;	
}
#formQuestions fieldset input, #formQuestions textarea {
	border: solid 1px #666;
	display: block;
	margin-bottom: 10px;
	padding: 3px;
	width: 244px;
}
#formQuestions fieldset input {
	height: 14px;
}
#formQuestions input.submitButton {
	border: solid 1px #666;
	display: block;
	float: left;
	font-weight: bold;
	height: auto;
	margin-left: 75px;
	padding: 10px;
	width: auto;
}
#formQuestions input.submitButton:hover {
	cursor:pointer;
	background-color:#CCC;
}
#formQuestions textarea {
	height: 100px;
}
#formQuestions label {
	display: block;
	margin-bottom: 5px;
}
#formQuestions p.title {
	color: #666;
	font-weight: bold;
	margin: 20px 0 10px 0;
	text-align: center;
}

/* captcha */

#formQuestions #captcha {
	float: left;
	padding: 15px;
	width: 200px;
}
#formQuestions #captcha input {
	border: solid 1px #666;
	display: block;
	float: none;
	height: 14px;
	padding: 3px;
	width: 192px;
}
#formQuestions #captcha p { 
	font-size: 11px;
	margin: 10px 0;
	text-align: center;
}
#formQuestions #captcha h4 {
	color: #666;
	font: bold 12px Arial, Helvetica, sans-serif;	
	margin: 0 0 5px 0;
}



/*--- 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 input.submitButtonPages {
	margin-left:60px;
}
#newPopUpForm input.submitButton:hover {
	cursor:pointer;
	background-color:#CCC;
}

#newPopUpForm textarea {
	height: 100px;
}
#newPopUpForm label {
	display: block;
	margin-bottom: 5px;
}
#newPopUpForm label.required em{
	color:#666;
}
#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 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0 5px 0;
}

#newPopUpForm h2 {
	margin: 20px 0 10px 0;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
}

/*==== Rates ============================*/

#rates table {
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	width: 97%;
}

#rates h2 {
	font-size:1.5em;
	margin:.5em 0 .2em 0;
}
/*#rates h2.firstH2 {margin-top:.5em;}*/

#rates table th {
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	width: 20%;
	padding: 5px 2px;
	background-color: #EEF7FF;
	text-align: center;
	font-weight:bold;
}

#rates table td {
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	padding: 0;
	text-align: center;
}

#rates table td.nth-column-1 {
	text-align: left;
	padding: 4px 7px;
}

#rates div.finePrint {
	font-size: .8em;
	margin: 0 0 20px 0;
}

#rates div.apy {
	margin: .5em 0 .5em 1em;
	font-size:.9em;
}

/*====== Footer =================================================*/

#footer {
	background:#D3E1EA url(../image/tile-footer-shadow.png) top repeat-x;
	height: 5.5em;
	position: relative;
	clear: both;
	font-size:1.1em;
}

#footer #firstROI {
	position:absolute;
	left:13px;
	top:13px;
}

#footer #eh {
	position:absolute;
	right:13px;
	top:15px;
}

#footer #fdic {
	position:absolute;
	right:88px;
	top:15px;
}

#footer #footerNav {
	text-align: center;
	padding: 10px 0;
}

#footerNav li {
	display: inline;
	padding: 0 10px;
}

#footerNav a:hover {
	text-decoration: underline;
}

#footer p {
	text-align: center;
}
/*#footer a {
	font-size:1.1em;
}*/
#siteAlertPage p {font-size:1.2em;}	
#siteAlertLink {right:45px !important;}
#thankYou.individualPage p {
	font-size:1.3em;
}

/* Overdraft Opt In Styling */

div#overdraft {
	padding: 10px 60px;
	margin-left: 0;
	width: 87%;
}
div#overdraft span, div#overdraft p {
	font-size: 13px;
}
#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;
	height: 25px;
	border-bottom: 1px solid #ccc;
	color: #003F79; /* bank specific */
	font-size: 18px;
	width: 100%;
}
#overdraft h2 {
	padding: 5px 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 {
	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: 265px; /* bank specific */
	height: 160px;
	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 #60C5F9; /* 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: 8px 10px;
	margin: 0;
	width: auto;
	line-height: 15px;
}
#overdraft #overdraftAltOptions p.zeroPaddingParagraph {
	margin: 0;
	padding-top: 0;
	padding-bottom: 0;
}
#overdraft span.textVariant1 {
	text-decoration: underline;
}
#optIn { 
	position:relative;
	bottom:135px;
	float:right;
	left:190px;
}
#optIn2 { 
	position:absolute;
	bottom:15px;
	right:340px;
}

/* =============== inmo ========================================= */
body#inmo h1, body#inmo h2, body#inmo h3, body#inmo h4 {
font-family:Futura,Arial,Helvetica,sans-serif;
font-weight:normal;
color:#000;
border: none;
}
body#inmo #wrapper {
padding: 0;
}
body#inmo #mainContent {
padding:0 20px 0 0;
width:700px;
}
body#inmo #leftColumn  {
padding-left:20px;
display:inline;
float:left;
position:relative;
width:178px;
}
body#inmo #mainContent h1 {
	font-size: 2em;
}
body#inmo form.inmo-application li.submit input {
background:url("../image/next.png") no-repeat scroll 0 0 transparent;
border:medium none;
cursor:pointer;
display:block;
font-family:helvetica,arial,sans-serif;
font-size:0;
height:40px;
line-height:0;
overflow:hidden;
text-indent:-999em;
width:130px;
}