@charset "UTF-8";
html {
	height: 100%;
}
body {
	height: 100%;
	margin: 0;
	background-image: url(../images/back-texture.jpg);
	text-align: center;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 11pt;
	color: #343434;
}
#wrap {
	min-height: 100%;
	background-image: url(../images/top-rep.png);
	background-repeat: repeat-x;
}
#wrap-home {
	min-height: 100%;
	background-image: url(../images/top-rep-home.png);
	background-repeat: repeat-x;
}
#main {
	overflow: auto;
	padding-bottom: 165px;
	margin-bottom: 165px;
	padding-top: 5px;
	width: 960px;
	margin: 0 auto;
}
#main-back {
	width: 960px;
}

/* global */
a {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 11pt;
	font-weight: normal;
	color: #1B6DAC;
	text-decoration: underline;
}
a:hover {
	color: #9DB225;
	text-decoration: none;
}
a img {
	border: none;
}
.hover {
	cursor: pointer;
}
.small-white {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #FFF;
}
.auto {	color: #FF9D0B;
	font-size: 16px;
	font-weight: bold;
}
h1 {
	color: #47484a;
	font-size: 22pt;
	font-weight: normal;
	text-shadow: 1px 1px #FFFFFF;
	margin: 0;
	font-family: Helvetica, sans-serif, Arial;
}
h2 {
	color:#fff;
	font-size:16pt;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
}
h3 {
	font-size: 12pt;
	color: #0066A5;
	margin-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-right: 25px;
	margin-top: 25px;
	margin-bottom: 0px;	
}
h4 {
	font-size: 24pt;
	color: #ffffff;
	text-align: left;
	padding-top: 30px;
	padding-left: 55px;
	padding-bottom: 20px;
	margin: 0px;
}
h5 {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #343434;
	margin: 0px;
}
.rate-font {
	font-size: 16pt;
}

/* top info */

#topinfo-container {
	width: 100%;
	height: 35px;
	text-align: left;
}

/* top links */

#top-links-wrap {
	width: 550px;
	height: 35px;
	float: left;
	text-align: left;
}
#top-links {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 9pt;
	color: #555555;
	line-height:20px;
	text-decoration:none;
	margin-bottom: 3px;
	padding-left: 15px;
	text-shadow: #ffffff 1px 1px;
}
#top-links a {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 9pt;
	color: #555555;
	line-height:20px;
	text-decoration:none;
	margin-bottom: 3px;
	padding-left: 15px;
}
#top-links a:hover {
	color: #bd1c49;
}
#top-numbers-wrap {
	width: 385px;
	height: 35px;
	margin-left: 25px;
	float: right;
}
/* Quick Menu ADA Fix for Small Text */
.qmclear {
    font-size: 15px !important;
    visibility: hidden !important;
}
/* home banking */

#hbl-wrap {
	width: 230px;
	height: 35px;
	float: right;
	margin-right: 10px;
	margin-top: 8px;
}
.hbbg1 {
	background-color: #FFFFFF;
	padding: 10px;
	height: 110px;
	width: 260px;
	border: 1px solid #eeeeee;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	-webkit-border-radius:5px 5px 5px 5px;
	-ms-border-radius:5px 5px 5px 5px;
	-o-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	box-shadow:0px 0px 10px rgb(108, 154, 155);
	-moz-box-shadow:0px 0px 10px rgb(108, 154, 155);
	-webkit-box-shadow:0px 0px 10px rgb(108, 154, 155);
	-ms-box-shadow:0px 0px 10px rgb(108, 154, 155);
	-o-box-shadow:0px 0px 10px rgb(108, 154, 155);
	-khtml-box-shadow:0px 0px 10px rgb(108, 154, 155);
}
.hbl-header {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #47484a;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.hbl-input {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12pt;
	color: #0061A0;
	width: 180px;
	height: 35px;
	border: none;
	background-image: url(../images/hbl-input.jpg);
	background-repeat: no-repeat;
	text-indent: 10px;
}
.hbl-link {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 10pt;
	color: #7e5f42;
	text-align: center;
}
a.hbl-link {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #47484a;
	text-decoration: none;
	margin-right: 5px;
	margin-left: 5px;
}
a.hbl-link:hover {
	color: #0061a0;
}


/* Logo & Menu */

#lm-container {
	width: 100%;
	height: 121px;
	text-align: left;
}

/* logo */

#logo {
	width: 350px;
	height: 110px;
	float: left;
	margin-right: 20px;
}
.logo-link {
	display: block;
	text-decoration: none;
	widows: 350px;
	height: 110px;
}


/* navi */

#navi-container {
	width: 575px;
	height: 40px;
	float: right;
	margin-top: 81px;
	margin-right: 15px;
	background-image: url(../images/navi-back.gif);
	background-repeat: no-repeat;
}
#navi {
	width: 526px;
	height: 40px;
	margin-left: 40px;
	text-align: left;
}

#social-navi {
	width: 526px;
	height: 40px;
	margin-left: 40px;
	text-align: left;
    margin-top: -40px;
}
/* content */

#content-container {
	width: 960px;
	min-height: 500px;
	overflow: auto;
	background-image: url(../images/content-rep.gif);
	background-repeat: repeat-x;
	background-color: #f7f7f7;
	}
#sidebox {
	width: 225px;
	padding: 10px;
	background-color:#F7F3E8;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 8pt;
}
#main-content {
	width: 938px;
	margin: 0 auto;
	margin-top: 15px;
	text-align: left;
	min-height: 400px;	
}
#main-info-container {
	width: 700px;
	float: left;
	min-height: 400px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0px;
}
#main-info-container p {
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
}
#main-info {
	width: 700px;
	margin-left: 25px;
	text-align: left;
	min-height: 300px;
}
#sub-navi-container {
	width: 225px;
	float: right;
	text-align: left;
	margin: 0;
	color: #fff;
	min-height: 250px;
	background-color: #0061a0;
	background-image: url(../images/subnavi-back.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#sub-navi {
	background-image: url(../images/subnavi-top.png);
	background-repeat: no-repeat;
	width: 225px;	
}
#related-links {
	width: 225px;
	background-image: url(../images/rl-back.jpg);
}
.rcontainer {
	padding:0px;
	padding-bottom: 15px;
	width:205px;
	margin: 0 auto;
}
.rl {
	color: #fff;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 15px;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12pt;
	line-height: 14px;
	font-weight: normal;
}
.rl:hover {
	color: #fff;
	background-color: #1e74ac;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.rl-active {
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 15px;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 12pt;
	line-height: 14px;
	color: #94d7ff;
	background-color: #025080;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#body-btm {
	width: 960px;
	height: 50px;
	margin-bottom: 20px;
}

/* header */
#top-shadow {
	width: 960px;
	height: 20px;
	margin-bottom: 5px;	
}
#header-container {
	width: 938px;
	height: 48px;
	margin: 0 auto;
	background-image: url(../images/header-back.gif);
	background-repeat: repeat-y;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FFF;
}
#header {
	float: left;
	text-align: left;
	margin-left: 10px;
	margin-top: 12px;
	width: 50%;
}


/* footer */

#footer {
	position: relative;
	margin-top: -165px;
	height: 165px;
	clear:both;	
	margin-bottom: 20px;
	background-image: url(../images/foot-rep.png);
	background-repeat: repeat-x;
}
#footer-container {
	width: 960px;
	margin: 0 auto;	
	margin-bottom: 30px;
}
#footer-branch1 {
	float: left;
	width: 270px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color:#47484a;
	text-align: left;
	line-height: 17px;
	margin-right: 15px;
	margin-top: 40px;
	display:block;
	text-shadow: #ffffff 1px 1px;	
} 
#footer-branch1 a {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color:#47484a;
}
#footer-branch1 a:hover {
	color: #0066a4;
	text-decoration: none;
}
#footer-branch1 strong {
	color:#47484a;	
}
#footer-branch2 {
	float: left;
	width: 270px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color:#47484a;
	text-align: left;
	line-height: 17px;
	margin-right: 15px;
	margin-top: 40px;
	display:block;
	text-shadow: #ffffff 1px 1px;
}
#footer-branch2 a {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color:#47484a;
}
#footer-branch2 a:hover {
	color: #0066a4;
	text-decoration: none;
}
#footer-branch2 strong {
	color:#47484a;		
}
#footer-mbr {
	float: left;
	width: 220px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color:#47484a;
	text-align: left;
	line-height: 17px;
	margin-right: 15px;
	margin-top: 40px;
	display:block;
	text-shadow: #ffffff 1px 1px;	
}
#footer-mbr a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color:#47484a;	
}
#footer-mbr a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color:#0066a4;
}
#footer-mbr strong {
	color:#47484a;	
}
#footer-icons {
	width: 155px;
	float:left;
	margin-top: 40px;
	display:block;
	text-align: right;
}
#footer-legal-container {
	position: relative;
	margin-top: -25px;
	height: 145px;
	background-color: #47484a;
	clear:both;
}
#footer-legal {
	width: 960px;
	height: 20px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer-info {
	width: 470px;
	height: 20px;
	line-height: 25px;
	float:left;
	text-align: left;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	display:block;
}
#footer-links {
	width: 370px;
	float: right;
	margin: 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	display:block;
	line-height: 25px;
}
#footer-links a {
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer-links a:hover {
	color: #cccccc;
	text-decoration: none;
}
.footer-ada {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-align: left;
	line-height: 20px;
	border-top: 1px solid #797979;
}
/* marketing */

#marketing-wrap {
	width: 960px;
	min-height: 550px;
	overflow: auto;
	/*border: 1px solid #dfdfdf;
	margin-top: 15px;*/
}
#home-hb {
	width: 190px;
	margin-top: 70px;
	margin-left: 35px;
	float: left;
	text-align: left;
}
#home-input-back {
	background-image: url(../images/hbl-input.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 43px;
}
.home-input {
	background: none;
	margin: 0;
	border: none;
	font-family: Helvetica, sans-serif, Arial;
	width: 140px;
	height: 25px;
	overflow: hidden;
	font-size: 10pt;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	color: #333;
}
.home-hbl-link {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 10pt;
	color: #7e5f42;
	text-align: center;
}
a.home-hbl-link {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 11pt;
	font-weight: normal;
	color: #47484a;
	text-decoration: none;
	line-height: 25px;
}
a.home-hbl-link:hover {
	color: #0061a0;
}

#left-container {
	width: 700px;
	float: left;
	margin: 0px;	
	margin-top: 20px;
}
#right-container {
	width: 260px;
	float: right;
	margin: 0px;
	background-image: url(../images/side-rep.gif);
	margin-top: 20px;
	text-align: left;
}
#main-banner-container {
	width: 960px;
	height: 330px;
	background-image: url(../images/featured-back.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}
#marketing-box-container {
	width: 695px;
	height: 280px;
	overflow: auto;
	margin-top: 15px;
	margin-right: 15px;
	float: right;
}
#home-info-container {
	width: 960px;
	height: 275px;
	margin: 0 auto;
}
#marketing-box1-wrap {
	width: 290px;
	height: 235px;
	float: left;
	margin: 0;
	margin-right: 15px;
	text-align: left;
	background-color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;		
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#marketing-box1 {
	width: 330px;
	height: 250px;
	margin: 0;
	text-align: left;	
	background-color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#marketing-links {
	margin: 0 auto;
	width: 305px;
}
.hl {
	color: #353535;
	text-decoration: none;
	display: block;
	margin: 0px;
	width: 295px;
	padding-top: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 11pt;
	text-shadow: #ffffff 1px 1px;
	font-weight: bold;
}
.hl:hover {
	color: #f6f6f6;
	background-color: #19a2dc;
	text-shadow: none;
}
#marketing-box2-wrap {
	width: 360px;
	height: 235px;
	float: left;
	margin: 0;
	margin-right: 15px;
	text-align: left;	
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#marketing-box2 {
	width: 330px;
	height: 275px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: auto;
	margin-top: 65px;
}
#events {
	width: 330px;
	height: 205px;
	margin: 0 auto;
	overflow: auto;
	font-family: Helvetica, sans-serif, Arial;
	font-size: 9pt;
	text-shadow: 1px 1px #FFFFFF;
}
.ne-bold {
	font-weight: bold;
	color: #BD1D4A;
	font-size: 11pt;
	font-family: Helvetica, sans-serif, Arial;
}
.ne {
	text-decoration: none;
	font-size: 9pt;
	font-weight: normal;
	font-family: Helvetica, sans-serif, Arial;
}
a.ne {
	text-decoration: underline;
	font-size: 9pt;
	font-weight: normal;
	font-family: Helvetica, sans-serif, Arial;
}
a.ne:hover {
	color: #C21E4B;
}
#marketing-box3-wrap {
	width: 200px;
	height: 275px;
	float: left;
	margin: 0;
}
#marketing-box3 {
	width: 35px;
	height: 250px;
	margin: 0;
	text-align: left;
	overflow: auto;
}
 
/*  third-party links */

#warning_popup {
	font-family: Helvetica, sans-serif, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #353535;
	text-align: left;
	position: absolute;
	top: 10%;
	left: 50%;
	border: 15px solid #333;
	padding: 20px;
	display: block;
	z-index: 10000003;
	width: 625px;
	margin-left: -275px;
	background-color: #FFFFFF;
	text-shadow: 1px 1px #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
#warning_popup a:active, #warning_popup a:link, #warning_popup a:visited {
	font-size: 9pt;
	color: #1066A6;
	font-weight: normal;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	text-shadow: 1px 1px #fff;
}
#warning_popup a:hover{
	font-size: 9pt;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #6B9A9B;
}
#main_bg 		{width:100%; margin:0 auto;position:relative;}

/* E's CSS */
/* intro page */

.intro {
	background-color: #f5f5f5;
	padding: 10px;
	height: 250px;
	width: 140px;
	border: 1px solid #d2d2d2;
	text-decoration: none;
}
.intro p {
	text-decoration: none;
	color: #000;
	height: 125px;
	margin: 0;
}
.intro:hover {
	padding: 10px;
	height: 250px;
	width: 140px;
	border: 1px solid #fe0000;
	text-decoration: none;
	background-image: url(../images/intro-bg.jpg);
	background-repeat:repeat-x;
}
.intro a {
	text-decoration: none;
}
.intro .introbtn {
	position: relative;
	left: 10px;
	bottom:0px;
}
/* Beginning of Rates-Cals CSS */
.table-title {
	background-color: #333333;
	border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px; /* Firefox */
	-webkit-border-top-left-radius: 8px; /* Safari and Chrome */
	border-top-right-radius: 8px;
	-moz-border-top-right-radius: 8px; /* Firefox */
	-webkit-border-top-right-radius: 8px; /* Safari and Chrome */
	height: 15px;
	padding: 5px 0 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
	color: #fff;
	border: 2px solid #333333;
}

.table-footer {
	background-color: #0065a3;
	border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px; /* Firefox */
	-webkit-border-bottom-left-radius: 8px; /* Safari and Chrome */
	
	border-bottom-bottom-radius: 8px;
	-moz-border-bottom-right-radius: 8px; /* Firefox */
	-webkit-border-bottom-right-radius: 8px; /* Safari and Chrome */
	height: 2px;

	border: 2px solid #0065a3;
}


.table-info {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	background-color: #f7f7f7;
	padding: 5px 0 5px 5px;
	color: #2E3DBA;
	font-size: 8pt;
	font-weight: normal;
	padding-left: 15px;
}

.table-info a{
	text-decoration: none;
	color: #0065a3;
	font-size: 10pt;
	font-weight: normal;
}

.table-rates {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	background-color: #f7f7f7;
	padding: 5px;
	font-size: 10pt;
}

.table-rates td {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
}
 
.table-info a:hover{
	text-decoration: underline;
	color: #bd1c49;
}
/* End of Rates-Cals CSS */
