﻿/*********HTML ELEMENTS*******************/
* {
	margin: 0;
	padding: 0;
	border:0;
       -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
html {
	height: 100%;
       -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
body {	
	text-align:center;
	font-size:9pt;
	height: 100%;
    font-family: verdana,helvetica,sans-serif;
       -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
a, a:link, a:visited {color:#036;}
table {
    width: 100%;
}
ul{
    margin:10px 0 20px 0;

}
h1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.7em;
	font-style: normal;
	line-height: 24px;
	font-weight: 400;
	color: #200d81;
	padding-top: 0.5em;
    padding-bottom:0.5em;
}
h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.4em;
	font-style: normal;
	line-height: 20px;
	font-weight: 400;
	color: #200d81;
	padding-top: 0.5em;
    padding-bottom:0.5em;
}
h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 20px;
	font-weight: 400;
	color: #200d81;
	padding-top: 0.5em;
    padding-bottom:0.5em;
}
img{
 vertical-align: top;   
 top:0;
 left:0;
 margin:0;
 padding:0;
}
blockquote {padding-bottom:10px;padding-left:40px;}

/*********SITE LAYOUT*******************/

#container {
	text-align:left;
	width:777px;
	margin:0 auto;
	height:100%;
	position:relative;
}
#wrapper5 {
	float:left;
	width:100%;
	position:relative;
    min-height:40%;
}
#wrapper4 {
	float:left;
	width:100%;
	position:relative;
    min-height:40%;
}

#wrapper3 {
	float:left;
	width:777px;
    margin-top:3px;
	overflow:hidden;
	position:relative;
    background-color:#EEEEEE;
     margin-top:3px;
     border:1px solid #000;
         -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

}
#wrapper2 {
	float:left;
	width:100%;
	position:relative;
	right:20.88%;
	border-right:1px solid #000;
	background:#fff;
}
#wrapper1 {
   float:left;
   width:100%;
   position:relative;
	right:58%;
	border-right:1px dashed #000;
	
	 background:#fff;
}

#left-column {
	width: 21.2%;	
	float:left;
	position:relative;
	left:78.8%;
}

#middle-column {
	float: left;
	width: 56%;
	position:relative;
	left:80%;
	padding-bottom:20px;
}



#right-column {
	float: left;
	width: 21%;
	position:relative;
	left:81.2%;
    white-space: nowrap;
    background-color:#FFF;
  
}
#two-column-left {
	float:left;
	width:611px;
    position:relative;
    left:21%
}
#two-right-column {
	float: left;
	width: 161.7px;
	position:relative;
	left:21.2%;
  
}
#single-column {
	float: left;
    width:100%;
	position:relative;
}
   
#footer {
	clear: both;
	width: 100%;
	border-top:1px solid #000;
	height:40px;
    font-family: Arial,Verdana,sans-serif;
    padding-top:10px;
}
.spacer {
	clear: both;
	height: 1px;
}

/**************HEADER COMPONENTS***************/
/**************BANNER***************/
#banner {
	width:411px;
	height:54px;
	float: left;
	border-left:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
    border-right:0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

}
#banner a{margin:0;padding:0;border:0;}
#banner img {width:410px; height:52px;}

/**************SEARCH***************/
#search {
	width: 366px;
	 height:54px;
	float: right;
	background-image: url(/images/t2_search_bg.jpg);
	border-right:1px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
    border-left:0;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

}
#search * {margin:0;padding:0;border:0}
   
	#search #search-text {
		width: 12.5em;
		float:right;
		margin:1.1em 0 0 0;
	}
   
	#search #search-submit {
		width: 6em;
		float:right;
		 margin:1.1em 0 0 0;
	}
#search-submit input {
background-color: rgb(221, 221, 221);
border: 2px solid #DDD;
display: inline-block;
font-family: Arial;
font-size: 13px;
font-weight: normal;
height: 22px;
line-height: normal;
margin: 2px;
padding: 1px 6px;
text-align: center;
width: 57px;
}
#search-text input {
    border:2px solid #EEE;
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    height: 22px;
    margin:2px;
   padding:1px 0;
    width: 137px;
}

/**************SITE NAVIGATION***************/
#header #site-navigation {
   
	width:777px;
	height:20px;
	margin:0;
	padding:0;
	text-align:right;
  
}

#header #site-navigation ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:right;
    height:20px;
}

#header #site-navigation li{
	list-style:none;
	text-align:right;
	display:inline;
	margin:0px;
     padding: 0 10px;
    height:20px;
    line-height:20px;
    font-family:Verdana, Arial, sans-serif;
}

#header #site-navigation li a{
	margin:0px;
	padding:0px;
	text-align:right;
	text-transform: uppercase;
	text-decoration:none;
	color:#000;
    font-size:10px;
}

/*****************TOP NAVIGATION***************/
#top-navigation {
	margin-top:3px;
	float:left;
    clear:both;
    width:777px;
}
    #top-navigation ul, #top-navigation li ul {
	    padding:0;margin:0;list-style:none;
    }
    #top-navigation li {
		float: left;
		 min-height:25px;
		background: #efe3db;
		border-top:1px solid #000;
        border-right:1px solid #000;
        border-bottom:1px solid #000;
	
		list-style:none;
		text-align:left;
        display: inline-block;
        *display: inline;
        zoom: 1;
          -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	}
    #top-navigation li.topNavParent{
	text-align: left;
	width:auto;
	font-weight:bold;
    
}
        #top-navigation li.topNavParent span {
            margin:0 auto;
            text-align:center;
            display:block;
        }
#top-navigation #topnav0 {
	width:144px;
    border-left:1px solid #000;
}
#top-navigation #topnav1 {
	width:85px;
}
#top-navigation #topnav2 {
	width:95px;
}
#top-navigation #topnav3 {
	width:108px;
}
#top-navigation #topnav4 {
	width:80px;
}
#top-navigation #topnav5 {
	width:150px;
}
#top-navigation #topnav6 {
	width:115px;
}
    .topNavParent a {
		display: block;
		text-align: center;
	}
	#top-navigation li a {
		
		display: block;
		width: auto;
		color:#000;
		text-decoration:none;
        font-size:11px;
        line-height:25px;
	}
    #topnav li:hover a {
  
	    color:#fff;
    }
    #top-navigation li ul {
			position: absolute;
			width: 10em;
			left: -999em;
			margin:1px 0 0 -1px;
			z-index:9999;
		}
    #top-navigation li:hover ul {
		   left: auto;
		   text-align:left;
		}
    #top-navigation li:hover ul, #top-navigation li.sfhover ul {
	    left: auto;
	
    }
 
    #top-navigation li li {
        border-left:1px solid #000;
        width: 200px;
	    text-align: left;

    }
    #top-navigation li li a {
        line-height:17px;
    }
    #top-navigation li:hover, #topnav li.sfhover {
	    background:#666;
	    color:#fff;
    }



 #topnav li:hover li a, #topnav li.sfhover li a {
		   font-weight:normal;
		   text-align:left;
			color:#000;
			padding-left:2px;
		}
	 #topnav li:hover li:hover, #topnav li.sfhover li.sfhover {
			background: #000080;
			color:#fff;
		}
		#topnav li:hover li:hover a, #topnav li.sfhover li.sfhover a{          
			color:#fff;
		}


.dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
	visibility: visible;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
	margin-top: 0;
}

.navbar .sub-menu:before {
	border-bottom: 7px solid transparent;
	border-left: none;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
	border-top: 7px solid transparent;
	left: -7px;
	top: 10px;
}
.navbar .sub-menu:after {
	border-top: 6px solid transparent;
	border-left: none;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
	left: 10px;
	top: 11px;
	left: -6px;
}

/**********LEFT NAVIGATION****************/
#left-navigation {
   
}
 
#left-navigation ul {
	margin: 0;
	padding: 0;
}
#left-navigation h1 {
	background: #832c3e;
	color: #fff;
	font-size:.9em;
	margin:0;
	padding:3px 5px;
	font-weight:bold;
    min-height:25px;
}
#left-navigation li {
	list-style: none;
	background: #fff;
	
	padding: 3px 3px;
	text-align: left;
	margin: 0;
   
}
	#left-navigation li a {
		color: #284c7e;
		 font-family: Arial, Verdana, sans-serif;
		 font-weight:bold;
		 font-size:.85em;
	}




/**********BODY COMPONENTS***************/
.linkarrow {
    color:white;
}
#content {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.2em;
   
   
	/*margin:1em 1em 2em 1em;*/
}

#content a {
    color: #036;
}

    #content ul {
        margin-left:40px;
    }

    #content ul ul {
        margin-left: 40px;
    }
        #content ul ul ul {
            margin-left: 40px;
        }
            #content ul ul ul ul{
                margin-left: 40px;
            }
    #content ol{
        margin-left:40px;
    }
    #content ol ol {
        margin-left: 40px;
    }
        #content ol ol ol {
            margin-left: 40px;
        }
            #content ol ol ol ol{
                margin-left: 40px;
            }

    #content hr {
        border-style: inset;
        border-width: 1px;
    }

.titleinterior {
    /*color: #200D81;
    font-family: Arial,Verdana,sans-serif;
    font-size: 14pt;
    font-style: normal;
    font-weight: 400;*/
    line-height: 16pt;
    padding-top: 10pt;
    padding-left:10px;
}
.anchor {
    float: right;
}

.title2 {
    /*background-color: #fed95e;  width:50%;*/
    color: #003366;
    font-family: Verdana,Arial,sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: 700;
    line-height: 12pt;
}

.body {
    font-family: Verdana,helvetica,sans-serif;
    font-size: 9pt;
    font-style: normal;
    font-weight: 400;
    line-height: 12pt;
}
.bodyblue {
    color: #003366;
    font-family: Verdana,Arial,sans-serif;
    font-size: 9pt;
    font-style: normal;
    font-weight: 400;
    line-height: 12pt;
}
.bodybold {
    font-family: Verdana,Arial,sans-serif;
    font-size: 9pt;
    font-style: normal;
    font-weight: 700;
    line-height: 12pt;
}
.bodyitalic {
    font-family: Arial,Verdana,sans-serif;
    font-size: 9pt;
    font-style: italic;
    font-weight: 400;
    line-height: 9pt;
}

.date {
    font-family: Arial,Verdana,sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: 400;
}


/**************HOMEPAGE IMAGE**************/

#home-banner{
    height:127px;
    margin:3px 0 0 0;
    padding:0;
    width:777px; 
     float:left;
    clear:both;
   
  
}
.home-image {
    float:left;
    width:615px;
              
                 -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.home-image img {
    height:127px;
    float:left;
    width:613px;
   border:1px solid #000;
     
    overflow:hidden;
}
#home-banner #interest-rates {
    float:right;
    width:162px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
   border-top:1px solid #000;
   border-right:1px solid #000;
   border-bottom:1px solid #000;
}
#interest-rates td p{
    font-size:10px;
    margin:0;

}
/*************NEWS LISTING***************/
.newsArticle {
    max-height: 100%;
    width: 94%;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    position:relative;
    /*background-color: lightcyan;*/
}

.newsArticle div.box
{
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    width:47%;
    /*min-height:15%;*/
    /*border:1em solid yellow;*/
    float:left;
    padding-bottom:10px;
    padding-right:10px;
    padding-left: 15px;
}

.pubDate {
    font-family: Arial,Verdana,sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: 400;
}

.newsLinkText {
    font-family: Verdana,Arial,sans-serif;
    font-size: 9pt;
    font-style: normal;
    font-weight: 700;
    line-height: 12pt;
}

.newsSummary {
    font-family: Verdana,Arial,sans-serif;
    font-size: 9pt;
    font-style: normal;
    font-weight: 400;
    line-height: 12pt;
}

/************FAQ***********************/
#wrapper5 .showOrHideAll{
	display:none;
}
#wrapper5 .anchor{
	display:none;
}

#wrapper5 #FAQListing{
	margin-top:40px;
}

.FAQAnswer {
    display: none;
    margin-top:20px;
    margin-bottom:10px;
}
#FAQListing {
    margin-left: 35px;
}

.FAQCategory {
    list-style: none;
    color: #003366;
    font-family: Verdana,Arial,sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: 700;
    line-height: 12pt;
    margin-left:-30px;
    margin-bottom:20px;
}

#FAQListing .FAQItem{
    margin-bottom: 35px;
    margin-left:10px;
}



.showOrHideAll {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight:bold;
}

.printbutton {
    float: right;
    cursor:pointer;
}

/**********SEARCH RESULTS *************************/
#searchresults{
    float:left;
}

#searchresults div {
    max-width: 100%;
    word-wrap: break-word;
    margin:0;
}
    #searchresults tr {
        /*height: 120px;*/
    }

.first.paginate_button {
    display: none;
}
.last.paginate_button {
    display: none;
}

tr.even .searchtitle {
    padding-top: 10px;
}
tr.even .searchurl {
    padding-bottom: 15px;
}

.searchtitle {
    vertical-align: top;
    padding-bottom:25px;
}
    .searchtitle a {
        text-decoration: none;
        font-weight:bold;
        font-size:0.9em;
    }
.searchdescription {
    vertical-align: middle;
    padding-bottom:20px;
    font-size:0.9em;
}
.searchurl {
    vertical-align: bottom;
    font-size:.8em;
}

#searchlisting {
    width: 100%;
    border-top:1px solid #000;
    border-bottom: 1px solid #000;
}
    #searchlisting td {
        margin: 0;
        padding: 0;
    }
#emptyspace {
        width: 25%;
        border-right:1px solid #000;
    }
#searchtext {
    width: 75%;
    font-weight:bold;
    font-size:0.9em;
}

/************NEWS ARCHIVE****************/
.newsArchivedArticle
{
    max-height: none;
    margin-top:20px;
    padding: 0px 15px;
}
.newsArchiveArticleBox
{
    padding-top:10px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    width:100%;
    /*border:1em solid yellow;*/
    float:left;
    padding-bottom:10px;
}

.newsArchivedTitle
{
    color: #200D81;
    font-family: Arial,Verdana,sans-serif;
    font-size: 14pt;
    font-style: normal;
    font-weight: 400;
    line-height: 16pt;
    padding-top: 15px;
    padding-left: 15px;
}

/* *****INTEREST RATES TABLE *********************/
#allintrates {
	width:420px;
	margin:3px;
	border-collapse: collapse;
}

#allintrates caption {
	width:420px;
	background-color:#fed95e;
	text-align:left;
	border: 1px solid #fed95e;
	padding:3px;
	margin:0px;   
}

#allintrates th, #allintrates td{
	text-align:left;
	border: 1px solid #fed95e;
	padding:3px;
	margin:0px;   
}

/*********RIGHT COLUMN COMPONENTS**************/
#grayspace {
    background-color: #EEEEEE;
    margin-top: 2px;
   
}

#interest-rates {
   background-color:#FFFFFF;
   height:127px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */

}
	#interest-rates h2 {
		background-color: #fed95e;
		font-weight: bold;
		font-size:1em;
		margin:0;padding:0;
		text-align:center;
	}
	#interest-rates table {
		border-spacing: 0px;
        border-collapse:collapse;
        border: 1px solid #fed953;
	}
    #interest-rates tr, #interest-rates td {
        line-height:19pt;
        border: 1px solid #fed953;
        font-size:8pt;
	font-family: Arial, Verdana, sans-serif;
    }
.rate-text {		
	text-align:left;
    width:66%;
}
.rate-percentage {	
	text-align:right;
     width:33%;
}

/************SITE MAP********************/
#sitemap li {
    list-style-type: none;
}

#sitemap .siteMapItem {
    padding-bottom: 15px;
}

#sitemap .parentItem{
    font-weight:bold;
    color:black;
    text-decoration:none;
}

#sitemap .childItem {
    text-decoration: underline;
}

#content ul#sitemap {margin-left:0px}

/***********RIGHT NAVIGATION***************/
#right-navigation{
	background-color:#55009d;
	width:100%;
	margin-bottom:1px;
    /*border-bottom:1px solid #000;*/
	padding:0;
    margin-right:-3px;
}

#right-navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}

#right-navigation li{
	list-style:none;
	border-bottom:1px solid #fff;
	margin:0px;
	padding:3px;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #ffffff; 
	text-decoration: none;
    margin-right:-3px;
    margin-left:-1px;
}

#right-navigation li a{
	margin:0px;
	padding:0px;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: bold; 
	color: #ffffff; 
	text-decoration: none;
}


/***********FOOTER COMPONENTS***************/
/*************BOTTOM NAVIGATION***********/
#footer #site-navigation {
	
	width:777px;
	margin:0;
	padding:0;
	text-align:center;
}

#footer #site-navigation ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}

#footer #site-navigation li{
	list-style:none;
	text-align:center;
	display:inline;
	margin:0px;
	padding:8px;
}

#footer #site-navigation li a{
	margin:0px;
	padding:0px;
	text-align:right;
}
