/* Northerskiesfcu.com - layout.css
tan: #EEE8E0
light blue (link): #DAE6F4
 */

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

/*===== General =======================*/
h1, h2, h3, h4 {
	font-weight: bold;
	padding: 0 0 1em;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

p {
	line-height: 150%;
	padding:0 0 1em;
}

a {
	text-decoration: none;
	color: #233867;
	outline: none;
}

ul li {
	list-style-type: none;
	list-style-position: outside;
}

em {
	font-style: italic;
}

body {
	background: url("../image/northernskies-bg.jpg") top center no-repeat #EEE8E0;
	min-width: 960px;
	width: 960px;
	width: auto !important;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	font-weight: normal;
	color: #333;
}

.strong, strong{
	font-weight:bold;
}
.leftAlign {
	text-align:left !important;
}
#logoPrint {display:none;}
#siteAlert {
	width:1000px !important;
	margin: 0 auto !important;
	z-index:99;
}

#siteAlertLink {
	right: 30px !important;
}

#wrapper {
	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:1000px;
	z-index:2;
}
.overLabelWrapper label {
	display: block;
	position: absolute;
	top: 5px;
	left: 6px;
	color: #666;
	font-style: italic;
	font-size: 1.1em;
	z-index: 1;
}
#stars1 span, #stars2 span, #stars3 span {
	background-image:url("../image/starrysky.png");
	background-color:transparent;
	background-repeat:repeat-x;
	display:block;
	height:470px;
	left:0;
	overflow:hidden;
	position:absolute;
	top:0;
	width:100%;
	z-index:0;
}
#stars1 span {
	background-position:0 0;
}
#stars2 span {
	background-position:200px -30px;
	display:none;
}
#stars3 span {
	background-position:-150px 180px;
}
#shootingStar {
	display:none;
	height:110px;
	width:111px;
	position:absolute;
	z-index:0;
	top:0;
	left:80px;
}
#shootingStar span {
	background:url("../image/shooting-star.png") 0 0 no-repeat transparent;
	display:block;
	height:110px;
	width:111px;
}
/*===== Header ========================*/
#header {
	height: 120px;
	margin: 0 auto -5px;
	position: relative;
	width: 1000px;
	z-index:5;
}
#home #header {
	margin: 0 auto;
}

#logo {
	position: absolute;
	top: 8px;
	left:30px;
}

#logo a {
	display: block;
	height: 97px;
	width: 282px;
}

#ultraTopNav {
	background:url("../image/sprites-blue-bg.png") no-repeat scroll 0 -292px transparent;
	overflow:hidden;
	padding:7px 10px 20px;
	position:absolute;
	right:35em;
	top:0;
}
#home #ultraTopNav {
	right:36em;
	top:0;
}

#ultraTopNav li {
	border-right:1px solid #AEBDD2;
	color:#DAE6F4;
	float:left;
	padding:0 0.5em;
}
#ultraTopNav li.lastChild {
	border-right:none;
}

#ultraTopNav li a {
	color: #DAE6F4;
	font-size:1.2em;
}

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

#home #ultraTopNav li.firstChild {
	display:none;
}

#downstream {
	overflow:hidden;
	position:absolute;
	right:20px;
	top:0;
}
#downstream li{
	float:left;
	padding:0 0.5em;
	height:38px;
}
#downstream li.nthChild-1{
	background:url("../image/sprites-blue-bg.png") no-repeat scroll 0 -66px transparent;
	width:40px;
}
#downstream li.nthChild-2{
	background:url("../image/sprites-blue-bg.png") no-repeat scroll 0 -128px transparent;
	width:130px;
}
#downstream li a {
	display:block;
	text-indent:-999em;
}
#downstream li.nthChild-1 a {
	background:url("../image/sprite-obl.png") no-repeat scroll 0 -126px transparent;
	height:28px;
	width:25px;
}
#downstream li.nthChild-1 a:hover {
	background:url("../image/sprite-obl.png") no-repeat scroll 0 -155px transparent;
}
#downstream li.nthChild-2 a {
	background:url("../image/sprite-obl.png") no-repeat scroll 0 3px transparent;
	height:28px;
	width:122px;
}
#downstream li.nthChild-2 a:hover {
	background:url("../image/sprite-obl.png") no-repeat scroll 0 -187px transparent;
}


#searchForm {
	background:url("../image/sprites.png") no-repeat scroll 0 -27px transparent;
	bottom:0;
	height:23px;
	position:absolute;
	right:30px;
	width:140px;
}

#searchForm input#roi_input {
	position: absolute;
	top: 0;
	left: 0;
	width: 130px;
	height: 19px;
	padding: 2px 5px;
	border: none;
	background: none;
}

#searchForm input#roi_input:focus {
	outline: none;
}

#searchForm input#searchButton {
	display: none;
}

.froisearch div div div {
	padding:0 0 .5em;
}

#primaryNav {
	bottom:-5px;
	left:340px;
	position:absolute;
}
#home #primaryNav {
	bottom:-6px;
}
#primaryNav li {
	display:block;
	margin:0 10px 0 0;
	padding:0;
	position:relative;
	text-align:center;
	width:110px;
}

#primaryNav a {
	background:url("../image/sprites-blue-bg.png") repeat scroll 0 0 transparent;
	bottom:0;
	color:#FFFFFF;
	display:block;
	font-size:1.6em;
	font-weight:normal;
	height:17px;
	padding:9px 0 5px;
	position:absolute;
	text-align:center;
	width:110px;	
}
#primaryNav a.nthChild-1 {
	left:0;
}
#primaryNav a.nthChild-2 {
	left:120px;
}
#primaryNav a.nthChild-3 {
	left:240px;
}
#primaryNav a.nthChild-4 {
	left:360px;
}

#primaryNav a:hover, #primaryNav li.inPath a {}

/* Online banking downstream pages */
#downstreamObl {
	position: absolute;
	top: 20px;
	right: 300px;
}

#downstreamObl a {
	color: #000;
}

/*===== Left Column ===================*/
#leftColumn {
	clear:left;
	float:left;
	margin:40px 0 0;
	padding:0 0 0 25px;
	width:227px;
}

#leftNavTop {
	background:url("../image/leftnav-top.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:25px;
	position:relative;
	width:234px;
}
#leftNav ul {
	background:url("../image/leftnav-bottom.png") repeat-y scroll left bottom transparent;
	margin:-9px 0 0;
	padding:0 0 25px;
	width:234px;
}
#leftNav .nthTier-1 li {
padding:7px 0 0;
}
#leftNav .nthTier-1 li:hover, #leftNav .nthTier-1 li.inPath {
	background:url("../image/sprites-pages.png") no-repeat scroll 10px -96px transparent;
}
#leftNav .nthTier-2 li:hover, #leftNav .nthTier-2 li.inPath {
	background:none;
}
#leftNav li a {
	display: block;
}

#leftNav li h2 {
	font-size: 1.5em;     
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#leftNav li h2 a {
	background:url("../image/leftnav-line.png") no-repeat scroll 18px bottom transparent;
	color:#333333;
	padding:6px 20px;
}

#leftNav li.inPath h2 a {}

#leftNav li h2 a:hover {}

#leftNav li li h3 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#leftNav li li a {
	background:url("../image/sprites-pages.png") no-repeat scroll 0 -490px transparent;
	color:#333333;
	padding:4px 10px 4px 22px;
}

#leftNav li ul.nthTier-2 {
	background:url("../image/leftnav-line.png") no-repeat scroll 45% 100% transparent;
	padding:12px 0 10px;
}

#leftNav li ul.nthTier-2 li {
	background:none repeat scroll 0 0 transparent;
	padding:0 0 0 30px;
}

#leftNav li li.inPath a, #leftNav li li a:hover {
	background:url("../image/sprites-pages.png") no-repeat scroll 0 -448px transparent;
}

/* Quick Links */
#quickLinks {
	margin:10px 0 0;
	width:228px;
}

body#home #quickLinks {
	float:left;
	margin:0 0 0 26px;
}

#quickLinks #quickLinksTop {
	background:url("../image/ql-home-bg.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:12px;
	width:228px;
}

#quickLinks ul {
	background:url("../image/ql-home-bg-bottom.png") no-repeat scroll 0 100% transparent;
	min-height:146px;
}
#quickLinks li {
	margin:0 0 4px;
}
.nojs #quickLinks li {margin:0;}

#quickLinks li a {
	background-image:url("../image/sprites.png");
	background-repeat:no-repeat;
	background-position:7px -151px;
	color:#FCF5EF;
	display:block;
	font-size: 1.3em;
	padding:5px 10px 5px 35px;
}
#quickLinks li.nthChild-1 a {
	background-position:7px -234px;
}
#quickLinks li.nthChild-1 a:hover {
	background-position:-228px -234px;
}
#quickLinks li.nthChild-2 a {
	background-position:7px -208px;
}
#quickLinks li.nthChild-2 a:hover {
	background-position:-228px -208px;
}
#quickLinks li.nthChild-3 a {
	background-position:7px -264px;
}
#quickLinks li.nthChild-3 a:hover {
	background-position:-228px -264px;
}
#quickLinks li.nthChild-4 a {
	background-position:7px -179px;
}
#quickLinks li.nthChild-4 a:hover {
	background-position:-228px -179px;
}
#quickLinks li.nthChild-5 a {
	background-position:7px -151px;
}
#quickLinks li.nthChild-5 a:hover {
	background-position:-228px -151px;
}

#quickLinks li a:hover {
	color: #D1CAB3;
}

/*===== Home Page =====================*/
#obLogin {
	background:url("../image/sprites-blue-bg.png") no-repeat scroll 0 -195px transparent;
	color:#FFFFFF;
	height:42px;
	padding:8px;
	position:absolute;
	right:29px;
	top:0;
	width:292px;
}
#obLogin iframe {
	overflow:hidden;
}
#obLogin label {
	font-size: 1.2em;
}

#obLogin input {
	margin-bottom: 0.5em;
}

#obNav {
margin:0 0 0 128px;
}
#obNav li {
	float:left;
	font-size:1.1em;
	padding:0 0.5em;
}
#obNav li a {
	color:#DAE6F4;
}
#obNav li a:hover {
	color:#fff;
	text-decoration:underline;
}

#homeContent {
	margin:15px 0 0;
	overflow:hidden
}
#flashBanner {
	height:388px;
	width:100%;
}
#flashBanner img {
	margin:7px 0 0 30px;
}
#featuredProducts {
	float:right;
	width:732px;
}
#featuredProducts li{
	background:url("../image/home-featured-ro.png") no-repeat scroll 0 0 transparent;
	float:left;
	height:157px;
	margin:0 5px 0 0;
	position:relative;
	width:235px;
}

#featuredProducts h3 {
	font-size:1.6em;
	line-height:1.8em;
	padding:13px 65px 10px 12px;
}
.nojs #featuredProducts h3 {
	line-height:1.2em;
}
#featuredProducts h3 a{
	color:#2D241F;
}
#featuredProducts #homeFeatured-2 h3 {
	padding-right:83px;
}
#featuredProducts p {
	color:#333333;
	font-size:1.2em;
	padding:0 84px 10px 12px;
}
#featuredProducts h4 {
	font-size: 1.4em;
	padding:0 0 10px 12px;
}
#featuredProducts h4 a {
	color:#223866;
}
#featuredProducts h4 a:hover {
	color:#0D5172;
}
#featuredProducts .image, #featuredProducts .imageOver {
	display:block;
	width:102px;
	height:146px;
	position:absolute;
	right:0;
	bottom:5px;
}
#featuredProducts .image span, #featuredProducts .imageOver span {
	background-image:url("../image/home-featured-people.png");
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	width:102px;
	height:146px;
}
#featuredProducts .image {
	z-index:2;
}
#featuredProducts .imageOver {
	z-index:1;
}
#featuredProducts #homeFeatured-1 .image span {
	background-position:0 6px;
}
#featuredProducts #homeFeatured-1 .imageOver span {
	background-position:-111px 6px;
	/*display:none;*/
}
#featuredProducts #homeFeatured-2 .image span {
	background-position:0 -159px;
}
#featuredProducts #homeFeatured-2 .imageOver span {
	background-position:-112px -158px;
	/*display:none;*/
}
#featuredProducts #homeFeatured-3 .image span {
	background-position:0 -320px;
}
#featuredProducts #homeFeatured-3 .imageOver span {
	background-position:-112px -320px;
	/*display:none;*/
}
/*===== Main Content ==================*/
#mainContent {
	background:url("../image/cat-tile.png") repeat-y scroll right top transparent;
	float:left;
	margin:16px 0 0;
	min-height:61em;
	padding:0 0 20px;
	position:relative;
	width:724px;
}
#contentBottom {
	background:url("../image/cat-bottom.png") no-repeat scroll right bottom transparent;
	bottom:0;
	height:121px;
	position:absolute;
	right:0;
	width:724px;
	z-index:1;
}

/*===== Category Page =====*/
#content {
	background:url("../image/cat-top.png") no-repeat scroll right top transparent;
	float:left;
	margin:-11px 0 0;
	padding:37px 25px 110px;
	width:674px;
}
#catDescription {
	height:140px;
	margin:0 auto;
	position:relative;
	width:650px;
}
#catImageOverlay {
	background:url("../image/cat-image-overlay.png") no-repeat scroll 0 0 transparent;
	display:block;
	height:140px;
	left:0;
	position:absolute;
	top:0;
	width:650px;
	z-index:2;
}
#catDescription h1 {
	background:url("../image/cat-title-line.png") no-repeat scroll 0 100% transparent;
	color:#FFFFFF;
	font-size:3em;
	font-weight:normal;
	left:20px;
	padding:0 0 14px 10px;
	position:absolute;
	top:50px;
	width:100%;
	z-index:3;
}
#catDescription img {}
#catContent {
	margin:20px 0 0;
}
#catContent li {
	float:left;
	min-height:21em;
	position:relative;
	width:315px;
}
#catContent .catLiBg {
	background:url("../image/sprites-hover-bg.png") no-repeat scroll 0 -60px transparent;
	display:none;
	height:178px;
	left:25px;
	position:absolute;
	top:0;
	width:276px;
	z-index:0;
}
#catContent li.even {
	padding:0 0 0 30px;
}
#catContent li a.catImage {
	background:url("../image/image-border.png") no-repeat scroll 0 0 transparent;
	display:block;
	float:left;
	height:108px;
	margin:0 0 0 -5px;
	padding:8px 0 0 22px;
	position:relative;
	width:113px;
	z-index:3;
}
.catImage img {
	margin:0 0 10px 0;
}
.catImage span {
	background:url("../image/sprites.png") no-repeat scroll right -115px transparent;
	font-size:1.3em;
	padding:0 17px 0 0;
}

#catContent li a:hover {
	color:#4288AC;
}
#catContent .productContent {
	color:#333333;
	float:left;
	font-size:1.2em;
	padding:5px 0 0;
	position:relative;
	width:185px;
	z-index:2;
}

#catContent .productContent p {
	padding:0 0 5px;
}

#catContent h3 {
	background:url("../image/header-line.png") no-repeat scroll 14px bottom transparent;
	font-size:1.5em;
	margin:0 0 5px;
	padding:0 0 9px 15px;
	position:relative;
	z-index:4;
}
#catContent h3 a {
	color:#333333;
}

#catContent .productContent ul {
	margin-left: 2em;
}

#catContent li li {
	border:medium none;
	float:none;
	font-size:1em;
	list-style:disc outside none;
	min-height:0;
	width:auto;
}

/* Search */
#search ul {
	margin:0;
	padding:1em 0 0;
}

#search ul li {
	cursor:pointer;
	font-size: 1em;
	padding-left: 0;
	list-style-type: none;
}

#search ul li h3 {
	padding-bottom: 0;
	font-size: 1.4em;
}

#search ul ul {
	display: none;
}
.froisearch h2 a {
text-decoration:underline !important;
}
.froisearch h2 a:hover {
text-decoration:none !important;
}
/*===== Product Page =====*/
#productPage {
	position: relative;
}

#productPhoto {
	background:url("../image/image-border.png") no-repeat scroll 0 -144px transparent;
	height:218px;
	left:-15px;
	position:absolute;
	top:-20px;
	width:297px;
}
#productPhoto img {
	margin:18px 0 0 30px;
}

#productSummary {
	min-height:240px;
	padding-left:285px;
	position:relative;
}
#productSummary h1, .individualPage h1 {
	background:url("../image/product-line.png") no-repeat scroll left bottom transparent;
	font-size:2.4em;
	margin:0 0 10px;
	padding:0 0 16px 5px;
}

#productSummary p, #productSummary ul {
	font-size: 1.2em;
	line-height: 1.4;
}
#productSummary p {
	padding:0 5px 10px;
}
#productSummary h3 {
	padding:0 5px;
}
#productSummary a {
	text-decoration:underline;
}
#productSummary a:hover {
	text-decoration:none;
}
#productSummary ul li {
	margin-left: 1.25em;
	list-style-type: disc;
}

#productButtons {
height:30px;
position:absolute;
right:10px;
top:240px;
width:250px;
}
#productPage #questions a {
	background:url("../image/share.png") no-repeat scroll -137px 3px transparent;
	border-right:1px solid #B2ACA2;
	color:#666666;
	font-size:12px;
	height:14px;
	line-height:14px;
	padding:3px 7px 3px 17px;
	position:absolute;
	right:56px;
	top:5px;
	width:auto;
	z-index:9;
}
#productPage #questions a:hover {
	background:url("../image/share.png") no-repeat scroll -137px -27px transparent;
	color:#233867;
}
#productPage #applyNow a {
	background:url("../image/btn-apply-now.jpg") no-repeat scroll 0 0 transparent;
	clear:both;
	color:#F2FFE5;
	display:block;
	font-size:2em;
	height:38px;
	padding:20px 0 0 27px;
	position:absolute;
	right:27px;
	top:300px;
	width:147px;
	z-index:10;
}
#productPage #applyNow a .cufon {
-webkit-transform: rotate(-8deg); 
-moz-transform: rotate(-8deg);
}
#productPage #applyNow a:hover {
	background:url("../image/btn-apply-now.jpg") no-repeat scroll 0 -62px transparent;
}

#productDetails {
	background:url("../image/product-buttons-bg.png") no-repeat scroll 0 0 transparent;
	margin:0 auto;
	width:650px;
}

#productDetails dl {
	display:block;
	list-style:none outside none;
	position:relative;
	width:650px;
	z-index:2;
}

#productDetails dl dt {
	color:#333333;
	display:block;
	cursor:pointer;
	float:left;
	font-size:1.3em;
	margin:1px 0 0;
	padding:4px 10px;
	position:relative;
	z-index:2;
}

#productDetails dl dt:first-child {
	border:none;
}

#productDetails dl dt:hover {
	background:url("../image/sprites-hover-bg.png") no-repeat scroll center top transparent;
}

#productDetails dl dt.selected {
	background:url("../image/sprites-pages.png") no-repeat scroll right -402px transparent;
	cursor:default;
	padding-right:17px;
}

#productDetails dl dd {
	clear:both;
	left:0;
	/*overflow:hidden;*/
	padding:0 200px 0 20px;
	top:60px;
}

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

#productDetails dl dd a:hover, #productDetails dl dd a:active {
	text-decoration: none;
}

#productDetails dl dd p {
	font-size: 1.2em;
	padding-bottom: .5em;
	line-height: 1.4;
}

#productDetails dl dd p.disclaimer {
	font-size: 1em;
	color: #666666;
}
#productDetails dl dd p.textVariant1 {
	font-size: 1.2em;
	padding: 0;
}
#productDetails dl dd ul {
	padding: 0 0 .75em 1.4em;
}
#productDetails dl dd ul li {
	font-size: 1.2em;
	list-style: disc outside;
	line-height: 1.4;
}
#productDetails dl dd ul li.textVariant1 {
	margin-left: 1em;
}
#productDetails h3 {
	font-size:1.3em;
	padding:1em 0 .5em;
}
/* AddThis */
.addthis_toolbox {
	position:absolute;
	right:7px;
	top:4px;
	z-index:8;
}

.addthis_toolbox .custom_images a {
	background: transparent url("../image/share.png") -100px top no-repeat;
	color: #666;
	font-size: 12px;
	margin: 0 5px 0 0;
	height: 16px;
	width: auto;
	float: left;
	cursor: pointer;
}

.addthis_toolbox .custom_images a.addthis_button_compact {
	background-position:-68px 3px;
	margin:0 96px 0 0;
	padding:3px 0 3px 23px;
}

.addthis_toolbox .custom_images a.addthis_button_facebook {
	background-position:-249px 3px;
	margin:0;
	padding:3px;
	text-indent:-999em;
	width:16px;
}

.addthis_toolbox .custom_images a.addthis_button_questions {
	background-position: -130px 3px;
	text-indent: -999em;
	width:16px;
}

.addthis_toolbox .custom_images a.addthis_button_twitter {
	background-position:-225px 3px;
	margin:0;
	padding:3px 0;
	text-indent:-999em;
	width:16px;
}

.addthis_toolbox .custom_images a.addthis_button_print {
	background-position:0 3px;
	padding:3px 0 3px 17px;
	width:27px;
}

.addthis_toolbox .custom_images a.addthis_button_compact:hover {
	background-position: -68px -27px;
	color: #555;
}

.addthis_toolbox .custom_images a.addthis_button_facebook:hover {
	background-position: -249px -27px;
}

.addthis_toolbox .custom_images a.addthis_button_twitter:hover {
	background-position: -225px -27px;
}

.addthis_toolbox .custom_images a.addthis_button_print:hover {
	background-position: 0 -27px;
}
.addthis_toolbox a:hover {
	color:#233867;
}

/*===== Individual Page =====*/
.individualPage {
	padding:0 20px;
}

.individualPage a { 
	text-decoration: underline;
}
.individualPage a:hover {
	text-decoration: none;
}
.individualPage p {
	font-size: 1.2em;
}
.individualPage h2 {
	font-size: 1.3em;
	padding:0 0 .5em;
}

.individualPage p.zeroPaddingParagraph, .zeroPaddingParagraph {
	padding: 0;
}

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

#contactUs #formContactUs ul {
	margin: 0;
}


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

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

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

#pageImage {
	background:url("../image/image-border.png") no-repeat scroll 0 -144px transparent;
	float:right;
	height:218px;
	width:297px;
}
#pageImage img {
margin:18px 0 0 30px;
}

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

#sitemapNav {
	margin-top: 3em;
}

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

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

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

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

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

/* Locations */
#map {
	height: 30em;
}

#locations table {
	width: 100%;
}

#locations th, #locations td {
	text-align: left;
	vertical-align:top;
	padding: 2px 0;
	width: 130px;
}

#locations th.timeName {
	width: 80px;
}

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

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

#locations ul#locList li {    
	list-style-type: none;    
	padding: 1em 0;
	overflow: hidden;
}

#locations ul#locList li h2 {
	border-bottom:2px solid #CFC9C2;
	font-size:1.4em;
	font-weight:normal;
	padding:0 0 5px;
}

#locations ul li a {
	color: #233867;
}
#locations ul li a:hover {
	text-decoration:none;
}

#locations tr.tableHead th {
	color:#6D6959;
	font-size:1.2em;
	padding-top:8px;
}
#locations .phones {
	padding:5px 0 0;
}
#locations .phones .tel {
	display:block;
	padding:2px 0;
}
#locations .phones .tel .type {
	font-weight: bold;
	white-space:nowrap;
}
#locations .phones .tel .value {
	white-space:nowrap;
}
#locList.li div.accordionContent {
	overflow: hidden;
}

li.vcard .accordionContent img {
	border: 8px solid #999;
	float: left;
}

li.vcard .accordionContent div.branchAddress {
	margin: 0 0 0 23em;
	line-height: 1.4em;
}

li.vcard .accordionContent div.branchHours {
	width: 100%;
	overflow: hidden;
	padding: 1em 0 0;
}

li.vcard .accordionContent h5 {
	font-weight: bold;
}

li.vcard .accordionContent div.branchHours div {
	float: left;
	width: 280px;
}

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

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

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

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

.individualPage .googleMap-InfoWindow p.map-phones {
	height: 1.2em;
}

/* Contact Us */
#formContactUs {
	width: 100%;
}

#formContactUs legend {
	border-bottom:2px solid #CFC9C2;
	color:#333333;
	font-size:1.3em;
	font-weight:bold;
	padding:0 0 3px;
	width:90%;
}
#formContactUs legend span{
	font-weight:normal;
}
#formContactUs fieldset {
	padding: 1.5em 0 1em;
	border: 0 none;
} 

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

#formContactUs label {
	float: left;
	font-size: 1.2em;
	padding: 0 10px 10px 0;
	text-align: right;
	width: 215px;
}

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

#formContactUs input {
	width: 220px;
}

#formContactUs textarea {
	height: 10em;
	width: 220px;
}

#formContactUs input.error, #formContactUs textarea.error{
	background-color: #F6F6CB;
	border: 2px solid #FF0000;
	padding: 2px;
}

#formContactUs button.submitButton {
	background:url("../image/btn-apply-now.jpg") no-repeat scroll 0 0 transparent;
	border:medium none;
	color:#F2FFE5;
	cursor:pointer;
	float:none;
	font-size:2em;
	height:59px;
	margin:0 0 0 255px;
	padding:0;
	width:174px;
}
#formContactUs button.submitButton:hover {
	background:url("../image/btn-apply-now.jpg") no-repeat scroll 0 -62px transparent;
}

#formContactUs label.error {
	color: #F72222;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 1em;
	text-align: left;
	width: 160px;
}

#formContactUs #captcha {
	clear:both;
	margin:10px 0 10px 240px;
	position:relative;
	width:205px;
}

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

#formContactUs #captcha p {
	padding: 0;
}

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

/* Rates */
#rates table {
	border-left:2px solid #CFC9C2;
	border-top:2px solid #CFC9C2;
	font-size:1em;
	margin:15px 0 10px;
	width:100%;
}

#rates h2 {
	font-size: 1.5em;
	padding: 1.3em 0 0.2em;
}

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

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

#rates table td {
	border-bottom:2px solid #CFC9C2;
	border-right:2px solid #CFC9C2;
	font-size:1.2em;
	padding:4px 7px;
	text-align:center;
}

#rates table .secondary {
	color:#666666;
	font-size:85%;
	font-weight:normal;
	padding:0;
}
#rates table tr.nth-row-odd {
	background-color:#EDE9E6;
}

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

#rates p.disclaimer {
	color:#333333;
	font-size:1.1em;
	padding:0 0 0.3em;
}
/*===== Special =========*/
/* Popup form styling */
body.popup {
	background:none repeat scroll 0 0 #F4F1EE;
	border:medium none;
	min-width:100%;
	overflow:hidden;
}

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

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

body.popup p {
	padding: 1em;
	font-size:1.2em;
}

body.popup form {
	overflow: hidden;
}

body.popup h1 {
	background:url("../image/product-line.png") no-repeat scroll left bottom transparent;
	color:#000000;
	font-size:2.4em;
	margin:15px 0 0 10px;
	padding:0 0 16px 5px;
}

body.popup fieldset {
	border: 0 none;
	float: left;
	width: 252px;
}

body.popup #formSection {
	overflow: hidden;
	padding: 15px 15px 0;
}

body.popup fieldset#popupStandard input, body.popup fieldset#popupStandard textarea {
	font-family: Helvetica, Arial, sans-serif;
}
#oblPopup {
	background:url("../image/northernskies-bg.jpg") no-repeat scroll 5% 0 #EEE8E0;
}
#oblPopup h1 {
color:#ffffff;
}
#oblPopup iframe {
margin:10px 0 0 20px;
}

#oblPopup #obNav {
	margin:3px 0 0 148px;
}

/* Start popup input verification display */
/* - Not selected - */
body.popup fieldset#popupStandard input {
	background: url("../image/popup/input-background.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-background.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-background.png") no-repeat 0 -150px;
}

body.popup #popupStandard input.valid {
	background: url("../image/popup/input-background.png") no-repeat 0 -30px;
}

body.popup #popupStandard textarea.error {
	background: url("../image/popup/textarea-background.png") no-repeat 0 -455px;
}

body.popup #popupStandard textarea.valid {
	background: url("../image/popup/textarea-background.png") no-repeat 0 -91px;
}

/* - Selected - */
body.popup #popupStandard input.selected{
	background: url("../image/popup/input-background.png") no-repeat 0 -60px;
}

body.popup #popupStandard input.selected.valid{
	background: url("../image/popup/input-background.png") no-repeat 0 -90px;
}

body.popup #popupStandard input.selected.error{
	background: url("../image/popup/input-background.png") no-repeat 0 -120px;
}

body.popup #popupStandard textarea.selected {
	background: url("../image/popup/textarea-background.png") no-repeat 0 -182px;
}

body.popup #popupStandard textarea.selected.valid {
	background: url("../image/popup/textarea-background.png") no-repeat 0 -273px;
}

body.popup #popupStandard textarea.selected.error {
	background: url("../image/popup/textarea-background.png") no-repeat 0 -364px;
}

body.popup #captcha input.selected {
	background: url("../image/popup/captcha-background.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 {
	background:url("../image/btn-apply-now.jpg") no-repeat scroll 0 0 transparent;
	border:medium none;
	color:#F2FFE5;
	cursor:pointer;
	float:none;
	font-size:2em;
	height:59px;
	margin:0 0 0 20px;
	padding:0;
	width:174px;
}

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

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-background.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 {
	padding: 0;
	font-size:1.2em;
}

body.popup #captcha p.error {
	color:#F72222;
}

body.popup #captcha h4 {
	font-size: 1.1em;
	font-weight: bold;
	padding: 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;
	padding: 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-color: transparent;
	background-image: url("../image/alert/info.gif");
	background-position: 16px 16px;
	background-repeat: no-repeat;
	padding: 1em 1.75em;
	margin: 0em;
}

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

/* 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 - */

/*===== Footer ========================*/
#footer {
	clear:both;
	color:#666666;
	height:8em;
	margin:30px auto 10px;
	position:relative;
	width:944px;
	z-index:10;
}

#footer #firstROI {
	height:25px;
	position:absolute;
	right:10px;
	top:15px;
	width:100px;
}

#footer img.froiLogo {
	display: none;
}

#footer #eh {
	left:408px;
	position:absolute;
	top:24px;
}
#footer #eh a {
	background:url("../image/eh.png") no-repeat scroll 0 1px transparent;
	color:#666666;
	font-size:1.2em;
	padding:2px 0 2px 25px;
}
#footer #eh a:hover {
	color:#13436B;
}

#footer #ncua {
	right:550px;
	position:absolute;
	top:23px;
}
#ncuaDisclaimer {
background-color:#FFFFFF;
border:1px solid #3F6993;
display:none;
font-size:0.9em;
height:auto;
left:247px;
padding:5px;
position:absolute;
text-align:center;
top:-71px;
width:254px;
z-index:99;
}

#footer #footerNav {
	display: inline;
	padding: 0;
}

#footerNav li {
	display: inline;
	padding: 0 1em;
	border-right:1px solid #13436B;
}
#footerNav li.lastChild {
	border:none;
}

#footerNav li a {
	color: #13436B;
	font-size: 1.2em;
}

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

#footer p {
	font-size:1.2em;
	padding:5px 0;
}
#footer #copyrightNotice {
	display:inline;
}
/* request password form */
#serviceType label {
	cursor:pointer;
	width:295px;
}

#serviceType input {
	cursor:pointer;
	width:20px;
}
#ui-datepicker-div {
	z-index:99;
}
