/*
	----- COLOR GUIDE -----
	Red - #C00
	Blue - #006
	Gray - #696A5A
*/
html, body{ 
     font-family: "Open Sans" !important; 
} 
body {
	font-family: "Open Sans";
	font-size: 12px;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	width: 959px \9;
}
#wrapper {
	border: solid 1px #000;
}
	#header {
		background: url(/images/2012_pinstripe.png);
	}
		#logo {
			float: left;
			height: 100px;
			width: 33.125%;
		}
		#navigation {
			background: url(/images/2012_pinstripe.jpg);
			color: #FFF;
			float: left;
			height: 25px;
			padding: 65px 25px 10px 0px;
			text-align: right;
			width: 64.24%;
		}
		#navigation ul {
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
		#navigation ul li {
			display: inline;
		}
		#navigation a {
			color: #FFF;
			font-weight: bold;
			padding: 0px 5px;
			text-decoration: none;
		}
		#navigation a:hover {
			text-decoration: underline;
		}
	#homeBanking {
		background: #006;
		clear: both;
		color: #FFF;
		font-family: "Open Sans";
		font-size: 10px;
		height: 63px;
		padding: 5px 10px;
		text-align: center;
	}
		#homeBanking .homeBankingLogin {
			background: #006;
			border: solid 1px #EA0000;
			color: #FFF;
			float: right;
			font-size: 18px;
			font-weight: bold;
			height: 40px;
			padding: 5px 10px 15px 10px;
			text-decoration: none;
			width: 150px;
		}
	#contentMain {
		float: left;
	}
		#leftSide {
			background: #C00;
			float: left;
			padding-top: 16px;
			width: 317px;
		}
			#privacyPolicy {
				background: #000;
				height: 45px;
				margin: 0;
				padding: 5px 0 0 0;
			}
			#privacyPolicy a {
				color: #FFF;
				font-family: "Open Sans";
				font-size: 36px;
				margin-left: 65px;
				text-decoration: none;
			}
		#content {
			background: #FFF;
			float: left;
			padding: 0px;
			width: 479px;
		}
			
			#rates {
			}
			#news {
				margin: -90px 0px 0px 80px;
			}
				#news a {
					color: #006;
				}
				#news a:visited {
					color: #696A5A;
				}
				#news a:hover {
					color: #C00;
					text-decoration: none;
				}
				#news h3 {
					margin: 0px;
					padding: 5px 0px 5px 20px;
				}
				.newsTitle {
					background: url(/images/2012_frontPagePic_whatsnew.png);
					background-repeat: no-repeat;
					color: #CC0000;
					font-size: 20px;
					font-weight: bold;
					height: 121px;
					padding: 50px 0px 0px 25px;
					text-align: center;
					width: 498px;
				}
				.tabLeft {
					margin-left: 20px;
				}
		#contentSecondary {
			background: #FFF;
			float: left;
			padding: 0px 16px 0px 16px;
			width: 750px;
		}
			#contentSecondary h1{
				color: #C00;
			}
			#contentSecondary h2{
				color: #006;
			}
		#bottomBox {
			background: #FFF;
			clear: both;
		}
			#bottomNavBox1 {
				background: #696A5A;
				color: #FFF;
				float: left;
				font-size: 14px;
				min-height: 223px;
				padding: 20px 13px 0px 13px;
				width: 291px;
			}
			#bottomNavBox2 {
				background: #69695D;
				border-left: solid 1px #FFF;
				border-right: solid 1px #FFF;
				color: #FFF;
				float: left;
				font-size: 14px;
				min-height: 243px;
				width: 258px;
			}
				#bottomNavBox1 h2, #bottomNavBox2 h2 {
					font-size: 18px;
					text-decoration: underline;
				}
			#bottomNavBox3 {
				background: #696A5A;
				color: #FFF;
				float: left;
				font-size: 14px;
				min-height: 230px;
				padding: 10px 13px 3px 13px;
				width: 225px;
			}
				#bottomNavBox3 h4 {
					font-size: 14px;
					margin: 10px 0px 0px 0px;
					text-decoration: underline;
				}
	#rightSide {
		float: right;
		height: 618px;
	}
	#footer {
		clear: both;
		padding-top: 5px;
	}
	
	/****************/
	/*****RATES******/
	/****************/
		#rates_container{
			
		}
		.rates_effective{
			clear: both;	
		}
		.rates_nav{
			clear: both;	
		}
		.rates_button {
				background: #006;
				border: solid 1px #C00;
				color: #FFF;
				font-weight: bold;
				margin: 0px 10px;
				padding: 2px;
				text-decoration: none;
			}
			.rates_button:hover {
				background: #FFF;
				border: solid 1px #C00;
				color: #006;
			}
		.rates_table{
			width: 100%;
			border-collapse: collapse;
		}
		.rates_header{
	        font-size: 2.5em;
			font-weight: bold;
			color: #c00;
			padding: 1em 0;

		}
		.rates_title{
			font-weight: bold;
		}
		.rates_bold{
			font-weight: bold;
		}
		.rates_notes{
			font-size: 0.75em;
			font-style: italic;
		}
		.rates_subheader{
			font-weight: bold;
			
			
		}
		.rates_linespace{
		}
		.rates_aRow{
			background-color: #EEE;
		}
		.rates_standard{
			padding: 3px;
		}
		
		
		
	/****************/
	/******News******/
	/****************/
		.news_title{
			font-weight: bold;
			margin: 1em 0;	
			color: #006;
			font-size: 1.5em;
		}
		.news_title p{
			margin: 0;	
			display: inline;
		}
		.news_details{
			
		}