/* CSS Document */

body{margin:0px; padding:0px; width:800px;}

/*LAYOUT DIV */

#topContainer{
	height: 140px;
	width: 800px;
	margin: 0;
	padding: 0;
	float: left;
	}

#midContainer{
	height: 180px;
	width: 800px;
	margin: 0;
	padding: 0;
	float: left;
	}

#botContainer{
	height: 280px;
	width: 800px;
	margin: 0;
	padding: 0;
	float: left;	
}

#footer{
	background-image:url(images/footer_bg.gif);
	height: 185px;
	width: 800px;
	margin: 0;
	padding: 0;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height:14px;
	color: #333333;
}


/*SECTION*/

h3.title{
	height: 20px;
	width: 230px;
	background-color: #058165;
	margin: 0px;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 15px;
	line-height:20px;
	padding-left: 10px;
	margin-left: 10px;
}

#logo{
	width: 265px;
	height: 120px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#links{
	height: 20px;
	width: 265px;
	background-color:#EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

#links a{
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height:20px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
}

#links a:hover{
	text-decoration: underline;
}

#footer p{
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height:14px;
	color: #333333;
}

#footer a{
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height:14px;
	color: #333333;
}

#SecLog{
	background: url(images/login_bg.gif) #FFFFFF no-repeat;
	height: 140px;
	float: left;
	width: 265px;
	text-align: center;
}

#SecLog a.link{
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height:20px;
	float:left;
	width: 100px;
	text-decoration: none;
	color: #FFF;
	margin: 5px 82px;
	}

#SecLog a.login{
	margin: 0;
	background: url(images/button_bg.gif) repeat-x;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height:28px;
	color: #FFF;
	padding: 0 30px;
	text-decoration: none;
	margin-right: 3px;
	margin-left: 32px;
	border: 1px #FFF solid;
}

#SecLog a.login:hover{
	background: url(images/button_hover_bg.gif) repeat-x;
}

#SecLog a.enroll{
	margin: 0;
	background: url(images/button_bg.gif) repeat-x;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 16px;
	line-height:28px;
	color: #FFF;
	padding: 0 30px;
	text-decoration: none;
	border: 1px #FFF solid;
}

#SecLog a.enroll:hover{
	background: url(images/button_hover_bg.gif) repeat-x;
}

#SecLog p.IB {
	background: url(images/inter_bank_bg.gif) top center no-repeat;
	height:65px;
	margin-top:10px;
	padding-top: 45px;
	float: left;
	width: 265px;
	}


input.submit {
	width:55px;
	height:20px;
	color: #FFF;
	background: #65B7A0;
	border: 1px solid outset #007253;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 20px;
	margin-left: 15px;
}


/*NAVIGATION SECTION*/

#navigation{
	float: left;
	width: 270px;
	height: 140px;
	background-color: #058165;
}

#navigation ul, #navigation li {margin: 0; padding: 0;}

#navigation li {list-style: none;}

#navigation a {
	display: block;
	height: 20px;
	text-decoration: none;
	background-color: #058165;
	border-bottom: 3px solid #FFF;
	width: 260px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	line-height:20px;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
}

#navigation a:hover {background: #87C5B4;}

/*INTERNET BANKING SECTION*/

#internet{
	background: url(images/internet_bg.gif) #FFFFFF no-repeat;
	width: 265px;
	height: 180px;
}

#internet a{color: #333333; text-decoration:none;}
#internet a:hover{color: #333333; text-decoration:underline;}
#internet a:active{color: #333333; text-decoration:underline;}

#internet ul{
	list-style-type:none;
	margin-left:10px;
	padding: 0px;
	margin-top: 0px;
}

#internet ul li{
	background: url(images/arrow.gif) no-repeat;
	padding-left:10px;
	font-family: "Trebuchet MS";
	font-size: 15px;
	line-height:18px;
	margin: 0;
}

/*FINANCIAL MANAGEMENT SECTION*/

#financial{
	background: url(images/financial_bg.gif) #FFFFFF no-repeat;
	width: 265px;
	height: 280px;
}

#financial p{
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height:16px;
}

#financial ul{
	list-style-type:none;
	margin-left:10px;
	padding: 0px;
	margin-top: 0px;
}

#financial ul li{
	background: url(images/arrow.gif) no-repeat;
	padding-left:10px;
	font-family: "Trebuchet MS";
	font-size: 15px;
	line-height:18px;
	margin: 0;
}

#financial a{
	color: #333333; 
	text-decoration:none;
	}

#financial a:hover{
	color: #333333;
	/*text-decoration:underline;*/
	border-bottom: #333333 solid 1px;
	}

#financial a:active{
	color: #333333; 
	/*text-decoration:underline;*/
	border-bottom: #333333 solid 1px;
	}
	
/*PRODUCTS & SERVICES SECTION*/

#ProdServ{
	background: #058165 no-repeat;
	width:270px; 
	height:280px;
	float: left; 
	}

#ProdServ ul{
	list-style-type:none;
	margin-left:10px;
	padding: 0px;
	margin-top: 0px;
}

#ProdServ ul li {
	background: url(images/arrow2.gif) no-repeat;
	padding-left:10px;
	font-family: "Trebuchet MS";
	font-size: 15px;
	line-height:18px;
	margin: 0;
}

#ProdServ ul li ul li {
	background: url(images/arrow3.gif) no-repeat;
	padding-left:10px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height:15px;
	margin: 0;
}

#ProdServ a{
	color: #FFFFFF;
	font-weight: bold;	
	text-decoration:none;
	}

#ProdServ a:hover{
	color: #FFFFFF;
	font-weight: bold;
	/*text-decoration:underline;*/
	border-bottom: #FFFFFF solid 1px;
	}

#ProdServ a:active{
	color: #FFFFFF;
	font-weight: bold;
	/*text-decoration:underline;*/
	border-bottom: #FFFFFF solid 1px;
	}



/*NEWS SECTION*/


#news{
	background: url(images/news_bg.gif) #FFFFFF no-repeat;
	width: 265px;
	height: 280px;
	float: left;
}

#news p{
	color: #333333;
	font-family: "Trebuchet MS";
	font-size: 11px;
	width: 240px;
	margin-left:10px;
	margin-top: 4px;
	line-height: 15px;
}

#news a{
	color: #0099CC;
	font-family: "Trebuchet MS";
	font-size: 9px;
	text-decoration: none;
}

#news a:hover{
	text-decoration: none;
	text-decoration: underline;
}

#news a:active{
	text-decoration: none;
	text-decoration: underline;
}
