@media print {
    .noprint { display: none; }
} 
 
/* -------------- 
   www.binaryjungle.com
   
*/

body { 
	padding: 0; 
	margin: 0;
	font: .9em Tahoma, Arial, Helvetica, sans-serif; 
	line-height: 1.5em;
	background: #e9e9e9; 
	color: #444; 
}
form { margin: 0; padding: 0;}
img { border: 0; }
clear { clear: both; }
a{ color: #005186; text-decoration: underline; }
a:hover { color: #00A8A6; text-decoration: none; }

p { 
	margin: 0;
	}

h1, h2, h3, h4, h5, h6 {
	color: #005186;
	margin: 0;
	padding: 14px 0 0 0;
}

#background { 
	margin: 0 auto;
	width: 800px;
	padding: 0px;
	background: transparent url(images/bg.gif) repeat-y;
}
#bg_bot { 
	margin: 0 auto;
	width: 800px;
	height: 31px;
	padding: 0px;
	background: transparent url(images/bg_bot.gif) no-repeat;
}

#container {
	clear: left;
	margin: 0 auto;
	width: 780px;
	padding: 0px;
	background: #fff url(images/bg_vert.gif) repeat-y;
}

#header {
	width: 780px;
	height: 91px;
	background: #fff url(images/postal_credit_union_hd.jpg) no-repeat;
}

#anytimelogin {
	position: absolute;
	display: block;
	width: 240px;
	margin: 0 0 0 520px;
	text-align: right;
	font-size: .9em;
}

#anytimelogin h3 a{
	color: #831225;
	margin: 0;
	padding: 3px 0 0 0;
}

#san_francisco_beach {
	display: block;
	background: url(images/san_francisco_beach.jpg) no-repeat;
	width: 780px;
	height: 80px;
}




#topnav {
	height: 1.4em;
	padding: 4px 0 0 4px;
	background-color: #005186;
}
/* start navigation */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:20;
}

#nav a {
	display: block;
	width: 6em;
	color: #ddd;
	background: url(images/arrow.gif) no-repeat;
	background-position:  -3px 0px;
	padding: 0 0 0 13px;
	margin: 0;
	text-decoration: none;
}
#nav a:hover { 
	color: #fff; 
	background: url(images/arrow2.gif) no-repeat;
	}
#nav li { /* all list items */
	float: left;
	width: 7em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	font-weight: normal;
	background: #005186;
	width: 12em;
	padding: 4px;
	line-height: 1.6em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li { 
	border-bottom: 1px solid #3D7BA3;
	width: 11em; 
	list-style-image: none;
	}
#nav li ul li a { 
	width: 11em;
	}
* html #nav li ul li a { background: none;}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav .active a{
	background: url(images/arrowon.gif) no-repeat;
	color: #FF6;
}
#nav .active ul li a{
	color: #ddd;
	background: url(images/arrow.gif) no-repeat;
}
#nav .active ul li a:hover{
	color: #fff; 
	background: url(images/arrow2.gif) no-repeat;
}
#nav li:hover, #nav li.hover {
    position: static;
}
.navapps {
	margin-left: -20px;
}
.navcontact {
	margin-left: 30px;
}
.navcalc {
	margin-left: 30px;
}
.navproducts {
	margin-left: -20px;
}
/* end navigation */




#content {
	padding:0;
	margin-bottom: 0px;
}

#contentleft {
	width: 525px;
	padding:0;
	float: left;
	margin-bottom: 20px;

}
#contentleft p {
	margin: 0 12px 12px 34px;
}
#contentleft h1, #contentleft h2, #contentleft h3, #contentleft h4, #contentleft h5, #contentleft h6 {
	margin: 0 0 4px 17px;
	color: #831225;
}
#contentleft h2 { margin: 0 0 8px 17px; }
#contentleft form {
	margin: 0 10px 0 30px;
}
#contentleft ul {
	list-style-position: outside;
	list-style-image: url(images/bullet_greybox.png);
	margin-left: 30px;
	margin-right: 30px;
}
*html #contentleft ul {padding-left: 30px; }
#contentleft ul li{
	margin-bottom: 4px;
	line-height: 1.3em;
}


.newsarticle {
	border-bottom: 1px solid #ccc;
	border-left:  12px solid #fff;
	margin: 0;
	padding: 0;
}
.newsarticle:hover {
	background: #F0F4F7;
	border-left: 12px solid #005186;
}
.newsarticle h4 {
	margin: 0;
	padding: 7px 0 5px 0;
}
.newsarticle ul {
	margin-left: 0;
	padding-left: 22px;
}
.newsarticle ul li {
	margin-left: 0;
}

#contentright {
	margin-left: 537px;
	width: 203px;
	padding: 0 20px 20px 20px;
	display: block;
}
* html #contentright { width: 188px; font-size: .9em; }
* html #contentright h3 { font-size: .9em; line-height: 1.5em; }


.rightbox {
	margin-top: 20px;
	border: 1px solid #005186;
	padding: 3px 10px 10px 10px;
	border-right:  12px solid #005186;
	background-color: #D3DFE9;
}
.rightbox:hover {
	border-right:  12px solid #831225;
}
.rightbox h3 {
	padding: 0 25px 6px 0;
	color: #831225;
}
.rightbox p {
	font-size: .9em;
	line-height: 1.2em;
	color: #444;
}
.rightbox a { font-weight:bold; }
.rtbg_01 {
	background: url(images/postal_bg_01.jpg) no-repeat;
}
.rtbg_02 {
	background: url(images/postal_bg_02.jpg) no-repeat;
}
.rtbg_03 {
	background: url(images/postal_bg_03.jpg) no-repeat;
}
.rtbg_04 {
	background: url(images/postal_bg_04.jpg) no-repeat;
}
.rtbg_05 {
	background: url(images/postal_bg_05.jpg) no-repeat;
}
.rtbg_10 {
	background: url(images/postal_bg_10.jpg) no-repeat;
}
.rtbg_11 {
	background: url(images/postal_bg_11.jpg) no-repeat;
}
.rtbg_12 {
	background: url(images/postal_bg_12.jpg) no-repeat;
}
.rtbg_13 {
	background: url(images/postal_bg_13.jpg) no-repeat;
}
.rtbg_14 {
	background: url(images/postal_bg_14.jpg) no-repeat;
}
.joinapplybutton a{
	margin: 14px 0 0 557px;
	display: block;
	width: 203px;
	height: 53px;
	background: url(images/join_apply.gif) no-repeat;
	font-weight: bold;
	text-align: center;
	color: #FF0;
	font-size: 1.2em;
	padding-top: 12px;
}
.joinapplybutton a:hover{
	color: #FFF;
}
.joinapplybutton .smlr{
	font-size: .6em;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	line-height:.8em;
}

.rates h3 {
	padding: 6px 0;
	color: #831225;
	text-transform: uppercase;
	border-top: 1px solid #005186;
	border-bottom: 1px solid #005186;
}

.rates .rateline {
	font-size: .9em;
	border-bottom: 1px solid #005186;
	text-align: right;
	padding: 2px 0;
}
.rates .rateline:hover {
	background: #D3DFE9;
	border-bottom: 1px solid #831225;
}
.rateleft{
	float: left;
	color: #005186;
	}
.rateright{
	color: #831225;
	}

.backtotop {
	display: block;
	clear:left;
	font-size: .8em;
	margin: 0 0 10px 20px
}

#footer {
	clear: both;
	text-align: center;
	margin: 0;
	width: 740px;
	padding: 20px;
	font-size: .75em;
	background: #fff url(images/footer_loans.jpg) no-repeat;
	border-top: 13px solid #005186;
}
.botnav {
	font-size: 1em;
}

.red {
	color: red;
}
.blue {
	color: #005186;
	}


#ratelist {
	margin-left: 5px;
	line-height: 1em;
}

#ratelist p {
	margin: 0;
	line-height: 1.4em;
}
#ratelist h3 {
	margin: 0;
	color: #005186;
	line-height: 1.1em;
}
#ratelist h4 {
	margin: 0;
	padding: 0 0 0 0;
	color: #005186;
	font-size: 1em;
	font-weight: normal;
}
#ratelist td {
	border-top: 1px solid #ddd;
	padding: 6px 0 6px 0;
}
#ratelist .lightbluetd {
}
#ratelist .rowtr {
	background-color: #F3F9FD;
}
#ratelist .rowtr:hover {
	background-color: #E3F2FC;
}

.calcs td {
	text-align: left;
}

.adminnav {
	font-size: .9em;
}

.ratestextmargin {
	text-align: center;
}

.adminnav {
	font-size: .7em;
}
.sm {
	font-size: .8em;
}

.visa{
	font-size: 1.6em;
}

.linkylinky {
	display: block;
	overflow:hidden;
	width: 500px;
}


#ppcuform {
	padding-right: 5px;
	width: 170px;
	font-size: 12px;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	background-color: #fff;
	color: #000;
	line-height: 1.0em;
	float: right;
}
#ppcuform * { padding: 0; margin: 0; }
#ppcuform input { min-height: 12px; border: 1px solid #abbacd; }
#ppcuheader { padding: 5px 0px; font-size: 14px; font-weight: bold; color: #6e182f; }
#ppcumember { width: 170px; font-size: 12px; } /*was 200px*/
#ppcupassword { width: 92px; font-size: 12px; }
#ppculogin { width: 55px; background-color: #b6bed1; font-size: 12px;}
#ppculock:hover,
#ppculogin:hover { cursor:pointer }
#ppcuform label,
#ppcuform td.ppculabel { color: #254d7d }
#ppcuform td.ppculinks,
#ppcuform td.ppculinks a,
#ppcuform td.ppculinks a:visited { color: #8d9dbb; line-height: 1.2em }


