@charset "utf-8";
/* CSS Document */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
  font-family: "Open Sans";
}
html,body{
    margin: 0;
    padding:  0;
	font-family: "Open Sans";
}

/*LAYOUT CLASSES*/
.cf{
    clear: both;
}
.cf:after{
    content: "";
    display: table;
    clear: both;
}
.contain{
    max-width: 1600px;/*Container width here*/
    margin-right: auto;
    margin-left: auto;
}
.contain:after{
    content: "";
    display: table;
    clear: both;
}
body {
	text-align: center;
	/*background-image: url(images/backgrd.jpg);*/
	background-color:#474747;
	font-family: "Open Sans";
	font-size: 12px;
	}
#wrapper {
	background-color:#003263;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
a {
	color:#003263;
	text-decoration:underline;
}
a:hover {
	color:#C4DCFF;
	text-decoration:underline;
}
#navBar {
	background-image:url(images/navBar.jpg);
	/*background-color:#15125F;*/
    background-size: cover;
    background-position: center;
	width: 100%;
	font-family: "Open Sans";
	font-size: 15px;
	font-weight:bold;
	text-align: center;
	line-height:32px;
	color:#FFFFFF;
	margin:auto;


}
#navBar a {
	color:#FFFFFF;
	text-decoration:none;
}
#navBar a {
	color:#FFFFFF;
	text-decoration:none;
}
#navBar a:hover {
	color:#003263;
	text-decoration:underline;
}

#leftCol {
	/*float: left;*/
	width: 144px;
	background-color: #003263;
	color:#FFFFFF;
	text-align:center;
}
#leftCol a {
	color:#ffffff;
	text-decoration:underline;
}
#leftCol a:hover {
	color:#C4DCFF;
	text-decoration:underline;
}
/*for centered layout changed the widthfrom 355 to 590px*/
.contentMiddleindex {
width:355px;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px;
	/*float:left;*/
/*This is for centered layout
	width:590px;
	padding: 10px 10px 10px 20px;
*/
}

.contentMiddle {
	width:800px;
	color:#000000;
	background-color:#FFFFFF;
	padding:10px;
	/*float:left;*/
}


h2 {
	color:#003263;
	border-bottom:solid #003263 2px;
	text-align:left;
	font-size:18px;
	font-family: "Open Sans";
}	
p {
	text-align:left;
}

ul {
	text-align:left;
}

.rateTitle {
	font-weight:bold;
	color:#FFFFFF;
	font-size:16px;
}
#footer-hyperlink{
	color:#fff;
}
.footerTag {
	font-size:15px;
	color:#CCC;
	text-align:center;
	padding-top:4px;
}
.footerTag a{
	font-size:10px;
	color:#fd6600;
	text-decoration:underline;
	font-weight:bold
}
.footerTag a:hover{
color:#fd6600;
text-decoration:none;
font-weight:bold;
}
.app {
	background-color: #6F6F6F;
	color: #FFF;
/*	font-weight: bold;*/
	padding: 8px;
	border-radius: 12px;
	display: inline-block
	
}
header img{
    width: 100%;
}
.leftCol{
    width: 235px; float: left;
}
.main{
    width:  calc(100% - 235px); 
    float: right;
    background: #FFF;
    padding: 1em;
}
p.footer{
				
				color: #FFF; text-align: center; font-size: 1.5em; font-family: "Open Sans";   
				padding: 0 0.5em;
    			width: 33%;
    			box-sizing: border-box;

			}
	/****************/
	/*****RATES******/
	/****************/
		#rates_container{
			text-align: left;
			
		}
		.rates_effective{
			clear: both;	
			text-align: center;
			margin: 2em;
		}
		.rates_nav{
			clear: both;	
		}
		.rates_button{
			margin: 10px;
		}
		.rates_table{
			width: 100%;
			border-collapse: collapse;
		}
		.rates_header{
	        border-bottom: 2px solid #003263;
			color: #003263;
			font-family: "Open Sans";
			font-size: 18px;
			text-align: left;
			font-weight: bold;

		}
		.rates_title{
			font-weight: bold;
		}
		.rates_bold{
			font-weight: bold;
		}
		.rates_notes{
			/*font-size: 0.75em;*/
			font-size:12px;
			font-style: italic;
		}
		.rates_subheader{
		}
		.rates_linespace{
		}
		.rates_aRow{
			background-color: #EEE;
		}
		.rates_standard{
			
		}
	/****************/
	/******News******/
	/****************/
	#news{
		text-align: left;
	}
		.news_title{
			font-weight: bold;
			margin: 1em 0 0 0;	
		}
		.news_title p{
			margin: 0;	
			display: inline;
		}
		.news_details{
			padding-bottom: 1em;
			
		}
