@charset "utf-8";
/* CSS Document */
body, html{
	margin:0px;padding:0px;
	font-family: "Open Sans" !important; 
	}
body a{
	color:#228DFC;
}
.fineprint{
	font-size:10px;	
}
img{border: none;};
th{
	color:#C3C9D9;
	font-size:18px;	
	text-align:left;	
}
h1{font-size:25px;}
h2{font-size:20px;}
body {
	background-color:#343434;	
	color:#fff;
	font-family: "Open Sans";
	font-size:10pt;
}
#container{
	margin:auto;
	width:960px;
	position:relative;
	bottom:8px;
	background-color:#343434;
}
#header{
	background-image:url('images/header.jpg');
	height:111px;
	width:960px;
}
#navigation{
	position:absolute;
	top:90px;
	right:5px;
	color:white;
}
#navigation a{
	color:white;
	text-decoration:none;
	font-family: "Open Sans";
	font-size: 14px;
}
#navigation a:hover{
	color:#80C6EA;
}
#center{
	font-family: "Open Sans";
	position: relative;
	background-color: #232323; 
	background-image: url(images/contentBackground.png);
	background-repeat: repeat-x;
	width: 920px;
	min-height: 384px;
	padding-top: 1px;/*firefox fix*/
	padding: 20px;
	overflow: hidden;
}
#centerDropShadow{
	 width:100%;
	 background-color:#232323; 
	 background-image:url(../images/bottombg.png); 
	 background-repeat:repeat-x;  
	 background-postion: bottom; 
	 height:27px; 
	 bottom: 0px; 
}
#center a{
	color: #80C6EA;	
}
#center a:hover{
	color: #fff;
}
#leftCenter{
	width: 700px;
}
#transparentBox{
	background-color:white;
	opacity:0.7;
	filter:alpha(opacity=70);
	position:absolute;
	top:0px;
	right:0px;
	width:238px;
	height:367px;
	/*border:5px solid black;*/
	border-top:none;
	border-bottom:none;
}
#transparentBox2{
	background-color:white;
	opacity:0.6;
	filter:alpha(opacity=60);
	position:absolute;
	top:16px;
	right:16px;
	width:205px;
	height:330px;
	/*border:5px solid black;*/
	border-top:none;
	border-bottom:none;
}
#onlineBankingLogin{
	color: #232323;
	position:absolute;
	top:0px;
	right:0px;
	width:239px;
	height:368px;
	/*border:5px solid black;
	border-top:none;
	background-color:white;
	opacity:0.2;filter:alpha(opacity=20);*/
}
#onlineBankingLogin a{
	color:#1C294C;	
}
#onlineBankingLogin a:hover{
	color:#1E5389;	
}

#loginBox{
	background-image:url('/images/loginBackground.png');
	background-repeat:no-repeat;
	width:187px;
	height:100px;
	margin:auto;
	margin-top:16px;
	padding:10px;
}
#addressBox{
	background-image:url('/images/addressBackground.png');
	background-repeat:no-repeat;
	width:187px;
	height:156px;
	margin:auto;
	padding:1px 10px;
	margin-top:10px;
}
#bannerBox{
	background-image:url('/images/image.jpg');
	width:750px;
	height:384px;
	position:absolute;
	top:0px;
}
/*div above banner*/
#bannerBoxText{
	margin-right:241px;
	position:absolute;
	top:0px;
	right:0px;
	height:385px;
	width:723px;
}
#bottom{
	position:relative;
	background-image:url('/images/bgbottom2.jpg');
	background-repeat:repeat-x;
	width:960px;
}

.pictureBox{
	
	width:320px;
	height:152px;
	float:left;
}

/*#bottom img:hover{
		opacity:0.6;
		filter:alpha(opacity=60);
}*/

.pbbg{
	background-image:url('/images/pictureboxbg.jpg');
	background-repeat: repeat-x;	
}
#pictureBox1{
	float:left;
	padding-right: 12px;
}
#pictureBox2{
	padding: 0px 6px;
	width: 254px;
}
#pictureBox3{
	float:right;
	padding-left: 12px;
}
#bottomLinks{
	postion:relative;	
	width:940px;
	background-color:#7EC7EA;
	padding:10px;	
}
#bottomLinks a {
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}
#bottomLinks a:hover{
	color:#C3C9D9;
}

#calcTable a{
	color:#1C294C;
}

	/****************/
	/*****RATES******/
	/****************/
		#rates_container{ 
			float: left;
			width: 95%;
			
		}
		.rates_effective{
			clear: both;	
		}
		.rates_nav{
			clear: both;	
		}
		.rates_button{
			padding: 15px;
			background-color: #2A6291;
			color: #C2E3F5;
			text-decoration: none;
			font-weight: bold;	
		}
		.rates_button:hover{
			background-color: #000;
			color:#228DFC;
		/* [disabled]background-color: #80C6EA; */
		/* [disabled]color: #2A6291; */
		}
		.rates_table{
			width: 100%;
			border-collapse: collapse;
			
		}
		.rates_header{
	        font-size: 1.5em;
			font-weight: bold;
			background-color:#000;
			 padding: 10px; 

		}
		.rates_title{
			font-weight: bold;
			padding: 10px;
			background-color: #151515;
			color:#43A0CC;
		}
		.rates_bold{
			font-weight: bold;
		}
		.rates_notes{
			font-size: 0.75em;
			font-style: italic;
		}
		.rates_subheader{
			background-color: #232323;
			padding: 30px 10px 5px 10px;
			font-size: 16px;
			font-weight: bold;	
		}
		.rates_linespace{
		}
		.rates_aRow{
			background-color: #202F3A;
		}
		.rates_standard{
			padding: 3px;
			
		}
		

