﻿/* 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: #004976;
}
/* Set SECONDARY COLOR - Direct Login, Main Nav highlight, Dropdown highlight, horizontal highlight - default "brown" */
#navOverlay, #onlinebankingxy, 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: #00adef;
}
#obcontent a:hover {
	color: #00adef;	
}
/* Set TERTIARY COLOR - Heading 1, Arrows (features' bullets), Heading 2 bottom border - default "light brown" */
#content1 h1, .color {
	color: #004976;
}
#content1 h2 {
	border-bottom-color: #00adef;
}
/* Set PRIMARY COLOR - Features h1 and Heading 2 - default "blue" */
#content1 h2, #features h1 {
	color: #00adef;
}
/* Heading 3 - your choice - chose a lighter version of Primary Color */
#content1 h3 {
	color: #004976;
}
/* Link color - default "blue" */
#topnav, #topnav ul li a, #features a, #content1 a {
	color: #004976;
}
/* Link highlight color - default "blue" */
#topnav ul li a:hover, #features a:hover, #content1 a:hover {
	color: #004976;
}
/* Main Nav dropdown link color */
ul.MenuBarHorizontal ul a {
	color: #004976;
}
/* Main Nav dropdown background */
ul.MenuBarHorizontal ul a {
	background-color: #00ADEF;
}
/* Main Nav dropdown borders */
ul.MenuBarHorizontal ul
{
	border-right-color: #00adef;
	border-bottom-color: #00adef;
	border-left-color: #00adef;
}
/* Lighter color pallette - your choice - FDIC / EHL logos and footer links */
/*#logos {
	background-color: #004976;
}*/
#footerlinks, #footerlinks ul li a {
	color: #004976;
}

/* 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: #004976;
}


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_overlay.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: 205px;
	height: 155px;
	background-image: url(images/CCB-EHL_FDIC-Logo_vrtl_FA.png);
	background-repeat: no-repeat;
	z-index: 100;
	left: 19px;
	top: 47px;	
}
/*#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_overlay.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: 2px;
	overflow: hidden;
}
#mainimg p {
	margin: 0px;
}
#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-top: 0px;
	padding-right: 12px;
	padding-left: 10px;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	border-right-width: 1px;
	
}
li.none a {
	background: none !important;
	padding-right: 8px !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-size: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#content1 h2 {
	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-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	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 {
	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: #004976;*/	
}
#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: Verdana, Arial, Helvetica, sans-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;
	background-color: #004976;
	text-align: center;
	color: #ffffff;
	font-size: 15px;
}
.styledtable th a {
	color: #ffffff;
	text-decoration: none;
}
.styledtable th a:hover  {
	color: #ffffff;
	text-decoration: underline;	
}
.styledtable tr td:first-child {
	border-left: 1px solid #004976;
}
.styledtable td {
	padding: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #004976;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004976;
}
.styledtable tr:hover {
	padding: 7px;
	color:#333333;
	border-bottom-color: #827f77;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #827f77;
}
.styledtable caption {
	padding: 7px;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	background-color: #004976;
	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 #BBEAFC;	
}
table.styledtable.bordered td {
	background-color: #ffffff !important;
	border: 1px solid #BBEAFC;	
}
table.styledtable.bordered th {
	border: 1px solid #BBEAFC;	
}
table.styledtable.bordered caption {
	border: 2px solid #BBEAFC;	
}
.odd {
	background-color: #BBEAFC;
}
.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;
}
#content1 ul.toggletabs {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: url('images/toggletabs_grey_bg.gif');
	background-position: left bottom;
	background-repeat: repeat-x;
	overflow: auto;
}
#content1 .toggletabs li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#content1 .toggletabs li a {
	background-color: #f1f1f1;
	padding: 5px;
	margin-right: 2px;
	margin-left: 2px;
	color: #666666;
	text-decoration: none;
	font-size: 11px;
	line-height: 13px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	outline: none;
}
#content1 .toggletabs li a:hover {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #666;
}
#content1 .toggletabs li a.active, .toggletabs li a.selected:hover {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	color: #666;
}

#content1 .toggletabs li a.selected {
	background-color: #FFFFEC;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#content1 .toggletabscontainer {
	border: 1px solid #CCC;
	border-top-style: none;
	margin: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #fff;
	overflow: auto;
}
#content1 .toggletabsdiv {
	display: none;
}
#content1 .toggletabsdiv:first-child {
	display: block;
}
a img {
	border: 0;
}
