/* Vacationland - 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;
}
object {
	outline:none;
}
/* END RESET */

body {
	background-color: #00233E;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5% !important;
	font-weight: normal;
	color: #666;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4 {
	font-weight: bold;
	padding: 0;
}

h1 {
	font-size:1.6em;
}

h2 {
	font-size:1.4em;
}

p {
	line-height: 1.4em;
}
a {
	text-decoration: none;
	color: #333;
	outline: none;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
	list-style-position: outside;
}
em {font-style:italic;}
.center {text-align: center;}


#siteAlertLink {
	right:30px !important;
}

/*====== Header ==================================*/
#header {
	position: relative;
	height: 55px;
	width: 100%;
	margin: 0 auto;
	background: #00233E url(../image/header-bg.png) 0 0 repeat-x;
}

#headerInner {
	position: relative;
	height: 55px;
	width: 96em;
	margin: 0 auto;
}

h1#logo {
	margin:0;
	padding: 0;
}
#logo a {
	background: transparent url(../image/logo.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	top: 0;
	left: -6px;
	height: 94px;
	width: 248px;
	text-indent:-9999em;
}

#logo img {
	display: none;
}

#primaryNav {
	position: absolute;
	top: 11px;
	left: 255px;
	height: 30px;
	width: 462px;
}
body#homepage #primaryNav {
	width: 492px;
}

#primaryNav li {
	display: inline;
	float: left;
}

#primaryNav a {
	color: #FFF;
	font-size: 1.6em;
	font-weight:normal;
	text-transform: uppercase;
	width: auto;
	height: 30px;
	display: block;
	text-indent: -999em;
	position: relative;
	background-image: url(../image/primary-nav-bg.png);
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
body#homepage #primaryNav a {
	background-image: url(../image/primary-nav-bg-home.png);
}

#primaryNav a.nthChild-1 {
	width: 103px;
	background-position: 0 0;
}
#primaryNav a.nthChild-2 {
	width: 105px;
	background-position: -103px 0;
}
#primaryNav a.nthChild-3 {
	width: 152px;
	background-position: -208px 0;
}
#primaryNav a.nthChild-4 {
	width: 102px;
	background-position: -360px 0;
}

#primaryNav a.nthChild-1:hover, #primaryNav li.nthChild-1 a.hover, #primaryNav li.nthChild-1 a.inPath {
	background-position: 0 -55px;
}
#primaryNav a.nthChild-2:hover, #primaryNav li.nthChild-2 a.hover, #primaryNav li.nthChild-2 a.inPath {
	background-position: -103px -55px;
}
#primaryNav a.nthChild-3:hover, #primaryNav li.nthChild-3 a.hover, #primaryNav li.nthChild-3 a.inPath {
	background-position: -208px -55px;
}
#primaryNav a.nthChild-4:hover, #primaryNav li.nthChild-4 a.hover, #primaryNav li.nthChild-4 a.inPath {
	background-position: -360px -55px;
}

/* =========== Home Page Primary Nav ======================= */
body#homepage #primaryNav a.nthChild-1 {
	width: 108px;
	background-position: 0 0;
}
body#homepage #primaryNav a.nthChild-2 {
	width: 111px;
	background-position: -108px 0;
}
body#homepage #primaryNav a.nthChild-3 {
	width: 158px;
	background-position: -215px 0;
}
body#homepage #primaryNav a.nthChild-4 {
	width: 115px;
	background-position: -377px 0;
}

body#homepage #primaryNav a.nthChild-1:hover, body#homepage #primaryNav li.nthChild-1 a.hover {
	background-position: 0 -55px;
}
body#homepage #primaryNav a.nthChild-2:hover, body#homepage #primaryNav li.nthChild-2 a.hover {
	background-position: -108px -55px;
}
body#homepage #primaryNav a.nthChild-3:hover, body#homepage #primaryNav li.nthChild-3 a.hover {
	background-position: -215px -55px;
}
body#homepage #primaryNav a.nthChild-4:hover, body#homepage #primaryNav li.nthChild-4 a.hover {
	background-position: -377px -55px;
}


#ultraTopNav {
	position: absolute;
	top: 20px;
	right: 0;
}

#ultraTopNav li {
	float: left;
	padding: 0 6px;
	font-size: 12px;
}

#ultraTopNav li a {
	color: #CCC;
}

#ultraTopNav li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#ultraTopNav li.nthChild-5 {
	position: absolute;
	right: 0;
	top: 35px;
	height: 20px;
	width: 135px;
	font-weight: bold;
	text-transform: lowercase;
}

#ultraTopNav li.nthChild-5 a:before {
	content: "+ ";
}

#ultraTopNav li.nthChild-5 a {
	text-align: center;
	display: block;
	line-height: 19px;
	color: #E4E4E4;
	background-color: transparent;
	background-image: url(../image/obl-bg-ds.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#ultraTopNav li.nthChild-5 a:hover {
	background-position: 0 -21px;
	color: #FFF;
	text-decoration: none;
}

#obLogin {
height:24px;
position:absolute;
right:0;
top:55px;
width:133px;
}


#obLogin a {
background:url("../image/obl-new.png") no-repeat scroll right 0 transparent;
display:block;
height:24px;
text-indent:-999em;
width:133px;
}

/*#obLogin {
	position: absolute;
	right: 0;
	top: 55px;
	width: 284px;
	background: transparent url(../image/obl-bg.png) right 0 no-repeat;
	min-height: 68px;
	height: auto  !important;
	_height: 68px;
}

#obLogin h2 {
	margin: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #9EBE24;
	display: block;
	float: left;
	width: 50px;
	margin: 17px 15px 10px;
}

#obLogin fieldset {
	border: none;
	height: 46px;
	padding: 11px 8px 11px 0;
	
}

#obLogin label {
	font-size: 1.2em;
	color: #FFF;
}

#obLogin fieldset input {
	margin-bottom: 0.5em;
	background: transparent url(../image/obl-input-bg.png) 0 0 no-repeat;
	width: 112px;
	height: 14px;
	padding: 5px;
	border: none;
	color: #003366;
	display: inline;
	float: left;
	position: relative;
}

#obLogin fieldset input.f-submit {
	float: right;
	display: block;
	width: 58px;
	height: 47px;
	overflow: hidden;
	background: transparent url(../image/obl-login-button.png) 0 0 no-repeat;
	text-indent: -999em;
}
#obLogin fieldset input.f-submit:hover {
	background-position: 0 -67px;
}

#obLogin fieldset div {
	float:left;
	margin-top: 12px;
	position:relative;
}

#obLogin label.overlabel-apply {
	color: #003366;
	left:7px;
	position:absolute;
	top:7px;
	z-index:1;
}

#obNav {
	background: #4085C0 url(../image/obl-nav-bg.png) center top repeat-x;
	display: block;
	width: 184px;
	padding: 10px 50px;
	height: auto;
}

#obNav li {
	font-size: 1.2em;
	line-height: 1.3em;
}

#obNav li a {
	color: #fff;
}
#obNav li a:hover {
	text-decoration: underline;
}

#oblOpenClose a {
	display: none;
	padding: 2px 50px;
	width: 184px;
	height: 14px;
	background: transparent url(../image/obl-nav-link-bg.png) center bottom no-repeat;
	overflow: hidden;
	color: #fff;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	cursor: pointer;
}
#oblOpenClose a:hover {
	background-position: center -18px;
}
#oblOpenClose a.active {
	background-position: center top;
}*/
/*====== Content ================*/

body#homepage #wrapper {
	background: none;
	height: 570px;
}

#wrapper {
	width: auto;
	margin: 0 auto;
	/* background: url("../image/background.jpg") no-repeat fixed center top #C8E1F5; */
	background: url("../image/background_winter.jpg") no-repeat fixed center top #C8E1F5;
	/*background: #29371D url(../image/background.jpg) center top no-repeat;*/
	display: block;
	height: 100%;
}

#flashBanner {
	width: auto;
	height: 570px;
	margin: 0 auto;
	display: block;
	z-index: 100;
	overflow: hidden;
}

#flashBanner div img {
	margin: 0 auto;
	text-align: center;
}

#container {
	margin: 0 auto;
	min-height: 57em;
	height: auto !important;
	_height: 57em;
	width: 96em;
	overflow: hidden;
}

#leftColumn {
	margin: 55px auto 25px;
	width: 23em;
	overflow: hidden;
	float: left;
}

#mainContent {
	margin: 25px auto;
	width: 71em;
	overflow: hidden;
	float: right;
}


#mainContent a {
    color: #999999;
}

#mainContent a:hover {
    color: #024579;
}

body#MemberCenter #mainContent a {
	color: #9CBC23;
}

body#MemberCenter #mainContent a:hover {
    color: #9CBC23;
}

/*====== Left Column =================*/

.leftTop {
	width: auto;
	height: 12px;
	background: transparent url(../image/left-bg-top.png) 0 0 no-repeat;
}
.leftMid {
	width: auto;
	height: auto;
	background: transparent url(../image/left-bg-mid.png) 0 0 repeat-y;
	overflow: hidden;
}
.leftBottom {
	width: auto;
	height: 15px;
	background: transparent url(../image/left-bg-bottom.png) 0 0 no-repeat;
}

#leftNav {
	margin:0;
	padding: 0 20px;
}

#leftNav li a {
	display:block;
}
#leftNav li h2 {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 1.5em;     
	margin: 0;
	padding:0;
	border-bottom:1px solid #DFE0E3;
	font-weight: bold;
}
#leftNav li.lastChild h2, #leftNav li h2.hasUl {
	border-bottom: none;
}

#leftNav li h2 a {
	color: #0964AB;
	padding:.4em;
}
#leftNav li.inPath h2 a {
	color: #9CBC23;
}
#leftNav li h2 a:hover {
	color: #9CBC23;
}

#leftNav li li h3 {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:normal;
	margin: 0;
	padding:0;
	border-bottom: none;
}
#leftNav li li h3 a {
	color: #999999;
	padding:0.3em;
}
#leftNav li ul.nthTier-2 {
	border-bottom: 1px solid #DFE0E3;
	margin: 0;
	padding: 0 0 0 1em;
}
#leftNav li.lastChild ul.nthTier-2 {
	border-bottom: none;
}

#leftNav li ul.nthTier-2 li {
	margin:.2em .4em;
}

#leftNav li li.inPath a, #leftNav li li a:hover {
	color: #0964AB;
}

#leftColumn h2 {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 1.5em;     
	font-weight: normal;
	padding: 0 0 0.4em 0;
	border-bottom:1px solid #DFE0E3;
	color: #0964AB;
	margin: 8px 15px;
}

#leftColumn ul#quickLinks {
	left: 0;
	position: relative;
	top: 0; 
	width: auto;
	padding: 8px 15px 0;
}
#leftColumn ul#quickLinks a {
	color: #666;
	padding-left: 25px;
}
#leftColumn ul#quickLinks a:hover {
    color: #333;
}
/*====== Main Content =================*/

#mainTop {
	height: 12px;
	background: transparent url(../image/main-bg-top.png) 0 0 no-repeat;

}
#mainMid {
	height: auto;
	background: transparent url(../image/main-bg-mid.png) 0 0 repeat-y;
	
}
#mainBottom {
	height: 15px;
	background: transparent url(../image/main-bg-bottom.png) 0 0 no-repeat;
}
#mainTop, #mainMid, #mainBottom {
	float: left;
	display: inline;
	width: 710px;
}
/*====== Category Page ==============*/

#categoryHead {
	position: relative;
	width: 385px;
	padding: 0 0 0 20px;
	height: 156px;
	overflow: hidden;
	background: transparent url(../image/featured-cat-bg.png) 5px 0 no-repeat;
	float: left;
}

img#categoryImage {
	float: left;
}

#catBreadcrumb {
	margin: 0;
}
#catBreadcrumb, #catBreadcrumb ul {
	display: inline;
}
#catBreadcrumb li {
	display: inline;
	font-weight: normal;
	font-size: 24px;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
}
#catBreadcrumb li a {
	color: #0964AB;
	padding-right: 10px;
}

#categoryHead #categoryTagline {
	width: 330px;
	position: relative;
	margin: 33px 10px 20px 40px;
}

#categoryHead #categoryTagline h2 {
	color: #CCCCCC;
	font-size: 22px;
	margin: 0;
	padding: 0;
	text-indent: 25px;
	display: inline;
	line-height: 22px;
}

#categoryHead #categoryTagline h2:before {
	content: '\201C'; /* &#8220 */
}
#categoryHead #categoryTagline h2:after {
	content: '\201D'; /* &#8221 */
}
#categoryHead #categoryTagline h2:before, #categoryHead #categoryTagline h2:after {
	color: #999;
	font-size: 60px;
	font-weight: normal;
	vertical-align: -100%;
	letter-spacing: 3px;
}
/*Personal Loans Category head*/
#categoryHeadPersonal {
	position: relative;
	width: 665px;
	padding: 0 0 0 20px;
	height: 156px;
	overflow: hidden;
	background: none;
	float: left;
}
/*END Personal Loans Category head*/

div#productCategory {
	float: left;
	display:inline;
	position:relative;
	height:auto;
	width: auto;
	overflow:hidden;
	padding: 0;
	margin: 20px 2px 10px;
}

div#productCategory ul {
	overflow: hidden;
}

div#productCategory li {
	float: left;
	width: 194px;
	border-right: 1px solid #ccc;
	padding: 0 20px;
	height: 20.5em;
	margin: 0 0 20px 0;
	display: inline;
	position: relative;
}
#compareListing div#productCategory li {
	height: 23.5em;
}

div#productCategory li.nthChild-3, div#productCategory li.nthChild-6, div#productCategory li.nthChild-9, div#productCategory li.nthChild-12 {
	border: none;
}

div#productCategory li a img {
	float: left;
	display: inline;
	width: 95px;
	margin-right: 12px;
}
div#productCategory h3 {
	margin: 0;
	font-size: 15px;
	float: left;
	display: inline;
	width: 87px;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
}
div#productCategory h3 a {
	color: #DE5B0E;
}
div#productCategory h3 a:hover {
	color: #FF9F49;
}

div#productCategory div.productContent {
	overflow: hidden;
	float: left;
	width: 194px;
	margin-top: 20px;
}

div#productCategory div.productContent p {
	margin-bottom: 1em;
}
div#productCategory div.productContent ul {
}

div#productCategory li li, #compareListing div#productCategory li li {
	float: none;
	width: auto;
	list-style: disc inside;
	border: none;
	font-size: 1.2em;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding: 0 0 2px 2px;
	margin: 0;
	height: auto;
	display: list-item;
}

div#productCategory div.productContent h4 {
	position: absolute;
	left: 2em;
	bottom: 1.5em;
	width: 120px;
	height: 27px;
	margin: 0;
	padding: 0;
}

div#productCategory div.productContent h4 a {
	display: block;
	text-indent: -999em;
	width: 120px;
	height: 27px;
	background-color: transparent;
	background-image: url(../image/cat-pg-learn-more.png);
	background-repeat: no-repeat;
	background-position: left top;
}

div#productCategory div.productContent h4 a:hover {
	background-position: 0 -27px;
}

/* li hover */
div#productCategory li {
	cursor: pointer;
}
div#productCategory li.hover h3 a {
	color: #FF9F49;
}
div#productCategory li.hover div.productContent h4 a {
	background-position: 0 -27px;
}

/* ===================== Compare Checking Accounts =================================== */ 
#compareListing {
	float: left;
	width: 100%;
}
#compareListing #compareWrapper {
	display: block;
	margin: 0 20px;
	padding: 10px 0;
	background: transparent url(../image/compare-wrapper-bg.png) 0 bottom repeat-x;
	position: relative;
}

#compareListing #compareWrapper h2 {
	float: left;
	display: inline;
	font-family: "Arial Rounded MT Bold",Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: normal;
	margin: 0 10px 0 0;
}
#compareListing #compareWrapper p {
	font-size: 1.1em;
	color: #666;
	margin: .3em 0 0;
}
#compareListing #compareWrapper h2 a {
	color: #666;
}
#compareListing #compareWrapper a.open, #compareListing #compareWrapper a.close {
	color: #666;
	position: absolute;
	top: 15px;
	right: 0;
	padding-right: 15px;
	background-image: url(../image/blue-black-arrows.png);
	background-color: transparent;
	background-repeat: no-repeat;
	font-size: 13px;
	font-weight: bold;
}
#compareListing #compareWrapper a.open {
	background-position: right -36px;
}
 #compareListing #compareWrapper a.close, #compareListing #compareWrapper a.open:hover {
	background-position: right 4px;
	color: #0964AB;
}

ul#comparisonNav {
    display: block;
	width: auto;
	height: 25px;
	margin: 15px 0 0;
}
ul#comparisonNav li {
	display: inline;
	float: left;
	width: auto;
}
ul#comparisonNav li a {
	display: inline;
	float: left;
	width: auto;
	font-size: 12px;
	padding: 0 30px 0 48px;
	height: 25px;
	line-height: 25px;
	border-right: 1px solid #ccc;
	color: #999;
	background-image: url(../image/compare-icons-selector.png);
	background-color: transparent;
	background-repeat: no-repeat;
}
ul#comparisonNav li a.free-account {
	background-position: 20px -197px;
}
ul#comparisonNav li a.interest-earning {
	background-position: 20px -247px;
}
ul#comparisonNav li a.reward-account {
	background-position: 20px -297px;
}
ul#comparisonNav li a.overdraft-protection {
	border: none;
	background-position: 20px -347px;
}
	/* hovers */
ul#comparisonNav li a:hover {
	color: #666;
}
ul#comparisonNav li a.free-account:hover {
	background-position: 20px 3px;
}
ul#comparisonNav li a.interest-earning:hover {
	background-position: 20px -47px;
}
ul#comparisonNav li a.reward-account:hover {
	background-position: 20px -97px;
}
ul#comparisonNav li a.overdraft-protection:hover {
	background-position: 20px -147px;
}
	/* selected */
ul#comparisonNav li.selected a {
	color: #DE5B0E;
}
ul#comparisonNav li.selected a.free-account {
	background-position: 20px -409px;
}
ul#comparisonNav li.selected a.interest-earning {
	background-position: 20px -459px;
}
ul#comparisonNav li.selected a.reward-account {
	background-position: 20px -509px;
}
ul#comparisonNav li.selected a.overdraft-protection {
	background-position: 20px -559px;
}


#compareListing p.free-account, #compareListing p.interest-earning, #compareListing p.reward-account, #compareListing p.overdraft-protection {
	float: left;
	display: inline;
	width: 25px;
	height: 25px;
	margin: 1.8em 1em 1.8em 0;
	text-indent: -999em;
	background-image: url(../image/compare-icons-listing.png);
	background-color: #fff;
	background-repeat: no-repeat;
}
#compareListing p.free-account {
	background-position: 0 0;
}
#compareListing p.interest-earning {
	background-position: -50px 0;
}
#compareListing p.reward-account {
	background-position: -100px 0;
}
#compareListing p.overdraft-protection {
	background-position: -150px 0;
}
/* Ready */
#productCategory.ready p.free-account {
	background-position: 0 -50px;
}
#productCategory.ready p.interest-earning {
	background-position: -50px -50px;
}
#productCategory.ready p.reward-account {
	background-position: -100px -50px;
}
#productCategory.ready p.overdraft-protection {
	background-position: -150px -50px;
}
/* Selected */
#compareListing #productCategory p.free-account-selected {
	background-position: 0 0;
}
#compareListing #productCategory p.interest-earning-selected {
	background-position: -50px 0;
}
#compareListing #productCategory p.reward-account-selected {
	background-position: -100px 0;
}
#compareListing #productCategory p.overdraft-protection-selected {
	background-position: -150px 0;
}

ul#comparisonNav li a, #compareWrapper a.open, #compareWrapper a.close {
	cursor: pointer;
}
#compareListing #compareWrapper, .productContent p {
	display: none;
}
/* ===================== Search =================================== */

/* Search */
#search ul {
	margin: 0;
	padding: 0 3em;
}
#search.individualPage ul li {
	padding-left: 0;
	list-style-type: none;
	border-top: 1px solid #C8C4C1;
	display: block;
	width: auto;
	position: relative;
	height: 110px;
	cursor: pointer;
}
#search.individualPage ul li li {
	border: none;
	height: auto;
}
#search ul li h3 {
	font-size: 1.4em;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	margin: 1em 0;
}
#search ul li h3 a {
	color: #0964AB;
	text-decoration: none;
}
#search ul li h3 a:hover, #search li.hover h3 a{
	text-decoration: underline;
}
#search ul li p.hide, #search.individualPage li.selected {
	display: none;
}
#search ul ul, #search ul p {
	margin-left: 2em;
}
#search ul ul {
	padding: 0;
}
#search ul li p {
	font-size: 100%;
	margin: 0;
}
#search h4 {
	margin: 0;
}
#search h4 a {
	position: absolute;
	right: 1em;
	bottom: 1em;
	display: block;
	text-indent: -999em;
	width: 120px;
	height: 27px;
	background-color: transparent;
	background-image: url(../image/cat-pg-learn-more.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#search h4 a:hover, #search li.hover h4 a {
	background-position: 0 -27px;
}

/*====== Product Page ========================*/

#productPage {
	float: left;
	height: auto;
	overflow: hidden;
	padding: 0;
	position:relative;
	width: auto;
}
#productPhoto {
	position: absolute;
	right: 30px;
	top: 10px;
	width: 240px;
	height: 125px;
}
#productSummary {
	width: 380px;
	padding: 8px 300px 5px 30px;
	height: auto;
	background: transparent url(../image/product-pg-bg.png) center bottom no-repeat;
	overflow: hidden;
}
#productSummary h1 {
	font-weight: normal;
	font-size: 24px;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	color: #0964AB;
	margin: 0;
}
#productPage h2 {
	font-size: 1.8em;
}
#productPage h3 {
	font-size: 1.4em;
}
#productPage p {
	margin: 1em 0;
	font-size: 1.2em;
}
#productPage #productSummary p {
	margin: 1em 0 2em;
}

#productPage a { 
	text-decoration: underline;
	color: #444444;
}
#productPage p.disclaimer {
	font-style: italic;
}
#productPage p.textVariant1 {
}
#productPage p.zeroPaddingParagraph {
	margin: 0;
}

#applyNowButton {
	margin: 0 1.5em 3.5em 0;
	float: left; 
}

#applyNowButton a {
	display: block;
	background-color: transparent;
	background-image: url(../image/product-buttons.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent:-999em;
	width: 120px;
	height: 34px;
	overflow: hidden;
}
#applyNowButton a:hover {
	background-position: 0 -50px;
}

#tellMeMoreButton {
	margin: 0 0 3.5em 0;
	float: left; 
}
#tellMeMoreButton a {
	display: block;
	background-color: transparent;
	background-image: url(../image/product-buttons.png);
	background-position: -150px 0;
	background-repeat: no-repeat;
	text-indent:-999em;
	width: 110px;
	height: 34px;
	overflow: hidden;
}

#tellMeMoreButton a:hover {
	background-position: -150px -50px;
}

#productDetails {
	clear: right;
	padding: 0 30px 60px 30px;
	margin-top: -4px;
}

#productDetails ul {
	margin: 1em 1.5em;
}

#productDetails li {
	list-style-position: outside;
	list-style-type: disc;
	margin: 0.4em 0;
	font-size: 1.2em;
}


/*============================== Add This Button(s) =============================================*/
.addthis_toolbox {
    float: right;
    margin-left: 1.5em;
    margin-top: .5em;
    width: auto;
    height: 20px;
    border: #ccc;
    padding: .5em .5em .2em;
}

.addthis_toolbox a {
	float: left;
	display: inline;
	position: relative;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	padding: 0 5px;
	cursor: pointer;
	opacity: 0.7;

}

.addthis_toolbox a:hover {
	opacity: 1;
}

.addthis_toolbox .addthis_button_compact /* share */ {
	background: transparent url(../image/icon-share.png) no-repeat scroll left top;
	font-size: 12px;
	padding-top: 2px;
	text-indent: 15px;
	width: 60px;
}
.addthis_toolbox .addthis_button_facebook {
	background: transparent url(../image/icon-facebook.png) left top no-repeat;
}
.addthis_toolbox .addthis_button_linkedin {
	background: transparent url(../image/icon-linkedin.png) left top no-repeat;
}
.addthis_toolbox .addthis_button_twitter {
	background: transparent url(../image/icon-twitter.png) left top no-repeat;
}
.addthis_toolbox .addthis_button_print {
	background: transparent url(../image/icon-print.png) left top no-repeat;
}
/*============================================================================================*/

/* End of Toolbox Styling Goes Here*/

/* Tabs */
dl#productTabs {
	width: 50em;
	display: block;
	list-style: none;
	position: relative;
	margin: 0;
}

dl#productTabs dt {
	color: #999999;
	font-size: 1.4em;
	font-weight: normal;
	padding: 0;
}
dl#productTabs dt:hover {
	color: #666;
}

dl#productTabs dt div {
	padding: .7em 2em;
}

dl#productTabs dt:hover {
	text-decoration: none;
}

dl#productTabs dd {
	font-size: 1em;
	margin: 0;
	padding: 1em 0 0 1.2em;
}

dl#productTabs dd a {
	text-decoration: underline;
}

dl#productTabs dt.selected {
	text-decoration: none;
	color: #666;
	background: transparent url(../image/product-tab-right-long.png) right bottom no-repeat;
}
dl#productTabs dt.selected div {
	background: transparent url(../image/product-tab-left.png) left bottom no-repeat;
}

.pane {
	position: absolute;
	overflow: hidden;
	top: 4em;
	left: 0;
	color: #666;
}

.label {
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
/*====== Individual Page =================*/
.individualPage {
	float: left;
	height: auto;
	overflow: hidden;
	padding: 5px 30px;
	position:relative;
	width: 650px;
	background: transparent url(../image/indiv-pg-bg.png) no-repeat scroll 5px 5px;
	display: inline;
	min-height: 48em;
	height: auto !important;

}
.individualPage h1.pageHead, .individualPage h1 {
	color: #0964AB;
	font-family: "Arial Rounded MT Bold",Arial,Helvetica,sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 34px 0;
}
body#MemberCenter .individualPage h2, body#AboutUs .individualPage h2 {
	color: #9CBC23;
	margin: 10px 0 4px;
}

.individualPage h2 {
	font-size: 1.8em;
}

body#MemberCenter .individualPage h3 {
	color: #9CBC23;
	font-size: 1.4em;
	margin: 15px 0 0;
}

.individualPage h3 {
	font-size: 1.4em;
	margin: 2em 0 1em;
}
.individualPage p {
	margin: 1em 0;
	font-size: 1.2em;
}
.individualPage a { 
	text-decoration: underline;
}
.individualPage p.disclaimer {
	font-style: italic;
}
.individualPage p.textVariant1 {
	font-style: italic;
	color: #999;
}
.individualPage p.zeroPaddingParagraph {
	margin: 0;
}

.individualPage ul, .individualPage ol {
	margin: 1em 0 1em 2em;
}

.individualPage li {
	font-size: 1.2em;
}

.individualPage li li {
	font-size: 1em;
}

.individualPage ul li {
	list-style-type: disc;
	margin: 0.4em 0;
}

/* ======================== Individual Page - Specific ================================== */
#aboutUs.individualPage {
	float: left;
	height: auto;
	overflow: hidden;
	padding: 5px 280px 5px 30px;
	position:relative;
	width: 400px;
	background: transparent url(../image/indiv-pg-bg-short.png) no-repeat scroll 5px 5px;
	display: inline;
}
#aboutUs.individualPage img#indivImage {
	position: absolute;
	right: 20px;
	top: 7px;
}
#aboutUs.individualPage .team {
	float: left;
	width: 175px;
	margin-right: 25px;
	position: relative;
}
#aboutUs.individualPage h2, #aboutUs.individualPage h3 {
	color: #0964AB;
	margin: 2em 0 0;
}
#aboutUs.individualPage .team p strong {
	color: #9CBC23;
	font-size: 115%;
}

ul#videoList {
	padding: 0;
	margin: 0;
	width: 100%;
}

ul#videoList li {
	float: none;
	display: block;
	list-style: none;
	margin: 0 3em 2em 0;
}

ul#videoList li img {
	clear: both;
	display: block;
	margin: 0 auto;
}

ul#videoList li a {
	clear: both;
	display: block;
	margin: 1em auto 0;
	text-align: center;
}

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

#footer {
	position: relative;
	width: 100%;
	margin: -25px auto 0;
	color: #FFF;
	background: transparent url(../image/footer-bg.png) 0 0 repeat-x;
	padding: 30px 0 15px;
}

#footerInner {
	position: relative;
	height: 15.3em;
	width: 96em;
	margin: 0 auto;
	background: transparent url(../image/blue-border.png) 0 0 no-repeat;
}

.footerBlock {
	position: relative;
	height: 15.3em;
	float: left;
	display: inline;
	margin: 0 auto;
	background: transparent url(../image/blue-border.png) right top no-repeat;
}

#footerQL {
	width: 286px;
}
#footerNav {
	width: 190px;
	height: 13.3em;
}
#footerSocial {
	width: 78px;
	display: block;
	padding: 8px 32px 0;
	height: 14.5em;
}
#footerInfo {
	width: 214px;
	padding: 8px 40px 0;
	height: 14.5em;
}

/* ================= #footerQL ============= */
#searchForm {
	position: absolute;
	height: 26px;
	width: 162px;
	top: 8px;
	left: 44px;
}

#searchForm input#roi_input {
	background-image: url(../image/search-bg.png);
	border: 0 none;
	color: #003366;
	height: 14px;
	left: 0;
	padding: 6px 10px;
	position: absolute;
	top: 0;
	width: 115px;
	font-style: italic;
}

#searchForm input#searchButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 27px;
	height: 26px;
}

ul#quickLinks {
	position: absolute;
	width: 230px;
	top: 50px;
	left: 46px;
}

ul#quickLinks li {
	margin: 0 0 8px 0;
	height: 18px;
}

ul#quickLinks li a {
	font-size: 1.3em;
	display:block;
    padding: 2px 0 0 30px;
	height: 16px;
	background-color: transparent;
	background-image: url(../image/ql-icons.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #FFF;
}

ul#quickLinks li a.nthChild-1 {
	background-position: 0 -158px;
}
ul#quickLinks li a.nthChild-2 {
	background-position: 0 -40px;
}
ul#quickLinks li a.nthChild-4 {
	background-position: 0 -80px;
}
ul#quickLinks li a.nthChild-3 {
	background-position: 0 -120px;
}

ul#quickLinks li a:hover {
	color: #FF9F48;
}

/* ================= #footerNav ============= */

#footerNav {
	margin: 0 0 0 40px;
	padding-top: 10px;
}

#footerNav li {
	display: block;
	padding: 0 0 20px 0;
}

#footerNav li a {
	color: #FFF;
	font-size: 1.3em;
}

#footerNav li a:hover {
	color: #FF9F48;
	text-decoration: none;
}

/* ================= #footerSocial ============= */

#footerSocial li {
	display: inline;
	float: left;
	width: 34px;
	height: 34px;
	margin: 0 0 20px 0;
}

#footerSocial li.even {
	margin: 0 10px 20px 0;
}

#footerSocial li a {
	display: block;
	width: 34px;
	height: 34px;
	background-color: transparent;
	background-image: url(../image/social-media-icons.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -999em;
	opacity: 0.8;
}

#footerSocial li a.nthChild-1 {
	background-position: 0 0;
}
#footerSocial li a.nthChild-2 {
	background-position: 0 -50px;
}
#footerSocial li a.nthChild-3 {
	background-position: 0 -298px;
}
#footerSocial li a.nthChild-4 {
	background-position: 0 -345px;
}


*/

#footerSocial li a:hover {
	opacity: 1;
}


/* ================= #footerInfo ============= */

#footer h4 {
	color: #FF9F46;
	font-size: 1.5em;
	padding-bottom: 5px;
	margin: 0;
	font-weight: normal;
}
#footer p {
	color: #FFF;
	font-size: 1.2em;
	padding-bottom: 0;
	margin: 0;
}
#footer p.padded {
	padding-bottom: /* 18px */ 6px;
}

#footer #firstROI {
	position: absolute;
	top: 123px;
	right: 40px;
	height:29px;
	width:103px;
}

#footer img.froiLogo {
	display: none;
}

#footer #eh {
	position: absolute;
	top: 128px;
	left: 95px;
}

#footer #ncua {
	position: absolute;
	top: 129px;
	left: 40px;
}

#footerNav a:hover {
	text-decoration: underline;
}
/*=================== footerFdicTagp =============================*/
#footerFdicTagp {
	margin: 30px auto 0;
	text-align: center;
	width: auto;
}
#footerFdicTagp p {
	font-size: 1.1em;
	text-align: center;
	margin: 0;
	padding: 0;
}
#footerFdicTagp a {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline; 
	margin-left: 10px;
}
#footerFdicTagp a:hover {
	color: #FF9F46;
}
/*====== Sitemap =======================*/
#sitemap {
	margin-top: 2em;
}

#sitemapNav {
	margin-top: 3em;
}

#sitemapNav li {
	width: 16em;
	float: left;
	margin-right: 2.5em;
}

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

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

#sitemap div.clear div {
	width: 16em;
	float: left;
	margin-right: 2.5em;
}

#sitemap div.clear ul {
	padding-bottom: 2.5em;
}

/*====== Locations ===========================*/
#map {
	border: 1px solid #C8C4C1;
	height: 20.5em;
}
#locations ul#locList {
	margin: 1em 0;
}
#locations ul#locList li {    
	list-style-type: none;    
	padding:1em 0;
	overflow:hidden;
	border-top: 1px solid #C8C4C1;
	margin: 0;
	font-size: 100%;
	min-height: 110px;
	height: auto !important;
	_height: 110px;
} 
#locations ul#locList li h2 {
	font-family: "Arial Rounded MT Bold",Arial,Helvetica,sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	color: #0964AB;
	margin: 0 0 .5em 0;
} 
#locations ul#locList li h2 a {
	color: #0964AB;
}
#locations ul#locList li h2 a:hover {
	color: #FF9F46;
}
#locations ul#locList li h3 {
	margin: 0 0 0.5em 0;
	font-size: 1.1em;
}
#locations ul#locList li p {
	font-size: 100%;
	line-height: 105%;
	margin: 0 0 0.2em;
}
#locations .contactDetails {
	float: left;
	width: 160px;
	display: inline;
	margin-right: 20px;
	font-size: 1.2em;
}
#locations .lobbyHours {
	float: left;
	width: 224px;
	display: inline;
	margin-right: 20px;
	font-size: 1.2em;
}
#locations .driveHours {
	float: left;
	width: 224px;
	display: inline;
	margin-right: 0;
	font-size: 1.2em;
}
#locations .lobbyHours dl dt, #locations .driveHours dl dt {
	float: left;
	display: inline;
	width: 111px;
	margin: 0 0 0.2em;
}
#locations .lobbyHours dl dd, #locations .driveHours dl dd {
	-moz-margin-start: 0;
	display: inline;
	float: left;
	margin: 0 0 0.2em;
	padding: 0;
	width: 113px;
}
#locations .phones .tel .type {
}
#locations .phones {
	margin-top: 10px;
}

.googleMap-InfoWindow {
	position: relative;	top: 0;
	left: 0;
}

.googleMap-InfoWindow h2, .googleMap-InfoWindow p, .googleMap-InfoWindow p.map-phones {
	margin: .2em 0;
}

.individualPage .googleMap-InfoWindow h2 {
	font-size: 1.5em;
}

.individualPage .googleMap-InfoWindow p {
	font-size: 1.2em;
}

.individualPage .googleMap-InfoWindow p.map-phones {
	height: 1.2em;
	overflow: hidden;
}
/* =================== Contact Us Page ================================== */
#contactInfo {
	border-right: 1px solid #C8C4C1;
	float: left;
	margin-bottom:  20px;
	padding: 7px 30px 0 0;
	width: 250px;
}
#contactInfo h2 {
	color:#0964AB;
	font-family:"Arial Rounded MT Bold",Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size: 1.4em;
	margin-bottom: 0.3em;
}
#contactInfo ul {
	margin: 40px 0 0;
}
#contactInfo ul li {
	list-style-type: none;
	margin: 0.4em 0 0.4em 0;
	font-size: 100%;
	padding-bottom: 1em;
}
#contactInfo p {
	margin: 0;
}
#contactInfo p.textVariant1 {
	color: #666666;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #C8C4C1;
	font-size: 12px;
}

#contactInfo p.zeroPaddingParagraph {
	margin: 0;
}
/* formContactUs */
#formContactUs {
	border-left: 1px solid #C8C4C1;
	float: right;
	margin-left: -1px;
	padding-left: 30px;
	width: 339px;
	padding-bottom: 10px;
}
.individualPage #formContactUs {
	margin-bottom:20px;
}
#formContactUs legend {
	color: #333;
	font-weight: bold;
}

#formContactUs fieldset {
	padding: 1.5em 0 1em;
	border: 0 none;
}

#formContactUs ul {
	margin: 0;
}

#formContactUs li {              
	width: 100%;
	list-style-type: none;
	list-style-position: outside;
}

#formContactUs label {
	float: left;
	padding: 0 0 0.5em 0;
	width: 259px;		
}

#formContactUs input, #formContactUs textarea {
	float: left;
	margin-bottom: 1em;
}

#formContactUs input {
	width: 26em;
}

#formContactUs textarea {
	width: 22.4em;
	height: 10em;
}

#formContactUs fieldset p {
	margin-left: 18em;
}

#formContactUs button.submitButton {
	float: none;
	margin: 0;	
	height: 25px;
	width: 95px;
	overflow: hidden;
	background: transparent url(../image/submit-button.png) left top no-repeat;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	margin-top: 15px;
	font-size: 0;
	line-height: 0;
}
#formContactUs button.submitButton:hover {
	background-position: 0 -25px;
}
#formContactUs label.error {
	color: #F72222;
	font-weight:bold;
	margin:-0.5em 0 1em;
	padding: 0 0 0 14em;
	text-align: left;
	width: 11em;
}
#formContactUs #captcha {
	clear: both;
	width: 259px;
}
#formContactUs #captcha h4 {
	font-size: 1.2em;
}
#formContactUs #captcha input {
	float: none;
	display: block;
	margin: 1em 0;
}

#formContactUs #captcha p {
	margin: 0;
}

#formContactUs #captcha p.error {
	color:#F72222;
}
/* End formContactUs */

/*======== Page Specific ================================*/
#thankYou.individualPage {
}
#thankYou.individualPage h1 {
	color: #A8C92D;
	font-family: "Arial Rounded MT Bold",Arial,Helvetica,sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 20px;
}
#thankYou.individualPage img {
	position: absolute;
	right: 30px;
	bottom: 0px;
	overflow: visible;
}
#thankYou.individualPage p {
	margin-top: 40px;
	width: 300px;
}
/* =========== Print this Page =================== */

#printThisPage {
	width: 36px;
	height: 15px;
}

/*======== Special ================================*/

/*======== Special ================================*/

body.popup {
	background: #FFF;
	border: 0 none;
	overflow: hidden;
}

body.popup #validateForm {
	border: 0;
}
body.popup #thankYou {
	background:transparent url(../image/thank-you-small.png) no-repeat scroll 250px 117px;
	border-bottom:0 none;
	padding:0;
	height: 430px;
}
body.popup #thankYou h1.pageHead {
	padding: 15px 0 15px 10px;
}
body.popup #thankYou img {
	bottom: 0;
	display: block;
	margin: 0 auto;
	position: absolute;
	left: 160px;
}


.popup p {
	margin: 1em;
}

body.popup form {
	overflow: hidden;
}

body.popup form h4.title, body.popup h3, div.individualPage h4.title {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	color: #A4C726;
	display: block;
	font-family: "Arial Rounded MT Bold",Arial,Helvetica,sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 0 20px;
	padding: 10px;
}

body.popup #thankYou h3 {
	font-size: 37px;
	width: 200px;
}
body.popup #thankYou p {
	font-size: 13px;
	margin-left: 20px;
	text-align: center;
	width: 220px;
}

body.popup fieldset {
	border: 0 none;
	float: left;
	width: 25.2em;
	padding: 0;
	margin: 0;
}

body.popup #formSection {
	overflow: hidden;
	padding: 3em 3em 0;
}

body.popup fieldset#popupStandard input, body.popup fieldset#popupStandard textarea {
	font-family: Helvetica,Arial,sans-serif;
}

/* START popup input verification display */
/*not selected*/
body.popup fieldset#popupStandard input {
	background: url(../image/popup-input-bg.png) no-repeat;
	display: block;	
	padding: 7px 17px 0 7px;
	width: 227px;
	height: 22px;
	margin-bottom: .5em;
	border: none;
	font-size: 1.4em;
} 

body.popup fieldset#popupStandard textarea {
	background: url(../image/popup-textarea-bg.png) no-repeat;
	display: block;	
	padding: 3px 17px 3px 7px;
	height: 84px;
	width: 227px;
	margin-bottom: 0.5em;
	border: none;
	font-size: 1.5em;
}
body.popup #popupStandard input.error{
	background: url(../image/popup-input-bg.png) no-repeat 0 -150px;
}
body.popup #popupStandard input.valid{
	background: url(../image/popup-input-bg.png) no-repeat 0 -30px;
}
body.popup #popupStandard textarea.error {
	background: url(../image/popup-textarea-bg.png) no-repeat 0 -455px;
}
body.popup #popupStandard textarea.valid {
	background: url(../image/popup-textarea-bg.png) no-repeat 0 -91px;
}

/*selected*/
body.popup #popupStandard input.selected{
	background: url(../image/popup-input-bg.png) no-repeat 0 -60px;
}
body.popup #popupStandard input.selected.valid{
	background: url(../image/popup-input-bg.png) no-repeat 0 -90px;
}
body.popup #popupStandard input.selected.error{
	background: url(../image/popup-input-bg.png) no-repeat 0 -120px;
}
body.popup #popupStandard textarea.selected {
	background: url(../image/popup-textarea-bg.png) no-repeat 0 -182px;
}
body.popup #popupStandard textarea.selected.valid {
	background: url(../image/popup-textarea-bg.png) no-repeat 0 -273px;
}
body.popup #popupStandard textarea.selected.error {
	background: url(../image/popup-textarea-bg.png) no-repeat 0 -364px;
}
body.popup #captcha input.selected {
	background: url(../image/popup-captcha-bg.png) no-repeat 0 -62px;
}
/* END popup input verification display */

body.popup .rightSide {
	float: right;
	display: inline;
	overflow: hidden;
}

body.popup img#popupLogo {
	margin: 14px auto 0;
	display: block;
	float: none;
}

body.popup input.submitButton, body.popup button.submitButton {
	border: 0 none;
	display: block;
	margin: 15px auto 0;
	width: 95px;
	height: 25px;
	float: none;
	text-indent: -9999px;
	background: transparent url(../image/submit-button.png) no-repeat 0 0;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
}

body.popup input.submitButton:hover, body.popup button.submitButton:hover {
background-position: 0 -25px;
}

body.popup fieldset#popupStandard label {
	font-size: 1.2em;
	display: block;
	margin-bottom: 0.5em;
}
body.popup fieldset#popupStandard label.error {
	color: #F72222;
	text-align: right;
	margin-bottom: 0;
}

body.popup fieldset#popupStandard p {
	margin: 0 0 2em 0;
}

/* Captcha */

body.popup #captcha {
	width: 20em;
	float: none;
	padding-bottom: 1em;
}

body.popup #captcha input {
	float: none;
	background: transparent url(../image/popup-captcha-bg.png) 0 0 no-repeat;
	width: 193px;
	height: 23px;
	border: none;
	display: block;
	margin: 1em 0;
	padding: 7px 0 0 7px;
	font-size: 1.4em;
}

body.popup #captcha p {
	margin: 0;
	font-size: 12px;
}
body.popup #captcha p.error {
	color:#F72222;
}

body.popup #captcha h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

body.popup h2 {
	margin: 2em 0 1em 0;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
}



/* ============ OLB Popup ============== */

body.popup .individualPage {
	background: none;
	display: block;
	float: none;
	padding: 0;
}

body.popup .individualPage div#videoScheme {
	display: block;
	padding: 0;
	margin: 1em auto 0;
	text-align: center;
}

body.popup .individualPage h1.pageHead {
	text-align: center;
	margin: 1em 0 0.5em;
}

body.popup #onlineBankingWrapper {
background: #c3c3c3 url(../image/popup-lock.png) left bottom no-repeat;
border: 1px solid #999999;
width: 300px;
margin: auto;
}

body.popup .individualPage #radioButtons {
width: 200px;
margin: 20px 50px 10px;
font-size: 14px;
}

body.popup .individualPage #radioButtons label#loginToPersonalLabel {
margin-right: 20px;
}

body.popup .individualPage form#personalLoginForm {
width: 300px;
margin: 2em auto;
}

body.popup .individualPage form#personalLoginForm input.accessID {
	width: 200px;
	margin: 10px auto 20px;
	display: block;
	color: #999999;
}

body.popup .individualPage form#personalLoginForm input.submit {
	border: 0 none;
	display: block;
	margin: 0 100px;
	width: 100px;
	height: 30px;
	float: none;
	text-indent: -9999px;
	background: transparent url(../image/login-button.png) no-repeat 0 0;
	overflow: hidden;
	cursor: pointer;
}

body.popup .individualPage form#personalLoginForm input.submit:hover {
	background-position: 0 -30px;
}

/* Clear fix */

.clear:after {
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clear {
	display: block;
}

/* Hides from Internet Explorer for the Mac \*/
.clear {
	min-height: 1%;
}

* html .clear {
	height: 1%;
}
/* End IE Mac hide */

/*======== For Alert New Pop Up ================================================*/

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px;
	max-width: 600px;
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #ccc url(../image/alert-title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}
#popup_content {
	background: transparent url(../image/alert-info.gif) 16px 16px no-repeat;
	padding: 1em 1.75em;
	margin: 0em;
}
#popup_content.alert {
	background-image: url(../image/info.gif);
}
#popup_content.confirm {
	background-image: url(../image/alert-important.gif);
}
#popup_content.prompt {
	background-image: url(../image/alert-help.gif);
}
#popup_message {
	padding-left: 48px;
}
#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}
#popup_prompt {
	margin: .5em 0em;
}

/*======== End of New Pop Up ============*/ 

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

#rates.individualPage h2 {
	border-top: 1px solid #C8C4C1;
	padding: 20px 0 5px 5px;
}

#rates table {
	margin: 0 auto .5em;
	width: 100%;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #666666;
	text-align: left;
	vertical-align: top;
	border: 1px solid #C8C4C1;
}

#rates table th, #rates table td {
	padding: .5em 1.5em;
	text-align: left;
	vertical-align: top;
}

#rates table tr.nth-row-even th,
#rates table tr.nth-row-even td {
	background: #EAF0F1;
}

#rates table tr.nth-row-1 {
	background: #A4C726 !important;
	color: #fff;
	font-family: "Arial Rounded MT Bold",Arial,Helvetica,sans-serif;
	font-weight: bold;
	height: 40px;
}
#rates table tr.nth-row-1 a {
	color: #FFF;
}
#rates table tr.nth-row-1 .nth-column-1 {
	font-size: 15px;
	padding: 10px 18px;
}
#rates table tr.nth-row-1 .nth-column-2,
#rates table tr.nth-row-1 .nth-column-3 {
	padding: 10px 18px;
}
#rates table .nth-column-1 {
	width: 59%;
	border-right:1px solid #C8C4C1;
}
#rates table .nth-column-2 {
	width: 22%;
	text-align: right;
	border-right:1px solid #C8C4C1;
}
#rates table .nth-column-3{
	width: 20%;
	text-align: right;
}
#rates table td.nth-column-2,
#rates table td.nth-column-3 {
	text-align: right;
}

/* fee schedule */
#rates table#feeSchedule .nth-column-1 {
	width:33%;
}
#rates table#feeSchedule .nth-column-2,
#rates table#feeSchedule td.nth-column-2 {
	text-align:center;
}

/* text */
#rates .sub {
	padding-left: 50px;
}
#rates.individualPage p.secondary {
	font-size: 0.8em;
	font-style: italic;
	margin: 0 0 0 3.5em;
}
#rates p.disclaimer {
	margin-left: 7em;
	font-style: italic;
	color:#666666;
	font-size:1.2em;
	line-height:1.4em;
	margin: 0 0 2em 0;
	font-weight: normal;
}

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

body#formBuilderPage fieldset#newApplication {
	background: none !important;
}

body#formBuilderPage fieldset#newApplication div#introduction {
	min-height:10em !important;
}

/* From inmo.css */
.inform-product-title {
	display:none;
}

body#formBuilderPage #intro ul, #intro p, #intro h2 {
    margin: 10px 0;
}
body#formBuilderPage #intro h1 {
    margin-bottom: 32px;
}
body#formBuilderPage #intro ul,
body#formBuilderPage form.inmo-application ul.eligibilityRequirementList {
    margin-left: 10px;
    padding-left: 10px;
}
body#formBuilderPage #intro ul li,
body#formBuilderPage form.inmo-application ul.eligibilityRequirementList li {
    list-style: disc outside none;
    margin-left: 10px;
    min-height: 0;
    padding: 2px 0 2px 10px;
}
body#formBuilderPage label, input, textarea {
    display: block;
}
body#formBuilderPage label {
    margin-bottom: 3px;
}
body#formBuilderPage input, textarea, select {
    margin-bottom: 9px;
}
body#formBuilderPage input.hidden {
    height: 0;
    margin: 0;
    padding: 0;
    width: 0;
}
body#formBuilderPage .red {
    color: #FF0000;
}
 body#formBuilderPage p {
	    margin: 10px 0;
}
body#formBuilderPage form,
body#formBuilderPage fieldset,
body#formBuilderPage input,
body#formBuilderPage textarea,
body#formBuilderPage p {
    padding: 0;
	font-size: 12px;
	line-height: 18px;
}
body#formBuilderPage fieldset {
    border: 0 none;
}
body#formBuilderPage label,
body#formBuilderPage input,
body#formBuilderPage textarea {
    display: block;
}
body#formBuilderPage label {
    margin-bottom: 3px;
}
body#formBuilderPage input,
body#formBuilderPage textarea,
body#formBuilderPage select {
    margin-bottom: 9px;
}

body#formBuilderPage .inform_errorpage h2 {
    margin:20px 20px 0;
    padding-bottom: 2px;
}
body#formBuilderPage form.inmo-application {
    clear: both;
	width:625px;
	margin:0 auto;
}
body#formBuilderPage .inform_errorpage {
    clear: both;
	width:650px;
	margin:0 auto;
	padding: 0 0 10px;
}
body#formBuilderPage form.inmo-application fieldset {
   /* padding: 12px 0;*/
}
body#formBuilderPage form.inmo-application fieldset fieldset {
    padding: 0;
}
body#formBuilderPage form.inmo-application h2 {
    border-bottom: 1px solid #666666;
    margin: 20px 0;
    padding-bottom: 2px;
}
body#formBuilderPage form.inmo-application h2 input,
body#formBuilderPage form.inmo-application h2 label,
body#formBuilderPage form.inmo-application h2 span.note {
    color: #666666;
    display: inline;
    float: none;
    font: 10px Tahoma,Arial,Helvetica,sans-serif;
    margin-bottom: 0;
    margin-left: 10px;
}
body#formBuilderPage form.inmo-application fieldset h2 a {
    text-decoration: none;
}
body#formBuilderPage form.inmo-application fieldset h2 a span {
    text-decoration: underline;
}
body#formBuilderPage form.inmo-application li {
    clear: both;
    list-style: none outside none;
    min-height: 20px;
    padding-bottom: 8px;
}
/* golf page stuff */
body#formBuilderPage form.inmo-application li.player {
	clear: both;
	float: left;
	width: 225px;
	padding-left: 60px;
	margin-right: 25px;
}
body#formBuilderPage form.inmo-application li.handicap {
	clear: none;
	float: left;
	width: 125px;
}
body#formBuilderPage form.inmo-application li.player input {
	width: 150px;
}
body#formBuilderPage form.inmo-application li.handicap input {
	width: 50px;
}
body#formBuilderPage form.inmo-application li.player .help,
body#formBuilderPage form.inmo-application li.handicap .help {
    float: left;
	padding: 5px 0 10px 20px;
}
body#formBuilderPage form.inmo-application li.error.player .help,
body#formBuilderPage form.inmo-application li.error.handicap .help {
    background: url("/includes/lib/js/help-error.gif") no-repeat scroll 0 6px transparent;
}
body#formBuilderPage form.inmo-application li.player label,
body#formBuilderPage form.inmo-application li.handicap label {
	width: 50px;
	padding-right: 10px;
}
body#formBuilderPage form.inmo-application #golfBottom p span {
	color: #f00;
	font-size: 18px;	
}
body#formBuilderPage form.inmo-application #golfBottom ul li {
	list-style: disc;
	font-size: 100%;
	min-height: 10px;
	padding-bottom: 0;
}
/* ==== */

body#formBuilderPage form.inmo-application li.coverResume label {
	display:none;
}
body#formBuilderPage form.inmo-application li.coverResume textarea{
	width:630px;
	height:500px;
}
body#formBuilderPage form.inmo-application li label,
body#formBuilderPage form.inmo-application li h3 {
    float: left;
    font: 12px Tahoma,Arial,Helvetica,sans-serif;
    margin: 0;
    padding-bottom: 10px;
    padding-right: 20px;
    text-align: right;
    width: 160px;
}
body#formBuilderPage form.inmo-application li label.alignLeft {
    text-align: left;
}
body#formBuilderPage form.inmo-application li.inactive label {
    color: #999999;
}
body#formBuilderPage form.inmo-application li input,
body#formBuilderPage form.inmo-application li fieldset,
body#formBuilderPage form.inmo-application li ul,
body#formBuilderPage form.inmo-application li select.fullWidth {
    float: left;
    margin-bottom: 0;
    width: 240px;
}
body#formBuilderPage form.inmo-application #electronicRecordsDisclosures li ul {
    width: 100%;
}
body#formBuilderPage form.inmo-application li select {
    float: left;
    margin-bottom: 0;
}
body#formBuilderPage form.inmo-application li .subOptions {
    padding: 4px 24px 8px;
}
body#formBuilderPage form.inmo-application ul.radioWide li select,
body#formBuilderPage form.inmo-application ul.radioWide li label,
body#formBuilderPage form.inmo-application ul.radioWide li input,
body#formBuilderPage form.inmo-application ul.radio li label,
body#formBuilderPage form.inmo-application ul.radio li input {
    display: inline;
    float: none;
    margin: 0 6px 0 0;
    padding: 0;
    vertical-align: middle;
}
body#formBuilderPage form.inmo-application li .help {
    float: right;
	font-size: 10px;
    font-weight: bold;
    min-height: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    width: 140px;
}
body#formBuilderPage form.inmo-application li input#k-minCashDeposit,
body#formBuilderPage form.inmo-application li input#k-maxCashDeposit,
body#formBuilderPage form.inmo-application li input#k-minDeposit,
body#formBuilderPage form.inmo-application li input#k-maxDeposit {
    width: 0;
}
body#formBuilderPage form.inmo-application li .help span.error,
body#formBuilderPage form.inmo-application li .help span.success {
    display: none;
}
body#formBuilderPage form.inmo-application li .help span.default {
    display: inline;
}
body#formBuilderPage form.inmo-application li.error .help {
    background: url("/includes/lib/js/help-error.gif") no-repeat scroll left top transparent;
    color: #FF0000;
}
body#formBuilderPage form.inmo-application li.error .help span.default,
body#formBuilderPage form.inmo-application li.error .help span.success {
    display: none;
}
body#formBuilderPage form.inmo-application li.error .help span.error {
    display: inline;
}
body#formBuilderPage form.inmo-application li.success .help {
    background: url("/includes/lib/js/help-ok.gif") no-repeat scroll left top transparent;
    color: #339900;
}
body#formBuilderPage form.inmo-application li.success .help span.error,
body#formBuilderPage form.inmo-application li.success .help span.default {
    display: none;
}
body#formBuilderPage form.inmo-application li.success .help span.success {
    display: inline;
}
body#formBuilderPage form.inmo-application li input.group1,
body#formBuilderPage form.inmo-application li input.medium {
    width: 54px;
}
body#formBuilderPage form.inmo-application li .zipcode input.group1 {
    width: 90px;
}
body#formBuilderPage form.inmo-application li input.group2 {
    width: 54px;
}
body#formBuilderPage form.inmo-application li .ssn input.group2 {
    width: 36px;
}
body#formBuilderPage form.inmo-application li .zipcode input.group2 {
    width: 72px;
}
body#formBuilderPage form.inmo-application li input.group3 {
    width: 72px;
}
body#formBuilderPage form.inmo-application li span.separator {
    float: left;
    padding: 0 4px;
}
body#formBuilderPage form.inmo-application li input.group4 {
    width: 36px;
}
body#formBuilderPage form.inmo-application li fieldset.mixed label {
    float: left;
    padding: 0 10px;
    width: auto;
}
body#formBuilderPage form.inmo-application li.short input {
    width: 18px;
}
body#formBuilderPage form.inmo-application .radio {
    padding-bottom: 4px;
}
body#formBuilderPage form.inmo-application .radio li {
    min-height: 16px;
    padding-bottom: 4px;
}
body#formBuilderPage form.inmo-application li .radio input,
body#formBuilderPage form.inmo-application li .radio label {
    display: inline;
    float: none;
    vertical-align: middle;
    width: auto;
}
body#formBuilderPage form.inmo-application li .radio label {
    padding-left: 4px;
}
body#formBuilderPage form.inmo-application li .date select {
    margin-right: 10px;
}
body#formBuilderPage form.inmo-application label.dollarAmount {
    background: url("/includes/lib/js/dollars.gif") no-repeat scroll 170px 4px transparent;
}
body#formBuilderPage form.inmo-application div.saverFund {
    clear: both;
    padding: 25px 0;
}
body#formBuilderPage form.inmo-application li ul.radioWide {
    width: 400px;
}
body#formBuilderPage form.inmo-application li ul.radioNarrow {
    padding-left: 180px;
}
body#formBuilderPage form.inmo-application li ul.radioWide input,
body#formBuilderPage form.inmo-application li ul.radioNarrow input {
    width: auto;
}
body#formBuilderPage form.inmo-application li ul.radioWide label {
    padding-left: 10px;
    padding-right: 0;
    text-align: left;
    width: 350px;
}
body#formBuilderPage form.inmo-application li ul.radioNarrow label {
    padding-left: 10px;
    padding-right: 0;
    text-align: left;
    width: 200px;
}
body#formBuilderPage form.inmo-application a.edit {
    background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #666666;
    clear: both;
    color: #666666;
    display: block;
    font-size: 14px;
    margin-left: 180px;
    padding: 6px 0;
    text-align: center;
    text-decoration: underline;
    width: 60px;
}
body#formBuilderPage form.inmo-application dl.authorization dt {
    float: left;
    font: 12px Tahoma,Arial,Helvetica,sans-serif;
    margin-bottom: 10px;
    padding-right: 20px;
    text-align: right;
    width: 160px;
}
body#formBuilderPage form.inmo-application dl.authorization dd {
    float: left;
    margin-bottom: 10px;
    padding-right: 150px;
    width: 255px;
}
body#formBuilderPage form.inmo-application ol.verification li h3 {
    float: none;
    padding: 0 0 10px;
    text-align: left;
    width: 600px;
}
body#formBuilderPage form.inmo-application ol.verification li ul {
    clear: left;
    display: inline;
    margin-left: 180px;
    padding-bottom: 24px;
}
body#formBuilderPage form.inmo-application ol.verification li ul li {
    margin-left: 0;
}
body#formBuilderPage form.inmo-application ol.verification li ul li input {
    display: inline;
    float: none;
    vertical-align: middle;
    width: auto;
}
body#formBuilderPage form.inmo-application ol.verification li ul li label {
    display: inline;
    float: none;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
}
body#formBuilderPage form.inmo-application li.submit {
    padding: 10px 0 25px 180px;
}
body#formBuilderPage form.inmo-application li.submit input {
    width: auto;
}


/* --- board of director candidates --- */
#boardOfDirectorCandidates {
	padding-bottom: 15px;
}
#boardOfDirectorCandidates h2 {
	font-weight: normal;
	font-size: 16px;
}
#boardOfDirectorCandidates div {
	font-weight: normal;
}
#boardOfDirectorCandidates h3 {
	color: #9CBC23;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: bold;
}
#boardOfDirectorCandidates img {
	float: left;
	clear: right;
	margin-top: 24px;
	border: 1px solid #999;
}
#boardOfDirectorCandidates p, #boardOfDirectorCandidates h3 {
	width: 487px;
	float: right;
	margin-right: 41px;
}
#boardOfDirectorCandidates p {
	margin-top: 8px;
}
