/* CSS Document */


/* Font Init
------------------------------------------------------------------------------------------*/

html{
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	color: #000;
}

body{
	background: #000;
	margin: 0px;
	color: #333;
	position: relative;
}


/* Tags
------------------------------------------------------------------------------------------*/
a, a:visited{
	color: #333333;
}

label, a:hover, label:hover{
	color: #333333;
	cursor: pointer;
}

/* Typography */
span, p, h1, h2, h3, h4, h5, a{
	color: #333333;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

p, ul, ol{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
}

a{ color: #666666; }

h1{font-size: 2.4em;}
h2{	font-size: 1.4em;}
h3{ color: #005E20; }
h3.standalone{
	margin-bottom: 15px !important; 
	font-size: 1.4em !important; 
}
h3 a { color:#224E95 ; text-decoration: none;}
h3 a:hover{color:#224E95 ; text-decoration: underline; }
h4{
	color: #333333;
	font-size: 11px;
	font-weight: bold;
	margin-top: 1.2em;
}
h4 + ul{margin-top: -15px;}
h3 + h5{
	margin-top: 10px;
}
h3 + p, h4 + p, #content-main p{
	margin-left: 17px;
	margin-top:10px;
}

p + ol{
		margin-top: -19px;
}

h5{
	margin-bottom: 0px;
}

hr{
	background-image:url(../images/design/hr-bg.jpg);
	background-repeat: repeat-x;
	width: 885px;
}

p img{
	float: none;
	margin: 0px;
}

small{
	display: block;
}

/* Classes
------------------------------------------------------------------------------------------*/
div.colborder{
	border: none;
}

.phark, .phark a{	
	text-indent: -5000px;
	display: block;
	/*font-size: 0;*/
	overflow: hidden;
}

.left{float: left;}
.right{
	float: right;
	margin-top: -30px;
}

.clear{
	clear: both;
	height: 0px;
}


p.important{color: #373534;}
p.link{ margin: 0px 0px 0px 17px; }
p.link + h3{margin-top: 18px; }

span.important{
	color: #FF0000;
	font-weight: bold;
}

div.col{width: 46%;}

img.col-header{ margin: 10px 0px; }

.error, .success{
	margin: 1em;
}

/* Content Divs
------------------------------------------------------------------------------------------*/
.container{
	height: 100%;
	background-color: #000;
	width: 100%;
	text-align: center;
}

#header {
	height: 88px;
	position: relative;
	text-align: center;
	width: 751px;
	margin: 0 auto 1px auto;
}

	#branding{
	width: 466px;
	height: 88px;
	background-repeat: no-repeat;
	display: block;
	float: left;
	}
		
			#branding h1 a{
				height: 88px;
				width: 466px;
			}
			
			#status-link{
				position: absolute;
				color: #FFF;
				right: -50px;
				top: 70px;
				font-size: 11px;
			}
			
			#status-link a{ color: #FFF; text-decoration: none; }
	
	
#content-wrapper{
	height: 573px;
	width: 100%;
	background-image: url(../images/design/bg-content.jpg);
	background-repeat: repeat-x;
	margin-bottom: 1px;
	padding-top: 19px;
	background-color: #a9c3da;
}		

#content-wrapper.liquid{
	height: auto;
	padding-bottom: 20px;
}
.ie6{
	
}

#content{
	width: 751px;
	margin: 0 auto;
}

#content-main{
	position: relative;
	width: 573px;
	min-height: 569px;
	margin-left: 177px;
}

.ie6 #content-main{
	margin-left: 174px;
	height: 569px;
}

#content-main.one-col{
	margin: 0 auto;
	background-image: url(../images/design/bg-one-col.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	width: 562px;
	min-height: 162px;
	margin-top: 50px;
	padding-bottom: 62px;
}

.ie6 #content-main.one-col{
	height: 162px;
}


	#content-main.one-col a{
	color: 	#666666;
	text-decoration: none;
}
	#content-main.one-col a:hover{text-decoration: underline;}
 	
	#content-main.one-col h2{
		background-image: url(../images/design/bg-one-col-header.jpg);
		width: 547px;
		height: 26px;
		background-repeat: no-repeat;
		text-align: left;
		font-size: 12px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFF;
		font-weight: bold;
		padding: 10px 0px 0px 15px;
		margin-bottom: 0px;
		
	}
	
	#content-main.one-col h2 a{
		color: #FFF;
		text-decoration: none;
	}
	
	#content-main.one-col .form-body{
		background-color: #FFF;
		text-align: left;
		padding: 35px 15px;
	}
	
	#content-main.one-col .form-body p{margin: 0px;}
	#content-main.one-col .form-body p a{text-decoration: none; color: #00529B;}
	#content-main.one-col .form-body p a:hover{text-decoration: underline; }

	#content-main.right-col{
		text-align: left;
		min-height: 506px;
		margin-left: 190px;
		background-color: #FFF;
		background-image: url(../images/design/bg-one-col.jpg);
		margin-top: 0px;
		padding: 20px 20px 80px 20px;
		width: 522px;
	}
	
	.ie7 #content-main.right-col{
		margin-left: 189px;	
	}
	
	.ie6 #content-main.right-col{
		height: 506px;
	}
	
	#content-main.right-col #status-link{
		position: absolute;
		right: 25px;
		top: 8px;
	}
	
	#content-main.right-col h2{
		margin: -20px -40px 30px -20px;
	}
	
	#content-main.right-col h3, ul#archives li a {
	color: #005E20;
	font-size: 12px;
	margin-bottom: 0px;
	font-weight: bold;
	}
	
	#content-main.right-col h3 a, #content-main.right-col h3 a:visited{
		color: #224E95;
		text-decoration: none;
	}
	
	#content-main.right-col a#back-to-top{
	position:absolute;
	bottom: 38px;
	left: 20px;
	color: transparent;
	font-size: 10px;
	}
	
	.ie #content-main.right-col a#back-to-top{
		filter:alpha(opacity=0);	
	}

	/* Testimonials */
	.testimonial {display: block;}
	#content-main .testimonial img{float: left;	}
	.testimonial p{	margin-left: 40% !important;}
	.testimonial ul{
	list-style: none;
	font-weight:bold;
	font-style:italic;
	margin-left: 40%;
}

	#shared-branching-movie{
		width: 574px;
		height: 322px;
		background-color: #FFF;
	}
	
	#content-flash{
		background-image: url(../images/design/bg-content-main.png);
		width: 573px;
		height:320px;
		margin-bottom: 9px;
	}
	
	
	
	#flash-testimonials{
		width: 380px;
		height: 167px;
		float: right;
		margin-right: 9px;
		margin-top:1px;
	}
	
	.ie7 #flash-testimonials,  .gecko.win #flash-testimonials{
		margin-top: -158px;
	}
	
	#content-text{
	background-image:url(../images/design/bg-flash.png);
	height: 170px;
	width: 574px;
	text-align: left;
	position: relative;
	}
	
	#content-text a{
		color:#00529B ;
		text-decoration: none;
	}

#content-supp{
	position: relative;
	width: 170px;
	min-height: 569px;

	float: left;
}

.ie6 #content-supp{
	height: 569px;
}

	#content-supp .box{
		font-size: 9px;
		background-repeat:no-repeat;
		background-position:left bottom;
		background-color: transparent;
		margin-bottom: 13px;
	
	}
	
	.ie7 #content-supp .box{
		margin-bottom: 2px;
	}
	
	.ie #content-supp .box{width: 143px;}
	.ie6 #content-supp .box{margin-right: -14px;	}
	.ie #content-supp .box p{line-height: 12px; margin-bottom:3px; }
	
	
	#content-supp h2.phark{
		width: 170px;
		height: 27px;
		margin:-17px 0 0 -14px;
	}
	
	.ie #content-supp h2.phark{}
	

	#content-supp .box{	padding: 14px;}	
	#content-supp .box p, #content-supp .box p a, #content-supp .box ul{margin-top: 10px;	text-align: left; font-size:9px;}
	.ie #content-supp .box p{margin-bottom: 10px; }
	
	.gecko.win  #content-supp .box{font-size: 8.5px;}
	.gecko.win  #content-supp .box p{margin: 9px -5px;}
	#content-supp .box p a { color: #2f4f8b; }
	
	#content-supp .box a { text-decoration: underline; color: #2f4f8b; }
	 
		
	
	
#footer{
	height: 22px;
	background-repeat: no-repeat;
	background-image: url(../images/design/bg-footer.jpg);
	font-size: 10px;
	width: 751px;
	padding-right: 0px;
	margin: 0 auto;
	padding-top: 5px;
}

.ie #footer{
	width: 751px;
	padding-right: 0px;

}

#footer p{
	text-align: center;
	color: #666666;
}

/* Navigation 
------------------------*/

#navigation{
	width:904px;
	height: 277px;
	margin-left:24px;
	position:relative;
}	

ul#nav-main{
	list-style: none;
	width: 170px;
	margin: 0px;
	margin-bottom: 10px;

}

ul#nav-main li{
	display:block;
	height:28px;
	width: 170px;
}

	ul#nav-main a {
		display: block;
		height: 28px;
		width: 170px;
	}
	
	ul#nav-main li/*, ul#nav-supp li*/ {

	background-repeat: no-repeat;
	display: block;
	overflow: hidden;
	height:28px;
	text-indent: -9999px;
	}
	
ul#nav-supp{
	width: 279px;
	height: 29px;
	background-image:url(../images/design/bg-suppnav.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	float: right;
	margin-top: 43px;
	list-style: none;
	padding: 16px 0 0 5px;
}

.ie ul#nav-supp{

}

ul#nav-supp li{
	display: inline;	
	background-position: 0px -2px;
}

ul#nav-supp li a{
	text-decoration: none;
	font-size: 9px;
}





/* LISTS
------------------------------------------------------------------------------------------*/
#content-supp .box ul{margin-left: -5px; margin-right: -13px;}
#content-supp .box ul li{margin-left: 49px;}
.win #content-supp .box ul li{margin-left: 54px;}
#content-supp .box ul li label{margin-right: 5px; margin-left: -50px;}
.win #content-supp .box ul li label{margin-right: 10px;}

ul#vcard{list-style: none;}
.win ul#vcard{	margin-top: 10px;	font-size: 8.5px !important;}
.ie8 ul#vcard li{font-size: 8px; }
.gecko.win ul#vcard{font-size: 8px !important;}

	ul#vcard li#tel label{margin-right: 15px;}
	.win ul#vcard li#tel label{margin-right: 18px;}
	ul#vcard li#toll-free label{margin-right: -1px;}
	.win ul#vcard li#toll-free label{margin-right: 3px;}
	ul#vcard li#email label{margin-right: 15px;}
	.win ul#vcard li#email label{margin-right: 18px;}
	
ul.puzzle{
	float: left;
	list-style: none;
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-left: 60px;
	width: 80px;
}

.ie6 ul.puzzle{ margin-right: -30px; width: 70px; }

ul.puzzle li{
	text-align: left;
	width: 120px;
	font-size: 9px;
	line-height: 12px;
}


	
ul.puzzle li.heading{
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 12px;
}

ul.puzzle li.bump{
	margin-bottom: 5px;
}

ul#new-credit-unions{background-image: url(../images/Jigsaw-Puzzle_orange.png);	}
ul#new-service-centers{	background-image: url(../images/Jigsaw-Puzzle_purple.png)}
ul#seminars{	background-image:url(../images/Jigsaw-Puzzle_red.png); }

ul.links{
	list-style: none;
	margin-top: 10px;
}

p+ul.links{
	margin-top: -10px;
}

ul.with-labels{
	margin: 0px;
	width: 107%;
	margin-top: 10px;
}

.ie ul.with-labels{
	width: 108%;
}

ul.with-labels li{font-size: 10px; height: 39px; }

ul li.longer{margin-bottom: 12px;}

ul.with-labels a{
	float: right;
	line-height: 12px;
	width: 199px;

}

.ie8 ul.with-labels a{margin-top: 2px;}
.ie7 ul-with-labels a{margin-top: -12px;}

ul.moreright{
	width: 47%;
	float: right;
	margin: 0px;
}

.ie8 ul.moreright{
	width: 45%;
}

ul li.heading{font-weight: bold;}
ul li.blue{color: #224E95; }
ul li.subheading{ color: #224E95; font-style:italic; }
ul li.section-heading{font-weight: bold; margin-top: 15px;}
ul li.section{margin-top: 15px;}
ul li.no-link{margin-bottom: 5px; }
ul.links li a{text-decoration: none; }


ul.archives{list-style: none; margin-top: 15px; }
ul.archives li{
	margin-bottom: 5px;
	font-weight: bold;
}

ul.images{
	list-style: none;
	min-height: 200px;
}

.ie6 ul.images{	height: 200px;}

ul.images li{
	float:left;
	width: 30%;
	text-align: center;
}

ul.images li a{
	display: block;
}

ul.faqs li{list-style: none;}
ul.faqs li.question{list-style: disc; font-weight:bold; margin-top: 10px;}

/* FORMS
------------------------------------------------------------------------------------------*/
form ol{ list-style: none;}
form fieldset{ border: none;}

form.login-form li{
	float: left;
	height: 43px;
	width: 127px;
}

form.login-form input[type="text"], form.login-form input[type="password"]{
	float:left;
}

.ie7 form.login-form{
	background-color:#393; }
.ie7 form.login-form ol li{
	background-color: #ffcc99;
	height: 80px;
	width: 150px;
}

form.custom-form ol li{
	margin-bottom: 5px;
	width: 100%;
	display: block;
	height: 25px;
}
form.custom-form label{float: left;}
form.custom-form input[type="text"]{
	float: right;
	margin-right: 120px;
}

.ie8 form.custom-form input[type="text"]{margin-right: 152px; }

form.custom-form textarea{
	float: right;
	margin-right: 120px;
}


/* TABLES
------------------------------------------------------------------------------------------*/
thead tr td{font-weight: bold; color: #224E95; font-size: 13px; }


/* PHARK
------------------------------------------------------------------------------------------*/
h1#logo{
	width: 466px;
	background-image:url(../images/design/credit-union-service-network.jpg);
	margin: 0px 1px 0px 0px;
}

h2#cu-service-network{background-image:url(../images/text/h2-cu-service-network.png);}
h2#contact-us{	background-image:url(../images/text/h2-contact-us.png);}
h2#more-information{	background-image:url(../images/text/h2-more-information.png);}

div.road-bg{	background-image:url(../images/design/boxout-road-bg.png);	padding-bottom: 31px !important; background-position: left 24px !important; }
div.road-bg a{ background-image:url(../images/design/bg-arrow.png); background-repeat: no-repeat; background-position: 0 -1px; padding-left: 17px; margin-left: -25px; }
.ie div.road-bg a{font-size: 9px; margin: 15px 0px 0px -15px; padding-top: 25px; background-position: 0px 25px; }
.gecko.win div.road-bg{padding-bottom: 40px !important;}
.gecko.win .road-bg a{margin-left: -8px;}

div.white-bg{
	background-image:url(../images/design/boxout-white-bg.png);
	margin-bottom: 0px !important;
	padding-bottom: 1px !important;
	background-color: #FFF !important;
	-moz-border-radius-topleft: 0px;  
	-moz-border-radius-topright: 0px;  
	-moz-border-radius-bottomright: 5px;  
	-moz-border-radius-bottomleft: 5px;  
	-webkit-border-top-left-radius: 0px;  
	-webkit-border-top-rightright-radius: 0px;  
	-webkit-border-bottom-left-radius: 5px;  
	-webkit-border-bottom-rightright-radius: 5px;  }
.ie div.white-bg{ width: 142px !important;}
.ie6 div.white-bg{margin-bottom: -50px; }

span#location-count{
 position: absolute;
 top: 32px;
 left: 43px;
 color: #FFF;
 font-size: 16px;
}

/* Nav
-------------------*/
ul#nav-main li#shared-branching a{background-image: url(../images/text/nav/nav-shared-branching.jpg);}
ul#nav-main li#shared-branching a:hover, ul#nav-main li#shared-branching{background-image:url(../images/text/nav/nav-shared-branching-hover.jpg);}
ul#nav-main li#testimonials a{background-image: url(../images/text/nav/nav-testimonials.jpg);}
ul#nav-main li#testimonials a:hover, ul#nav-main li#testimonials{background-image:url(../images/text/nav/nav-testimonials-hover.jpg);}
ul#nav-main li#products a{background-image: url(../images/text/nav/nav-products.jpg);}
ul#nav-main li#products a:hover, ul#nav-main li#products{background-image:url(../images/text/nav/nav-products-hover.jpg);}
ul#nav-main li#news-and-articles a{background-image: url(../images/text/nav/nav-news-and-articles.jpg);}
ul#nav-main li#news-and-articles a:hover, ul#nav-main li#news-and-articles{background-image:url(../images/text/nav/nav-news-and-articles-hover.jpg);}
ul#nav-main li#faqs a{background-image: url(../images/text/nav/nav-faqs.jpg);}
ul#nav-main li#faqs a:hover, ul#nav-main li#faqs{background-image:url(../images/text/nav/nav-faqs-hover.jpg);}
ul#nav-main li#about-us a{background-image: url(../images/text/nav/nav-about-us.jpg);}
ul#nav-main li#about-us a:hover, ul#nav-main li#about-us{background-image:url(../images/text/nav/nav-about-us-hover.jpg);}
ul#nav-main li#more-information a{background-image: url(../images/text/nav/nav-more-information.jpg);}
ul#nav-main li#more-information a:hover, ul#nav-main li#more-information{background-image:url(../images/text/nav/nav-more-information-hover.jpg); height: 27px;}

/*2010 Nav*/
ul#nav-main li#shared-branching-2010 a{background-image: url(../images/text/nav/nav-shared-branching-2010.jpg);}
ul#nav-main li#shared-branching-2010 a:hover, ul#nav-main li#shared-branching-2010{background-image:url(../images/text/nav/nav-shared-branching-2010-hover.jpg);}
ul#nav-main li#call-center a{background-image: url(../images/text/nav/nav-call-center.jpg);}
ul#nav-main li#call-center a:hover, ul#nav-main li#call-center{background-image:url(../images/text/nav/nav-call-center-hover.jpg);}
ul#nav-main li#fast-branch a{background-image: url(../images/text/nav/nav-kiosk-solution.jpg);}
ul#nav-main li#fast-branch a:hover, ul#nav-main li#fast-branch{background-image:url(../images/text/nav/nav-kiosk-solution-hover.jpg);}
ul#nav-main li#xpress-accounts a{background-image: url(../images/text/nav/nav-xpress-accounts.jpg);}
ul#nav-main li#xpress-accounts a:hover, ul#nav-main li#xpress-accounts{background-image:url(../images/text/nav/nav-xpress-accounts-hover.jpg);}
ul#nav-main li#mobile-banking a{background-image: url(../images/text/nav/nav-mobile-banking.jpg);}
ul#nav-main li#mobile-banking a:hover, ul#nav-main li#mobile-banking{background-image:url(../images/text/nav/nav-mobile-banking-hover.jpg);}
ul#nav-main li#my-deposit a{background-image: url(../images/text/nav/nav-my-deposit.jpg);}
ul#nav-main li#my-deposit a:hover, ul#nav-main li#my-deposit{background-image:url(../images/text/nav/nav-my-deposit-hover.jpg);}
ul#nav-main li#CURe a{background-image: url(../images/text/nav/nav-CURe.jpg);}
ul#nav-main li#CURe a:hover, ul#nav-main li#CURe{background-image:url(../images/text/nav/nav-CURe-hover.jpg);}
ul#nav-main li#news-and-articles-2010 a{background-image: url(../images/text/nav/nav-news-and-articles-2010.jpg);}
ul#nav-main li#news-and-articles-2010 a:hover, ul#nav-main li#news-and-articles-2010{background-image:url(../images/text/nav/nav-news-and-articles-2010-hover.jpg);}
ul#nav-main li#about-us-btm a{background-image: url(../images/text/nav/nav-about-us-btm.jpg);}
ul#nav-main li#about-us-btm a:hover, ul#nav-main li#about-us-btm{background-image:url(../images/text/nav/nav-about-us-btm-hover.jpg);}

ul#nav-supp li#home{background-image:url(../images/text/nav/nav-home.jpg); padding: 0 11px 0 42px; margin-left: -21px; }
.ie6 ul#nav-supp li#home{margin-left: 0px; }
ul#nav-supp li#contact{background-image:url(../images/text/nav/nav-contact.jpg); padding: 0 12px 0 35px; margin-left:-4px; }
.ie7 ul#nav-supp li#contact{padding-right: 8px; }
ul#nav-supp li#site-map{background-image:url(../images/text/nav/nav-site-map.jpg); padding: 0 6px 0 32px; margin-left: -6px; }

/*h1
-------------------*/

