body
/******************************************************/

/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}
.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}
.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/generic/header-bg.gif);
	background-repeat: repeat-x;
}
/* #mainContentSec .li {
	padding-left: 1em;
	background-image: url(/assets/images/generic/bullet-grey.gif);
	background-repeat: no-repeat;
	background-position: 0.2em 0.3em;
}*/
.rightColBox ul {
	padding-bottom: 1em;
	padding-top: 0.4em;
}
.wrapper #sidebar1 .rightColBox li {
	background-image: url(/assets/images/generic/bullet-grey.gif);
	background-repeat: no-repeat;
	padding-left: 1em;
	background-position: 0.2em 0.3em;
}
/********************/
/*  Feature Panels */
/********************/
.wrapper #mainContentSec .featurelinks {
	background-image: url(/assets/images/generic/feature-links-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 1em;
	padding-right: 1.8em;
	padding-bottom: 1.2em;
	padding-left: 1.2em;
	color: #FFFFFF;
}
.wrapper #mainContentSec .featurelinks li {
	color: #FFFFFF;
	background-image: url(/assets/images/generic/bullet-arrow-white.gif);
	background-position: 4px 0.3em;
	background-repeat: no-repeat;
	list-style-type: none;
}
.wrapper #mainContentSec .featurelinks p {
	color: #FFFFFF;
}
.featurelinks h4 {
	font-weight: bold;
	color: #FFFFFF;
}
.featurelinks a, .featurelinks a:link, .featurelinks a:active {
	color: #ffcc99;
	text-decoration: none;
}
.featurelinks a:hover;
.featurelinks a:visited {
	color: #ffcc99;
	text-decoration: underline;
}
.wrapper #mainContentSec .featurelinks2 {
	background-image: url(/assets/images/generic/feature-links-bg-300.jpg);
	background-repeat: no-repeat;
	padding-top: 1em;
	padding-right: 1.8em;
	padding-bottom: 1.2em;
	padding-left: 1.2em;
	color: #FFFFFF;
}
.wrapper #mainContentSec .featurelinks2 li {
	color: #FFFFFF;
	background-image: url(/assets/images/generic/bullet-arrow-white.gif);
	background-position: 4px 0.3em;
	background-repeat: no-repeat;
	list-style-type: none;
}
.wrapper #mainContentSec .featurelinks2 p {
	color: #FFFFFF;
}
.featurelinks2 h4 {
	font-weight: bold;
	color: #FFFFFF;
}
.featurelinks2 a, .featurelinks2 a:link, .featurelinks2 a:active {
	color: #ffcc99;
	text-decoration: none;
}
.featurelinks2 a:hover;
.featurelinks2 a:visited {
	color: #ffcc99;
	text-decoration: underline;
}
#mainContentSec img {
	margin-bottom: 0.8em;
}
.wrapper {
	position: relative;
	width: 980px;
	font-size: 0.9em;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -80px;
	margin-left: auto;
}
.header {
	height: 131px;
	background-image: url(../images/generic/header-watermark.jpg);
	background-repeat: no-repeat;
}
.wrapper #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 210px;
	padding-top: 25px;
	padding-bottom: 15px;
	padding-right: 10px;
}
.wrapper #sidebar1 p {
	line-height: 1.4em;
	color: #666666;
}
/****************************/
/* Homepage content layout  */
/***********************(****/
.wrapper #mainContent {
	margin-top: 0;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 1em;
}
.wrapper #mainContent p {
	padding: 0 0 1em;
	color: #666;
	font-family: arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
}
#mainContent h1 {
	text-indent: -5000em;
}
#mainContent h2 {
	font-size: 1.7em;
	font-weight: bold;
	color: #F37021;
}
#mainContent h3 {
	font-size: 1.6em;
	font-weight: normal;
	color: #F37021;
}
/****************************/
/* Secondary content layout  */
/***********************(****/
.wrapper #mainContentSec {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 190px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	font-size: 1em;
}
#mainContentSec li {
	color: #666666;
	margin-left: 0px;
	background-image: url(/assets/images/generic/bullet-grey.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0.6em;
	padding-left: 30px;
	background-position: 0.4em 0.4em;
}
#mainContentSec .bulletfeatures li {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1.8em;
	background-image: url(/assets/images/generic/bullet-orange.gif);
	background-repeat: no-repeat;
	background-position: 0.4em 0.4em;
	list-style-type: none;
}
#mainContentSec ul {
	padding-top: 1em;
	margin-bottom: 1em;
}
.wrapper #mainContentSec p {
	padding: 0 0 1em;
	color: #666;
	font-family: arial, sans-serif;
	font-size: 1.1em;
	line-height: 1.4em;
}
.wrapper #sidebar1 .rightColHeader h4 {
	background-image: url(/assets/images/generic/right-col-header.gif);
	background-repeat: no-repeat;
	background-color: #F36F21;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #662d8e;
}
.wrapper #mainContentFull {
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: none;
	float: left;
	width: 770px;
}
.wrapper #mainContentFull {
	width: 770px;
}
.wrapper #mainContentFull p {
	color:#666666;
	font-family:arial, sans-serif;
	font-size:1.1em;
	line-height:1.4em;
	margin-bottom:10px;
}
.wrapper #mainContentFull p strong {
	color:#333333;
	font-family:arial, sans-serif;
	font-size:1em;
	line-height:1.4em;
	margin-bottom:10px;
}
.wrapper #mainContentFull h4 {
	color:#F37021;
	font-family:arial, sans-serif;
	font-weight:bold;
	margin-top:15px;
}
.wrapper #mainContentFull h5 {
	color:#B37742;
	font-family:arial, sans-serif;
	font-weight:bold;
	margin-top:15px;
}
.wrapper #mainContentFull ol {
	line-height:1.4em;
	color: #666666;
	margin-left: 0px;
	font-size: 1.1em;
	padding-left: 35px;
}
.olletters li {
	list-style-type: lower-alpha;
	padding-bottom:10px;
}
.olnumbers li {
	list-style-type: decimal;
	padding-bottom:10px;
}
.wrapper #mainContentFull blockquote p {
	list-style-type: lower-alpha;
	color: #666666;
	margin-left: 0px;
	font-size: 1.1em;
	padding-left: 30px;
}
.inset2 {
	text-align: left;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
.wrapper #mainContentFull .blockquoteinset {
	margin-left: 20px;
}
/**************************/
/* Bullet Feature Panels */
/**************************/

.bulletkey {
	background-image: url(/assets/images/generic/bullet-key-features.gif);
	background-repeat: no-repeat;
}
.bulletfeatures h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F37021;
	background-image: url(/assets/images/generic/bullet-key-features.gif);
	background-repeat: no-repeat;
	padding-left: 1.6em;
	padding-bottom: 0.8em;
}
.bulletfeatures {
	background-image: url(/assets/images/generic/bullet-feature-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 1.2em;
	padding-right: 1.8em;
	padding-bottom: 1.2em;
	padding-left: 1.2em;
	margin-bottom: 2em;
}
#breadcrumb {
	padding-bottom: 0.7em;
	margin-bottom: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	color: #666666;
	padding-top: 0.7em;
}
#breadcrumb a {
	color: #662D8E;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#mainContentSec h1 {
	text-indent: -5000em;
}
h2 {
	font-size: 1.7em;
	font-weight: bold;
	color: #F37021;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;
	color: #F37021;
}
h4 {
	font-size: 1.4em;
	font-weight: normal;
	color: #F37021;
	padding-bottom: 1em;
}
.rightColBox {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F36F21;
	border-left-color: #F36F21;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.rightColBtm {
	background-image: url(/assets/images/generic/right-col-btm.gif);
	background-repeat: no-repeat;
	height: 15px;
	clear: both;
}
h5 {
	font-size: 1.2em;
	font-weight: normal;
	color: #F37021;
}
h6 {
	font-size: 1em;
	font-weight: normal;
	color: #F37021;
}
.wrapper #leftnavbar {
	width: 170px;
	padding-top: 25px;
	float: left;
	padding-left: 10px;
}
#s1 #nav #ourbank a {
	background-image: url(/assets/images/nav/btn-ourbank.gif);
	background-position: 0px -30px;
}
#s2 #nav #retail a {
	background-image: url(/assets/images/nav/btn-retail.gif);
	background-position: 0px -30px;
}
#s3 #nav #corporate a {
	background-image: url(/assets/images/nav/btn-corporate.gif);
	background-position: 0px -30px;
}
#s4 #nav #remittances a {
	background-image: url(/assets/images/nav/btn-remittances.gif);
	background-position: 0px -30px;
}
#s5 #nav #specialised a {
	background-image: url(/assets/images/nav/btn-specialised.gif);
	background-position: 0px -30px;
}
#s6 #nav #news a {
	background-image: url(/assets/images/nav/btn-news.gif);
	background-position: 0px -30px;
}
#s7 #nav #netbanking a {
	background-image: url(/assets/images/nav/btn-netbanking.gif);
	background-position: 0px -30px;
}
#s8 .header .btncontact a {
	background-image: url(/assets/images/nav/btn-contactus-over.gif);
	background-position: 0px 0px;
}
#s9 .header .btnbranch a {
	background-image: url(/assets/images/nav/btn-branch-over.gif);
	background-position: 0px 0px;
}
#leftnavbar  /* #leftnavbar   .navtitle   h4  {
	background-color: #f37021;
	color: #FFFFFF;
	font-weight: bold;
	padding: 8px;
	background-image: url(/assets/images/generic/nav-title-bg.gif);
	background-repeat: no-repeat;
	font-size: 1.2em;
} */
.navtitle h4 a {
	color: #FFFFFF;
	background-color: #f37021;
	color: #FFFFFF;
	font-weight: bold;
	background-image: url(/assets/images/generic/nav-title-bg.gif);
	background-repeat: no-repeat;
	font-size: 0.9em;
	display: block;
	margin-bottom: 0.6em;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#leftnavbar .navtitle a:hover {
	text-decoration: none;
}
.selected {
	color: #662D8E;
	font-weight: bold;
}
#leftnavlinks a {
	color: #662D8E;
	font-weight: bold;
	display: block;
	background-image: url(/assets/images/generic/bullet-arrow-purple.gif);
	background-repeat: no-repeat;
	background-position: 0.6em 1em;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	text-decoration: none;
}
#leftnavlinks a:hover {
	background-color: #ffe7d5;
	text-decoration: none;
}
#leftnavlinks .tertiary a {
	color: #662D8E;
	font-weight: normal;
	display: block;
	background-repeat: no-repeat;
	background-position: 1.4em 1em;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 30px;
	text-decoration: none;
	background-image: url(/assets/images/generic/bullet-arrow-grey.gif);
}
#leftnavlinks .tertiary a:hover {
	background-color: #ffe7d5;
	text-decoration: none;
}
a {
	color: #662D8E;
	text-decoration: none;
}
.floatright {
	float: right;
	width: 250px;
}
.floatleft {
	float: left;
}
.kd {
	font-size: 11px;
	font-weight: bold;
	color: #660099;
  	padding: 0;
}
.princ {
	font-family: arial, verdana
  	font-size: 12px;
	font-weight: normal;
	color: #ff6600;
  	padding: 0;
}
.antima {
	font-family: arial, verdana
  	font-size: 12px;
	font-weight: normal;
	color: #F37021;
	padding: 0;
}
h3 {
	font-size: 1.6em;
	font-weight: normal;
	color: #F37021;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #F37021;
}
h5 {
	font-size: 1.1em;
	font-weight: bold;
	color: #F37021;
	padding-bottom: 0.6em;
}
#nav {
	height: 30px;
}
.clear {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
}
/* Top Navigation */

#topnav {
	position: absolute;
	top:101px;
	height: 30px;
	width: 970px;
	padding-left: 10px;
}
#nav {
	position: absolute;
	top: 100;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 30px;
	display: inline;
	overflow: hidden;
	width: 970px;
}
#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
#nav a {
	float: left;
	padding: 30px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:30px; /* for IE5/Win */
}
#nav a:hover {
	background-position: 0 -30px;
}
#nav a:active {
	background-position: 0 -60px;
}
#nav a.selected {
	background-position: 0 0px;
}
#ourbank a {
	width: 95px;
	background:  url(/assets/images/nav/btn-ourbank.gif) top left no-repeat;
	font-size: 20%;
	outline:0;
}
#retail a {
	width: 128px;
	background:  url(/assets/images/nav/btn-retail.gif) top left no-repeat;
	font-size: 20%;
	outline:0;
}
#corporate a {
	width: 159px;
	background:  url(/assets/images/nav/btn-corporate.gif) top left no-repeat;
	font-size: 20%;
	outline:0;
}
#remittances a {
	width: 117px;
	background:  url(/assets/images/nav/btn-remittances.gif) top left no-repeat;
	font-size: 20%;
	outline:0;
}
#specialised a {
	width: 168px;
	background:  url(/assets/images/nav/btn-specialised.gif) top left no-repeat;
	font-size: 20%;
	outline:0;
}
#news a {
	width: 74px;
	background:  url(/assets/images/nav/btn-news.gif) top left no-repeat;
	font-size: 20%;
	outline:0;
}
#netbanking a {
	width: 210px;
	font-size: 20%;
	outline:0;
	display: block;
	background-image: url(/assets/images/nav/btn-netbanking.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 10px;
}
/*****************************/
/*       Rates Tables       */
/*****************************/


#ratestable {
	color: #666666;
	width: 210px;
}
#ratestable .greybg {
	background-color: #efefef;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fbd2b2;
}
#ratestable .greybg2 {
	background-color: #efefef;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fbd2b2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FBD2B2;
}
#ratestable .pinkline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fbd2b2;
}
#ratestable .pinkline2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fbd2b2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FBD2B2;
}
#ratestable .pinkline3 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FBD2B2;
}
#ratestable caption {
	background-image: url(/assets/images/generic/feature-header-rates.gif);
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-left: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-position: left 0px;
	padding-bottom: 8px;
}
#ratestable th {
	background-color: #fdeedb;
	font-weight: bold;
	color: #FF6600;
	padding-top: 0.6em;
	padding-right: 0.8em;
	padding-bottom: 0.6em;
	padding-left: 0.8em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fbd2b2;
	font-size: 0.8em;
}
#ratestable td {
	padding-top: 0.6em;
	padding-right: 0.8em;
	padding-bottom: 0.6em;
	padding-left: 0.8em;
	font-size: 0.8em;
}
.ratesbtm {
	height: 39px;
	background-image: url(../images/generic/feature-rates-btm.gif);
	background-repeat: no-repeat;
	width: 192px;
	clear: both;
	padding: 9px;
}
#ratestablefull {
	color: #666666;
	width: 760px;
	float: left;
	height: auto;
	margin-bottom: 20px;
}
#ratestablefull .greybg {
	background-color: #efefef;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fbd2b2;
}
#ratestablefull .greybg2 {
	background-color: #efefef;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fbd2b2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FBD2B2;
}
#ratestablefull .pinkline {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fbd2b2;
}
#ratestablefull .pinkline2 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fbd2b2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FBD2B2;
}
#ratestablefull .pinkline3 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FBD2B2;
}
#ratestablefull .pinkline4 {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FBD2B2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FBD2B2;
}
#ratestablefull .pinkline5 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FBD2B2;
	border-bottom-color: #FBD2B2;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FBD2B2;
}
#ratestablefull caption {
	background-image: url(/assets/images/generic/feature-header-rates.gif);
	background-repeat: no-repeat;
	padding-top: 9px;
	padding-left: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-position: left 0px;
	padding-bottom: 8px;
	float: left;
	width: 220px;
}
#ratestablefull th {
	background-color: #fdeedb;
	font-weight: bold;
	color: #FF6600;
	padding-top: 0.6em;
	padding-right: 0.8em;
	padding-bottom: 0.6em;
	padding-left: 0.8em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fbd2b2;
	font-size: 1em;
}
#ratestablefull td {
	padding-top: 0.6em;
	padding-right: 0.8em;
	padding-bottom: 0.6em;
	padding-left: 0.8em;
	font-size: 1em;
}
.ratesbtmfull {
	height: 10px;
	background-image: url(/assets/images/generic/ratesbtm.gif);
	background-repeat: no-repeat;
	width: 760px;
	clear: both;
}
.footercredit {
	float: right;
	color: #ffcc90;
}
.footer .footercentre .footercredit a, .footer .footercentre .footercredit a:link, .footer .footercentre .footercredit a:hover, .footer .footercentre .footercredit a:visited {
	color: #ffcc99;
	text-decoration:none;
}
.homefeaturebox {
	width: 198px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f36f21;
	border-left-color: #f36f21;
	font-size: 11px;
	height: 80px;
}
.homefeaturebtm {
	clear: both;
	width: 230px;
	background-image: url(../images/generic/feature-btm.gif);
	background-repeat: no-repeat;
	height: 15px;
	float: left;
}
.homefeature {
	width: 230px;
	float: left;
	margin-right: 15px;
}
.homefeaturetop1 h4 {
	width: 200px;
	background-image: url(../images/generic/feature-head-piggy.gif);
	background-repeat: no-repeat;
	height: 28px;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #FFFFFF;
}
.homefeaturetop2 h4 {
	width: 200px;
	background-image: url(../images/generic/feature-header-skates.gif);
	background-repeat: no-repeat;
	height: 28px;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #FFFFFF;
}
.homefeaturetop3 h4 {
	width: 200px;
	background-image: url(../images/generic/feature-header-cards.gif);
	background-repeat: no-repeat;
	height: 28px;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #FFFFFF;
}
.headerlinks {
	float: right;
	padding-right: 10px;
	padding-top: 26px;
}
.btncontact a {
	height: 18px;
	width: 196px;
	background-image: url(../images/nav/btn-contactus.gif);
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 13px;
	margin-bottom: 8px;
}
.btncontact a:hover {
	background-image: url(../images/nav/btn-contactus-over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
.btnbranch a {
	height: 18px;
	width: 196px;
	background-image: url(../images/nav/btn-branch.gif);
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 13px;
	margin-bottom: 8px;
}
#homescroll {
	width: 696px;
	background-image: url(../images/generic/home-scroll-bg.jpg);
	margin-top: 15px;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
	background-color: #A48BB9;
	float: left;
	margin-bottom: 30px;
	background-repeat: no-repeat;
}
.homefeaturewrapper {
	float: left;
}
.wrapper #mainContent #homescroll p {
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#homescroll p {
	color: #FFFFFF;
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
}
#homescroll h4 {
	font-size: 2em;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.btnbranch a:hover {
	background-image: url(../images/nav/btn-branch-over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.download {
	position: absolute;
	right: 0;
	top: 160px;
}
.footer {
	position: relative;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/generic/footer-bg.jpg);
	background-repeat: repeat-x;
	background-color: #F5921F;
	clear: both;
}
.btnfindoutmore a {
	background-image: url(../images/generic/btn-findoutmore.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 198px;
	display: block;
	text-indent: -9999px;
	clear: both;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f36f21;
	border-left-color: #f36f21;
	padding-right: 15px;
	padding-left: 15px;
	background-position: 15px 0px;
}
.btnfindoutmore a:hover {
	background-position: 15px -30px;
}
.btnprofile a {
	background-image: url(../images/generic/btn-profile.gif);
	background-repeat: no-repeat;
	height: 27px;
	width: 120px;
	display: block;
	text-indent: -9999px;
	margin-left: 104px;
}
.btnprofile a:hover {
	background-position: 0px -27px;
}
.btndownload a {
	background-image: url(../images/generic/btn-download-application.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 190px;
	display: block;
	text-indent: -9999px;
}
.btndownload a:hover {
	background-position: 0px -30px;
}
.btndownloadliterature a {
	background-image: url(/assets/images/generic/btn-download-literature.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 190px;
	display: block;
	text-indent: -9999px;
	margin-top: 10px;
}
.btndownloadliterature a:hover {
	background-position: 0px -30px;
}


.btn192 a {
	width: 186px;
	background-image: url(../images/generic/btn-192.gif);
	background-repeat: no-repeat;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-left: 6px;
	padding-bottom: 6px;
	text-decoration: none;
	font-size: 1em;
}
.btn192 a:hover {
	width: 186px;
	background-image: url(../images/generic/btn-192-over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
.footercentre {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color: #FFFFFF;
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.footercentre li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 0.6em;
	padding-left: 0.6em;
	line-height: 2em;
}
.footer a {
	color: #fff;
	text-decoration: none;
	border: 0;
}
.footer a:hover {
	text-decoration: underline;
}
.homeintro {
	width: 380px;
	*width: 375px;
	padding-right: 0px;
	font-weight:bold;
	font-size:1.1em;
	height: 257px;
}
.homeintro h2 {
	*font-size: 1.5em;
	font-weight: bold;
	color: #F37021;
}
/***********************************************/
/* Fading image                                */
/***********************************************/

#fade1, #fade2, #fade3 {
	height: 250px;
	display: block;
	float: none;
}
#newsfade1, #newsfade2, #newsfade3 {
	width: 196px;
	height: 240px;
	display: block;
	float: none;
}
.wrapper .header h2 {
	float: right;
	color: #FFFFFF;
	clear: none;
}
.header .logo {
	width: 280px;
	height: 100px;
}
.header .logo a {
	display: block;
	height: 100px;
	width: 280px;
}
.logo h1 {
	text-indent: -9999px;
}
.tagline {
	float: left;
	width: 200px;
	clear: none;
}
.wrapper #sidebar1 h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #F36F21;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fac5a6;
	padding-bottom: 0.3em;
}
.wrapper #sidebar1 .rightColBoxSubHead h5 {
	background-color: #fdeedb;
	background-image: url(/assets/images/generic/bullet-docs.gif);
	background-position: 180px 10px;
	background-repeat: no-repeat;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #F36F21;
	border-left-color: #F36F21;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#latestnews {
	padding: 8px;
}
#latestnews p {
	font-size: 0.9em;
}
#latestnews a {
	padding-bottom: 10px;
	display: block;
	border-bottom: 1px dotted #F36F21;
	padding-top: 10px;
}
.homeimages {
	width: 340px;
	float: right;
	clear: none;
	padding-right: 20px;
}
/*********************************************/
/* Homepage Scroller                        */
/*******************************************/

/* position:relative and overflow:hidden are required */
#scroller {
	position:relative;
	overflow:hidden;
	width:100%;
}
/* display:none prevents the controls being shown when JavaScript is not present */
#controls {
	display:none;
	text-align:right
}
/* add link formatting for the controls */
#controls a {
}
/* add formatting for the scrolling text */
#tag {
	margin:2px 0
}
/* #testP must also contain all text-sizing properties of #tag */
#testP {
	visibility:hidden;
	position:absolute;
	white-space:nowrap;
}
/* used as a page top marker and to limit width */
#top {
	width:350px;
	margin:auto
}
#leftnavlinks li .current {
	background-color: #ffe7d5;
	text-decoration: none;
}
#leftnavlinks li .tertiarycurrent {
	background-color: #ede7f3;
	text-decoration: none;
}
.wrapper #leftnavbar li {
	margin: 0px;
	padding: 0px;
	background-image: none;
}
#datatable td {
	padding: 10px;
}
#datatable {
	width: 520px;
}
#datatable caption {
	background-image: url(/assets/images/generic/title-header-bg.gif);
	background-repeat: no-repeat;
	padding: 10px;
	font-size: 1.2em;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	width: 500%;
}
#datatable th {
	padding: 10px;
	background-color: #ffebde;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F36F21;
}
.floatleftImage {
	float: left;
	border: 1px solid #666666;
	margin-right: 8px;
	margin-bottom: 20px;
}
.newspic {
	float: right;
	padding-left: 20px;
}
.hRule {
	padding-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 1px;
}
.newscopy {
	float: left;
	width: 450px;
	margin-bottom:15px;
}
.newsdate {
	float: left;
	width: 450px
}
#s6 .wrapper #mainContentFull .newscopy h3 {
	float: left;
	width: 400px;
	line-height:1.4em;
	font-size:1.2em;
}
#s6 .wrapper #mainContentFull .newsdate h5 {
	float: left;
	line-height:1.4em;
	width: 400px;
	padding-bottom: 5px;
	color:#FF3300;
}
.newscopy p {
	font-size: 1.1em;
	line-height: 1.4em;
	padding-bottom: 10px;
}
.newstexthome {
	float: left;
	width: 500px;
}
.newstexthome p {
	font-size: 0.9em;
	line-height: 1.4em;
	padding-bottom: 5px;
}
.newstexthome h4 {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-bottom: 5px;
}
.featurelinks h4 {
	padding: 0px;
}
.halfCol1 {
	width: 500px;
	float: left;
	height: auto;
	margin-bottom: 10px;
}
.halfCol2 {
	width: 250px;
	float: left;
	height: auto;
	margin-bottom: 10px;
}
#marquee {
	height: 200px;
	width: 190px;
}
.floatimage-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
.inset1 {
	padding-left: 20px;
	font-weight: normal;
	color: #000000;
}
.inset2bold {
	text-align: left;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	color: #000000;
}
.footerp {
	font-size: .9em;
	padding-top: 2px;
	padding-left: 0.6em;
	color:#330066;
}
#s6 .wrapper #mainContentFull .newspic .caption p {
	font-size: .9em;
	width:300px;
	padding-top:10px;
}
.wrapper #mainContent .homeintro li {
	font-size: 1.1em;
	list-style-type: disc;
	list-style-position: outside;
	line-height:1.4em;
	margin-left: 20px;
	margin-bottom: 15px;
}
.wrapper #mainContent #homescroll #scroller #tag a {
	color: #FFFFFF;
	text-decoration:none;
}
.wrapper #mainContent .homepage-flexih3 {
	margin-top: 20px;
}
.wrapper #mainContent .flexibutton {
	height: 92px;
	width: 720px;
	background-attachment: scroll;
	background-image: url(../../campaign09/assets/images/bank-on-baroda.jpg);
	background-repeat: no-repeat;
	
}
.wrapper #mainContent .homeintro a {
	background-image: url(../images/generic/btn-findoutmore.gif);
	background-repeat: no-repeat;
	background-position:15px 0;
	padding-left:15px;
	padding-right:15px;
	text-indent: -9999px;
	display: block;
	height: 30px;
}
.wrapper #mainContent .homeintro a:hover {
	background-position: 15px -30px;
}
.wrapper #mainContent .flexibutton .bannerbutton {
	position: relative;
	left: 405px;
	top: 60px;
	width: 292px;
}
.wrapper #mainContent .flexibutton .bannerbutton a {
	background-attachment: scroll;
	background-image: url(../../campaign09/assets/images/clickhere.gif);
	background-repeat: no-repeat;
	display: block;
	height: 26px;
	width: 292px;
	text-indent: -9999px;
	outline:none;
}

.wrapper #mainContent .flexibutton .bannerbutton a:hover {
	background-position: 0px -26px;
}
