﻿/* Website color attributes

Please Note:
To maintain color schemes - If one color attribute is modified, make sure to modify other attributes that also use the same color. */

/* Set PRIMARY COLOR -  background color of entire site and matching elements - default "blue" */
body, #obContainer, #mainimgContainer, #bodyContainer {
	background-color: #354888;
}
/* Set SECONDARY COLOR - Main Nav highlight, Dropdown highlight, horizontal highlight - default "brown" */
#navOverlay, ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus, ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible, ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible {
	background-color: #A11C38;
}
#obcontent a:hover {
	color: #524133;	
}
/* Set TERTIARY COLOR - Heading 1, Arrows (features' bullets), Heading 2 bottom border - default "light brown" */
#content1 h1 {
	color: #354888;
}
#content1 h2 {
	border-bottom-color: #bfa201;
}
/* Set PRIMARY COLOR - Features h1 and Heading 2 - default "blue" */
#content1 h2, #features h1 {
	color: #A11C38;
}
/* Heading 3 - your choice - chose a lighter version of Primary Color */
#content1 h3 {
	color: #354888;
}
/* Link color - default "blue" */
#topnav, #topnav ul li a, #features a, #content1 a {
	color: #332875;
}
/* Link highlight color - default "blue" */
#topnav ul li a:hover, #features a:hover, #content1 a:hover {
	color: #0758b8;
}
/* Main Nav dropdown link color */
ul.MenuBarHorizontal ul a {
	color: #9e9289;
}
/* Main Nav dropdown background */
ul.MenuBarHorizontal ul a {
	background-color: #FFFFFF;
}
/* Main Nav dropdown borders */
ul.MenuBarHorizontal ul
{
	border-right-color: #524133;
	border-bottom-color: #524133;
	border-left-color: #524133;
}
/* Lighter color pallette - your choice - FDIC / EHL logos and footer links */
#logos {
	background-color: #afbcc5;
}
#footerlinks, #footerlinks ul li a {
	color: #afbcc5;
}

/* Onlinebanking font color and Main Navigation */
#obheader, #obcontent, #obcontent a, ul.MenuBarHorizontal a, ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus, ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	color: #FFFFFF;
}


body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
:focus {
	outline:none;
}
#headerOverlay {
	width: 100%;
	background-image: url(images/bg_header.png);
	background-repeat: repeat-x;
	height: 230px;	
	position: relative;
}
#navOverlay {
	width: 100%;
	height: 63px;
	background-image: url(images/nav_overlay2.png);
	background-repeat: repeat-x;
	
}
#bodyOverlay {
	width: 100%;
	min-height: 315px; /* Remove before publishing */
	/*background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/bg_bottom.png);*/
}
#pageContainer {
	width: 100%;
	position: absolute;
	z-index: 50;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#page {
	width: 859px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 5px;
}
body.home #page {
	padding-bottom: 0px !important;
}
#header {
	position: relative;
	width: 858px;
	height: 223px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 0px;
	padding: 7px 0px 0px 0px;
}
#obContainer {
	position: absolute;
	width: 243px;
	height: 223px;
	background-image: url(images/obContainer_overlay.png);
	background-repeat: no-repeat;
	z-index: 75;
	left: 0px;
	top: 7px;
	overflow: hidden;
}
body.onlinebanking #obContainer {
	width: 243px;
	height: 473px;
}
#mainlogo {
	position: absolute;
	width: 215px;
	height: 93px;
	background-image: url(images/mainLogo.png);
	background-repeat: no-repeat;
	z-index: 100;
	left: 14px;
	top: 71px;	
}
#logos {
	position: absolute;
	width: 116px;
	height: 28px;
	margin-top: 439px;
	margin-left: 64px;
	background-image: url(images/logos_overlay.png);
	background-repeat: no-repeat;
	z-index: 100;
	left: 0px;
	top: 0px;	
}
#onlinebankingxy {
	position: absolute;
	display: none;
	width: 227px;
	height: 189px;
	background-image: url(images/ob_overlay2.png);
	background-repeat: no-repeat;
	z-index: 100;
	left: 8px;
	top: 229px;
}
body.onlinebanking #onlinebankingxy  {
	display: block;
}
#obheader {
	height: 22px;
	width: 227px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	padding-top: 18px;
	letter-spacing: .3em;
}
#obcontent {
	width: 212px;
	height: 138px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
#obcontent a {
	text-decoration: none;
	font-size: 11px;
}
#obcontent a:hover {
	text-decoration: underline;
}
.obButton {
	padding-bottom: 3px; 
	padding-top: 1px;
	padding-bottom: 2px; 
	font-weight: bold; 
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
}
.lock {
	background-image: url(images/ob_lock.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	width: 115px;
	padding-left: 16px;
	font-size: 12px;
	line-height: 14px;
	color: #999999;
	padding-top: 2px;
}
#mainimgContainer {
	position: relative;
	margin-top: 0px;
	margin-left: 251px;
	background-image: url(images/mainimg_overlay.png);
	background-repeat: no-repeat;
	width: 607px;
	height: 223px;
}
#mainimg {
	position: absolute;
	width: 603px;
	height: 201px;
	z-index: 75;
	left: 1px;
	overflow: hidden;
}
#mainimg img{
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	opacity: 0;
}
#topnav {
	width: 587px;
	height: 16px;
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
}
#topnav ul {
	display: inline;
	width: auto;
	float: right;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#topnav ul li {
	display: inline;
	float: left;
	margin: 0px;
}
#topnav ul li a {
	display: block;
	float: left;
	margin: 0px;
	padding-right: 12px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	border-right-width: 1px;
	border-right-style: solid;
}
li.none a {
	background: none !important;
	padding-right: 0px !important;
	border: none !important;
}
#topnav ul li a:hover {
	text-decoration: underline;
}
#navContainer {
	width: 670px;
	height: 49px;
	margin-left: 253px;
	padding-top: 14px;
}
#bodyContainer {
	background-image: url(images/bg_body.png);
	background-repeat: repeat-y;
	width: 777px;
	min-height: 275px; 
	margin-left: 81px;
	margin-top: 0px;
}
#content1 {
	width: 708px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
}
body.onlinebanking #content1 {
	width: 563px;
	margin-left: 164px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
}
body.home #content1  {
	padding-bottom: 0px;
}
#content1 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#content1 h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#content1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-style:italic;
	font-weight: bold;
}
#content1 p {
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 13px;
	color: #666666;
}
#content1 ul {
	list-style-type: square;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #666666;
}
#content1 ul li {
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#content1 ol {
	list-style-type: square;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #666666;
}
#content1 ol li {
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#content1 a {
	text-decoration: none;
}
#content1 a:hover {
	text-decoration: underline;	
}
.color {
	color: #bfa201;	
}
#features {
	display: none;
	width: 563px;
	margin-left: 164px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 10px;
}
body.features #features {
	display: block;
}
#features a {
	font-size: 12px;
	text-decoration: none;
}
#features a:hover {
	text-decoration: underline;	
}
#features h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin-top: 2px;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}
#features ul {
	list-style-type: none;
	margin-top: 3px;
	padding-top: 3px;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
#features li {
	display: block;
	padding-top: 0px;
	margin-left: -30px;
	margin-top: 3px;
	margin-bottom: 4px;
}
.homeFeatures th {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#footerContainer {
	width: 777px;
	height: 25px;
	background-image: url(images/bg_footer.png);
	background-repeat: no-repeat;	
	margin-left: 81px;
}
#footerlinks {
	width: 741px;
	height: 19px;
	font-size: 9px;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 6px;
}
#footerlinks ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footerlinks ul li {
	display: inline;
	float: left;
}
#footerlinks ul li a {
	display: block;
	float: left;
	line-height: 10px;
	display: inline;
	margin: 0px;
	padding-right: 8px;
	padding-left: 6px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
}
#footerlinks ul a:hover {
	text-decoration: underline;
}
.clearfloat {
	clear: both;
	height: 0px;
}
.styledtable {
	font-size: 10px;
	color: #666666;
	margin-bottom: 20px;
}
.styledtable th {
	padding-top: 3px;
	padding-bottom: 3px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	background-color: #CCCCCC;
	text-align: center;
	color: #333333;
}
.styledtable th a {
	color: #0b84ec;
	text-decoration: none;
}
.styledtable th a:hover  {
	color: #ee2e24;
	text-decoration: underline;	
}
.styledtable td {
	padding: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
}
.styledtable tr:hover {
	padding: 7px;
	color:#FFF;
	border-bottom-color: #D0D2C4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #b3aca7;
}
.styledtable caption {
	padding: 7px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	background-color: #A11C38;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	background-image: url(images/features_heading.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
table.styledtable.bordered {
	background-color: #ffffff !important;
	border: 1px solid #D7DCE8;	
}
table.styledtable.bordered td {
	background-color: #ffffff !important;
	border: 1px solid #D7DCE8;	
}
table.styledtable.bordered th {
	border: 1px solid #D7DCE8;	
}
table.styledtable.bordered caption {
	border: 2px solid #D7DCE8;	
}
.odd {
	background-color: #d2e7df;
}
.even {
	background-color: #ffffff;
}

.small {
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}



.normaltable {
	font-size: 11px;
	color: #999999;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}
.normaltable td {
	padding: 7px;
	border: 1px solid #CCCCCC;
}



