﻿/* 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 background color of entire site - Dark Blue */
body {
	background-color: #09347A ;
}


/* Set main highlight bg color - default blue */
#middleSection, #mainimgColor, ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible, ul.MenuBarHorizontal ul a:hover, ul.MenuBarHorizontal ul a:focus, ul.MenuBarHorizontal ul a:hover, ul.MenuBarHorizontal ul a:focus, ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible {
	background-color: #09347a  !important; /**** IE6 Main navigation hover color located in "iepngfixs.css" ****/
}

/* Set main highlight bg color - dust */
 #middleSection {
	background-color: #BDAC9B !important; /**** IE6 Main navigation hover color located in "iepngfixs.css" ****/
}

/* Main highlight color for fonts */
.lock, #content1 a, #content1 h2, #content1 h3 {
	color: #09347a;
}
/* Set secondary highlight color - default Dark brown */
#bgHighlight, #footerContainer, #divider, #onlinebankingxy, #footerContent, ul.MenuBarHorizontal ul, ul.MenuBarHorizontal ul a.MenuBarItemHover, ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal ul a.MenuBarSubmenuVisible  {
	background-color: #2e2119;
}
/* Secondary highlight color for fonts */
#middleContent a:hover,  {
	color: #ffffff;
}
/* Third highlight color for fonts - default brown */
#middleContent h1, #content1 h1, #mainimgContent a:hover {
	color: #2e2119;
}

#mainimgContent h1 {
	color: #dbca9e;
}

.styledtable caption  {
	background-color: #09347a;
}

/* Set Header (banner area) color - default White */
#headerContainer {
	background-color: #ffffff;
}
/* Set main body font color - default grey */
#content1 p, #content1 ul, .styledtable td, .styledtable th {
	color: #333333;
}
/* Off color fonts */
#obcontent, #oblinks, #oblinks a, #footerContent, ul.MenuBarHorizontal ul a, #footerContent ul li a {
	color: #FFFFFF;
}


#middleContent p, {
	color: #000000;
}


/* End of color attributes */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
#bgHighlight {
	height: 180px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	position: relative;
}
#page {
	width: 100%;
	position: absolute;
	z-index: 50;
	left: 0px;
	top: 0px;	
}
#headerContainer {
	height: 150px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#header {
	margin-left: auto;
	margin-right: auto;
	width: 955px;
	height: 150px;
	position: relative;
	background-image: url(images/banner_default.jpg);
	background-repeat: no-repeat;
}
#logo { /* Set #logo div dimensions to financial institution's logo height and width.*/
	float: left;
	background-image: url(images/mainLogo.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 15px;
	height: 120px;
	width: 227px;
}
#contentContainer {
	width: 986px;
	min-height: 200px;
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;	
}
#onlinebankingxy {
	display: none;
	width: 300px;
	height: 197px;
	position: absolute;
	z-index: 100;
	background-image: url(images/oblogin_bg.png);
	background-repeat: no-repeat;
	left: 656px;
	top: 181px;
}
body.onlinebanking #onlinebankingxy {
	display: block;
}
#onlinebanking {
	display: none;
	position: absolute;
	z-index: 125;
	left: 660px;
	top: 186px;
	width: 290px;
	height: 197px;
	margin-right: 5px;
	margin-left: 5px;
}
body.onlinebanking #onlinebanking {
	display: block;
}
#obheader {
	height: 30px;
	width: 290px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 8px;
	letter-spacing: .2em;
}
#obcontent {
	width: 245px;
	height: 138px;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#oblinks {
	width: 245px;
	margin-top: 25px;
	margin-left: -7px;
	text-align: center;
}
#oblinks a {
	text-decoration: none;	
}
#oblinks 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;
}
#divider {
	width: 955px;
	height: 29px;
	padding: 0px;
	margin-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-image: url(images/divider.png);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#nav1 {
	margin-top: 2px;
	margin-left: 0px;
	padding: 0px;
	width: 955px;
	height: 28px;
	float: left;
}
#MenuBar1 li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	background-image: url(images/nav1_divider.png);
	background-repeat: no-repeat;
	background-position: right 0px;
}
#MenuBar1 li ul li {
	background: none;
}
#middleSection {
	display: none;
	width: 955px;
	height: 197px;
	overflow: hidden;
	margin-left: 15px;
	background-image: url(images/middle_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
body.home #middleSection {
	display: block;
}
#middleContent {
	width: 620px;
	height: 187px;
	padding-left: 10px;
	padding-right: 10px;

}
#middleContent p {
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 1px;
	padding-bottom: 3px;
	line-height: 14px;
}
#middleContent h1 {
	font-size: 14px;
	color: #2e2119;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#middleContent ul {
	color: ##2E2119;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
}


#middleContent a {
	color: #09347a;
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;

}
#middleContent a:hover {
	text-decoration:underline;
}
.color {
	color: #2e2119;
}
.features td {
	width: 50%;
	padding: 10px;
	vertical-align: top;
}
#content1 {
	position: relative;
	width: 875px;
	min-height: 600px;
	margin-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-right: 40px;
}
#content2 {
	position: relative;
	width: 875px;
	min-height: 600px;
	margin-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 40px;
	padding-right: 40px;
}
#content1 p {
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 15px;
	margin-left:20px;
	margin-right:20px;
}
#content1 h1 {
	font-size: 15px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#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;
	margin-right:10px;
}
#content1 h3 {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-weight: bold;
}
#content1 a {
}
#content1 a:hover {
}
body.home #content1 {
	min-height: 195px;
}
body.mainimg #content1 {
	padding-left: 640px;
	padding-top: 20px;
	padding-right: 20px;
	width: 295px;
	min-height: 195px;
}
body.mainimg2 #content1 {
	/*padding-left: 640px;
	padding-top: 20px;
	padding-right: 20px;
	width: 295px;*/
	min-height: 195px;
}
body.home #content1 p {
	font-size: 12px;
}
#content1 ul {
	list-style-type: square;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#content1 ul li {
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#mainimgContainer {
	display: none;
	height: 200px;
	width: 600px;
	position: absolute;
	z-index: 150;
	text-align: left;
	overflow: hidden;
	left: 20px;
	top: 15px;
}

#mainimgContainer img{
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	opacity: 0;
}

#mainimgContainer2 {
	position:relative;
	float:left;
	display: none;
	height: 290px;
	width: 650px;
	text-align: left;
	overflow: hidden;
}

#mainimgContainer2 img{
	position: absolute;
	left: 120px;
	top: 10px;
	float:left;
	visibility: hidden;
	opacity: 0;
}

body.mainimg #mainimgContainer, body.mainimg2 #mainimgContainer2, body.mainimg #mainimgColor, body.mainimg #mainimgOverlay, body.mainimg #mainimgContent {
	display: block;
}
#mainimgColor {
	display: none;
	height: 200px;
	width: 334px;
	position: absolute;
	z-index: 200;
	left: 286px;
	top: 15px;
}
#mainimgOverlay {
	display: none;
	height: 200px;
	width: 600px;
	background-image: url(images/mainimg_overlay.png);
	position: absolute;
	z-index: 250;
	left: 20px;
	top: 15px;
}
#mainimgContent {
	display: none;
	height: 170px;
	width: 304px;
	position: absolute;
	z-index: 300;
	left: 286px;
	top: 10px;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#mainimgContent h1 {
	font-size: 14px;
}
#mainimgContent p {
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#mainimgContent a {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	vertical-align: middle;
}
#mainimgContent a:hover {
}
#footerContainer {
	width: 100%;
	height: 29px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
#footerShadow {
	position: relative;
	width: 986px;
	height: 29px;
	background-image: url(images/shadow.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;	
}
#logos {
	display: none;
	position: absolute;
	z-index: 1050;
	height: 23px;
	width: 106px;
	left: 36px;
	top: 2px;
	background: transparent;	
}
body.logos #logos {
	display: block;
}
#footerContent {
	width: 935px;
	height: 29px;
	margin-left: 15px;
	padding-right: 20px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-image: url(images/footerbg.png);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#footerContent ul {
	display: inline;
	width: auto;
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footerContent ul li {
	display: inline;
	float: left;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footerContent ul li a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ccc;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	display: block;
	text-decoration: none;
	font-size: 11px;
}
#footerContent ul li a:hover {
	text-decoration: underline;	
}
a.none {
	border-right-width: 0px !important;
	border-right-style: none !important;
}

/* Misc styles */
.styledtable {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #AEB89D;
	font-size: 11px;
}
.styledtable th {
	padding: 5px;
	border-bottom-color: ##9C9794;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #D0D2C4;
	text-align: center;
}
.styledtable td {
	padding: 5px;
	border-bottom-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #D0D2C4;
	text-align: center;
}
.styledtable caption {
	padding: 5px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	margin-top: 15px;
}
.clearfloat {
	clear: both;
	height: 0px;
}
:focus {
	outline:none;
}

#content1 .columnLeft {
	margin-right:20px;
}

/******* Secondary Page Toggletabs START *******/

#content1 ul.toggletabs {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#content1 .toggletabs li {
	margin: 0px !important;
	padding: 0px !important;
	float: left;
	background-image: none !important;
}
#content1 .toggletabs li a {
	list-style-type: none !important;
	margin-right: 1px;
	margin-left: 1px;
	margin-bottom: 0px !important;
	padding-bottom: 0px;
	padding-left: 3px;
	padding-right: 3px;
	color: #09347a !important;
	text-decoration: none !important;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	display: block;
	background-image: url(images/tab_content.jpg);
	background-repeat: no-repeat;
	width: 101px;
	height: 27px;
	outline: none;
	background-position: 0px -27px;
}
#content1 .toggletabs li a:hover {
	color: #0066CC !important;
}
#content1 .toggletabs li a.active, .toggletabs li a.selected:hover {
	color: #FFFFFF !important;
	background-position: 0px; 0px;
}

#content1 .toggletabs li a.selected {
	background-color: #FFFFEC;
	color: #09347a;
}
#content1 .toggletabscontainer {
	overflow: auto;
	float: left;
	width: 610px;
	margin-left: -18px;
	margin-top: 0px;
	margin-bottom: 25px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 15px;
	background-image: url(images/bg_contenttabs.jpg);
	background-repeat: no-repeat;
}
#content1 .toggletabscontainer ul {
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 2px;
}
#content1 .toggletabscontainer ul li {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 0px;
	background-image: url(images/bullet_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #575656;
	text-decoration: none;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 18px;
	list-style-type: none;
	width: width: 610px;

}
#content1 .toggletabscontainer a:hover {
	color: #0066cc;
	text-decoration: underline;
}
#content1 .toggletabsdiv {
	display: none;
}
#content1 .toggletabsdiv:first-child {
	display: block;
}
/******* Secondary Page Toggletabs END *******/


/******* Quicklinks START *******/

#quicklinks {
   margin-left:10px;
   padding-top: 20px;
   float:right;

}

#quicklinks a {
	color: #09347a;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	vertical-align: bottom;
}
#quicklinks a:hover {
	color:#0066cc;
	text-decoration:underline;
}



#ads {
   margin-left:10px;
   padding-top: 20px;
   float:right;
   min-height: 500px;

}




/******* Quicklinks END *******/

div#checking1{  margin: 0px 20px 0px 20px;  display: none;}

div#checking2{  margin: 0px 20px 0px 20px;  display: none;}

div#checking3{  margin: 0px 20px 0px 20px;  display: none;}

#popup {
	background-image:url(images/mainLogo.png);
	background-repeat:no-repeat;
	width:350px;
	height:300px;
}

#popup p{

	font-family: Arial, Helvetica, sans-serif;
	margin: 20px;
	padding-top: 30px;
	font-size: 12px;
	font-weight:bold;
	color: #2e2119;
}

#bg {
	background-image:url(images/mainLogo.jpg);
	background-position: center 10px;
	background-repeat:no-repeat;
	padding: 130px 10px 10px 20px
}
#bg p {
	padding: 3px 0px 3px 0px;
	margin: 2px 0px 2px 0px;
	line-height: 14px;
}

#popup2 {
	width:98%;
	padding:10px;
}

#popbg2 {
	width: 410px;
	background-color:#FFFFFF;
	padding:10px;
	font-size: 12px;
}

#popbg2 ul li{
	list-style-type:square;
}

#popbg2 ul li{
	margin-top: 2px;
	margin-bottom: 4px;
}
/* --------------------PDF-LINKS--------------------- */

.pdf_links {
	border:2px solid #5D83C2;
	padding:10px 0 0;
	width:181px;
}
#content1 .pdf_links h3 {
	padding:0 0 0 10px;
	margin:0 0 5px 0;
	font-size:11px;
}
#quicklinks .pdf_links a {
	color:#0066CC;
	font:normal 11px/13px Arial, Helvetica, sans-serif;
}
#quicklinks .pdf_links ul {
	list-style:disc;
	padding:0 0 10px 20px;
}
#content1 #quicklinks .pdf_links ul li {
	margin:0;
	padding:0;
}

/*  Resources */
#content1.resources h2 {
	display:block;
}

#content1.resources h4 {
	margin:0 0 0px 0;
	color:#09347A;
	font:bold 12px/15px Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
#content1 ul.disclosure {
	padding-left:14px;
}



