/* CSS Document */


/* Font Init
------------------------------------------------------------------------------------------*/

html{
	font-family:  Helvetica, Verdana, Arial, sans-serif;
	color: #000;
}

body{
	background: #000;
	margin: 0px;
	color: #333;
}


/* 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: 1em;
	line-height: 1.4em;
}


h1{font-size: 2.4em;}
h2{	font-size: 1.4em;}
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: #224E95;
	font-size: 11px;
	font-weight: bold;
	margin-top: 1.2em;
}
h4 + ul{margin-top: -15px;}
h3 + h5{
	margin-top: 10px;
}
h3 + p, h4 + 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;
	clear: both;
}

/* 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: 	#224E95; 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;
	min-height: 125px;
	}
	
	#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: #224E95;
		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);	
	}
	
	

	#content-flash{
		/*background-image: url(../images/design/bg-content-main.png);*/
		width: 573px;
		height:320px;
		margin-bottom: 9px;
	}
	
	#content-text{
		background-image:url(../images/design/bg-content-supp.png);
		height: 197px;
		width: 573px;
	}
	
	#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:0 26px;
		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: 171px;
		height: 27px;
		margin:-15px 0 0 -14px;
	}
	

	#content-supp .box{	padding: 14px;}	
	#content-supp .box p, #content-supp .box p a, #content-supp .box ul{margin-top: 10px;	text-align: left;}
	.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;
}

ul#nav-supp li{
	display: inline;	
}

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-left: 20px;
	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: 38px; }

ul li.longer{margin-bottom: 12px;}

ul.with-labels a{
	float: right;
	line-height: 12px;
	margin-top: -16px;
	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;
}


/* 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: 135px;
}

.ie8 form.custom-form input[type="text"]{margin-right: 152px; }


/* 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.jpg);}
h2#contact-us{background-image:url(../images/text/h2-contact-us.jpg);}

div.road-bg{	background-image:url(../images/design/boxout-road-bg.jpg);	padding-bottom: 31px !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;}
div.white-bg{background-image:url(../images/design/boxout-white-bg.jpg); margin-bottom: 0px !important; padding-bottom: 1px !important; 	height: 104px; }

.ie6 div.white-bg{margin-bottom: -50px; }

/* Nav
-------------------*/
ul#nav-main li#cu-network-resources a{background-image: url(../images/text/nav/nav-cu-network-resources.jpg); height: 27px;}
ul#nav-main li#cu-network-resources a:hover, ul#nav-main li#cu-network-resources{background-image:url(../images/text/nav/nav-cu-network-resources-hover.jpg);height: 27px; }
ul#nav-main li#fraud-operations a{background-image: url(../images/text/nav/nav-fraud-operations.jpg);}
ul#nav-main li#fraud-operations a:hover, ul#nav-main li#fraud-operations{background-image:url(../images/text/nav/nav-fraud-operations-hover.jpg); }
ul#nav-main li#education-training a{background-image: url(../images/text/nav/nav-education-training.jpg);}
ul#nav-main li#education-training a:hover, ul#nav-main li#education-training{background-image:url(../images/text/nav/nav-education-training-hover.jpg); }
ul#nav-main li#marketing-resources a{background-image: url(../images/text/nav/nav-marketing-resources.jpg);}
ul#nav-main li#marketing-resources a:hover, ul#nav-main li#marketing-resources{background-image:url(../images/text/nav/nav-marketing-resources-hover.jpg); }
ul#nav-main li#news-and-information a{background-image: url(../images/text/nav/nav-news-and-information.jpg);}
ul#nav-main li#news-and-information a:hover, ul#nav-main li#news-and-information{background-image:url(../images/text/nav/nav-news-and-information-hover.jpg); }
ul#nav-main li#additional-products-and-partners a{background-image: url(../images/text/nav/nav-additional-products-and-partners.jpg);}
ul#nav-main li#additional-products-and-partners a:hover, ul#nav-main li#additional-products-and-partners{background-image:url(../images/text/nav/nav-additional-products-and-partners-hover.jpg); }
ul#nav-main li#branch-location-opportunities a{background-image: url(../images/text/nav/nav-branch-location-opportunities.jpg);}
ul#nav-main li#branch-location-opportunities a:hover, ul#nav-main li#branch-location-opportunties{background-image:url(../images/text/nav/nav-branch-location-opportunities-hover.jpg); }
ul#nav-main li#cu-contact-list-cusn-staff a{background-image: url(../images/text/nav/nav-cu-contact-list-cusn-staff.jpg);}
ul#nav-main li#cu-contact-list-cusn-staff a:hover, ul#nav-main li#cu-contact-list-cusn-staff{background-image:url(../images/text/nav/nav-cu-contact-list-cusn-staff-hover.jpg); }
ul#nav-main li#stockholders a{background-image: url(../images/text/nav/nav-members.jpg);}
ul#nav-main li#stockholders a:hover, ul#nav-main li#stockholders{background-image:url(../images/text/nav/nav-members-hover.jpg); }
ul#nav-main li#board-of-directors a{background-image: url(../images/text/nav/nav-board-of-managers.jpg);}
ul#nav-main li#board-of-directors a:hover, ul#nav-main li#board-of-directors{background-image:url(../images/text/nav/nav-board-of-managers-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 34px; 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
-------------------*/

