body{
	margin: 0px;
	padding: 0px;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
}
header{
	width:1024px;
	margin: auto;
	border-top:4px solid #020167; 
	height: 200px;
    border-bottom: 1px solid #cbcbcb;
	
}

.stripe1{
	font-size: 13px;
	float: left;
	width: 100%;
	background-color: #d1dee7;
	text-align: left;
	padding: 6px;
	box-sizing: border-box;
}
.stripe2{
	font-size: 13px;
	float: left;
	width: 100%;
	background-color: #fff;
	text-align: left;
	padding: 6px;
	box-sizing: border-box;
}
.header-left-cont, .left-cont{
	float:left;
	width:791px;
}
.main-content{
	min-height:620px;
	width: 100%;
	float: left;
}
.header-right-cont{
	float: left;
	width:233px;
	
	
}
h1{
	float: right;
    width: 453px;
    text-align: center;
    margin: 10px;
    font-style: italic;
	font-weight: 900;
	font-size: 16px;
}
h2{
	font-weight: 900;
	color:#3a4594;
	font-style: italic;
	text-shadow: 5px 3px 5px #a2a2a2;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h3{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
h4{
	margin: 0px;
	padding: 0px;
}
.right-cont{
	float: left;
	width:233px;
	background-color: #343db2;
	min-height: 682px;
	box-sizing: border-box;
}
.left-bottom{
	width: 100%;
	float:left;
	background-color: #cbcbcb;
	padding: 20px 0px;
	box-sizing: border-box;
	text-align: center;
	
	
}
.left-bottom a{
	background-color: #000;
	padding: 2px 40px;
	box-sizing: border-box;
	color:#fff;
	cursor: pointer;
	letter-spacing: 8px;
}
.left-add{
	width:150px;
	background: #dbddea;
	float: left;
	padding: 2px 4px;
	box-sizing: border-box;
	
}
.right-add{
	width:200px;
	background: #ececec;
	float: left;
	padding: 2px 4px;
	box-sizing: border-box;
}
.left-table-add, .right-table-add{
	width:380px;
	float:left;
}
/*--------- Accordian----*/

.accordionItemHeading:after {
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}


.accordionItem{
    float:left;
    display:block;
    width:100%;
    box-sizing: border-box;
    font-family:'Open-sans',Arial,sans-serif;
	border-bottom: 1px solid #fff;
}
.accordionItemHeading{
    background:url(images/plus-icon.png) no-repeat #04083c right;
	background-position: 185px 13px;
    color: #fff;
    cursor: pointer;
    padding: 9px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    BOX-SIZING: border-box;
    
    
}
.accordionItemHeading:hover{
	background-color: #04083c;
	color:#fff;
	
}
.close .accordionItemContent{
    height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
    float:left;
    display:block;
    
    
}
.open .accordionItemContent{
    padding-left: 10px;
	background-color: #fff;
    width: 100%;
    display:block;
    -webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
    -webkit-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	border-bottom: 1px solid #ddd;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
    box-sizing: border-box;
}

.open .accordionItemHeading{
    margin:0px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    color: #fff;
	background:url(images/minus-icon.png) no-repeat #04083c right;
	background-position: 180px 13px;
    
}

.watsnew a{
	background-color:#04083c;
    color: #fff;
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    transition: 0.4s;
    MARGIN-BOTTOM: 1PX;
    width: 100%;
	float: left;
	box-sizing: border-box;
	padding: 9px;
	text-decoration: none;
}
.watsnew a:hover{
	background-color:#ccc;
	color:#000;
	text-decoration: none;	  
}

.right-bottom-cont{
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
	margin-top: 20px;
	padding: 0px 2px 20px 2px;
	box-sizing: border-box;
	-moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}

.right-nav{
	float: left;
    width: 100%;
    padding: 13px;
    box-sizing: border-box;	
}
.link{
	padding: 5px 2px;
	border-top:1px solid #cbcbcb;
}
.link a{
	text-decoration: none;
	color:#000;
	font-size: 14px;
	background-color: #fff;
	
}
.link a:hover{
	text-decoration: none;
	color:#ff6c00;
	font-size: 14px;
}

article{	
	width: 1024px;
	margin: auto;
}
#divCont{
	position:absolute;
	z-index:1;
	left:575px;
	top:200px;
	height:400px;
	width:170px;
	visibility:hidden;
}
.clTop{
	position:absolute;
	z-index:1;
	width:170px;
	line-height:5px;
}
.clSub{
	position:absolute;
	z-index:1;
	left:15px;
	top:20px;
	width:170px;
	line-height:14px;
}

/*** This sets the style for the links inside the menu. ***/
#divCont .clTop a {
	color:#000000;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#divCont .clTop a:hover{
	color:#ffff33;
	text-decoration:none;
}
#divCont .clTop .clSub a {
	color:#ffffff;
	font-family:Tahoma,arial,helvetica,sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
#divCont .clTop .clSub a:hover {
	color:#ffff33;
	text-decoration:none;
} 

.toplink
{
	color:#000033; 
	font-family:Tahoma,arial,helvetica,sans-serif;
	font-size:11px;
	font-weight:bold; 
	text-align:center;
}
.tabLeft10 {
	margin-left: 10px;
}
/***********************************/
#dropmenudiv{
	position:absolute;
	border-bottom-width: 0px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:19px;
	z-index:100;
	margin-left:57px;
}
#dropmenudiv a{
	text-indent:5px;
	width: 100%;
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #E3C701;
	background:#676767;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #22389D; /*tan*/
	color: #ffffff; /*maroon*/
}
/*--rates--*/


	/****************/
	/*****RATES******/
	/****************/
#rates_container{
	width:95%;
	background-color:#fff;
	padding: 1em;
	
}
.rates_effective{
	clear: both;	
}
.rates_nav{
	clear: both;	
}
.rates_button{
	margin-right: 20px;
}
.rates_table{
	width: 100%;
	border-collapse: collapse;
}
.rates_header{
    color:#232450;
	font-weight: bold;
	font-size: 25px;
	font-family: sans-serif;
	background-color:#FFF;
}
.rates_title{
	font-weight:bold;
	font-size:14px;
	background-color: #232450;
	color: white;
}
.rates_bold{
	font-weight: bold;
}
.rates_notes{
	font-size:10px;
	font-style:italic;
	background-color:#FFF;
}
.rates_subheader{
	color:#014A43;
	font-size: 20px;
	background-color:#FFF;
}
.rates_linespace{
}
.rates_aRow{
	background-color:#ccc;
}
.rates_standard{
	
}
	/****************/
	/******News******/
	/****************/
.news_title{
	font-weight: bold;
	margin: 1em 0;	
}
.news_title p{
	margin: 0;	
	display: inline;
}
.news_details{
		
}


/*---What's New---*/
	#whatsNew {
		margin-top: -150px;	
	}
/*----- Calculators -----*/
#calculators a {
	display: block; 
	background-color: #DCDEEA;
	color: #27398D;
	font-weight: bold;
	height: 35px;
	margin: 2px 4px 2px 0;
	padding: 2px;
	float: left;
	width: 48.5%;
	font-size: 13px;
	padding: 9px 12px;
    box-sizing: border-box;
	text-decoration: none;
}
#calculators a.last {
	margin: 2px 0;
	width: 49%;
 }
#calculators a:hover {
	background-color: #3C58D9;
	color: white;
}
#calculators strong {
	display: block;
	clear: both;
	font-size: 16px;
	background-color: #151F4D;
	color: white;
	padding: 5px;
	margin-top: 16px;
	width:97%;
}

	.calculatorSection {
		width: 99%;
		float: left;
		margin: 5px;
	}
#prsnpl a{}
#lease a{}
#prsnfi a{}
#retire a{}
#invest a{}
#home a{}
#prsnpl {}
#lease {}
#prsnfi {}
#retire {}
#invest {}
#home {}
#prsnpl strong{}
#lease strong{}
#prsnfi strong{}
#retire strong{}
#invest strong{}
#home strong{}