/* Park City Credit Union - 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 {
	width: 100%;
	background: #F2EBE1;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	color: #000;
	margin: 0;
}

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

h1 {
	font-size:1.6em;
}

h2 {
	font-size:1.4em;
}

p {
	line-height: 150%;
}
a {
	color: #6D3B6C;
	outline: none;
}
ul li {
	list-style-type: none;
	list-style-position: outside;
}
em {
	font-style:italic;
}
.center {
	text-align: center;
}
#siteAlertWrapper {
	width:96em;
	margin:0 auto;
}
#siteAlertLink {
	right:30px !important;
}

/*====== Header ==================================*/
#header {
	position: relative;
	height: 110px;
	width: auto;
	margin: 0 auto;
	background: transparent url(../image/header.png) 0 0 repeat-x;
	z-index: 2;
}
#headerInner {
	position: relative;
	height: 110px;
	width: 90em;
	margin: 0 auto;
}

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

#logo img {
	display: none;
}

#ultraTopNav {
	position: absolute;
	right: 124px;
	top: 24px;
}

#ultraTopNav li {
	float: left;
	padding: 0 15px 0 0;
	color: #333;
}

#ultraTopNav li a {
	color:#333;
	font-size: 1.1em;
	text-decoration: none;
}

body#homepage #ultraTopNav li.firstChild, body#homepage #ultraTopNav li.lastChild {
	display: none;
}

#ultraTopNav li a.lastChild {
	background-color: transparent;
	background-image: url(../image/obl-lock.png);
	background-position: right 0;
	background-repeat: no-repeat;
	color:#512D59;
	display: block;
	font-size: 1.3em;
	font-weight: bold;
	height: 15px;
	line-height: 9px;
	padding-right: 15px;
	text-transform: lowercase;
}

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


#searchForm {
	position: absolute;
	height: 22px;
	width: 120px;
	right: 0;
	top: 17px;
}

#searchForm input#roi_input {
	position: absolute;
	top: 0;
	left: 0;
	border: 0 none;
	padding: 4px 5px;
	width: 90px;
	height: 14px;
	background-image: url(../image/search-bg.png);
}

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

#primaryNav {
	position: absolute;
	bottom: 1.4em;
	right: 47px;
}

#primaryNav li {
	display: inline;
	padding-left: 25px;
}

#primaryNav a {
	color: #321E44;
	font-family: "Trebuchet MS", "Trebuchet", Helvetica, Arial, san-serif;
	font-size: 1.6em;
	font-weight: normal;
	text-transform: lowercase;
	padding: 0 0 0 20px;
	background: transparent url(../image/primary-nav-bg.png) no-repeat scroll 0 60px;
	text-decoration: none;
	overflow: hidden;
	letter-spacing:0.07em;
}

#primaryNav a:hover, #primaryNav a.inPath {
	color: #2D6F23;
	background: transparent url(../image/primary-nav-bg.png) 0 2px no-repeat;
}
#faceBook {
  height: 24px;
    position: absolute;
    right: 3px;
    top: 74px;
    width: 24px;
}
/* For Online Banking Downstream Pages */

#downstreamObl {
	position: absolute;
	top: 20px;
	right: 300px;
}
#downstreamObl a {color: #000;}

/*====== Main Content ================*/

#wrapper {
	width: auto;
	margin: -4px auto 0;
	min-height: 400px;
	height: auto !important;
	_height: 400px;
	background: #301D41 url(../image/purple-wave.png) left bottom repeat-x;
}
body#homepage #wrapper {
	background: #301D41 url(../image/purple-gradient.png) repeat-x scroll left bottom;
	position: relative;
	width: 100%;
}
body#homepage #wrapperInner {
	position: absolute;
	top: -400px;
	margin: 0;
}
#wrapperInner {

	left: 0;
	margin: 0 auto;
	position: relative;
	top: 0;
	width: 90em;
}

body#homepage #innerWrapper {
	z-index: 5;
}
#mainContent {
	display: inline;
	float: right;
	min-height: 47em;
	height: auto !important;
	_height: 47em;
	padding: 3em 3.4em 1em;
	width: 59.4em;
	background: transparent url(../image/main-content-bg.png) 0 0 repeat-y;
	margin-right: -4px;
}

/*====== Footer =================*/
#footer {
	position: relative;
	width: auto;
	margin: -4px auto 0;
	background: transparent url(../image/footer-bg.png) 0 0 repeat-x;
	padding: 5em 0 3em;
}

#footerInner {
	position: relative;
	width: 90em;
	margin: 0 auto;
	color: #666;
}

/*====== Footer Quick Links =================*/
#footerInner #quickLinks {
	padding: 10px 0 124px !important;
	margin: 0 0 0 6px;
}

#footerInner #quickLinks ul {
	width: 617px;
	float: left;
	margin: 17px 0 0 271px;
	padding: 0 0 0 5px;
}

#footerInner #quickLinks li {
	float: left;
	display: inline;
	margin: 0 0 14px;
}

#footerInner #quickLinks li.lastChild {
	margin: 0;
}
#footerInner #quickLinks li a {
	display:block;
	padding: 0 25px 10px 38px;
	color: #321E44;
	background: transparent url(../image/ql-icons.png) 0 0 no-repeat;
	font-family: "Trebuchet MS", "Trebuchet", Helvetica, Arial, san-serif;
	font-size: 1.4em;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: none;
}

#footerInner #quickLinks li a.nthChild-1 {
	background-position: 0 0;
}
#footerInner #quickLinks li a.nthChild-2 {
	background-position: 0 -78px;
}
#footerInner #quickLinks li a.nthChild-3 {
	background-position: 0 -160px;
}
#footerInner #quickLinks li a.nthChild-4 {
	background-position: 0 -240px;
	padding-left: 35px;
}
#footerInner #quickLinks li a.nthChild-5 {
	background-position: 0 -320px;
	padding-left: 35px;
}

#footerInner #quickLinks li a:hover {
	text-decoration: underline;
}
#footerInner #quickLinks li a.nthChild-1:hover {
	background-position: 0 -40px;
}
#footerInner #quickLinks li a.nthChild-2:hover {
	background-position: 0 -118px;
}
#footerInner #quickLinks li a.nthChild-3:hover {
	background-position: 0 -200px;
}
#footerInner #quickLinks li a.nthChild-4:hover {
	background-position: 0 -280px;
}
#footerInner #quickLinks li a.nthChild-5:hover {
	background-position: 0 -360px;
}


#moneyMission {
	position:absolute;
	right: 276px;
	top: 54px;
}

#moneyMission input#moneymission_btn {
	background: transparent url(../image/money-mission.png) 0 0 no-repeat;
	border:0;
	display: block;
    height: 46px;
	width: 157px;
	padding: 0 0 0 0;
text-indent: -9999px;
	  font-size: 0;
	display:block;
	line-height: 0;
	
}
#moneyMission input#moneymission_btn:hover {
	background-position: 0 -50px;
	text-decoration: underline;
	
}
body#homepage #footer #firstROI {
	top: 125px;
}

#footer #firstROI {
	position: absolute;
	top: .5em;
	right: 0;
	height:29px;
	width:103px;
}

#footer img.froiLogo {
	display: none;
}

body#homepage #footer #eh {
	top: 129px;
}

#footer #eh {
	position: absolute;
	top: .5em;
	left: 7em;
}

body#homepage #footer #ncua  {
	top: 127px;
}

#footer #ncua {
	position: absolute;
	top: .5em;
	left: 1em;
}

#footer #footerNav {
	text-align: center;
	padding: 0 0 1em 0;
}

#footerNav li {
	display: inline;
	padding: 0 1em;
}

#footerNav li a {
	color: #444;
	font-size: 1.1em;
	text-decoration: none;
}

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

#footer p {
	color: #444;
	font-size: 1.1em;
	text-align: center;
}

/*====== Home Page ====================*/
#obLogin {
	/*float: left;*/
	width: 220px;
/*
	margin: 0 0 0 3px;
	padding: 18px 0 0 0;
*/
	background: transparent url(../image/obl-bg-home.png) left bottom no-repeat;
	height: 190px;
/*
	position: relative;
*/
	position: absolute;
	top: 55px;
	left: 3px;
	z-index: 10;
}
#obLogin.button {
	background: transparent url(../image/obl-bg-home-short.png) left bottom no-repeat;
	height: 146px;
}
#obLogin.button img {
	display: block;
	width: 117px;
	height: 30px;
	margin: 0 auto 15px;
	padding: 25px 0 0;
}
#obLogin.button #enrollLink a {
	display: block;
	text-align: center;
	color: #fff;
}
#obLogin h2 {
	width: 220px;
	background: transparent url(../image/obl-heading-home.png) left top no-repeat;
	text-indent: -999em;
	height: 34px;
	display: block;
	margin-bottom: 0;
}

#obLogin form {
	position: relative;
	display: block;
	margin: 10px 8px 0 12px;
}

#userNumberWrapper, #passwordWrapper {
	position: relative;
	display: inline;
	width: 99px;
	overflow: hidden;
	margin-bottom: 1em;
}
#userNumberWrapper {
	float: left;
}
#passwordWrapper {
	float: right;
}
#obLogin label {
	font-size: 1.2em;
	line-height: 1.5;
	padding-left: 2px;
	color: #ffffff;
}
#obLogin input {
	color: #666666;
	height: 14px;
	padding: 3px;
	width: 84px;
}
#obLogin input#submitButton {
	background: transparent url(../image/obl-login-home.png) no-repeat scroll left top;
	border: 0 none;
	border-collapse: collapse;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	height: 27px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 51px;
	width: 59px;
	z-index: 3;
	display: block;
}

#obLogin input#submitButton:hover, #obLogin input#businessSubmitButton:hover {
	background-position: 0 -27px;
}

#obLogin #obNav {
	padding: 5px 0 0;
	display: block;
	margin: 0 0 0 15px;
	line-height: 1;
	overflow: hidden;
	z-index: 2;
}
#obLogin #obNav li {
	margin-bottom: 6px;
}
#obLogin #obNav li {
	float: left;
	display: inline;
	border-right: 1px solid #fff;
	margin: 0 8px 0 0;
	padding-right: 8px;
}
#obLogin #obNav li.nthChild-3 {
	margin-top: 5px;
	display: block;
	width: 100%;
}
#obLogin #obNav li.nthChild-4, #obLogin #obNav li.nthChild-5, #obLogin #obNav li.nthChild-6 {
	margin: 35px 8px 0 0;
}
#obLogin #obNav li.nthChild-2, #obLogin #obNav li.nthChild-3, #obLogin #obNav li.nthChild-6 {
	border: 0;
}
#obLogin #obNav li a {
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;
}

#obLogin #obNav li a:hover {
	text-decoration: underline;
}
#obLogin h3 {
	border-top: 1px solid #B69DB6;
	color: #FFFFFF;
	display: block;
	font-weight: normal;
	left: 15px;
	margin: 0;
	padding-top: 8px;
	position: absolute;
	top: 138px;
	width: 190px;
	font-size: 1.1em;
	line-height: 1;
}

#newsAndEvents {
/*
float: left;
clear: left;
*/
width: 220px;
/*margin: 0 0 0 3px;*/
background: transparent url(../image/news-and-events-bg-home.png) left bottom no-repeat;
height: 141px;
position: absolute;
top: 208px;
left: 3px;
z-index: 10;
}
#wrapperInner.new #newsAndEvents {
	top: 165px;
}
#newsAndEvents h2 {
	width: 220px;
	background: transparent url(../image/news-and-events-header-home.png) left top no-repeat;
	text-indent: -999em;
	height: 34px;
	padding-bottom: 12px;
	display: block;
	margin-bottom: 0;
}

#newsAndEvents h3 {
	position: absolute;
	top: 20px;
	right: 16px;
	font-weight: normal;
}

#newsAndEvents h3 a {
	color: #ffffff;
	text-decoration: none;
}

#newsAndEvents h3 a:hover {
	text-decoration: underline;
}

#newsAndEvents h4 {
	position: absolute;
	top: 112px;
	left: 124px;
	font-weight: normal;
}

#newsAndEvents h4 a {
	display: block;
	overflow: hidden;
	width: 76px;
	height: 10px;
	text-indent: -999em;
	background-color: transparent;
	background-image: url("../image/news-and-events-read-more.png");
	background-position: 0 0;
	background-repeat: no-repeat;
}

#newsAndEvents h4 a:hover {
	background-position: 0 -10px;
}

#newsAndEvents p {
	margin: 0 .8em 0 1.2em;
	font-size: 1.3em;
	color: #ffffff;
}

#liveChat { 
	position: absolute;
	top: 353px;
	left: 4px;
	height: 47px;
	width: 220px;
}
#wrapperInner.new #liveChat { 
	top: 315px;
}
#LargeButtonContainer {
	width: 212px;
	height: 95px;
	position: absolute;
	left: 5px;
	background: #E9E2E9;
}
#chatAvatar { 
	position: relative;
	top: 4px;
	right: 17px;
	float: left;
	width: 120px;
}

#turbotax {
	float: left;
	position: relative;
	top: 15px;
	right: 10px;
}

#wrapperInner.new #chatAvatar { 
	top: 305px;
}
#liveChatDownstream { 
	margin: 15px 0 0;
}

#flashBanner {
	width: 100%;
	left: 0;
	position: absolute;
	height: 400px;
	top: 0;
}
#flashBanner a{
	display: block;
	text-align: center;
}
/*
#FlashDNA{
height: 400px;
position: relative;
width: 100%;
}
*/
#FlashDNA embed{
	left: 0;
	position: absolute;
}

/*
#FlashDNA img {
left: 50%;
margin-left: -500px;
position: absolute;
top:0;
}
*/
body#homepage #footer {
	background: transparent url(../image/ql-nav-bg-larger.png) 0 0 repeat-x !important;
	padding: 0 0 3em;
}


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

#leftColumn {
	display: inline;
	float: left;
	margin: 27px 0 20px 3px;
	width: 223px;
}

#leftNav li a, #quickLinksDS li a {
	display:block;
	letter-spacing:0.075em;
}
#leftNav li h2, #quickLinksDS h2 {
	font-size: 1.6em;  
	line-height: 1.6em;
	height: 1.6em;
	padding: .4em 1em;   
	font-weight: normal;
	display:block;
	color: #FFF;
	background: transparent url(../image/left-nav-heading.png) 0 0 no-repeat;
	font-family: "Trebuchet MS", "Trebuchet", Helvetica, Arial, san-serif;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: none;
	text-shadow: 2px 2px 1px #333;
	margin: 0 0 .5em 0;
}

#leftNav li h2 a {
	color: #FFF;
	text-decoration: none;
}

#leftNav li.inPath h2 a {
	color: #FFF;
}

#leftNav li li h3, #quickLinksDS li h3 {
	font-size: 1.2em;
	font-weight: normal;
	text-transform: lowercase;
	margin: 0.2em 0.5em;
	padding: 0;
}
#leftNav li li a, #quickLinksDS li h3 a {
	padding: 0.3em 1.4em;
	color: #FFF;
	text-decoration: none;
	background-color: transparent;
	background-image: url(../image/disc.png);
	background-position: 8px 8px;
	background-repeat: no-repeat;
}
#leftNav li li a:hover, #quickLinksDS li h3 a:hover {
	background-color: #6D3B6C;
}
#leftNav li li.inPath a, #quickLinksDS li.inPath h3 {
	background-color: #32813D;
}


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

#featuredProduct {
	position: relative;
	padding-right: 265px;
	min-height: 18.7em;
	height: auto !important;
	_height: 18.7em;
	border-bottom: 1px solid #C7C7C7;
	margin-bottom: 4px;
	display: block;
}
#featuredProduct img {
	position: absolute;
	right: 0;
	top: 0;
}
#featuredProduct img.pageImage {
	right: 9px;
	top: 4px;
}
#featuredProduct h1 {
	color: #321E44;
	font-size: 2.9em;
	text-transform: lowercase;
	padding-top: 45px;
	margin-bottom: 10px;
}
#featuredProduct h2 {
	position: absolute;
	top: -33px;
	left: -36px;
	width: 204px;
	height: 88px;
	text-indent: -999em;
	background-color: transparent;
	background-image: url("../image/featured-banners.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}
body.featuredService #featuredProduct h2 {
	background-position: 0 0;
}
body.featuredAccount #featuredProduct h2 {
	background-position: 0 -88px;
}
body.featuredLoan #featuredProduct h2 {
	background-position: 0 -176px;
}
#featuredProduct p {
	color: #444;
	font-size: 1.5em;
	line-height: 130%;
	margin-bottom: 10px;
}
#fpLearnMore a {
	margin-left: 220px;
	display: block;
	width: 110px;
	height: 31px;
	overflow: hidden;
	text-indent: -999em;
	background: transparent url(../image/fp-learn-more.png) 0 0 no-repeat;
}
#fpLearnMore a:hover, #featuredProduct.hover #fpLearnMore a {
	background-position: 0 -33px;
}

#secondaryProducts {
	border-top: 1px solid #C7C7C7;
	padding-top: 20px;
}

#secondaryProducts li {
	position: relative;
	background-color: #DCC1D9;
	display: inline;
	float: left;
	height: 9em;
	margin: 0 0 20px;
	padding: 0 0.7em 1em 1em;
	width: 270px;
}
#secondaryProducts li:nth-child(even) {
	margin-left: 20px;
}
#secondaryProducts li h2 {
	color: #321E44;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0;
}
#secondaryProducts li h2 a {
	display: block;
	margin: 0;
	padding: 10px 0 5px;
	color: #321E44;
	text-decoration: none;
}
#secondaryProducts li p {
	font-size: 1.2em;
	color: #444;
	margin-bottom: 5px;
}
#secondaryProducts li h4 {
	position: absolute;
	left: 10px;
	bottom: 10px;
	margin: 0;
}
#secondaryProducts li h4 a {
	color: #217D27;
	background: transparent url(../image/sp-learn-more.png) no-repeat 0 0;
	text-decoration: none;
	display: block;
	width: 97px;
	height: 11px;
	text-indent: -999em;
}
#secondaryProducts li h4 a:hover, #secondaryProducts li.hover h4 a {
	background-position: 0 -30px;
}

#secondaryProducts li.hover {
	background-color: #BAD9A9;
}

/* Search */
#search.individualPage {
	background: transparent url(../image/search-page-bg.png) right 90px no-repeat;
	min-height: 400px;
	height: auto !important;
	_height: 400px;
}
#search ul {
	margin: 0;
	padding: 0;
	width: 300px;
}

#search ul li {
	font-size: 1em;
	padding-left: 0;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
}

#search ul li h3 {
	font-size: 1.5em;
	font-weight: normal;
	padding-bottom: 0;
	margin: 1em 0 0;
}
#search ul li h3 a {
	text-decoration: none;
}
#search ul li h3 a:hover, #search ul li.hover h3 a {
	text-decoration: underline;
	color: #217D27;
}

#search ul li p {
	margin: -0.5em 0 1em;
}

#search ul li h4 a {
	color: #217D27;
	background: transparent url(../image/sp-learn-more.png) no-repeat 0 0;
	text-decoration: none;
	display: block;
	width: 97px;
	height: 11px;
	text-indent: -999em;
}
#search ul li h4 a:hover, #search ul li.hover h4 a {
	background-position: 0 -30px;
}

#search ul li p.hide {
	display: none;
}

#search ul ul {
	display: none;
}

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

#productPage {
	padding-bottom: 4em;
	position: relative;
}
#productPage h1 {
	color: #321E44;
	font-size: 2.75em;
	text-transform: lowercase;
	padding: 30px 0 10px;
	margin: 0 0 18px;
	border-bottom: 4px double #C7C7C7;
	display: block;
	position: relative;
}
#productPage img {
	position: absolute;
	right: 0;
	top: 84px;
}
#productPage p {
	color: #444;
	font-size: 1.3em;
	line-height: 130%;
}

#productPage p.zeroPaddingParagraph {
	margin-bottom: 0;
}
#productPage a:hover, .individualPage a:hover {
	color: #60882C;
}
#applyNow a, #enrollNow a {
	position: absolute;
	right: -6px;
	top: 235px;
	display: block;
	width: 145px;
	height: 40px;
	overflow: hidden;
	text-indent: -999em;
	background: transparent url(../image/product-apply-now-questions.png) 0 0 no-repeat;
}
#applyNow a:hover {
	background-position: -180px 0;
}
#enrollNow a {
	background: transparent url(../image/product-enroll-now.png) 0 0 no-repeat;
}
#enrollNow a:hover {
	background-position: 0 -47px;	
}

#tellMeMoreButton a {
	position: absolute;
	right: -6px;
	top: 290px;
	display:block;
	background: transparent url(../image/product-apply-now-questions.png) 0 -50px no-repeat;
	text-indent:-9999em;
	width: 145px;
	height: 20px;
	overflow: hidden;
}

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

/*================== Add This Button(s) ===============================*/
.addthis_toolbox {
	position: absolute;
	right: 0;
	top: 38px;
	width: 100px;
}
.addthis_toolbox a {
	float: left;
	display: inline;
	position: relative;
	width: 19px;
	height: 16px;
	text-indent: -9999px;
	cursor: pointer;
	color: #999;
	text-decoration: none;

}
.addthis_toolbox .addthis_button_compact /* share */ {
	background: transparent url(../image/share-icons.png) no-repeat scroll left 2px;
	border-right: 1px solid #999999;
	font-size: 12px;
	margin-right: 10px;
	padding: 4px 10px 0;
	text-indent: 15px;
	width: 50px;
}
.addthis_toolbox .addthis_button_print {
	background: transparent url(../image/share-icons.png) left -30px no-repeat;
}

.addthis_toolbox .addthis_button_compact:hover {
	background-position: left -58px;
}
.addthis_toolbox .addthis_button_print:hover {
	background-position: left -90px;
}
.addthis_toolbox a:hover {
	color: #2D6F23;
}

/*================== Add This Button(s) ===============================*/

#productDetails {
	clear: right;
	width: 435px;
}
#productDetails h2, #productDetails h3, #productDetails p {
	padding-left: 5px;
}
#productDetails h2 {
	margin-top: 1.5em;
}
#productDetails p {
	margin-bottom: 10px;
}
#productDetails p.disclaimer {
	color: #777;
	font-size: 11px;
	font-style: italic;
}
#productDetails ul {
	margin: 1em 1.5em 1em;
}
#productDetails li {
/*list-style-position: inside;*/
list-style-type: disc;
margin: 0.4em 0.8em;
font-size: 1.2em;
}

/*================ Tabs ============================================*/
dl#productTabs {
	width: 435px;
	display: block;
	list-style: none;
	position: relative;
}

dl#productTabs dt {
	margin-left: 5px;
	padding: 12px 16px 8px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1;
	color: #321E44;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
dl#productTabs dt:first-child {
	margin-left: 10px;
}
dl#productTabs dt.selected {
	color: #2D6F23;
	background-color: #BAD9A9;
	border-top: 1px solid #BAD9A9;
	border-right: 1px solid #BAD9A9;
	border-left: 1px solid #BAD9A9;
}
dl#productTabs dt:hover {
	text-decoration: underline;
}
dl#productTabs dt.selected:hover {
	text-decoration: none;
	cursor: default;
}
dl#productTabs dd {
	border-top: 1px solid #C7C7C7;
	margin-top: 3px;
	padding: 25px 0 0 0;
	width: 435px;
}

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

.pane {
	position: absolute;
	overflow: hidden;
	top: 29px;
	left: 0;
}

.label {
	float: left;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
/*====== Product Calc ====================*/

#prodCalc li { 
	list-style-type:none;
	margin: 20px 0 0 -14px;
}

/*====== Individual Page =================*/
.individualPage {
	padding-bottom: 4em;
	position: relative;
}
.individualPage h1 {
	color: #321E44;
	font-size: 2.75em;
	text-transform: lowercase;
	padding: 30px 0 10px;
	margin: 0 0 20px 0;
	border-bottom: 4px double #C7C7C7;
	display: block;
	position: relative;
}
.individualPage h2 {
	font-size: 1.6em;
	margin: 1.5em 0 0;
}
.individualPage h3 {
	font-size: 1.3em;
	margin: 1.5em 0 0;
}
.individualPage #aboutUs {
	padding-right: 155px;
}
.individualPage img#pageImage {
	position: absolute;
	right: 0;
	top: 84px;
}
#contactUs.individualPage #aboutUs {
	padding-left: 155px;
	padding-right: 0;
}
#contactUs.individualPage img#pageImage {
	position: absolute;
	left: 0;
	top: 84px;
}
#thankYou.individualPage img#pageImage {
	left:65px;
	position:absolute;
	top:0;
}
.individualPage p {
	color: #444;
	font-size: 1.3em;
	line-height: 130%;
	margin: .5em 0 1em;
}

.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;
	color: #444444;
}

#FAQ dt {
	margin: 1em 0;
	font-weight: bold;
}

#FAQ th {
	text-align: left;
}

/*====== Sitemap =======================*/
#investmentServices .investmentNews {
	position: absolute;
	top: 230px;
	right: -3px;
	width: 140px;
}

#investmentServices .investmentNews a {
	display: inline;
	width: 100px;
	height: 40px;
	padding: 15px 0 15px 43px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 40px;
	background: transparent url("../image/icon-investment-news.png") 0 0 no-repeat;
}

/*====== Sitemap =======================*/
#sitemap {
	margin-top: 2em;
}

#sitemapNav {
	margin-top: 3em;
	overflow: hidden;
}

#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: 123px;
	float: left;
	margin-right: 20px;
}

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

/*====== Locations ===========================*/
#map {
	height: 30em;
}
#locations {
	padding-bottom: 0;
}
#locations p {
	font-size: 100%;
}
#locations a {
	text-decoration: none;
}
#locations a:hover {
	text-decoration: underline;
}
#locations th, #locations td {
	text-align: left;
	vertical-align:top;
	padding: 2px 0;
	width: 130px;
}
#locations th.timeName {
	width: 80px;
}

#locations td.timeValue {
	width: 130px;
}

#locations ul#locList {
	margin: 1em 0;
}

#locations ul#locList li {    
	min-height: 100px;
	height: auto !important;
	_height: 100px;
	position: relative;
	padding: 1em 0;
	overflow:hidden;
	list-style-type: none;
} 
#locations ul#locList li h2 {
	display: block;          
	width: 100%;
	margin: 0 0 .2em 0;
	padding-bottom: 0.3em;
	font-size: 1.5em;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
	text-transform: none;
	z-index: 1;
} 
#locations ul li h2 a {
	color: #321E44;
	font-size:0.8em;
}                   
#locations div.adr {
	display: block;
	font-size: 100%;
	position:absolute;
	left: 175px;
	top: 15px;
	color: #444;
	z-index: 10;
}
#locations div.clear {
	clear: both;
}

#locations .contactDetails, #locations .lobbyHours, #locations .driveHours {
	float: left;
	display: inline;
	color: #444;
	font-size: 98%;
}
#locations .contactDetails {
	width: 175px;
}

#locations .lobbyHours {
	width: 200px;
	margin: 0 25px 0 0;
}
#locations .driveHours {
	width: 190px;
	margin: 0;
}

#locations .contactDetails p, #locations .lobbyHours p, #locations .driveHours p {
	color: #321E44;
	margin-bottom: 5px;
}
#locations .lobbyHours dl, #locations .driveHours dl {
	display:block;
	height:16px;
	margin-bottom:4px;
	width:190px;
}
#locations .lobbyHours dl dt, #locations .driveHours dl dt {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}
#locations .lobbyHours dl dd, #locations .driveHours dl dd {
	float: right;
	display: inline;
	margin: 0 10px 0 0;
}

#locations span.tel {
	display: block;
	line-height: 18px;
	width: 150px;
}
#locations span.tel .type {
	float: left;
	display: inline;
	width: 50px;
}
#locations span.tel .value {
	float: right;
	display: inline;
	width: 90px;
}

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

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

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

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

#locations .googleMap-InfoWindow p.map-phones {
	height: 1.2em;
	overflow: hidden;
}

/* formContactUs */
#contactUs.individualPage {
	padding-bottom:1em;
}

#contactUs .addressBook {
	position: absolute;
	top: 230px;
	left: -3px;
	width: 140px;
}

#contactUs .addressBook a {
	display: inline;
	width: 100px;
	height: 40px;
	padding: 15px 0 15px 40px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 40px;
	background: transparent url("../image/icon-address-book.png") 0 0 no-repeat;
}

body.popup #addressBook table {
	margin-top: 2em;
	width: 525px;
}

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

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

#formContactUs fieldset ul {
	margin: 0;
}

#formContactUs li {              
	width: 430px;
	list-style-type: none;
	list-style-position: outside;
}

#formContactUs label {
	float:left;
	font-size: 100%;
	padding:0 1em 1em 0;
	text-align:right;
	width: 125px;
}

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

#formContactUs input {
	width: 220px;
}

#formContactUs textarea {
	width: 224px;
	height: 100px;
}
#formContactUs input.error, #formContactUs textarea.error{
	background-color:#f6f6cb;
	border:2px solid #FF0000;
	padding:2px;
}
#formContactUs fieldset p {
	margin-left: 18em;
}

#formContactUs button.submitButton {
	border: 0 none;
	display: block;
	margin: 10px 0 0 137px;
	width: 100px;
	height: 16px;
	float: none;
	text-indent: -9999px;
	background: transparent url(../image/popup-submit.png) no-repeat 0 0;
	overflow: hidden;
	cursor: pointer;
}

#formContactUs button.submitButton:hover {
	background-position: 0 -30px;
}


#formContactUs label.error {
	display: block;
	float: none;
	color: #F72222;
	font-weight: bold;
	margin: 0;
	padding: 1em 0 1em 146px;
	text-align: left;
	width: 11em;
}

#formContactUs #captcha {
	clear: both;
	width: 200px;
	margin: 1em 0 1em 137px;
}
#formContactUs #captcha h4 {
	font-size: 1.3em;
}
#formContactUs #captcha input {
	float: none;
	width: 200px;
	display: block;
	margin: 1em 0;
}

#formContactUs #captcha p {
	margin: 0;
}

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

/* End formContactUs */

/* =========== Print this Page =================== */

#printThisPage {
	width: 36px;
	height: 15px;
}
.printPage {
	display: none;
}

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

/* Styling for New Pop Up Forms: Tell me More, Send to a Friend, and Thank You Pop Up */

body.popup {
	background: #FFF;
	border: 0 none;
	width: auto;
}

body.popup #oblPopup {
	padding: 0;
}

body.popup #thankYou img {
	display:block;
	left: 0;
	margin: 0 auto;
	top: 185px;
}

body.popup #thankYou img#smallThankyou {
	display: block;
	margin: 8px auto 0;
}

.popup p, .popup table {
	margin: 1em;
}

.popup p.zeroPaddingParagraph {
	margin: 0 0 0 1em;
}

body.popup form {
	overflow: hidden;
}

body.popup h4.title {
	padding: 12px 10px 7px;
	margin: 0;
	display: block;
	background: #542F5B url(../image/popup-header-bg.png) 0 0 repeat-x;
	color: #fff;
	font-size: 2.2em;
	text-transform: uppercase;
}

body.popup #contactOptions {
	position: relative;
	margin: 20px 15px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #DCDCDC;
}

body.popup #contactOptions p {
	float: left;
	display: inline;
	margin: 0;
	font-size: 1.3em;
	line-height: 1.2;
	color: #333333;
}

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

body.popup #formSection {
	overflow: hidden;
	padding: 30px 15px 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;
	overflow: hidden;
	width: 230px;
}

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: 0;
	width: 100px;
	height: 16px;
	float: none;
	text-indent: -999px;
	background: transparent url(../image/popup-submit.png) no-repeat 0 0;
	overflow: hidden;
	cursor: pointer;
}

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

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;
	font-size: 1.1em;
}

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

/* Captcha */

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

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

body.popup #captcha p {
	margin: 0;
}
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, body.popup #thankYou.individualPage {
	padding: 0;
}

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;
}

body.popup #thankYou p.thanks {
	color:#000000;
	font-size:3.5em;
	margin:35px 0 15px 70px;
}

body.popup #popupForm {
	margin: 0 auto;
	padding: 20px 0;
	width: 300px;
	display: block;
}

body.popup #thankYou p, body.popup #popupForm p {
	font-size: 13px;
	margin: 0 0 25px 69px;
	text-align: center;
	width: 300px;
}
body.popup #popupForm label {
	float: left;
	font-size: 12px;
	padding: 0 10px 10px 0;
	text-align: right;
	width: 100px;
}
body.popup #popupForm input {
	width: 170px;
	float: left;
	margin-bottom: 1em;
}

body.popup #popupForm input#submitButton {
	background: transparent url(../image/obl-login-home.png) no-repeat scroll left top;
	border: 0 none;
	border-collapse: collapse;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	height: 27px;
	overflow: hidden;
	float: left;
	margin: 5px 0 0 110px;
	text-indent: -9999px;
	width: 59px;
	display: block;
}
body.popup #popupForm input#submitButton:hover {
	background-position: 0 -27px;
}
body.popup ul#obNav {
	float: left;
	margin: 0;
	padding: 0 0 0 180px;
	width: 170px;
}

/*======== 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 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;
}


/*======== Rates ============*/ 
#rates, #fees {
	padding-bottom: 0;
}
#rates table, #fees table, #addressBook table {
	width: 100%;
	border-top: 1px solid #EDEDED;
	border-left: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	font-size: 1.2em;
	margin-bottom: 3em;
	background: #ffffff;
}

#rates h2, #fees h2 {
	margin-bottom: 0.2em;
	color: #512D59;
}

#rates h3 {
	font-size: 1.3em;
	margin: 1.5em 0 0.3em;
}

#rates table th, #fees table th, #addressBook table th {
	border-bottom: 1px solid #EDEDED;
	border-right: 1px solid #EDEDED;
	font-weight: bold;
	padding: 6px 20px;
	background-color:#BAD9A9;
	color:#555555;
}

#rates table.fourColumn th {
	width: 45%;
}
#rates table th {
	width: 70%;
}
#fees table th {
	width: 20%;
}

/* Special */
#rates table.special td {
	padding: 6px 3px;
}
#rates table.special th {
	width: 18%;
	text-align: center;
}
#rates table.special th.nth-column-1 {
	width: 42%;
}
#rates table.special td.nth-column-3, #rates table.special td.nth-column-4, #rates table.special td.nth-column-5, #rates table.special td.nth-column-6, #rates table.special td.nth-column-7, #rates table.special td.nth-column-8, #rates table.special td.nth-column-9, #rates table.special td.nth-column-10, table.special td.nth-column-11, table.special td.nth-column-12 {
	border-right: 1px solid #EDEDED;
	text-align: center;
}


#rates table td, #fees table td, #addressBook table td {
	border-bottom: 1px solid #EDEDED;
	padding: 6px 20px;
}

#rates table td.nth-column-1, #rates table td.nth-column-2, #fees table td.nth-column-1 {
	text-align: left;
	border-right: 1px solid #EDEDED;
}
#rates table.fourColumn td.nth-column-3 {
	border-right: 1px solid #EDEDED;
}
#rates table td.nth-column-1 {
	font-weight: bold;
}
#rates table th.nth-column-2, #rates table th.nth-column-3, #rates table th.nth-column-4, 
#rates table td.nth-column-2, #rates table td.nth-column-3, #rates table td.nth-column-4 {
	text-align: center;
}
#rates table tr.nth-row-even, #fees table tr.nth-row-even, #addressBook table tr.nth-row-even {
	background-color: #FCF9F6;
}

#rates p.disclaimer, #fees p.disclaimer {
	margin: -25px 0 40px;
	color: #999;
	font-size: 11px;
}
p.secondary {
	font-size: 0.9em;
	margin: 0;
	color: #777;
	font-weight: normal;
}

/* ================ Thank You ============================ */
#thankYou {
	padding-bottom: 0;
	padding-left: 273px;
}
#thankYou h1 {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
#thankYou img {
	position: absolute;
	left: 0;
	top: 0;
}
#thankYou img.pageImage {
	left: 9px;
	top: 4px;
}
/* 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 */

/* live chat on homepage */ 


