/* 
	
	Master Screen CSS
	
 */
 
* {
	margin: 0;
	padding: 0;
}
 
	img {
		border: 0;
	}

 body {
	 background-image:url(/images/site/bg_top.gif);
	 background-position:left top;
	 background-repeat:repeat-x;
	 background-color:#e1e6ed;
	 font-size:12px;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 color:#666
	}
 
 a {
 	color:#333;
	font-weight:bold;
	font-size:11px;	
 }
 	a:hover {
 	color:#333;		
	}
	
	a:visited {
 	color:#333;		
	}
	
 p {
 	margin-bottom:5px;
 	}
	
 .leftimage {
 margin-right:6px;
 }
 
 .rightimage {
 margin-left:6px;
 }
	
 
#container {
	background-image:url(/images/site/bg_main.gif);
	background-repeat:no-repeat;
	background-position: 0 172px;
	margin: 0 auto; /*centers container if there is a width */
	width:798px;
	min-height:591px;
	position: relative;
}



body.full #container {
 background-image:url(/images/site/bg_full.jpg);
 background-repeat:no-repeat;
 background-position: 0 172px;
 width:798px;
 margin: 0 auto;
}

body.full #content {
padding:10px 24px 20px 24px;
_height:1%;
min-height: 260px;
}

body.contact #container {
 background-image:url(/images/site/bg_full.jpg);
 background-repeat:no-repeat;
 background-position: 0 172px;
 width:798px;
 margin: 0 auto;
}

body.contact #content {
padding:10px 24px 20px 24px;
_height:1%;
}
 
 #head {
 	background-image:url(/images/site/header.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	height:	100px;
	width:798px;
	display:block;
	position: relative;
	}

	


.logintop {
	position: relative;
	left: 2px;
	top: -5px;
	
}
	
 fieldset#login {
	background-image:url(/images/site/loginbg.gif);
	background-repeat:no-repeat;
	border:0 none;
	color:#454545;
	height:41px;
	position:absolute;
	top: 30px;
	left: 530px;
	padding: 10px 5px;
	text-transform:uppercase;
	width:231px;
	}	
 fieldset#login legend {
	display:none;
	}
	
  fieldset#login h2 {
	color:#000;
	font-weight:bold;
	font-size:12px;
	margin: 0;
	margin-top: -5px;
	margin-left: 5px;
	}
	
  fieldset#login input {
	border:1px solid #A2A1A1;
	font-size:12px;
	height:16px;
	padding-left:0;
	padding-top:0;
	width:100px;
	}

  fieldset#login #ClientLogin1_btnLogin {
	border:0 none;
	height:22px;
	width:53px;
	position: relative;
	top: 5px;
	}
	
  fieldset#login label {
	float:left;
	font-size:10px;
	position: relative;
	top: -2px;
	margin-left: 5px;
	width: 225px;
	}
  #notes {
	color:000;
	font-size:80%;
	font-weight:bold;
	line-height:1;
	position:absolute;
	right:0pt;
	top:10px;
	width:236px;
	} 
	
 	h1 {
		text-indent:-9999px;		
	}
	
 	h1 a{
		display:block;
		left:50%;
		margin-left:-390px;
		_margin-left:-640px;
		margin-top:4px;
		_margin-top:16px;
		position:absolute;
		height:95px;
		width:180px;
		overflow:hidden;	
	}
	
	h2 {
		font-size:16px;
		font-weight:bold;
		color:#333;
		margin-bottom:5px;
	}
	
	h2 a{
		font-size:16px;
		font-weight:bold;
		color:#333;
		margin-bottom:5px;
		text-decoration:none;
	}
	
	h2 a:hover{
		font-size:16px;
		font-weight:bold;
		color:#333;
		margin-bottom:5px;
		text-decoration:none;
	}
	
	h3 {
	color:#36527a;
	font-weight:bold;
	font-size:11px;
	}

	h3 a{
	color:#36527a;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	}
	
	h3 a:hover{
	color:#36527a;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	}
	
	h4 {
	color:#003366;
	font-weight:bold;
	font-size:13px;
	}
 
 #skiplink {
 	position: absolute;
	left: -9999px;
 }
 
 
  /* ------------------------ 
		SIDE NAV
------------------------ */

ul#navigationSide {
	 width: 153px;
	 height: 376px;
	 list-style: none;
	 background:url(/images/site/nav_side.jpg) no-repeat;
	 display:block;
	 float:left;
	 padding: 10px 10px 0 10px;
	 margin-right:10px;
	 clear:both;
	 }
	 
	  ul#navigationSide li {
	  	padding: 7px 0;
		text-indent: 0;
	  }
	  
.navbump {
margin-left:10px;
}
	 
	 ul#navigationSide td {
	 	
	 }
	 
	 	 body ul#navigationSide li a {
	 		font-size:12px;
	 		line-height:1.2;
	 		font-weight:bold;
		 	color:#000;
			text-decoration:none;
			display: inline;text-indent: 0;
			padding: 0;

		 }
		 ul#navigationSide li a:link {
		 	 color:#000;
			 text-decoration:none;
		 }
		 
	 	 ul#navigationSide li a:hover {
		 	 color:#666;
			 text-decoration:none;
		 }

 
/* ------------------------ 
		HOME CONTENT
------------------------ */

#flash {
	background-image:url(/images/site/flash.jpg);
	width:465px;
	height:264px;
	display:block;
	margin-left:15px;
	_margin-left:7px;
	margin-top:9px;
	float:left;
 }
 
#welcome {
	padding-left:10px;
	padding-right:22px;
	width:286px;
	height:264px;
	display:block;
	float: left;
	font-size:11px;
	margin-top:9px
 }
 
#announcements {
	padding-left:10px;
	padding-right:22px;
	width:354px;
	min-height:200px;
	display:block;
	float: left;
	font-size:11px;
	margin-left:8px;
	_margin-left:4px;
	margin-top:9px;
	float:left;
	list-style-type:none;
 }
 #announcements p{
 	margin-bottom:12px;
	/*margin-left:53px;*/
 }
	#announcements a{
		color:#333;
		text-decoration:none;
 		}
	#announcements a:hover {
 		color:#000;
		}
	#announcements a:visited {
		color:#333;	
		text-decoration:none;	
		}
	#announcements li {
		list-style-type:none;
	}

 #promos {
 background-image:url(/images/site/promotions.jpg);
 display:block;
 width:400px;
 height:190px;
 float:left;
 margin-top:9px;
 }
 
 #promo1 {
 background-image:url(/images/content/promobg.gif);
 background-repeat:no-repeat;
 width:144px;
 height:57px;
 display:block;
 margin-top:35px;
 _margin-top:32px;
 margin-left:9px;
 _margin-left:6px;
 color:#fff;
 font-size:14px;
 font-weight:bold;
 padding:5px;
 float:left;
 
 }
 
  #promo1 p{
   font-size:9px;
 }
 
  #promo2 {
 background-image:url(/images/content/promobg.gif);
 background-repeat:no-repeat;
 width:144px;
 height:57px;
 display:block;
 margin-top:10px;
 _margin-top:4px;
 margin-left:9px;
 _margin-left:6px;
 color:#fff;
 font-size:14px;
 font-weight:bold;
 padding:5px;
 float:left;
 clear:both;
 }
 
  #promo2 p{
   font-size:9px;
 }
 
	#promorate1 {
	display:block;
	width:205px;
	height:57px;
	float:left;
	margin-top:35px;
 	margin-left:9px;
	float:left;
	}
	
	  #promorate1 p{
		font-size:34px;
		font-weight:bold;
		color:#000;
		margin-top:10px;
 		}
		
	#promorate2 {
		display:block;
		width:205px;
		height:57px;
		float:left;
		margin-top:13px;
		margin-left:9px;
		float:left;
		}
		
	#promorate2 p{
		font-size:34px;
		font-weight:bold;
		color:#000;
		margin-top:10px;
		}
		
/* ------------------------ 
		news
------------------------ */

body.news #mainContent {
	display: block;
	float: none;
	padding: 10px 0px 0 0px;
	margin:0 auto;
	width: 750px;
	min-height: 350px;
	_height: 350px;
	background: url(/images/web/bg-content-news.gif) no-repeat top;
}

	p.backNews {
		float: right;
	}
	
	p.previous,
	p.next {
		display: inline;
		float: left;
	}
	
	p.next {
		float: right;
	}

	p.print {
		clear: both;
		text-align: center;
	}
	


ul#newslist {
	list-style: none;
}

ul#newslist p a{
	text-decoration:none;
	margin-bottom:16px;
	display:block;
	display: block;
	padding-bottom: .5em;
	border-bottom: 1px dotted;
}

ul#newslist p a:hover{
	text-decoration:none;
	margin-bottom:16px;
	display:block;
	display: block;
	padding-bottom: .5em;
	border-bottom: 1px dotted;
	color:#36527a;
}

body input#btnPrint {
	width: 100px;;
	height: 25px;
	border: 1px outset;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
 
 
 	/* contact */
	
	fieldset {
		border: 0;
		width: 350px;
		margin: 0 auto;
	}
	
		body.contact legend {
			display: none;
		}
		
		body.contact #ContactForm label {
			display: block;
			text-align: right;
			width: 100px;
			float: left;
			clear: both;
			padding: .5em 0;
			
		}
		
		body.contact input,
		body.contact select,
		body.contact textarea{
			float: left;
			margin: .5em 10px;
		}
		
		body.contact select {
			*margin-right: 60px;
		}
		
		body.contact textarea {
			height: 100px;
		}
		
		body.contact input.submit {
			margin-left: 110px;
		}
		
		
/* ------------------------ 
		NAV
------------------------ */
ul#navigation {
	 display: block;
	 width: 798px;
	 height: 45px;
	 list-style: none;
	 margin: 0 auto;
	 }
	 
	 ul#navigation li {
	 	height: 45px;
		float: left;
		_display: inline;
	 	display: block;
	 }
	 
	 	 ul#navigation li a {
		 	text-indent: -9999px;
			overflow: hidden;
		 	height: 45px;
	 		display: block;
			background-image:url(/images/site/nav_main.jpg);
			background-repeat:no-repeat;
		 }
	 
			ul#navigation li#navCheckSave a {
				width: 151px;
			}
				ul#navigation li#navCheckSave a:hover {
					background-position: 0 -45px;
				}
			
			ul#navigation li#navVisa a {
				width: 106px;
				background-position: -151px 0;
			}
				ul#navigation li#navVisa a:hover {
					background-position: -151px -45px;
					}
			
			ul#navigation li#navLoans a {
				width: 107px;
				background-position: -257px 0;
			}
				ul#navigation li#navLoans a:hover {
					background-position: -257px -45px;
					}
			
			ul#navigation li#navRates a {
				width: 106px;
				background-position: -364px 0;
			}
				ul#navigation li#navRates a:hover {
					background-position: -364px -45px;
				}
				
			ul#navigation li#navSpecials a {
				width: 106px;
				background-position: -470px 0;
			}
				ul#navigation li#navSpecials a:hover {
					background-position: -470px -45px;
				}
				
			ul#navigation li#navFees a {
				width: 106px;
				background-position: -576px 0;
			}
				ul#navigation li#navFees a:hover {
					background-position: -576px -45px;
				}
				
			ul#navigation li#navTips a {
				width: 116px;
				background-position: -682px 0;
			}
				ul#navigation li#navTips a:hover {
					background-position: -682px -45px;
				}


		/* single drop down styles */		
ul#navigation ul { /* all lists */
	list-style: none;
	margin: 0;
	background:#fff;
	z-index: 99;
	border: 1px solid #999;
	padding: 1px 0;
	_width: 1%;
}

	ul#navigation ul li {
		font-size: 100%;
		display: block;
		text-indent: 0;
		float: none;
		height: 1%;
		padding: 1px 3px;
	}
		ul#navigation ul a {
			color:#333;
			font-size:11px;
			font-weight:bold;
			text-decoration: none;
			text-transform:none;
			display: block;
			margin: 0;
			line-height: 1;
			background:#CCC;
			text-indent: 0;
			height: auto;
			padding: .7em 5px;
		}
		
		
			ul#navigation ul a:hover
			 {
				background:#89a3c6;
				color:#fff;
				}
				
		ul#navigation li ul { /* second-level lists */
			position: absolute;
			left: -999em;  /*using left instead of display to hide menus because display: none isn't read by screen readers */
		}
		
		ul#navigation li:hover ul, ul#navigation li.sfhover ul { /* lists nested under hovered list items */
			left: auto;
		}			
		
		/* IE 7 drop down fix, nav will stick when you change focus on the page otherwise */
			ul#navigation li.hover {
				*position: static;
			
			}
			
			/*second level drop down */
			#navigation li ul ul {
				margin: -1.9em 0 0 165px;
				font-size: 115%;
			}
			
			#navigation li:hover ul ul, #navigation li.sfhover ul ul {
				left: -999em;
			}
			
			#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul {
				left: auto;
			}
			
			
			
			

ul#navigationtop {
	 display: block;
	 width: 798px;
	 height: 27px;
	 list-style: none;
	 margin: 0 auto;
	 }
	 
	 ul#navigationtop li {
	 	height: 27px;
		float: left;
		_display: inline;
	 	display: block;
	 }
	 
	 	 ul#navigationtop li a {
		 	text-indent: -9999px;
			overflow: hidden;
		 	height: 27px;
	 		display: block;
			background-image:url(/images/site/nav_minor.jpg);
			background-repeat:no-repeat;
		 }
	 
			ul#navigationtop li#navHome a {
				width: 252px;
			}
				ul#navigationtop li#navHome a:hover {
					background-position: 0 -27px;
				}
			
			ul#navigationtop li#navAbout a {
				width: 125px;
				background-position: -252px 0;
			}
				ul#navigationtop li#navAbout a:hover {
					background-position: -252px -27px;
					}
			
			ul#navigationtop li#navLocations a {
				width: 91px;
				background-position: -377px 0;
			}
				ul#navigationtop li#navLocations a:hover {
					background-position: -377px -27px;
					}
			
			ul#navigationtop li#navNewsletters a {
				width: 111px;
				background-position: -468px 0;
			}
				ul#navigationtop li#navNewsletters a:hover {
					background-position: -468px -27px;
				}
				
			ul#navigationtop li#navDisclosures a {
				width: 109px;
				background-position: -579px 0;
			}
				ul#navigationtop li#navDisclosures a:hover {
					background-position: -579px -27px;
				}
				
			ul#navigationtop li#navContact a {
				width: 110px;
				background-position: -688px 0;
			}
				ul#navigationtop li#navContact a:hover {
					background-position: -688px -27px;
				}


ul#list {
	line-height:20px;
}

ul#list h2{ 
	font-size:14px;
	color:#333;
	font-weight:bold;
}

	ul#list li {
	 font-size:12px;
	 font-family:Verdana, Arial, Helvetica, sans-serif;
	 color:#666;
	 list-style:inside;
	}
		ul#list a {
			color:#666;
			font-size:11px;
			font-weight:bold;
			text-decoration: none;
		}

/* ------------------------ 
		FOOTER
------------------------ */


#footer {
	background-image:url(/images/site/footer.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	width: 798px;
	height: 100px;
	padding-top: 10px;
	padding-bottom: 20px;
	clear: both;

}

#footer p {
	color:#fff;
	line-height: 10px;
	text-align: center;
}
	#footer p.copy {
		text-align: left;
		color: #707376;
		padding-left: 20px;
		font-size: 9px;
		margin: 10px 0 15px 0;
	}

	#footer ul#flinks {
		margin-top: 18px;
		margin-left: 20px;
		_margin-left: 10px;
		width: 610px;
		float: left;
		*line-height: 10px;
	}
	
	#footer li {
		list-style-type: none;
 		display: inline;
	}
	
	#flinks li a {
		text-decoration: none;
		padding: 0 18px 0 0;
 		color: #707376;
		text-transform:uppercase;
		font-weight: normal;
		font-size: 10px;
	}
	
	#footer li a:hover,
	#footer p a:hover {
		text-decoration: none;
 		/*padding: 14px 18px;*/
 		color:#000;
		font-weight:normal;
	}
	
	ul#social {
		width: 150px;
		position: relative;
		margin-left: 643px;
		margin-top:20px;
		display: block;
		height: 30px;
		*height: 40px;
	}
	#social li {
		list-style-type: none;
 		display: inline;
		text-indent: -9999px;
		float: left;
		padding-right: 6px;
		}
	#social li.facebook {
		background: url(../images/site/facebook.gif) left top no-repeat;
		display: block;
	}
	#social li.twitter {
		background: url(../images/site/twitter.gif) left top no-repeat;
		display: block;
	}
	#social li.linkedin {
		background: url(../images/site/linkedin.gif) left top no-repeat;
		display: block;
	}
	#social li.myspace {
		background: url(../images/site/myspace.gif) left top no-repeat;
		display: block;
	}
		#social a {
			display: block;
			height: 30px;
			width: 29px;	
			padding: 0px;
		}

body.full #footer {
	background-image:url(/images/site/footerfull.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	width: 798px;
	height: 100px;
	padding-top: 13px;
	padding-bottom: 20px;
}
	


body.contact #footer {
	background-image:url(/images/site/footerfull.jpg);
	background-repeat:no-repeat;
	margin: 0 auto;
	width: 798px;
	height: 100px;
	padding-top: 13px;
	padding-bottom: 20px;
}

body.contact #footer p {
}


	
/* ------------------------ 
		EASY CLEARING 
------------------------ */
.clear { clear:both;}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}
/* End hide from IE-mac */

