@charset "utf-8";

/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	background-image:url(../images/bg/bodyBG_blue.jpg);
	background-color: #39578e;
	background-repeat:repeat-x;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}



/* Generic element styling */

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

a img {
	border: none;
}

p {
	margin: 0;
	font-size: 12px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0;
	color: #464F64;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

h5 {
	font-size: 11px;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration:underline;
}

.italic {
	font-style:italic;
}

.red {
	color: #f00;
}

.gold {
	color: #CC9900;
}

.silver {
	color: #808080;
}

.center {
	text-align:center;
}

.bottomMargin {
	margin-bottom: 10px;
}

/* Start general styles */

.wrapper {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 100%;
	padding-top: 5px;
}

.headerLeft {
	margin-top:50px;
	margin-left: 10px;
	float: left;
}

p.location {
	color: #999;
	font-size: 11px;
}

p.location .bold {
	font-weight: bold;
	color: #fff;
}

.headerRight {
	float: right;
	margin: 0 5px 5px 0;
	text-align: center;
	width: 247px;
}

.headerRight ul {
	margin-top: 10px;
}

.headerRight ul li {
	display: inline;
	color: #ccc;
	margin-right: 2px;
}

.headerRight ul li a {
	color: #ccc;
	margin-right: 5px;
}

.search {
	float: right;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0 0;
	height: 25px;
	padding: 5px;
	width: 213px;
}

.search h3 {
	float: left;
	margin: 5px 5px 0 0;
}

.search form {
	width: 141px;
	height: 23px;
	border: 1px solid #100040;
	background-color:#FFF;
	float: right;
}

.smallRightPanel .search form {
	padding: 0 0 0 0;
}

.search form input.field {
	background-color:transparent;
	border: none;
	width: 109px;
	padding: 0 1px 0 4px;
}

.search form input.go {
	width: 19px;
	height: 19px;
	background-image:url(../images/goButton.jpg);
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center;
	border: none;
	cursor:pointer;
	top: 2px;
	position: relative;
}

#headerStrip {
	height: 56px;
	background-image:url(../images/bg/headerStripBG.jpg);
	background-repeat: repeat-x;
	background-position:center;
}

#headerStrip .headerContain {
	background-image:url(../images/bg/onlineBankingText.jpg);
	background-repeat:no-repeat;
	background-position:490px 15px;
	height: 56px;
	width: 930px;
	margin: 0 auto;
	text-align: left;
}

#headerStrip img.logo {
	float: left;
}

#headerStrip .onlineBanking {
	float: right;
	width: 217px;
	height: 38px;
	border: 1px solid #fff;
	background-image:url(../images/bg/onlineBankingBG_new.jpg);
	background-repeat:no-repeat;
	padding: 15px 10px 0 10px;
}

ul.onlineBankingLinks {
	text-align:center;
	float: right;
	width: 247px;
	margin: 5px 0 10px 0;
}

ul.onlineBankingLinks li {
	display: inline;
	font-size: 11px;
	color: #ccc;
	margin-right: 10px;
}

ul.onlineBankingLinks li a {
	margin-right: 10px;
	color: #ccc;
}

#headerBorder {
	background-color: #a5a8aa;
	background-repeat:no-repeat;
	width: 100%;
	height: 10px;
	margin-bottom: -10px;
	overflow:hidden;
}

#mainNav {
	width: 930px;
	background-image:url(../images/bg/navBG.jpg);
	height: 35px;
	margin: 10px 10px 0 10px;
	clear: both;
}

#mainNav img {
	display: block;
	float: left;
}

#subNavContain {
	width: 100%;
	background-color:#ced2d5;
}

#subNav {
	width: 930px;
	background-image:url(../images/bg/subNavBG.jpg);
	height: 32px;
	margin: 0 10px;
}

#subNav ul {
	margin-left: 25px;
}

#subNav ul li {
	float: left;
	list-style: none;
	margin-right: 25px;
}

#mainContent {
	width: 930px;
	padding: 10px;
	background-color:#ced2d5;
}

#mainContent a {
	color: #2A3C74;
}

#mainContent a:hover {
	color: #000033;
}

#pageContent {
	width: 695px;
	float: left;
}

#pageContent p {
	line-height: 19px;
}

#sideBar {
	width: 225px;
	float: right;
}

img.promoBanner {
	display: block;
}

.homePromo {
	width: 223px;
	height: 384px;
	background-image:url(../images/bg/panelBG.jpg);
	background-position:center;
	border: 1px solid #7c7e86;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.homePromoRight {
	width: 223px;
	height: 384px;
	background-image:url(../images/bg/panelBG.jpg);
	background-position:bottom;
	border: 1px solid #7c7e86;
	float: left;
	margin-top: 10px;
}

.homePromo img {
	display: block;
}

.homePromoSmall {
	width: 223px;
	height: 123px;
	background-image:url(../images/bg/panelBG.jpg);
	background-position:center;
	border: 1px solid #7c7e86;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}

.homePromoSmallBottom {
	width: 223px;
	height: 123px;
	background-image:url(../images/bg/panelBG.jpg);
	background-position:center;
	border: 1px solid #7c7e86;
	float: left;
	margin-bottom: 0px;
}

ul.homePromoList {
	font-size: 12px;
	margin: 10px 0 0 25px;
}

ul.homePromoList li {
	list-style-image:url(../images/listBG.gif);
	list-style-position:outside;
	margin-bottom: 5px;
}

.panelTitle {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background-color:#0E1B42;
	text-align:left;
}

.panelTitle h2 {
	color: white;
	margin-left: 10px;
}

#mainContent .panelTitle h2 a {
	color: white;
}

.smallRightPanel {
	width: 223px;
	background-image:url(../images/bg/panelBG.jpg);
	background-position:center;
	border: 1px solid #7c7e86;
	margin-bottom: 10px;
	text-align:center;
}

.smallRightPanel form {
	padding: 3px 0;
}

.customerServices {
	width: 223px;
	background-image:url(../images/bg/panelBG.jpg);
	background-position:center;
	border: 1px solid #7c7e86;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

form#ATM select,form#branches select {
	width: 213px;
}

img.worthSaving {
	margin-bottom: 10px;
	display: block;
}

#footer {
	font-size: 11px;
	margin: 20px 0 10px 0;
	text-align:center;
}

#footer ul li {
	display: inline;
	margin-right: 10px;
}

#footer ul li a {
	margin-right: 10px;
	color: #f2f2f2;
}

#footer hr {
	border: none;
	height: 1px;
	background-color: #a5a8aa;
	margin: 5px 0;
}

#footer p {
	margin: 0 0 10px 0;
	color: #CCC;
}

#breadcrumb {
	height: 26px;
	width: 100%;
	line-height: 26px;
	margin-bottom: 10px;
	background-color: #0e1b42;
	background-image:url(../images/bg/breadcrumbBG.jpg);
	color: #666;
}

#breadcrumb a {
	color: #666666;
	margin-right: 5px;
	text-decoration:none;
}

#breadcrumb a:hover {
	color: #333;
	text-decoration:underline;
}

#breadcrumb ul {
	margin-left: 10px;
}

#breadcrumb ul li {
	display: inline;
	list-style: none;
	margin-right: 5px;
}

#contentContain {
	width: 693px;
	border: 1px solid #7C7E86;
	background-color: #fff;
}

#contentWrapper {
	background-image:url(../images/bg/pageContentBG.jpg);
	width: 100%;
}

#contentWrapperFull #content {
	width: 673px;
	float: none;
	padding: 0 10px 10px 10px;
}

#pageMenu {
	width: 200px;
	float: left;
}

#pageMenu ul {
	text-align: left;
	padding: 0 0 0 17px;
	margin: 0 0 0 10px;
}

#pageMenu ul li {
	list-style: none;
	font-size: 12px;
	background-repeat:no-repeat;
	background-image:url(../images/bg/leftMenuDivide.jpg);
	font-weight: bold;
}

#pageMenu ul li a {
	color: black;
	text-decoration:none;
	color:#333;
	width: 100%;
	display: block;
	padding: 10px 0;
}

#pageMenu ul li.noBG {
	list-style: none;
	font-size: 12px;
	background-image:none;
	font-weight: bold;
}

#pageMenu ul li a:hover {
	text-decoration:underline;
}

#pageMenu ul ul {
	margin: 0 0 0 0;
}

#pageMenu ul ul li {
	font-size: 11px;
	font-weight: normal;
}

#pageMenu ul ul li a {
	padding: 7px 0;
}

#content {
	width: 470px;
	float: right;
	padding: 0 10px 10px 0;
}

#content ul {
	margin: 10px 0 0 15px;
}

#content ul li {
	margin-bottom: 5px;
}

#content ol {
	margin: 10px 0 0 20px;
}

#content ol li {
	margin-bottom: 5px;
}

#content table {
	border-collapse: collapse;
	width: 100%;
}

#content table td {
	padding: 5px;
}

#content table.general td,th {
	border: 1px solid #ccc;
}

#content table.general th {
	background-color: #0E1B42;
	color: #fff;
	font-weight: bold;
	padding: 5px;
}

h2.pageTitle {
	color: #000000;
	margin: 10px 0;
}

table tr.subheading {
	background-color:#E6E6E6;
}

#mainContent h3.red a {
	color: #ff0000;
	text-decoration:underline;
}

#content ul.pageLinks {
	font-size: 12px;
	margin: 10px 0 20px 20px;
}

ul.pageLinks li {
	list-style-image:url(../images/listBG.gif);
	list-style-position:outside;
	margin-bottom: 5px;
}

#pageContent p.background {
	padding: 10px;
	background-color:#E4E4E4;
}

#pageContent p.right {
	text-align:right;
	text-decoration:underline;
}

img.newsT {
float:right;
margin:0 0 10px 5px;
}

.newsImage {
border:1px solid #CCCCCC;
float:left;
margin:0 5px 5px 0;
padding:3px;
width:240px;
}

.newsImage img {
margin:0 0 3px;
}

.newsImage p {
font-size:11px;
margin:0;
}

.newsDate {
background-color:#CCCCCC;
border-bottom:1px solid #CCCCCC;
height:24px;
margin:0 0 10px;
width:100%;
}

.newsDate h3 {
padding:5px 0 0 10px;	
}

.backLink {
padding:5px;	
}

ol {
padding-left:8px;
}

#esmartzBar {
	position:absolute;
	top:1px;
	left:0px;
	height:40px;
	width:100%;
	background-image: url(../images/bg/esmartzBarBG.jpg);
	background-repeat: repeat-x;
	color:#000;
	text-align:left;
	padding-top: 5px;
}

#esmartzBar img.logo {
	float:left;
	margin:0px 5px 0px 30px;
}

#esmartzBar p {
	margin:0px 0px 0px 75px;
	float:left;
}

#esmartzBar img.feedback {
	margin: 0 10px;
}

div.esmartzLeft {
	float: left;
	height: 45px;
}

div.esmartzRight {
	float: right;
	height: 45px;
}

#contactForm img {
float:left;
margin:0 0 20px 5px;

}

#contactForm td {
padding:5px;
}

#contactForm .formElements {
width:150px;	
}

.applicationProcess {
font-size:11px;
font-weight:bold;
}

table tr.row2 {
	background-color: #f2f2f2;
}

#content ul.tabs {
	margin: 10px 0 0 -1px;
	clear: right;
}

#content ul.tabs li {
	float: left;
	list-style: none;
	margin: 0 1px 0 0;
	height: 20px;
}

#content ul.tabs li a img {
	display: block;
}

.homePromo p {
	margin:10px;
}

.homePromoRight p {
	margin:5px 10px 10px 10px;	
}

.customerServices h3 {
margin:0;
}

div#contactForm {
	width: auto;
	border: 1px solid #7C7E86;
	background-image:url(../images/bg/contactBG.jpg);
	background-color:#E2E6E9;
	background-position: 0 top;
	background-repeat:repeat-x;
	margin: 10px 0;
}

div#contactForm p {
	margin: 10px;
}

form.contactUs {
	margin: 10px 10px 0 40px;
}

form.contactUs label {
	vertical-align: top;
	line-height: 20px;
	text-align:right;
	width: 155px;
	display: inline-block;
	margin-right: 10px;
}

form.contactUs label.sub {
	font-size: 12px;
	color: #666;
}

form.contactUs ol li {
	list-style: none;
	margin-bottom: 10px;
}

form.contactUs input {
	width: 225px;
}

form.contactUs select {
	width: 229px;
}

form.contactUs textarea {
	width: 440px;
	height: 100px;
}

form.contactUs input.send {
	width: 110px;
	height: 29px;
	background-image:url(../images/buttons/send.jpg);
	border: 0 none;
	position: relative;
	cursor: pointer;
}

form.contactUs input.sendSilver {
	width: 110px;
	height: 29px;
	background-image:url(../images/buttons/sendSilver.jpg);
	border: 0 none;
	position: relative;
	cursor: pointer;
}

form.contactUs input.sendGold {
	width: 110px;
	height: 29px;
	background-image:url(../images/buttons/sendGold.jpg);
	border: 0 none;
	position: relative;
	cursor: pointer;
}

div.contactPanel {
	width: 223px;
	height: 220px;
	border: 1px solid #7C7E86;
	background-image:url(../images/bg/contactBG.jpg);
	background-color:#E2E6E9;
	background-position: 0 top;
	background-repeat:repeat-x;
	float: left;
	margin-right: 10px;
}

div.contactPanel h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 10px 0 10px;
}

div.contactPanel h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0 10px;
	color: #666;
}

div.contactPanel p {
	margin: 0 10px 0 10px;
}

img.productBanner {
	display: block;
	margin: 10px 0;
}

#content ul.arrows {
	font-size: 12px;
	margin: 10px 0 0 0;
}

ul.arrows li {
	background: transparent url(../images/listBG.gif) 0 5px no-repeat;
	line-height: 16px;
	list-style: none;
	padding-left:18px;
}

div.customerServices ul.arrows li {
	background-image:url(../images/listBGs.gif);
}


#content ul.block {
	font-size: 12px;
	margin: 0;
}
ul.block li {
	background: transparent url(../images/listBGblock.gif) 0 5px no-repeat;
	line-height: 16px;
	list-style: none;
	padding-left:18px;
}

#innerButtons {
	margin-left: 10px;
	float: right;
}

img.productButton {
	display: block;
	margin: 0 0 0 10px;
}
