@charset "utf-8";
/* CSS Document */
body{
	margin:0px auto;
	padding:0px;
	background-color:#0d1716;
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:"Trebuchet MS";
	font-size:14px;
}
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		top:200px;
		}	
	#nextBtn{ 
	margin-left:920px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */


img{
	border:none;
}
h2{
	color:#004795;
	margin:5px 0px;
	font-size:20px;
}
p{
	margin:0px;
	padding:5px 0px;
}
.cleaner{clear:both; margin:0px; padding:0px; line-height:0px; height:0px; font-size:0px;}
#maincontainer{
	margin:0px auto;
	width:952px;
}
#header{
	margin-top:12px;
}
#header img {
	border:none;
	float:left;
	margin-right:15px;
}
#header h1{
	margin:0px;
	padding:0px;
	font-size:38px;
	color:#fff157;
	text-transform:uppercase;
	padding-top:15px;
}
#header h3{
	margin:0px;
	padding:0px;
	font-size:16px;
	color:#ffffff;
}
#banner{
	border-top:6px solid #ffe400;
	margin:0px;
	padding:0px;
	margin-top:8px;
	height:232px;
}
#banner img{
	margin:0px;
	padding:0px;
}
#middlecontainer{
	margin-top:5px;
	vertical-align:top;
}
#middlecontainer td{
	vertical-align:top;
}

#leftpanel{
	background-color:#004795;
	width:272px;
	padding:0px;
	margin:0px;
	padding-top:15px;
	padding-bottom:15px;
}
#leftpanel h2{
	font-size:15px;
	color:#ffffff;
	margin:0px;
	padding:0px;
	background-image:url(images/link_bullet.jpg);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:20px;
	margin-left:25px;
	line-height:24px;
}
#leftpanel h2 a{
	text-transform:uppercase;
	color:#ffffff;
	text-decoration:none;
}
#leftpanel h2 a:hover{
	color:#00FFFF;
}
#leftpanel ul{
	margin:10px 0px;	
	padding:0px;
	margin-left:45px;
	list-style:none;
	width:225px;
}
#leftpanel ul li a{
	color:#ffe400;
	text-decoration:none;
	font-weight:bold;
}
#leftpanel ul li a:hover{
	color:#ffffff;
}
#rightpanel{
	border-left:10px solid #ffe400;
	border-right:10px solid #ffe400;
	background-color:#ffffff;
	padding:10px 26px;
}
#rightpanel h1{
	margin:0px;
	padding:0px;
	text-transform:uppercase;
	color:#ff6c00;
}
p{
	text-align:justify;
}
#bottombanner{
}
#bottombanner p{
	padding:0px 10px;
	margin:0px;
	margin-bottom:5px;
}
#bottombanner a{
	background-image:url(images/link_bullet.jpg);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:20px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
#savings{
	background-image:url(images/savings_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:299px;
	height:172px;
	float:left;
	margin-right:10px;
}
#savings h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin:0px;
	padding:10px;
	color:#ffffff;
	text-transform:uppercase;
}
#deposits{
	background-image:url(images/deposits_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:299px;
	height:172px;
	float:left;
}
#deposits h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin:0px;
	padding:10px;
	color:#ffffff;
	text-transform:uppercase;
}
#current{
	background-image:url(images/current_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:299px;
	height:172px;
	float:left;
	margin-right:10px;
	margin-top:10px;
}
#current h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin:0px;
	padding:10px;
	text-transform:uppercase;
}
#loans{
	background-image:url(images/loans_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:299px;
	height:172px;
	float:left;
	margin-top:10px;
}
#loans h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	margin:0px;
	padding:10px;
	text-transform:uppercase;
}
#footer{
	margin:15px 0px;
}
#footer ul{
	list-style:none;
	display:inline;
	margin:0px;
	padding:0px;
}
#footer ul li{
	color:#ffe400;
	display:inline;
}
#footer ul li a{
	text-decoration:none;
	color:#ffffff;
	padding:0px 5px;
}
#footer ul li a:hover{
	color:#FFFF00;
}
#headoffice{
	background-color:#e6e6e6;
	padding:10px;
	margin:10px 0px;
}
.branches{
	border:2px solid #CCCCCC;
	margin-bottom:10px;
}
.branches th{
	background-color:#990000;
	color:#ffffff;
	text-transform:uppercase;
}
.branches td{
	border:2px solid #ffffff;
}
.branches tr{
	background-color:#FFFF66;
}
.branches tr.alternate{
	background-color:#FFFF99;
}
.emi{
	margin:10px 25px 10px 0px;
	padding:0px;
	background-color:#3366FF;
	color:#ffffff;
}
.emiresult{
	background-color:#FFE400;
	color:#000;
}
.directors{
}
.directors td{
	text-align:center;
}
h3.directorsname{
	text-align:center;
	margin:2px;
	padding:0px;
}
.tables{
	margin-top:10px;
}
.tables th{
	background-color:#FFE400;
	border:1px solid #FF9966;
}
.tables td{
	text-align:right;
	border:1px solid #FF9966;
}
.tables tr.highlights{
	background-color:#FFE400;
}
.tablesleft{
	margin-top:10px;
}
.tablesleft th{
	background-color:#FFE400;
	border:1px solid #FF9966;
}
.tablesleft td{
	border:1px solid #FF9966;
}
.tablesleft tr.highlights{
	background-color:#FFE400;
}
#news{
	margin:0px 8px;
}
#news h1{
	padding:0px;
	margin:0px 0px 8px 0px;
	color:#ffffff;
}
#news p{
	color:#ffffff;
	margin:0px;
	padding:0px;
}
#quicklinks{
float:right;
width:150px;
margin-left:10px;
padding:6px;
border:1px solid #000066;
}
