/* CSS Document */
/*GLOBAL*/
html, body{
	height:100%;
}
body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/body_repeat.jpg);
	background-repeat:repeat-x; 
	background-color:#004736;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
	width: 780px;
	margin: 0 auto;
	background-image:url(../images/page_bkg.gif);
	background-repeat:repeat-y; 
}

/*Home Page*/
#topsection{
	background: #EAEAEA;
	height: 114px;
	margin-top: 0;
}
#navigation{
	margin:0px;
	padding-top:124px;
	padding-left:30px;
}
#navigation a{
	color:#862919;
	font-weight:bold;
}
#contentwrapper{
	z-index:2;
	float: left;
	width: 100%;
	background-image:url(../images/page_bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#contentcolumn{
	margin-right: 283px;
}
#rightcolumn{
	float: left;
	width: 283px; 
	color:#FFFFFF;
	margin-left: -283px;
	margin-bottom:0px; 
	background: #003333;
	background-image:url(../images/news_repeat.gif);
}
#rightcolumn a{
	color: #FFFFFF;
}
.homeimage{
	margin-left:12px;
}

/*Inside Page*/
#topsection_inside{
	background: #EAEAEA;
	height:162px;
	background-image:url(../images/inside_head_nav.jpg);
	margin:0px;
}
#navigation_int{
	margin:0px;

}
#topsection h1{
	margin: 0;
	padding-top: 15px;
}
#contentcolumn_main{
	z-index: 1; 
	position: relative;
	margin: 10px 30px;
}
#navigation_int{
}
/*FOOTER ELEMENTS*/
#footer{
	height:80px;
	clear: left;
	width: 100%;
	/*background: black;*/
	vertical-align:bottom;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
	padding:0px;
	background-image:url(../images/foot_repeat.jpg);
	background-repeat:repeat-y;
}

#footer a{
	color: #009B7A;
}

#footer #footcontent{
	width:100%;
	height:80px;
	vertical-align:bottom;
	bottom:80px;
	text-align: center;
	background-image:url(../images/footer_bkg.jpg);
	background-repeat:no-repeat;
}
.footclass{
	height:10px;
	margin-top:80px;
}
.hometitle{
	padding:4px;
	background-color:#2B3A43;
	color:#FFFFFF;
}

.innertube{
	margin-left:25px;
	margin-right:15px; 
	margin-top:0;
	margin-bottom:0;
}
.title{
	color:#009B7A;
	font-weight:bold;
}

.redfont{
	color:#862919;
}

/*HOME PAGE*/
#imageholder{
	width:485px;
	height:256px;
	margin-left:12px;
	background-image:url(../images/main_image1.jpg);
}

/*NAVIGATION*/
ul#navigation {
	z-index: 10;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#navigation a {
	display : block;
	height : 35px;
	text-indent : -9999px;
	text-decoration : none;
	overflow : hidden;
}

/*BUTTONS and ROll overs*/			
li#mn_1 { position : absolute; top : 0px; left : 0px; width : 67px; height : 30px; background : url(../images/home.gif) no-repeat; }
li#mn_2 { position : absolute; top : 0px; left : 67px; width : 65px; height : 30px; background : url(../images/loans.gif) no-repeat; }
li#mn_3 { position : absolute; top : 0px; left : 132px; width : 95px; height : 30px; background : url(../images/insurance.gif) no-repeat; }
li#mn_4 { position : absolute; top : 0px; left : 227px; width : 77px; height : 30px; background : url(../images/services.gif) no-repeat; }
li#mn_5 { position : absolute; top : 0px; left : 304px; width : 87px; height : 30px; background : url(../images/aboutus.gif) no-repeat; }
li#mn_1 a:hover { background : url(../images/home_f2.gif) no-repeat; }
li#mn_2 a:hover { background : url(../images/loans_f2.gif) no-repeat; }
li#mn_3 a:hover { background : url(../images/insurance_f2.gif) no-repeat; }
li#mn_4 a:hover { background : url(../images/services_f2.gif) no-repeat; }
li#mn_5 a:hover { background : url(../images/aboutus_f2.gif) no-repeat; }

/*NAVIGATION OTHER*/
ul#navigation_in {
	z-index: 10;
	position: relative;
	top: 115px;/*blank space down from top*/
	left: 12px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#navigation_in a {
	display : block;
	height : 35px;
	text-indent : -9999px;
	text-decoration : none;
	overflow : hidden;
}
/*BUTTONS and ROll overs*/			
li#mn_1_in { position : absolute; top : 0px; left : 0px; width : 67px; height : 30px; background : url(../images/home.gif) no-repeat; }
li#mn_2_in { position : absolute; top : 0px; left : 67px; width : 65px; height : 30px; background : url(../images/loans.gif) no-repeat; }
li#mn_3_in { position : absolute; top : 0px; left : 132px; width : 95px; height : 30px; background : url(../images/insurance.gif) no-repeat; }
li#mn_4_in { position : absolute; top : 0px; left : 227px; width : 77px; height : 30px; background : url(../images/services.gif) no-repeat; }
li#mn_5_in { position : absolute; top : 0px; left : 304px; width : 87px; height : 30px; background : url(../images/aboutus.gif) no-repeat; }

li#mn_1_in a:hover { background : url(../images/home_f2.gif) no-repeat; }
li#mn_2_in a:hover { background : url(../images/loans_f2.gif) no-repeat; }
li#mn_3_in a:hover { background : url(../images/insurance_f2.gif) no-repeat; }
li#mn_4_in a:hover { background : url(../images/services_f2.gif) no-repeat; }
li#mn_5_in a:hover { background : url(../images/aboutus_f2.gif) no-repeat; }