/*  CSS Document for the Penn State Federal Credit Union */
/*      Designed and developed by Blue Banana Designs    */
/*                   www.bluebanana.net                  */

/*********************************
     COLOR PALLETE
**********************************
Pale blue  #6683A1  (visited link)
V Lt Blue  #7792BB  (active nav highlight)
Lt Blue    #335C99  (active link)
Blue       #003380  
Dk Blue    #002966
V Dk Blue  #001F4D
V Lt Green #C2EAD3 
Lt Green   #99DBB6
Lt Gree    #77D09E  (nav highlight)
Green      #33B86D
Green						#00A648
Dk Green   #00642B
V Dk Green	#005123
***********************************/

/**********************************
       ELEMENTS
***********************************/ 
body {
margin:0 auto;
padding:0;
width:740px;
color:#000;
background-color:#001F4D;
background-image:url("/images/global/bgdBody.gif");
background-position:center;
background-repeat:repeat;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
text-align:center; /* For IE 5.5 */
}

p,td,a,div,ol,ul,li,h1,h2,h3,h4,h5,h6,blockquote { /* initialize to 0 */
margin:0;
padding:0;
}
a {
color:#003380;
/*background-color:#C2EAD3;*/
text-decoration:underline;
}
a:link {

}
a:visited {
color:#6683A1;
/*background-color:#C2EAD3;*/
}
a:hover {
background-color:#99DBB6;
color:#003380;
}
a:active {

}
blockquote {
	margin:10px 10px 20px 15px;
}
/* The h1 and h2 below are used as page titles and subtitles. The classes .titleGlyph and .titleGlyphPlus modify them. (see below ) */
h1 { 
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#00A648;
margin:0;
padding:0 0 0 30px;
}
h2 {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#335C99;
margin:-3px 0 0 0; /* Raise the text to be closer to the page title. */
padding:0 0 0 30px;
}
h3 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#00853A;
background-color:#C2EAD3;
margin:20px 0 5px 0;
}
h4 {
font-size:11px;
color:#002966;
background-color:#C2EAD3;
margin:12px 0 5px 0;
}

/**** Define UL and LI symbols only here. Individual ul and li elements are assigned formatting styles within each section they reside. */
ul{
 list-style-type: disc;
	margin:0 0 0 20px;
}

ul ul{
 list-style-type: circle;
}

ul ul ul{
 list-style-type: none;
}
#rightColumn ul{
	margin:0 0 0 0;
}
#rightColumn li {
	margin:0 0 5px 20px;
} 

/***************************
     LAYOUT DIVS
****************************/
#masthead {
width:740px;
height:90px;
text-align: left; 
background-image: url("/images/masthead/bgdThatsMyCreditUnion.gif");
background-position: right;
background-repeat:no-repeat;
}
#mainContainer {
text-align:left; /* Override centering for IE 5.5 in body tag */
width:740px;
margin:0 auto;
/*background-image:url("/images/global/leftColumnBgd.gif");
background-repeat:repeat-y;
background-color:#C2EAD3;*/
}
#leftColumn {
color:#000;
width:129px; /* 1px narrower than the background stripe. This allows the 1px dark blue 
border of the background stripe to show through. */
float:left;
/*  background-color:#FF6600; testing  */
}
#rightColumn {
float:right;
width:610px;
color:#000;
/*  background-color:#C2EAD3;  */
}
#bottomAnchor { /* Netscape and FireFox fix: pulls the color of the #mainContainer div to the bottom of the screen. */
clear:both;
background-color:#001F4D;
width:740px;
height:1px;
}

/****************************
     MASTHEAD
****************************/
#logo {
	float:left;
	width:278px;
	height:90px;
	background-image: url("/images/masthead/psfcuLogo.gif");
background-position: left;
background-repeat: no-repeat;
	margin:0;
	padding:0;
}
#mastheadPic {
float:right;
width:462px;
height:90px;
background-image: url("/images/masthead/fatherAndSonAtComputer.jpg"); /* default image */ 
background-position: right;
background-repeat: no-repeat;
/* background-color:#f00; testing */
}
body#home #mastheadPic {
	
}
body#products #mastheadPic {
	background-image: url("/images/masthead/manWithGlasses.jpg");
}
body#loans #mastheadPic {
	background-image: url("/images/masthead/manWithGlasses.jpg");
}
body#services #mastheadPic {
background-image: url("/images/masthead/handshake.jpg");
}
body#aboutUs #mastheadPic {
	
}
/* !!!!!!!! ADD THE REMAINING PAGES !!!!!!!!!! */

#mastheadStripe {
	clear:both;
	width:740px;
	height:10px;
	padding:0;
	margin:0;
	background-color:#00A648;
	border-top:1px solid #003380;
	border-bottom:1px solid #003380;
}

/****************************
     NAVIGATION
****************************/
#leftColumn ul {
list-style: none; 
margin: 0; 
padding: 0;
}
#navs {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight:bold;
 color:#fff;
}
#navs ul {
list-style: none;
	margin:0;
	padding: 0;
}
#navs li {
border-top: 1px solid #77D09E;
border-bottom: 1px solid #000;
}
#navs ul li a {
display: block;
padding: 4px 0px 4px 10px;
background-color:#33B86D;
color:#fff;
text-decoration:none;
height:100%;  /* IE for Win hack: Necessary to make entire block active. */
border-bottom: none;
width: 100%;
voice-family: "\"}\""; 
voice-family:inherit;
width: auto;	
}
#navs a:link, #navs a:visited{
color:#fff; 
}
#navs a:hover{
color:#fff;
	background-color: #00853A;
}

/***** Highlight the active nav *****/
body#home #navs li a.home,
body#home #navs li a.home:link,
body#home #navs li a.home:visited,
body#products #navs li a.products,
body#products #navs li a.products:link,
body#products #navs li a.products:visited,
body#loans #navs li a.loans,
body#loans #navs li a.loans:link,
body#loans #navs li a.loans:visited,
body#services #navs li a.services,
body#services #navs li a.services:link,
body#services #navs li a.services:visited,
body#business #navs li a.business,
body#business #navs li a.business:link,
body#business #navs li a.business:visited,
body#rates #navs li a.rates,
body#rates #navs li a.rates:link,
body#rates #navs li a.rates:visited,
body#billPay #navs li a.billPay,
body#billPay #navs li a.billPay:link,
body#billPay #navs li a.billPay:visited,
body#companyMembership #navs li a.companyMembership,
body#companyMembership #navs li a.companyMembership:link,
body#companyMembership #navs li a.companyMembership:visited,
body#atmSearch #navs li a.atmSearch,
body#atmSearch #navs li a.atmSearch:link, 
body#atmSearch #navs li a.atmSearch:visited,
body#cuServiceCenters #navs li a.cuServiceCenters, 
body#cuServiceCenters #navs li a.cuServiceCenters:link, 
body#cuServiceCenters #navs li a.cuServiceCenters:visited,
body#forms #navs li a.forms,
body#forms #navs li a.forms:link,
body#forms #navs li a.forms:visited,
body#financialTools #navs li a.financialTools,
body#financialTools #navs li a.financialTools:link,
body#financialTools #navs li a.financialTools:visited,
body#freeseminars #navs li a.freeseminars,
body#freeseminars #navs li a.freeseminars:link,
body#freeseminars #navs li a.freeseminars:visited,
body#locationsHours #navs li a.locationsHours,
body#locationsHours #navs li a.locationsHours:link,
body#locationsHours #navs li a.locationsHours:visited,
body#idtheftprotection #navs li a.idtheftprotection,
body#idtheftprotection #navs li a.idtheftprotection:link,
body#idtheftprotection #navs li a.idtheftprotection:visited,
body#FraudulentEmailAlert #navs li a.FraudulentEmailAlert,
body#FraudulentEmailAlert #navs li a.FraudulentEmailAlert:link,
body#FraudulentEmailAlert #navs li a.FraudulentEmailAlert:visited{	
	background-color: #335C99;
	color:#fff;
}

/*
body#home #navs li a.home:hover,
body#products #navs li a.products:hover,
body#loans #navs li a.loans:hover,
body#services #navs li a.services:hover,
body#business #navs li a.business:hover,
body#rates #navs li a.rates:hover,
body#billPay #navs li a.billPay:hover,
body#companyMembership #navs li a.companyMembership:hover,
body#atmSearch #navs li a.atmSearch:hover,
body#cuServiceCenters #navs li a.cuServiceCenters:hover,
body#forms #navs li a.forms:hover,
body#financialTools #navs li a.financialTools:hover,
body#freeseminars #navs li a.freeseminars:hover,
body#locationsHours #navs li a.locationsHours:hover,
body#idtheftprotection #navs li a.idtheftprotection:hover {	
	background-color: #003380;
	color: #FFF;
}
*/


/* ****** Begin Level 2 navs ****** */
#navs ul li ul {
padding:0;
margin:0;
font-size:10px;
font-weight:normal;
}
#navs ul li ul li {
	border-top: 1px solid Black;
	border-bottom:none; /* remove border cascading from parent ul */
	padding:0;
	margin:0;
}
#navs ul li ul li a {
	display: block;
	padding: 2px 5px 2px 10px;
	text-decoration: none;
	background-color: #7792BB;
}
#navs ul li ul li a:link {
color:#fff;	
}
#navs ul li ul li a:hover {
	background-color: #003380;
	color: #99DBB6;
}
/* ****** End Level 2 navs ****** */


/****************************
     BECOME A MEMBER
****************************/
#becomeMember  {
text-align:center;
border-top:1px solid #7792BB;
border-bottom:1px solid #000;
background-color:#003380;
color:#fff;
padding:8px 5px;
}

/****************************
     	HOME BANKING LOGON BUTTON
****************************/
#homeBankingLogon  {
text-align:center;
border-top:1px solid #7792BB;
border-bottom:1px solid #000;
background-color:#003380;
color:#fff;
padding:8px 5px;
}

#homeBankingLogon  .button {
color:#fff;
font-weight:bold;
}
#homeBankingLogon  .button a {
padding:5px;
border-top:1px solid #F9A335;
border-right:1px solid #7D4701;
border-bottom:1px solid #7D4701;
border-left:1px solid #F9A335;
background-color:#D27A08;
color:#001F4D;
display: block;
text-decoration:none;
height:100%;  /* IE for Win hack: Necessary to make entire block active. */
width: 100%;
voice-family: "\"}\""; 
voice-family:inherit;
width: auto;	
}
#homeBankingLogon  .button a:link, .button a:visited {
color:#001F4D;
}
#homeBankingLogon  .button a:hover {
/*color:#00853A;
background-color:#FCCA00;*/
color:#fff;
background-color:#B76700;
}



/****************************
     SITE SEARCH
****************************/
#siteSearch  {
text-align:center;
border-top:1px solid #99DBB6;
border-bottom:1px solid #000;
background-color:#33B86D;
color:#001F4D;
padding:8px 10px 4px 10px;
}
#siteSearch form {
margin:0;
padding:6px 0;
}
#siteSearch input.btn {
border-top:1px solid #C2EAD3;
border-right:1px solid #00642B;
border-bottom:1px solid #005123;
border-left:1px solid #99DBB6;
color:#fff;
background-color:#00A648;
cursor:pointer;
font-weight:bold;
font-size:100%;
padding:3px;
margin-top:5px;
}

/***************************
     LEFT COLUMN TEXT
***************************/
#sidebar {
padding:12px;
}
#sidebar .title {
font-weight:bold;
color:#002966;
}
#sidebar .article {
color:#000;
}
#sidebar a:visited {
color:#003380;
}

/****************************
     FEATURED AD
****************************/
#featuredAd {
float:right;
border:1px solid #003380;
background-color:#99DBB6;
height:148px;
padding:0 0px 0px 0px;
margin:1px 1px 2px 1px;
width:158px;
color:#000;
font-size:10px;
voice-family: "\"}\""; 
voice-family:inherit;
width: 176px;	
/* background-color:#FFCC00 testing */
}
#featuredAd div.titleBar {
	background-color:#002966;
	color:#fff;
	font-weight: bold;
	padding:3px 3px 3px 10px;
	margin:0;
}
#featuredAd p {
margin:7px 10px;
padding:0px 0 0px 0;
}
#featuredAd a {
background-color:#99DBB6;
}
#featuredAd a:link, #featuredAd a:visited {
background-color:#99DBB6;
color:#003380;
}
#featuredAd a:hover {
background-color:#C2EAD3;
color:#003380;
}

/****************************
     ONLINE BANKING LOGON
****************************/
#logon {
float:right;
border:1px solid #003380;
background-color:#99DBB6;
height:148px;
padding:0 0px 0px 0px;
margin:1px 1px 2px 1px;
width:158px;
font-size:10px;
font-weight:bold;
color:#003380;
voice-family: "\"}\""; 
voice-family:inherit;
width: 176px;	
/* background-color:#FFCC00 testing */
}
#logon form {
padding:0 0px 0px 0px;
margin:0;
}
#logon p {
margin:7px 10px;
padding:0px 0 0px 0;
}
.logonBtn {
border-top:1px solid #C2EAD3;
border-right:1px solid #00642B;
border-bottom:1px solid #005123;
border-left:1px solid #99DBB6;
color:#fff;
background-color:#00A648;
font-family:verdana,arial,helvetica,sans-serif;
font-weight:bold;
font-size:9px;
padding:0px;
margin:5px 0 0 0;
}
#logon p.logonLink a {
background-color:#99DBB6;
}
#logon p.logonLink a:link, #logon p.logonLink a:visited {
background-color:#99DBB6;
color:#003380;
}
#logon p.logonLink a:hover {
background-color:#C2EAD3;
color:#003380;
}

/****************************
     FLASH AD
****************************/
#flashAd {
float:left;
margin:1px 0 2px 1px;
border:1px solid #003380;
height:148px;
width:423px;	
background-image: url("/images/noFlashBgd.gif");
background-repeat: no-repeat;
/* background-color:#FFCC00; testing */
}

/**********************************
      PAGE TITLES
**********************************/
/* The h1 and h2 tags format the page titles and subtitles. */
#pageTitle {
margin:0 0 20px -30px;
width:100%;
}

/* The two custom classes below are used in the page title div that holds the titles and subtitles. */
.titleGlyph {
background-image:url('/images/global/titleBgdDots.gif');
background-repeat:no-repeat;
background-position:top left;
}
.titleGlyphPlus{
background-image:url('/images/global/titleBgdDotsWithBracket.gif');
background-repeat:no-repeat;
background-position:top left;
}

/**********************************
     CONTACT US FORM
**********************************/
#contactUsForm td {
	padding:5px;
}

/**********************************
     CONTENT: ONE-COLUMN FORMAT
**********************************/
#contentSingleColumn {
clear:both;
margin:20px 0;
padding:0px 50px 0px 50px;
width:510px;
/* background-color:#9999ff;  testing */ 
}
#contentSingleColumn p {
margin-bottom:8px;
}

/* **** Photos and Quotes **** */
div.showBox {
margin:5px 0 20px 15px;
float:right;
/* border:1px solid #000;
background-color:#00A648; testing */
}
body#aboutUs div.showBox{
 background-image:url("/images/photos/3peopleTalking.jpg");
	border:1px solid #000;
	width:200px; 
 height:267px;
}
body#products div.showBox.main {
 background-image:url("/images/photos/wallet-with-money.jpg");
 width:200px; 
 height:261px;
 border:1px solid #000;
}

body#products div.showBox.savings {
background-image:url("/images/photos/piggyBank.jpg");
width:200px; 
height:255px;
border:1px solid #000;
}

body#products div.showBox.checking {
	background-image:url("/images/photos/check-writing.jpg");
	border:1px solid #000;
	width:200px; 
 height:267px;
}

body#products div.showBox.teenClub {
	background-image:url("/images/art/teenClub.gif");
	border:none;
	width:250px; 
 height:221px;
}

body#products div.showBox.kidsClub {
	background-image:url("/images/art/KidsClub.png");
	border:none;
	width:220px;
	height:181px;
}

body#products div.showBox.cdsIRAs {
 background-image:url("/images/photos/3peopleTalking.jpg");
	border:1px solid #000;
	width:200px; 
 height:267px;
}

body#products div.showBox.creditDebitCards {
 background-image:url("/images/photos/women-at-work.jpg");
	border:1px solid #000;
	width:300px; 
 height:270px;
}

body#products div.showBox.moneyOrdersTravChecks {

}

body#loans div.showBox {
background-image:url("/images/photos/loanApp.jpg");
	border:1px solid #000;
	width:200px; 
   height:255px;
}
body#loans div.showBox.access {
 background-image:none;
}
body#services div.showBox.main {
 background-image:url("/images/photos/girlholdingphone.jpg");
 background-repeat:no-repeat;
 border:1px solid #000;
	width:300px; 
 height:196px;
}
body#services div.showBox.billPay {
background-image:url("/images/photos/glasses-guy-with-computer.jpg");
background-repeat:no-repeat;
border:1px solid #000;
	width:300px; 
   height:219px;
}
body#cuServiceCenters div.showBox {
background-image:url("/images/art/CUservicecenterlogo.gif");
	border:1px solid #000;
	width:250px; 
   height:153px;
}
/* !!!!!!!! ADD THE REMAINING PAGES !!!!!!!! */


/**********************************
     CONTENT: TWO-COLUMN FORMAT
**********************************/
#contentContainer2column {
clear:both;
margin:20px 0;
vertical-align:top;
background-image:url('/images/global/verticalBlueLineBgd.gif'); /* Creates a vertical center divider. Empty div at bottom forces the image to repeat-y in Netscape and Firefox. */
background-repeat:repeat-y;
/* background-color:#99ff99; testing */ 
}
#contentRightColumn {
float:right;
padding:0px 24px 0px 24px;
width:257px;
/* background-color:#ff9999;  testing */ 
}
#contentRightColumn h3, #contentLeftColumn h3 {
margin-top:0;
}
#contentLeftColumn {
float:left;
padding:0px 24px 0px 24px;
width:257px;

/* background-color:#ff99ff ;  testing */ 
}
#contentContainer2column p {
margin-bottom:8px;
}

/****************************
     TABLES
****************************/
table#ratesFeeSchedule td {
	padding:5px;
	border-bottom:1px solid #33B86D;
}

/****************************
     FOOTER
****************************/
#footer { /* Placed within the right column for aesthetic purposes; not a coding requirement. */
clear:both;
margin-top:10px;
margin-bottom:10px;
margin-left:130px;
border-top:1px solid #003380;
width:610px;
text-align:center;
font-size:9px;
background-color:#C2EAD3;
/* background-color:#99FFFF; testing */
}
#footer p {
padding:0 0 3px 0;
/* background-color:#33FF33; testing */
}
#footer a:hover img {
background-color:#C2EAD3; /* Overide a:hover background declaration above */
}

/******************************
     CLASSES
******************************/

/**** Photos and Art for home page ****/
.photoRight {
float:right;
margin:5px 0 10px 15px;
border:1px solid #003380;
}
.photoLeft {
float:left;
margin:5px 15px 10px 0;
border:1px solid #003380;
}
.artRight {
float:right;
margin:5px 0 10px 15px;
}
.artLeft {
float:left;
margin:5px 15px 10px 0;
}

/**** Beveled Button ****/
.button {
color:#fff;
font-weight:bold;
}
.button a {
padding:5px;
border-top:1px solid #F9A335;
border-right:1px solid #7D4701;
border-bottom:1px solid #7D4701;
border-left:1px solid #F9A335;
background-color:#D27A08;
color:#001F4D;
display: block;
text-decoration:none;
height:100%;  /* IE for Win hack: Necessary to make entire block active. */
width: 100%;
voice-family: "\"}\""; 
voice-family:inherit;
width: auto;	
}
.button a:link, .button a:visited {
color:#001F4D;
}
.button a:hover {
/*background-color:#00853A;*/
color:#fff;
background-color:#B76700;
}

/* **** Solid Blue Line **** */
div.solidBlueLine {
border-bottom:1px solid #003380;
padding:0;
margin:8px 0;
}
div.dottedBlueLine {
border-bottom:1px dotted #003380;
padding:0;
margin:8px 0;
}

/* **** Highlight Box **** */
/* Used in content pages to call out special text. */
.highlightBox {
clear:both;
	border:1px solid #00642B; 
	margin:20px; 
	background-color:#99DBB6; 
	color:#00642B;
}
.highlightTitleBar {
background-color:#335C99; 

margin:0; 
padding:0;
}
.highlightTitleBar p {
	padding:5px 10px; 
	margin:0; 
	color:#fff; 
	font-weight:bold;
}
.highlightContent {
	margin:10px 20px;
}

/* **** Highlight Box Small**** */
/* Used in content pages to call out special text. */
.highlightBoxSmallRight {
clear:both;
float:right;
	border:1px solid #00642B; 
	margin:0 0 20px 20px;
	background-color:#99DBB6; 
	color:#00642B;
	width:150px;
}
.highlightTitleBarSmall {
background-color:#335C99; 
margin:0; 
padding:0;
}
.highlightTitleBarSmall p {
	padding:5px 10px; 
	margin:0; 
	color:#fff; 
	font-weight:bold;
}
.highlightContentSmall {
	margin:10px 10px;
}

/* **** Financial Tables **** */
table.financials {
	margin:-10px 0 10px 0;
	width:200px;
}
table.financials td {
	padding:5px 5px 0 0;
}
table.loanRates {
	margin:-10px 0 20px 0;
	width:300px;
	text-align: left;
}
table.loanRates h4 {
	margin:15px 0 0 0;
	padding:0;
	text-align:left;
}
table.loanRates td {
	padding:2px 5px 0px 0;
	vertical-align:bottom;
	text-align: right;
}

/*************************
COMPANY PARTNERS
*************************/

/* Form to generate letter */
form#cp_app {
	position:relative;
}
form#cp_app p {
	margin:12px 0;
}
form#cp_app fieldset {
	border:1px solid #000;
	margin:12px 0;
	padding:10px 20px 10px 20px;
}
form#cp_app legend {
	font-weight:bold;
	color:#fff;
	background:#001f4d;
	padding:5px 8px;
	margin:0 0 5px -10px;
}
form#cp_app label {
	font-weight:bold;
}
form#cp_app label.col_1 {
	width:220px;
	text-align: right;
	margin-right:8px;
}
form#cp_app input.col_2 {
position:absolute;
left:120px;
	text-align: left;
}

/* Company Partner Letter */
body#companyMembershipLetter {
background-color: transparent;
	background-image:none;
	margin:0;
	padding:0;
	width:100%;
}
body#companyMembershipLetter div#mainContainer {
background-color: transparent;
	width: 8.5in;
	margin:0;
	padding:0;
}
div#cp_appLetter {
margin:0;
padding-top:1.25in;
padding-right:1.25in;
padding-bottom: .5in;
padding-left:1in;
	font: 11pt 'Times New Roman', TimesNR, times, serif;
}
div#cp_appLetter p {
	margin:1em 0;
}
div#cp_appLetter ul {
	margin:1em 0em 1em 1em;
}
div#cp_appLetter ul li {
	margin:.5em 0 .5em 1em;
}



/* **** Text Treatments **** */
.small {
	font-size:9px;
}

