@charset "utf-8";
/************************Default HTML Styles************************/
body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:67%;
	/* background: url(../img/bodyback.jpg) repeat-x #FFFFFF; */
	background-color:#D8D8D8;
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Helvetica,sans-serif;
	color:#065F94;
	font-size:1.5em;
	margin:10px 10px;
	font-weight: bold;
}

h2 {
	font-family: Helvetica,sans-serif;
	color:#065F94;
	font-size:1.3em;
	margin:10px 10px;
}
h3 {
	font-family: Helvetica,sans-serif;
	color:#065F94;
	font-size:1.2em;
	margin:10px 10px;
}
h4 {
	font-family: Helvetica,sans-serif;
	color:#065F94;
	font-size:1.1em;
	margin:10px 10px;
}

h5 {
	font-family: Helvetica,sans-serif;
	color:#065F94;
	font-size:1.4em;
	margin:10px 10px;
}

p,ol,ul,address {
	font-style:normal;
	font-size:1em;
	margin:10px 20px;
}

ol {
	margin-left:40px;
}

td {
	border:1px solid black;
	padding:1px 20px;
}

strong {
	font-weight:bold;
	color:#065F94;	
}

caption {
	padding:0 0 5px 0;
}


/************************Container Styles************************/
#container  {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4;
	margin:0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 15px 0 0 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	color: #000000;
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;
	border-bottom: 1px solid #C9C9C9;
	background: url(../img/mainback.jpg) no-repeat #FFFFFF;
}

/************************Header/Utility Bar Styles************************/
#logo img {
	border:none;
}

#header {
	padding: 0px 0 0px 20px;   /*this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #FFFFFF;
	height:93px;
	position:relative;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header #logo {
	float: left;
}

#header img {
	position:absolute;
	bottom:10px;
}

#header .links {
	font-size:11px;
	width:216px;
	height:22px;
	line-height:22px;
	float:right;
	color: #999999;
	background: #FFFFFF url(../img/headerLinks.gif) no-repeat left bottom;
	margin-top:71px;
}

#header .links .linkposition{
	margin-left: 28px;
}

#header .links a{
	color: #065F94;
	text-decoration: none;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	/*font-size: .8em;*/
}

/************************Navbar Styles************************/
/* Also see superfish.css */
#navbar {
	clear:both;
	margin:auto;
}

/************************Advertisement Styles************************/
.smallAd{	
	position: relative;
	height:180px; 
	width:150px;
	float:left;
	font-size:10px;
	background-image:url(../img/small_ad.gif);
	border-bottom: 1px solid #EDEEEA;
	margin-right: 25px;
	margin-top:15px;
}
.smallAd h2{
	margin:6px 0 20px 10px;
	font-family: Garamond, Times,"Courier New",serif;
	font-size:24px;
	font-weight:900;
}
#mainContent .smallAd p {
	margin: 10px;
	font-size:12px;
	color:#065F94;
}
	
.learnmore{
		position: absolute;
		bottom: 5px;
		right: 5px;
	}

/************************Sidebar Styles************************/
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 208px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #FFF;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 15px 0px;
	/*background-color:#FFFFFF;*/
	height: auto;
	margin:0 15px;
}
#sidebar1 div {
	margin-bottom: 15px;
}

#sidebar1 h1{
	margin:0 0 10px 10px;
	font-weight: bold;
}

#sidebar1 .top{
	margin:10px 0 10px 10px;
}

#sidebar1 a:link {text-decoration:none; border-bottom:1px dotted #065F94; color:#065F94;}
#sidebar1 a:visited {text-decoration:none; border-bottom:1px dotted #065F94;  color:#065F94;}
#sidebar1 a:active {text-decoration:none; border-bottom:1px dotted #065F94;  color:#065F94;}
#sidebar1 a:hover {text-decoration:none; border-bottom:1px dotted #065F94;  color:#065F94; background-color:#eeeeee}

/************************News Styles************************/
#news{
	display:none;
	width:206px;
	background: #F2F2F2 url(../img/roundtop.gif) no-repeat top;
	background-position: 0px -4px;
	border-bottom: 1px solid #CCCCCC;
	border-left:1px solid #D6D6D3;
	border-right:1px solid #D6D6D3;

}
#news .inner{
	padding-top:3px;
	padding: 22px 0 0 0;
	height: 142px;
}
#news p{
	color:#333333;
	margin:10px 20px;
	/*font-size:.8em;*/
	/*padding:0 5px;*/
}

/************************Calculator Styles************************/
 #calc{
	width:206px;
	height: 77px;
	min-height: 77px;
	max-height: 77px;
	background:url(../img/calc-background.gif) repeat-x;
	background-position: 0px -2px;
	padding-top:10px;	
	border-left:1px solid #D6D6D3;
	border-right:1px solid #D6D6D3;
	
}

.calc_jump{
	margin-left: 20px;
	font-size: 1.1em;
	color:#333333;
}

#calc h1{
	margin: 0 0 10px 10px;
}

/************************Calculator Page Styles************************/
#definitions {
	text-align:left;
}
#definitions td {
	border:none;
}
#definitions dt, b {
	font-weight:bold;
}
#mainContent #definitions p {
	margin-left:0px;
}

/************************mainContent Styles************************/
#mainContent { 
	float:left;
	width:500px;
}

#mainContent p, #mainContent ol{ 
	color: #333333;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	/*font-size: .9em;*/
}

#mainContent h1 {
	margin-top:25px;
	margin-bottom:20px;
}
#mainContent ul {
	color: #333333;
	list-style:disc;
	margin-left:50px;
}

#mainContent ul ul {
	list-style: circle;
	margin-left:20px;
}

#mainContent ol {
	list-style:decimal;
}

#mainContent a:link {text-decoration:none; border-bottom:1px dotted #065F94; color:#065F94;}
#mainContent a:visited {text-decoration:none; border-bottom:1px dotted #065F94;  color:#065F94;}
#mainContent a:active {text-decoration:none; border-bottom:1px dotted #065F94;  color:#065F94;}
#mainContent a:hover {text-decoration:none; border-bottom:1px dotted #065F94;  color:#065F94; background-color:#eeeeee}

/************************feature_tbl Class Styles************************/
#selectNav {
	display:none;
	margin:0 0 20px 40px;
}

.feature_tbl {
	margin:0px 30px 20px 0px;
	color:#333333;
}

.feature_tbl caption {
	color:#065F94;
	font-size:1.3em;
	font-weight:bold;
}

#mainContent .feature_tbl ul {
	margin:0 0 0 10px;
	color:#135477;
}

.feature_tbl td {
	border:2px solid #196A97;

}

.feature_tbl caption {
	text-align:left;
}

.feature_tbl .left {
	background-color:#81abc5;
	color:#f0f0f0;
	width:180px;
	padding:2px 10px;
}

.feature_tbl .right {
	background-color:#ACC8D8;
	color:#135477;
	width:250px;
}

/************************splashAd Styles************************/
#splashAd {width:500px;}
#splashAd a{ 
	height:300px;
	width:500px;
}

#splashAd a:link {text-decoration:none; border:none; color:#065F94;}
#splashAd a:visited {text-decoration:none; border:none; color:#065F94;}
#splashAd a:active {text-decoration:none; border:none; color:#065F94;}
#splashAd a:hover {text-decoration:none; border:none; color:#065F94; background-color:#eeeeee}
 
#splashAd img {
	margin-top:-8px;
} 

/************************Footer Styles************************/
#footer {
	text-align:center;
	/*font-size:.9em;*/
	color:#999999;
}
#footer #top {
	padding: 0 10px 0 20px;  /*this padding matches the left alignment of the elements in the divs that appear above it. */
}
#footer #top table {
	width:100%;
	margin:auto;
}
#footer #top table td {
	width:33%;
}
#footer #copyright {
	background: #BBC0C3 url(../img/footerBackground.gif) repeat-x ;
	padding:0;
	color:#666666; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/************************Page Specific Styles************************/
.home #container {
	background-image:none; /* Over-ride BG image per client */
	background-color:white;
}

.home #home_link {
	display:none;
}
#hours_link {
	display:none;
}

.home #hours_link {
	display:inline;
}

.home #news {
	display:block;
}

#cdars_banner {
	display:none;
}

.deposit #cdars_banner {
	display:block;
	width:180px;
	margin:10px auto;
}

.investments #fdic_logo, .investments #ehl_logo {
	display:none;
}

.links_box {
	display:none;
	width:208px;
	background: #F2F2F2 url(../img/roundtop.gif) no-repeat top;
	background-position: 0px -4px;
	border-bottom: 1px solid #CCCCCC;
	border-left:1px solid #D6D6D3;
	border-right:1px solid #D6D6D3;
}

.id_theft .links_box, .fraud .links_box {
	display:block;
}

.links_box .inner{
	padding-top:3px;
	padding: 22px 0 0 0;
	height: 142px;
}
.links_box ul{
	color:#333333;
	list-style:disc;
	margin:10px 10px 10px 25px;
}

/************************Layout Classes************************/
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}

.center {
	margin:0 auto;
	text-align:center;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.leftcol, .rightcol {
	float:left;
	width:260px;
}

.leftcol p, .rightcol p {
	margin:0px 5px 10px 0;
}

.leftcol ul, .rightcol ul {
	margin:0 0 10px 0;
}

.hidden {
	/*This class used for accessibility links*/
	position:absolute;
	top:-1000px;
}

.indent {
	margin-left:20px;
}

.remBorder {
	border:none;
}
