 /* Mutual First - 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 {l
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;
}

/*===== General =======================*/
body {
/*	background: #87A940;*/
background: url(../image/layout/body-bg.png) repeat;
font-family: Helvetica, Arial, sans-serif;
font-size: 62.5%;
font-weight: normal;
color: #555555;
}

a {
text-decoration: none;
color: #666666;
outline: none;
}

ul li {
list-style: none;
}

em {
font-style: italic;
}

#siteAlertWrapper {
width: 96em;
margin: 0 auto;
}

#siteAlertLink {
right: 30px !important;
}

#cuLoc { 
bottom:350px;
margin-left:455px;
position:relative;
text-align:center;
width:170px;
}

/*===== Header ========================*/

#header {
height: 116px;
margin: 0 auto;
padding: 0;
position: relative;
background: transparent url(../image/layout/header.png) no-repeat scroll 0 0;
width: 970px;
}
body#home #header {
height: 152px;
margin: 0 auto;
padding: 0 0;
position: relative;
background: transparent url(../image/layout/header.png) no-repeat scroll 0 0;
width: 970px;
}

#logo {
position: absolute;
top: 34px;
left: 45px;
height: 60px;
width: 222px;
text-indent: -999em;
background: transparent url("../image/logo.png") 0 0 no-repeat;
}

#logo img {
display: none;
}

#primaryNav {
position: absolute;
top: 68px;
right: 128px;
}

#primaryNav li {
display: inline;
}

#primaryNav li a {
display: block;
float: left;
height: 49px;
width: 110px;
margin-right: 6px;
text-indent: -999em;
background-color: transparent;
background-image: url("../image/primary-nav.png");
background-repeat: no-repeat;
background-position: 0 0;
}

#primaryNav li a.nthChild-1 {
background-position: 0 0;
}

#primaryNav li a.nthChild-2 {
margin-right: 5px;
background-position: -116px 0;
}

#primaryNav li a.nthChild-3 {
background-position: -231px 0;
}

#primaryNav li a.nthChild-4 {
margin-right: 0;
background-position: -347px 0;
}

#primaryNav li a.nthChild-1:hover {
background-position: 0 -90px;
}

#primaryNav li a.nthChild-2:hover {
background-position: -116px -90px;
}

#primaryNav li a.nthChild-3:hover {
background-position: -231px -90px;
}

#primaryNav li a.nthChild-4:hover {
background-position: -347px -90px;
}

#primaryNav li.inPath a.nthChild-1 {
background-position: 0 -178px;
}

#primaryNav li.inPath a.nthChild-2 {
background-position: -116px -178px;
}

#primaryNav li.inPath a.nthChild-3 {
background-position: -231px -178px;
}

#primaryNav li.inPath a.nthChild-4 {
background-position: -347px -178px;
}

#logo a {
display: block;
height: 60px;
width: 222px;
}

#wordpress.home {
	position: absolute;
	right: 547px;
	top: 14px;
}

#facebook.home {
	position: absolute;
	right: 515px;
	top: 14px;
}

#twitter.home {
	position: absolute;
	right: 483px;
	top: 14px;
}

#wordpress {
	position: absolute;
	right: 591px;
	top: 14px;
}

#facebook {
	position: absolute;
	right: 559px;
	top: 14px;
}

#twitter {
	position: absolute;
	right: 526px;
	top: 14px;
}


#ultraTopNav {
position: absolute;
right: 198px;
top: 20px;
}

#ultraTopNav li {
float: left;
padding: 0 5px;
font-size: 1.2em;
border-right: 1px solid #666666;
}

#ultraTopNav li.lastChild {
border: none;
padding-right: 0;
}

#ultraTopNav li a {
color: #666666;
}

#ultraTopNav li a:hover {
text-decoration: underline;
}

#searchForm {
position: absolute;
height: 25px;
width: 152px;
top: 12px;
right: 29px;
}

#searchForm input#roi_input {
	position: absolute;
	top: 0;
	left: 0;
	width: 108px;
	height: 20px;
	padding: 5px 8px 0;
	font-size: 1.2em;
	line-height: 1;
	color: #225C9C;
	border: none;
	background: transparent url("../image/search-input.png") no-repeat 0 0;
}

#searchForm input#searchButton {
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 25px;
}

/*===== Main Content ==================*/
#wrapper {
	margin: 0 auto;
	width: 970px;
	background:transparent url("../image/layout/middle.png") repeat-y 0 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

#wrapper.home {
	overflow: visible;
}

#mainContent {
	display: inline;
	float: right;
	min-height: 35em;
	margin:0 5px 10px 0;
	width: 720px;
	position: relative;
}

/*===== Left Column ===================*/
#leftColumn {
	background: none;
	display: inline;
	float: left;
	margin: 0 0 0 5px;
	padding: 0;
	width: 240px;
	position: relative;
	z-index: 5;
}


.leftNavTop {
	background:transparent url(../image/layout/left-nav-top.png) no-repeat scroll center 0;
	display:block;
	height:17px;
	margin:0 0 0 18px;
	width:196px;
}

#leftNav, #locationsColumn {
	background:transparent url(../image/layout/left-nav-bottom.png) no-repeat scroll center bottom;
	margin: 0 17px 20px 17px;
}
#leftNav {
	padding: 0 16px 12px 13px;
	width: 167px;
}
#locationsColumn {
	padding: 0 10px 12px 25px;
	width: 161px;
}

#leftNav li a {
display: block;
}

#leftNav li h2 {
	font-size: 1.5em;     
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CEECF2;
}

#leftNav li.lastLastChild h2, #leftNav li.lastLastChild h3 {
	border-bottom: none;
}

#leftNav li h2 a {
	color: #81B172;
	padding: 8px 6px 8px 16px;
	background-color: transparent;
	background-image: url(../image/layout/left-nav-arrows.png);
	background-position: 0 10px;
	background-repeat: no-repeat;
}

#leftNav li h2 a:hover {
	color: #4AA733;
	background-position: 0 -50px;
}

#leftNav li.inPath h2 a {
	color: #318AB2;
	background-position: 0 -110px;
}

#leftNav li li h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
}

#leftNav li li h3 a {
	color: #828282;
	padding: 10px;
}

#leftNav li li.inPath a, #leftNav li li a:hover {
	background: #CAE9F7;
	color: #333;
}

/* ================ Locations Column ========================== */

#locationsColumn h2 {
	display:block;
	font-size: 1.4em;
	font-weight:bold;
	margin: 0;
	padding-top: 0.5em;
	color: #0087C1;
	text-transform: uppercase;
}

#locationsColumn h3 {
	display:block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.3em 0;
	color: #38586C;
}

#locationsColumn p {
	font-size: 1.2em;
	margin: 0.2em 0;
	color: #444;
}
#locationsColumn p.textVariant1 {
	margin: 0.2em 0 1.2em;
}
#locationsColumn p.zeroPaddingParagraph {
	font-size: 1.1em;
}

#locationsColumn a {
	color: #006699;
	text-decoration: underline;
}
#locationsColumn a:hover {
	color: #222;
}

/*===============================  anythingSlider v1.0 =========================================*/
#rateMeter {
	height: 170px;
	margin: 0 auto 22px;
	position: relative;
	width: 200px;
	background: transparent url(../image/layout/rate-meter-bg.png) no-repeat scroll center 18px;
	font-family: Helvetica,Arial,sans-serif;
}

#rateMeter h2#rates a {
	width: 110px;
	height: 66px;
	display: block;
	margin: 30px auto 0;
	text-indent: -999em;
	background: transparent url(../image/layout/rate-meter-default.png) no-repeat scroll center top;
}
#rateMeter h2#rates a:hover {
	background-position: 0 -99px;
}

#rateMeter h2 {
	color: #00ACC2;
	font-size: 1.7em;
	font-weight: bold;
	margin: 0 auto 2px;
	text-align: center;
}
#rateMeter h3 {
	color: #003F80;
	font-size: 1.5em;
	font-weight: bold;
	margin: 10px auto;
	padding: 0 0 6px;
	display: block;
	border-bottom: 1px solid #CEECF2;
	text-align: center;
}
#rateMeter p {
	color: #1E4E6A;
	font-size: 40px;
	font-weight: bold;
	padding: 0 30px 0 0;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 80px;
	background: transparent url(../image/layout/rate-meter-apy.png) no-repeat scroll right 2px;
}

#rateMeter .apr p {
	color: #1E4E6A;
	font-size: 40px;
	font-weight: bold;
	padding: 0 30px 0 0;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 80px;
	background: transparent url(../image/layout/rate-meter-apr.png) no-repeat scroll right 2px;
}
#rateMeter .ratesLink a {
	border-top: 1px solid #CEECF2;
	color: #309192;
	display: block;
	font-size: 12px;
	margin: 0 auto 5px;
	padding: 5px 0 0;
	text-align: center;
	text-transform: uppercase;
	width: 130px;
	background: none;
}
#rateMeter .ratesLink a:hover {
	text-decoration: underline;
}

#rateMeter p.textVariant1 {
	color: #666;
	display: block;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 130px;
	background: none;
}
.anythingSlider {
	height: 145px;
	left: 0px;
	overflow: auto;
	position: absolute;
	top: 20px;
	width: 140px;
	margin: 0 30px;
}
.anythingSlider ul {
	background: transparent url(../image/layout/rate-meter-bg.png) no-repeat scroll center top;
	width: 99999px; 
	list-style: none; 
	position: absolute; 
	top: 0; 
	left: 0; 
	margin: 0; 
	display: none;
}
.anythingSlider ul li {
	display: block;
	float: left;
	height: 139px;
	margin: 0;
	padding: 0px;
	width: 140px;
}
#rateMeter .anythingSlider ul li.noAPY p {
	background: none;
}
#rateMeter .arrow {
	height: 20px; 
	width: 20px; 
	background: transparent url(../image/layout/rate-meter-arrows.png) no-repeat scroll 0 0;
	text-indent: -9999px; 
	position: absolute; 
	top: 75px; 
	cursor: pointer; 
}
#rateMeter .back { 
	background-position: 0 0; 
	left: 7px; 
}
#rateMeter .forward { 
	background-position: -20px 0; 
	right: 7px; 
}
#rateMeter .back:hover { 
	background-position: 0 -20px;
}
#rateMeter .forward:hover { 
	background-position: -20px -20px; 
}
#thumbNav {
	display: none;
}
#thumbNav a { 
	background: #B9C2C8;
}
#start-stop {
	background: #301f12 url(../image/nav-hover.png) left -50px repeat-x; 
	color: white; 
	padding: 2px 5px; 
	width: 40px; 
	text-align: center; 
	position: absolute; 
	right: 0; 
	top: 286px; 
	height: 16px;
	line-height: 16px;
	display: none;
}
#start-stop.playing {
}
#start-stop:hover {
	background-position: 0 0;
}

/* Prevents */
#rateMeter .anythingSlider ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
#rateMeter .anythingSlider ul ul li       { float: none; height: auto; width: auto; background: none; }


/*=============================== Clear fix ============================================*/

/*======================== QuickLinks ==========================*/
#quickLinks {
	width: 200px;
	padding: 0 0 0 20px;
	position: relative;
	z-index: 1;
}
#quickLinks h2 {
	font-size: 1.7em;
	font-weight: bold;
	color: #4AA834;
	margin-bottom: 4px;
}
#quickLinks ul {
	border-bottom: 1px solid #CEECF2;
}
#quickLinks li {
	font-size: 1.2em;
}
#quickLinks li a {
	display: block;
	padding: 11px 0 7px 30px;
	border-top: 1px solid #CEECF2;
	background-color: transparent;
	background-image: url("../image/layout/ql-icons-new.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}
#quickLinks li a.nthChild-1 {
	background-position:  0 6px;
}
/*#quickLinks li a.nthChild-2 {
	background-position:  0 -45px;
}
#quickLinks li a.nthChild-3 {
	background-position:  0 -92px;
}*/
#quickLinks li a.nthChild-2 {
	background-position:  0 -147px;
}
#quickLinks li a.nthChild-3 {
	background-position:  0 -192px;
}
#quickLinks li a.nthChild-4 {
	background-position:  0 -242px;
}
#quickLinks li a.nthChild-5 {
	background-position:  0 -95px;
}
#quickLinks li a.nthChild-6 {
	background-position:  0 -296px;
}
#quickLinks li a.nthChild-7 {
	background-position:  0 -349px;
}
#quickLinks li a.nthChild-8 {
	background-position:  0 -788px;
}
#quickLinks li a.nthChild-9 {
	background-position:  0 -828px;
}
#quickLinks li a:lastChild {
	border-bottom: 1px solid #CEECF2;
}
#quickLinks li a.nthChild-1:hover {
	background-position: 0 -400px;
}
/*#quickLinks li a.nthChild-2:hover {
	background-position: 0 -345px;
}
#quickLinks li a.nthChild-3:hover {
	background-position: 0 -392px;
}*/
#quickLinks li a.nthChild-2:hover {
	background-position: 0 -553px;
}
#quickLinks li a.nthChild-3:hover {
	background-position: 0 -598px;
}
#quickLinks li a.nthChild-4:hover {
	background-position: 0 -648px;
}
#quickLinks li a.nthChild-5:hover {
	background-position: 0 -501px;
}
#quickLinks li a.nthChild-6:hover {
	background-position: 0 -696px;
}
#quickLinks li a.nthChild-7:hover {
	background-position: 0 -747px;
}
#quickLinks li a.nthChild-8:hover {
	background-position:  0 -868px;
}
#quickLinks li a.nthChild-9:hover {
	background-position:  0 -908px;
}
#quickLinks li a:hover {
	color: #258C77;
}

/*======================== Home Featured Products ==========================*/
ul#homeFeatured {
	width: 720px;
	height: 110px;
	margin-top: 35px;
}
ul#homeFeatured li {
	width: 214px;
	height: 110px;
	padding: 0 10px;
	border-right: 1px solid #CEECF2;
	float: left;
	display: inline;
}
ul#homeFeatured li#featured1 {
	background: transparent url("../image/home-featured-mobile-banking.png") 160px 20px no-repeat;
}
ul#homeFeatured li#featured2 {
	background: transparent url("../image/home-featured-turbotax.jpg") 120px 33px no-repeat;
}
ul#homeFeatured li#featured3 {
	background: transparent url("../image/layout/home-featured-home-equity.jpg") 124px 3px no-repeat;
	border: none;
}
ul#homeFeatured li h3 {
	color: #006699;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: .4em;
}
ul#homeFeatured li h3:hover, ul#homeFeatured li.hover h3 {
	color: #4AA834;
}
ul#homeFeatured li p {
	color: #666;
	font-size: 1.2em;
	margin-bottom: 1em;
	line-height: 130%;
}
ul#homeFeatured li.hover p {
	color:#333333;
}
ul#homeFeatured li h4 a {
	color: #666;
	font-size: 1.3em;
	background: transparent url("../image/layout/green-arrow.png") right top no-repeat;
	padding-right: 15px;
	font-weight: bold;
}
ul#homeFeatured li h4 a:hover, ul#homeFeatured li.hover h4 a {
	color: #006699;
}
ul#homeFeatured li#featured1 p {
	width: 145px;
}
ul#homeFeatured li#featured2 p {
	width: 130px;
}

/*===== Footer ========================*/
#footer {
	position: relative;
	clear: both;
	padding: 50px 0 20px !important;
	display:block !important;
	font-size: 1em;
	line-height: 1.25;
	color: #555;
	background: transparent url("../image/layout/footer.png") no-repeat scroll center top;
	width: 970px !important;
	margin: 0 auto;
	border-top:none !important;
}
#footer #leaderAd a{
display:block;
width:728px;
height:90px;
margin:0 0 10px 115px;
}
#footer #firstROI {
	position: absolute;
	top: 151px;
	left: 31px;
	height: 90px;
	width:107px;
}
#footer #eh {
	position: absolute;
	top: 151px;
	right: 45px;
}  
#footer #ncua {
	position: absolute;
	top: 151px;
	right: 91px;
}

#footer #footerNav {
	text-align: center;
}
#footerNav li {
	display: inline;
	padding: 0 5px;
	border-right: 1px solid #555;
	font-size: 1.1em;
}
#footerNav li.lastChild {
	border: none;
	padding-right: 0;
}
#footerNav li a {
	color: #555;
}
#footerNav li a:hover {
	text-decoration: underline;
}
#footer p {
	text-align: center;
	font-size: 1.1em;
}
#fdicTagp {
	margin: 10px auto 0;
}
#fdicTagp a {
	color: #000;
	text-decoration: underline;
}
.swirlImage {
	width: 206px;
	height: 145px;
	position: absolute;
	left: 16px;
	top: 413px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.swirlImage {bottom: 94px;}
}
/*===== Home Page =====================*/
#DNA {
	margin-top: 23px;
	background: transparent url(../image/layout/flash-bg.png) right top no-repeat;
	height: 350px;
}
body#home #leftColumn {
	background: #FFFFFF;
}
body#home #leftColumnNew {
	background:  url(../image/layout/new-home-left-col-bg.png) top center no-repeat;
	display: inline;
	float: left;
	margin: 0 0 0 6px;
	padding: 0;
	width: 238px;
	position: relative;
	z-index: 5;
}
body#home #leftColumnNew #ratesVideo {
	background:  url(../image/layout/new-home-left-col-video-bg.png) no-repeat center 44px ;
	display: inline;
	float: left;
	height: 230px;
	margin: 32px 0 0 5px;
	padding: 0;
	width: 240px;
	position:relative;
	z-index: 100;
}
body#home #leftColumnNew #ratesVideo h2 {
	color: #00ACC2;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: 4px;
	margin-left: 19px;
	width: 200px;
	border-bottom: 1px solid #CEECF2;
	text-align: center;
}	
body#home #leftColumnNew #videoLink {
	cursor: pointer;
} 
body#home #leftColumnNew #video {
	position: absolute;
	top: 111px;
	left: 37px;
	z-index:50;  
}
body#home #leftColumnNew #video a {
	display:block;
	width:173px;
	height:120px;
} 
body#home #leftColumnNew #ratesVideo p{
	font: normal 12px Arial, sans-serif;
	position: absolute;
	top: 55px;
	left: 41px;
}
body#home #leftColumnNew #ratesVideo p span.green{
	color:#67BD51;
}
body#home #leftColumnNew #ratesVideo p span.blue{
	color:#003F7F;
}
body#home #footer,
body#applicationPage #footer {
	position: relative;
	background: transparent url("../image/layout/footer-home.png") no-repeat scroll 0 0;
	width: 970px;
	margin: 0 auto;
	z-index: 0;
}
body#home #ultraTopNav li.nthChild-1 {
	display: none;
}

/* obl new */
#oblNewHome {
	width: auto;
	display: block;
    height: 40px;
    margin: 0 0 0 40px;
	position: absolute;
	top: 113px;
	width: 970px;
	font-size: 1.2em;
}
#oblNewHome ul.logInButton {
	position: absolute;
	top:0;
	left:280px;
}
#oblNewHome ul.logInButton li {
	list-style: none;
	float: left;
	margin-bottom: 10px;
	line-height: 20px;
}
#oblNewHome ul.logInButton li a  {
	width: 49px;
	height: 21px;
	text-indent: -999em;
	background-color: transparent;
	background-image: url("../image/layout/online-banking-submit.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
	cursor: pointer;
	display:block;
	position: absolute;
	top: 10px;
	left: 165px;
	width: 49px;
}

#oblNewHome ul.logInButton li a:hover {
	background-position: 0 -21px;
}
#oblNewHome ul.linkList {
	position: absolute;
	top:10px;
	left:518px;
}

#oblNewHome ul.linkList li {
	list-style: none;
	float: left;
	margin-bottom: 10px;
	line-height: 20px;
}
#oblNewHome ul.linkList li a {
	text-decoration: none;
	color:#fff;
}
#oblNewHome ul.linkList li a:hover {
	text-decoration: underline;
}
#oblNewHome ul.linkList li.visa{
	background: url(../image/new-home-obl-visa.jpg) no-repeat;
	text-indent: 33px !important;
	margin: 0 0 0 9px;
}
#oblNewHome ul.linkList li.links {
	color:#fff;
}



#oblHome {
	width: 193px;
	display: block;
	height: 103px;
	margin: 25px 0 22px 25px;
}

#oblLinkHome a {
	height: 36px;
	display: block;
	width: 193px;
	background: transparent url(../image/layout/obl-sprites.png) 0 0 no-repeat;
	text-indent: -999em;
}
#oblLinkHome a:hover {
	background-position: 0 -125px;
}

#obNav {
	display: inline;
	margin: 0;
}
#obNav li {
	display: inline;
	float: left;
}
#obNav li.lastChild {
	display: block;
}

#obNav li a.nthChild-1 {
	height: 29px;
	display: block;
	width: 62px;
	background: transparent url(../image/layout/obl-sprites.png) 0 -36px no-repeat;
	text-indent: -999em;
}
#obNav li a.nthChild-2 {
	height: 29px;
	display: block;
	width: 131px;
	background: transparent url(../image/layout/obl-sprites.png) -62px -36px no-repeat;
	text-indent: -999em;
}

#obNav li a.nthChild-3 {
	height: 38px;
	display: block;
	width: 193px;
	background: transparent url(../image/layout/obl-sprites.png) 0 -65px no-repeat;
	text-indent: -999em;
}

#obNav li a.nthChild-1:hover {
	background-position: 0 -161px;
}
#obNav li a.nthChild-2:hover {
	background-position: -62px -161px;
}

#obNav li a.nthChild-3:hover {
	background-position: 0 -190px;
}

/*
#obLogin {
	position: absolute;
	top: 124px;
	left: 30px;
}

#obLogin h2 {
	float: left;
	width: 196px;
	height: 21px;
	background: transparent url("../image/layout/online-banking-login.png") no-repeat 0 0;
	text-indent: -999em;
}

#obLogin form {
	float: left;
	display: inline;
	font-size: 1.2em;
	padding: 0 65px 0 22px;
}

#obLogin form fieldset {
	display: inline;
}

#obLogin form fieldset ol {
	display: inline;
}

#obLogin form fieldset ol li {
	list-style: none;
	display: inline;
}

#obLogin form fieldset ol li label {
	display: inline;
	padding-right: 10px;
	text-shadow: 0px 0px 5px #FFFFFF;
	color: #555555;
}

#obLogin form fieldset ol li input {
	background: transparent url(../image/layout/online-banking-input.png) no-repeat scroll 0 0;
	border: medium none;
	display: inline;
	height: 15px;
	margin-right: 10px;
	padding: 3px 5px;
	width: 90px;
}

#obLogin form fieldset ol li input#password {
	padding-right: 15px;
}

#obLogin form input#submit {
	width: 49px;
	height: 21px;
	text-indent: -999em;
	background-color: transparent;
	background-image: url("../image/layout/online-banking-submit.png");
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}

#obLogin form input#submit:hover {
	background-position: 0 -21px;
}*/

#flashBanner {
	width: 100%;
	padding: 2.5em;
	background-color: #CCC;
}

#homeFeaturedProducts p {
	font-size: 1.2em;
}

/*===== Category Page =================*/

#oblLink a {
	margin: 20px;
	display: block;
	width: 190px;
	height: 40px;
	background: transparent url(../image/layout/obl-link.png) 0 0 no-repeat;
	text-indent: -999em;
}
#oblLink a:hover {
	background-position: 0 -50px;
}

#categoryPage {
	width: 680px;
	margin-left: 40px;
	display: block;
	float: left;
}
/*===== Category Page - Featured =================*/
#featuredProduct {
	border-bottom: 1px solid #CEECF2;
	display: block;
	float: left;
	margin-bottom: 20px;
	position: relative;
	width: 660px;
}

#featuredContent {
	width: 375px;
	display: inline;
	float: left;
	position: relative;
	margin-top: 25px;
}

#featuredContent h1 {
	font-size: 3.5em;
	color: #3A479A;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
}

#featuredContent ul {
	margin: 0 3px 15px;
}

#featuredContent ul li {
	color: #444;
	font-size: 1.4em;
	margin-bottom: 8px;
}

#featuredContent p {
	font-size:1.4em;
	line-height:150%;
	margin:1em 0;
}

#fpLearnMore a {
	width: 140px;
	height: 39px;
	display: block;
	background: transparent url(../image/layout/fp-learn-more.png) 0 0 no-repeat;
	text-indent: -999em;
}
#fpLearnMore a:hover {
	background-position: 0 -44px;
}

#featuredPhoto {
	width: 260px;
	display: inline;
	float: right;
	position: relative;
	min-height: 252px;
	height: auo !important;
	_height: 252px;
}

#featuredPhoto img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
#featuredPhoto img.featuredImage {
	left: 2px;
	top: 22px;
	z-index: 1;
}

/*===== Category Page - Secondary =================*/

#secondaryProducts {
	display: block;
	float: left;
	position: relative;
	width: 680px;
}

#secondaryProducts ul {
}

#secondaryProducts ul li {
	width: 220px;
	display: inline;
	float: left;
	height: 207px;
	margin-bottom: 2em;
	padding-bottom: 2em;
	position: relative;

}

#secondaryProducts li h3 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0.7em 0.5em 0.7em 0;
}

#secondaryProducts li h3 a {
	color: #006699;
}

#secondaryProducts li ul {
	margin: 0 1em 1.7em 1.3em;
}

#secondaryProducts li li {
	color: #666;
	font-size: 1.2em;
	margin-bottom: .2em;
	padding-bottom: 0;
	line-height: 130%;
	width: auto;
	height: auto;
	display: list-item;
	float: none;
	list-style-position:outside;
	list-style-type:disc;
}

#secondaryProducts li.hover li {
    color: #333;
}

#secondaryProducts li h4 a {
	color: #666;
	font-size: 1.3em;
	background: transparent url("../image/layout/green-arrow.png") right top no-repeat;
	padding-right: 15px;
	font-weight: bold;
	position: absolute;
	left: 0;
	bottom: 20px;
}
#secondaryProducts li h4 a:hover, #secondaryProducts li.hover h4 a {
	color: #006699;
}
#secondaryProducts li h3 a:hover, #secondaryProducts li.hover h3 a {
	color: #318AB2;
	text-decoration: underline;
}
/*============= Search ==========================*/
#search ul {
	padding: 1.5em 0 0 0;
}

#search ul li {
	border-top:1px solid #87A940;
	font-size:1em;
	list-style-type:none;
	margin:1em 0;
	min-height: 6em;
	padding-right:10em;
	position:relative;
}
#search ul li div.productContent p {
	padding:0 15px 0 0 !important;
}
#search ul li h3 {
	padding-bottom: 0;
	font-size: 1.4em;
}

#search ul ul, #search li.selected {
	display: none;
}

#search ul li h4 a {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #666;
	font-size: 1.3em;
	background: transparent url("../image/layout/green-arrow.png") right top no-repeat;
	padding-right: 15px;
	font-weight: bold;
}
#search ul li h4 a:hover, #search ul li.hover h4 a {
	color: #006699;
}

/*===== Product Page ==================*/

#productPage {
	width: 680px;
	margin-left: 40px;
	display: block;
	float: left;
	position: relative;
}

#productSummary {
	width: 400px;
	display: inline;
	float: left;
	position: relative;
	margin-top: 25px;
}
#productPage h1 {
	color:#3A479A;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 3.8em;
	margin-bottom:15px;
}


#productPhoto {
	width: 260px;
	display: inline;
	float: right;
	position: relative;
	min-height: 252px;
	height: auo !important;
	_height: 252px;
}

#productPhoto img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
#productPhoto img.featuredImage {
	left: 2px;
	top: 22px;
	z-index: 1;
}

#productSummary p, #productSummary ul {
	margin: 1em 0;
	font-size: 1.3em;
	color: #38586C;
	line-height: 145%;
}

#productSummary li, #productDetails li {
	list-style-position: inside;
	list-style-type: disc;
	margin: 0.6em 0;
}

#productPage h2 {
	color: #006699;
	font-size: 1.6em;
	margin: 10px 0;
	font-weight: bold;
}

#productPage h3 {
	color: #006699;
	font-size: 1.3em;
	margin: 10px 0;
	font-weight: bold;
}

#productDetails a {
	color: #69AC41;
	text-decoration: underline;
}

#applyNowButton a, #applyNowRatesButton a {
	margin: 25px 0 45px 20px;
}

#applyNowBottom a, #applyNowRatesBottom a {
	margin: 15px 0 5px;
}

#applyNowButton a, #applyNowBottom a {
	display: block;
	float: left;
	width: 143px;
	height: 38px;
	background: url("../image/layout/product-apply-now.png") 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

#applyNowButton a:hover, #applyNowBottom a:hover {
	background-position: 0 -42px;
}
#applyNowRatesButton a, #applyNowRatesBottom a {
	display: block;
	float: left;
	width: 205px;
	height: 38px;
	background: url("../image/btn-apply-view-rates.png") 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

#applyNowRatesButton a:hover, #applyNowRatesBottom a:hover {
	background-position: 0 -42px;
}
#openNowBottom a {
	margin: 15px 0 5px;
}

#openNowButton a, #openNowBottom a {
	display: block;
	float: left;
	width: 143px;
	height: 38px;
	background: url("../image/layout/open-now.png") 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

#openNowButton a:hover, #openNowBottom a:hover {
	background-position: 0 -47px;
}
#openNowButton a {
	margin: 25px 0 45px 20px;
}

#openNowBottom a {
	margin: 15px 0 5px;
}

#openNowButton a, #openNowBottom a {
	display: block;
	float: left;
	width: 143px;
	height: 38px;
	background: url("../image/layout/open-now.png") 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

#openNowButton a:hover, #openNowBottom a:hover {
	background-position: 0 -47px;
}
#joinNow img { 
	margin-left: 20px;
}
#tellMeMoreButton a {
	display: block;
	float: left;
	margin: 25px 0 45px 20px;
	width: 123px;
	height: 38px;
	background: url("../image/layout/product-questions.png") 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

#tellMeMoreButton a:hover {
	background-position: 0 -42px;
}

#productDetails {
	float: left;
	background: transparent url(../image/layout/product-details-bg.png) left top repeat-x;
	width: 640px;
	position: relative;
	padding-left: 20px;
}

#productDetails p, #productDetails ul {
	color: #333;
	font-size: 1.2em;
	line-height: 140%;
	margin:1em 1.5em;
}

/* AddThis */
.addthis_toolbox {
	width: auto;
	height: 20px;
	border: #ccc;
	padding: .5em .5em .2em;
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 29;
}

.addthis_toolbox a {
	float: left;
	display: inline;
	position: relative;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	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;
}

/* Tabs */
dl#productTabs {
display: block;
list-style: none;
position: relative;
padding-bottom: 2em;
width: 530px;
}

dl#productTabs dt {
color: #999999;
float: left;
display: inline;
position: relative;
z-index: 1;
line-height: 13px;
font-size: 1.2em;
font-weight: bold;
text-decoration: none;
margin-right: 1px;
padding: 0 25px 0 0;
cursor: pointer;
background: transparent url(../image/layout/product-tab-right-long.png) right bottom no-repeat;
height: 35px;
}
dl#productTabs dt .tab {
padding: 11px 0 0 25px;
background: transparent url(../image/layout/product-tab-left-short.png) left bottom no-repeat;
height: 24px;
}

dl#productTabs dt:hover {
color: #333;
}

dl#productTabs dt.selected {
color: #457BA7;
background-position: right top;
}

dl#productTabs dt.selected div {
background-position: left top;
}

dl#productTabs dd {
position: absolute;
overflow: hidden;
top: 3em;
left: 0;
padding: 25px 0;
}

dl#productTabs dd a {
text-decoration: underline;
}

dl#productTabs dd a:hover {
color: #666;
}

/*============ Custom Product Page ===================== */

img.dollarDog, img.dollarDogSelected {
	position: absolute; 
	left: 285px;
	top: 310px;
	z-index: 29;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	img.dollarDog, img.dollarDogSelected {top: 305px;}
}

/*===== Individual Page ===============*/
.individualPage {
	width: 590px;
	margin: 25px 25px 0 40px;
	display: block;
	float: left;
}
#aboutUs.individualPage, #aboutUsList.individualPage {
	width: 400px;
	margin: 25px 0 0 40px;
	display: block;
	float: left;
	position: relative;
}

#individualPhoto {
	width: 260px;
	display: inline;
	float: right;
	position: relative;
	min-height: 252px;
	height: auo !important;
	_height: 252px;
}
#individualPhoto img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
#individualPhoto img.featuredImage {
	left: 2px;
	top: 22px;
	z-index: 1;
}

.individualPage h1 {
	color: #06248A;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size: 4.3em;
	margin-bottom: 25px;
}

.individualPage h2 {
	color: #006699;
	font-size: 1.6em;
	margin: 10px 0;
	font-weight: bold;
}

.individualPage h3 {
	color: #006699;
	font-size: 1.3em;
	margin: 10px 0;
	font-weight: bold;
}
.individualPage a {
	color: #69AC41;
	text-decoration: underline;
}
.individualPage a:hover {
	color: #006699;
}

.individualPage #individualPhoto {
	width: 260px;
	display: inline;
	float: right;
	position: relative;
	min-height: 252px;
	height: auo !important;
	_height: 252px;
}

.individualPage #individualPhoto img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.individualPage #individualPhoto img.featuredImage {
	left: 2px;
	top: 22px;
	z-index: 1;
}

.individualPage a { 
text-decoration: underline;
}

.individualPage p {
	margin: 1em 0;
	font-size: 1.2em;
	line-height: 150%;
}

.individualPage p.zeroPaddingParagraph {
margin: 0;
}

.individualPage ul, .individualPage ol {
margin: 10px 0 10px 20px;
}

.individualPage li {
font-size: 1.2em;
}

.individualPage li li {
font-size: 1em;
}

.individualPage ul li {
list-style-type: disc;
margin: 0.4em 0;
}

#aboutUsList.individualPage ul {
	margin-top: 20px;
}

#aboutUsList.individualPage ul li {
	margin: 0.8em 0;
	list-style-type: none;
	font-weight: bold;
}

#aboutUsList.individualPage ul li {
	color: #555;
}

#aboutUsList.individualPage ul li a {
	color: #555;
	text-decoration: none;
	background: transparent url(../image/layout/blue-arrow.png) 0 2px no-repeat;
	padding-left: 15px;
}

#aboutUsList.individualPage ul li a:hover {
	background-position: 0 -48px;
	color: #006699;
	text-decoration: underline;
}


/* Thank you */

#thankYou {
	position: relative;
}

#thankYou img {
	position: absolute;
	top: 50px;
	left: 50px;
}

#thankYou p {
	color:#FFFFFF;
	font-size:1.4em;
	left:82px;
	position:absolute;
	top:162px;
	width:260px;
}

/* Promotion */

ul#promotions {
	display: block;
	width: 550px;
	margin-top: 50px;
}

ul#promotions li {
	width: 250px;
	float: left;
	display: inline;
	border-bottom: 1px solid #CEECF2;
	font-size: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

ul#promotions li.promoArea {
	height: 245px;
}

ul#promotions li p {
	margin: 1em 0 0.4em;
}

ul#promotions li:nth-child(even) {
	padding-left: 50px;
}

#currentPromotions ul#promotions li h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	margin:0.7em 0.5em 0.7em 0;
	color: #006699;
}

ul#promotions li.hover h2 {
	text-decoration: underline;
	color: #4AA733;
}

ul#promotions li h4 {
	display: block;
	margin-top: 10px;
}

ul#promotions li h4 a {
	color: #666;
	font-size: 1.3em;
	background: transparent url("../image/layout/green-arrow.png") right top no-repeat;
	padding-right: 15px;
	font-weight: bold;
}
ul#promotions li h4 a:hover, ul#promotions li.hover h4 a {
	color: #006699;
}

ul#promotions ul {
	overflow: hidden;
	margin: 0 1em 1em .3em;
}

ul#promotions li li {
	border: medium none;
	display: list-item;
	float: none;
	font-size: 12px;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 4px;
	padding-bottom: 0;
	position: relative;
	width: 250px;
	margin-left: 15px;
}

ul#promotions li li:nth-child(even) {
	padding-left: 0;
}

/* Locations */

#map {
height: 30em;
}

#locations ul#locList {
	margin: 2.5em 0 1em;
}
#locations ul#locList li {    
	list-style-type: none;
	overflow: hidden;
	margin: 0;
}
.branches ul#locList li {
	padding: 0 0 0.4em;
}

#locations ul#locList li h2 {
	background-color: #E0F2FA;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0.5em 0 0.5em 40px;
}
.branches ul#locList li h2 {
	margin-bottom: 0.5em;
}
.atms ul#locList li h2 {
	background: #E0F2FA url(../image/layout/blue-arrow.png) 27px -40px no-repeat;
	margin: 0 0 1px;
	cursor: pointer;
}
.atms ul#locList li h2.hover {
	text-decoration: underline;
}
.atms ul#locList li h2.open {
	background-position: 27px -89px;
}
.branches ul#locList li h2 a:hover {
	color: #444;
}
.atms ul#locList li h2 a {

}

.branches ul li a {
	color: #006699;
	font-size: 0.9em;
}

.branches .contactDetails {
	float: left;
	display: inline;
	margin-left: 40px;
	width: 150px;
	margin-right: 20px;
}

.branches .lobbyHours {
	float: left;
	display: inline;
	width: 180px;
	margin-right: 20px;
}

.branches .driveHours {
	float: left;
	display: inline;
	width: 180px;
}

.branches dl {
	margin-bottom: 1em;
}

.branches dl dt {
	margin-bottom: .4em;
}

.branches p, .branches span.tel {
	font-size: 100%;
	margin: 0 0 .4em 0;
	line-height: 1.4em;
}

.branches .adr p {
	margin-bottom: 0;
}

.branches .adr {
	margin-bottom: 1em;
}

.branches .adr p.contactUs {
	font-weight: bold;
	margin-top: 15px;
	font-size: 1.2em;
}

.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;
}

#locations.individualPage .googleMap-InfoWindow p {
font-size:120%;
margin-bottom: 0;
}

.individualPage .googleMap-InfoWindow p.map-phones {
height: 1.2em;
overflow: hidden;
}

/* ATMS */
.atms ul#locList {
	border: 1px solid #ededed;
}
.atms ul#locList li {
	padding: 0;
}

.atms ul#locList li ul {
	padding: 0;
	margin: 0;
}

#locations.atms ul#locList li ul li {
	padding: 0 0 0.4em 27px;
	border-bottom: 1px solid #ededed;
	height: 25px;
}

.atms ul#locList li ul li h3, .atms ul#locList li ul li span {
	float: left;
	display: inline;
	width: auto;
}

.atms ul#locList li ul li h3 {
	font-size: 100%;
	line-height: 25px;
	padding: .5em .5em .5em 0;
	margin: 0;
}
.atms ul#locList li ul li h3 a {
	color: #555;
	background: transparent url(../image/layout/blue-arrow.png) 0 0 no-repeat;
	text-decoration: none;
	padding-left: 1em;
}
.atms ul#locList li ul li.hover {
	background-color: #fafafa;
}
.atms ul#locList li ul li h3 a:hover, .atms ul#locList li ul li.hover h3 a {
	text-decoration: underline;
	background-position: 0 -50px;
	color: #006699;
}
.atms ul#locList li ul li span {
	line-height: 25px;
	margin: .5em 0;
}

/* =========== Custom Pages ======================== */

#sharedBranching h1 {
	margin-bottom:0;
	display: inline;
}
#sharedBranching img {
	float:right;
	margin:0 0 20px 20px;
	opacity:0.7;
}
#sharedBranching img:hover {
	opacity:1;
}

#cudlAutoSmart {
padding: 0 20px 20px;
}

#cudlAutoSmart h2 {
color: #006699;
font-size: 16px;
font-weight: bold;
margin: 10px 0 8px 5px;
}

#cudlAutoSmart p {
color: #555;
font-size: 13px;
margin: 0 0 8px 5px;
line-height: 140%;
}

#cudlAutoSmart h3 a {
color: #47A62D;
font-size: 14px;
font-weight: bold;
margin: 0 0 8px 5px;
}

#cudlAutoSmart h3 a:hover {
	text-decoration: underline;
}

/* Contact Us */
#formContactUs {
width: 290px;
margin: 30px 45px 20px 0;
float: left;
display: inline;
}

#contactInfo {
width: 250px;
margin: 30px 0 0 0;
float: right;
display: inline;
}

#contactInfo p {
margin: 0 0 1em 0;
}

#contactInfo p.zeroPaddingParagraph {
margin:0;
}

#contactInfo p strong {
color: #38586C;
}

#formContactUs legend {
color: #333;
font-weight: bold;
}

#formContactUs fieldset {
border: 0 none;
} 

#formContactUs ul {
	padding: 0;
	margin: 0;
}

#formContactUs li {              
list-style-position: outside;
list-style-type: none;
overflow: hidden;
}

#formContactUs label {
font-size: 100%;
padding: 0 10px 10px 0;
width: 215px;
display: block;
}

#formContactUs input, #formContactUs textarea {
display: block;
margin-bottom: 1em;
}

#formContactUs input {
width: 290px;
}

#formContactUs textarea {
height: 10em;
width: 290px;
}

#formContactUs input.error, #formContactUs textarea.error{
background-color: #F6F6CB;
border: 2px solid #FF0000;
padding: 2px;
}

#formContactUs button.submitButton {
border: 0 none;
display: block;
margin: 20px 0 0 0;
width: 125px;
height: 34px;
float: none;
text-indent: -999em;
background: transparent url("../image/popup-submit.png") no-repeat 0 0;
overflow: hidden;
cursor: pointer;
}

#formContactUs button.submitButton:hover {
background-position: 0 -40px;
}

#formContactUs label.error {
color: #F72222;
font-weight: bold;
margin: 0;
padding: 0 0 0 1em;
text-align: right;
width: auto;
}

#formContactUs #captcha {
clear: both;
width: 200px;
}

#formContactUs #captcha h4 {
font-size: 1.3em;
font-weight: bold;
margin-bottom: 5px;
}

#formContactUs #captcha input {
display: block;
float: none;
margin: 10px 0;
width: 196px;
}

#formContactUs #captcha p {
margin: 0;
}

#formContactUs #captcha p.error {
color: #F72222;
}

/* Rates */
#rates table, #fees 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;
}

#rates h2 {
font-size: 1.5em;
margin: 1.3em 0 0.2em;
}

#rates h3 {
font-size: 1.3em;
margin: 1.5em 0 0.3em;
}

#rates table th, #fees table th {
background-color: #E0F2FA;
border-bottom: 1px solid #EDEDED;
border-right: 1px solid #EDEDED;
color: #006699;
font-weight: bold;
padding: 6px 20px;
}
#rates table.fourColumn th {
	width: 45%;
}
#rates table th {
	width: 34%;
}
#fees table th {
	width: 20%;
}

/* Special */
#rates table.special th {
	width: 18%;
}
#rates table.special th.nth-column-1 {
	width: 34%;
}
#rates table.special td.nth-column-3 {
border-right: 1px solid #EDEDED;
}
#rates table td, #fees 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;
vertical-align: middle;
}
#rates table tr.nth-row-even, #fees table tr.nth-row-even {
background-color: #fafafa;
}
#rates table td.enlarged {
    font-size: 16px;
}
#rates table td img {
	margin-bottom: 10px;
}


#forSale 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;
}

#forSale h2 {
font-size: 1.5em;
margin: 1.3em 0 0.2em;
}

#forSale h3 {
font-size: 1.3em;
margin: 1.5em 0 0.3em;
}

#forSale table th {
background-color: #E0F2FA;
border-bottom: 1px solid #EDEDED;
border-right: 1px solid #EDEDED;
color: #006699;
font-weight: bold;
padding: 8px 18px;
text-align: center;
}
#forSale table.fourColumn th {
	width: 45%;
}
#forSale table th {
	width: 34%;
}
#forSale table.special td.nth-column-3 {
border-right: 1px solid #EDEDED;
}
#forSale table td {
border-bottom: 1px solid #EDEDED;
padding: 6px 10px;
border-right: 1px solid #EDEDED;
}
#forSale table td.nth-column-1 {
text-align: left;
border-right: 1px solid #EDEDED;
}

#forSale table tr.nth-row-even, #forSale table tr.nth-row-odd{
background-color: #fafafa;
}
#forSale table td.enlarged {
    font-size: 16px;
}
#forSale table td img {
	margin-bottom: 10px;
}
p.specific {
	margin: -10px 0 10px 0;
}
p.apy {
	margin: -25px 0 40px;
	color: #999;
}
p.secondary {
	font-size: 0.9em;
	margin: 0;
	color: #777;
	font-weight: normal;
}

/*===== Special =======================*/
/* Popup form styling */
body.popup {
overflow: hidden;
border: none;
background: #fff;
}

body.popup #thankYou img {
display: block;
margin: 0 auto;
}

body.popup #thankYou img#smallThankyou {
display: block;
margin: 8px auto 0;
}

body.popup p {
margin: 1em;
}

body.popup form {
overflow: hidden;
}

body.popup h4.title {
padding: 10px;
color:#3A479A;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:4em;
text-align: center;
}

body.popup fieldset {
border: 0 none;
float: left;
width: 252px;
}

body.popup #formSection {
overflow: hidden;
padding: 30px 20px 0;
}

body.popup fieldset#popupStandard input, body.popup fieldset#popupStandard textarea {
font-family: Helvetica, Arial, sans-serif;
}

body.popup form#Login {
	margin: 30px auto 0;
	width: 200px;
	position: relative;
	font-size: 1.2em;
}

body.popup form#Login fieldset {
width: auto;
height: 85px;
}

body.popup form#Login fieldset ol {
display: inline;
}

body.popup form#Login fieldset ol li {
list-style: none;
display: block;
margin-bottom: 10px;
}

body.popup form#Login fieldset ol li label {
color: #555555;
display: block;
float: left;
padding: 5px 10px 0 0;
text-align: right;
width: 60px;
}

body.popup form#Login fieldset ol li input {
background: transparent url(../image/layout/online-banking-input.png) no-repeat scroll 0 0;
border: medium none;
display: inline;
height: 15px;
margin-right: 10px;
padding: 3px 5px;
width: 90px;
}

body.popup form#Login fieldset ol li input#password {
padding-right: 15px;
}

body.popup form#Login button  {
width: 49px;
height: 21px;
text-indent: -999em;
background-color: transparent;
background-image: url("../image/layout/online-banking-submit.png");
background-repeat: no-repeat;
background-position: 0 0;
border: none;
cursor: pointer;
position: absolute;
bottom: 0;
left: 70px;
}

body.popup form#Login button:hover {
background-position: 0 -21px;
}


/* Start popup input verification display */
/* - Not selected - */
body.popup fieldset#popupStandard input {
background: url("../image/popup-input-bg.png") no-repeat;
display: block;	
width: 227px;
height: 19px;
margin-bottom: .5em;
padding: 8px 17px 2px 7px;
border: none;
font-size: 1.4em;
} 

body.popup fieldset#popupStandard textarea {
background: url("../image/popup-textarea-bg.png") no-repeat;
display: block;	
width: 227px;
height: 81px;
margin-bottom: 0.5em;
padding: 6px 17px 3px 7px;
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: 10px 0 0 0;
width: 125px;
height: 34px;
float: none;
text-indent: -999em;
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 -40px;
}

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;
font-size: 1.2em;
}

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;
}

/* Online Banking Popup */
body.popup .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: -999em;
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;
}

/* Alert Popup */
#popup_container {
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;
}

body.popup #thankYou {
	position: relative;
	margin: 0;
}

body.popup #thankYou h4.title {
	padding: 10px 10px 5px;
}

body.popup #thankYou img {
	position: relative;
	top: auto;
	left: auto;
	text-align: center;
	margin: o auto;
}

body.popup #thankYou p {
	color:#444444;
	font-size:1.3em;
	left:0;
	margin:3px auto 5px;
	position:relative;
	text-align:center;
	top:auto;
	width:400px;
}

/* 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 hide - */


/**/

#cusl-page { 
	font-family: 'Lucida Grande', Lucida, Arial, sans-serif; 
	font-size: 62.5%; 
	width: 775px; 
}

/* Link colors */
#cusl-page a { 
	color: #004a80; 
}

/* Header image */
#cusl-page #header { 
	width: 775px; 
	height: 63px; 
	background: url(http://www.custudentloans.org/images/cl_header.png) top left no-repeat; 
}
/* Heading text color */
#cusl-content h2 { 
	color: #0e6c55; 
}
