/* Home Page Elements */

Div#header {
	position: absolute;
	width: 100%;
	height: 94px;
	z-index: 2;
	left: 0px;
	top: 0px;
	background-image:url('../images/home/new_header.jpg');
	background-repeat:no-repeat;
}

Div#login {
	position: absolute;
	width: 150px;
	height: 87px;
	z-index: 10;
	left: 80%;
	top: 0px;
}

Div#mainNav {
	position: absolute;
	width: 100%;
	height: 20px;
	z-index: 11;
	left: 0px;
	top: 96px;
	visibility: visible;
	background-color: #FFFFFF;
	background-image: url(/images/home/rhNavSpace.gif);
	text-align: center;
}

Div#lhNav2 {
	padding:5px;
	position: absolute;
	left:15px;
	top:160px;
	width:162px;
	z-index: 6;
	height: 400px;
	text-align:center;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: url(/images/home/title_onlineBanking.gif);
	background-repeat: no-repeat;
}

Div#scrollBox {
	position: absolute;
	left: 0px;
	top: 123px;
	width: 100%;
	height: 30px;
	z-index: 6;
	margin-bottom: 10px;
	margin-top: 1px;
	float: none;
vertical-align:middle
	horizontal-align: top;
	vertical-align: top;
}

Div#content {
	position:absolute;
	width:80%;
	z-index:6;
	left: 190px;
	top: 160px;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 450px;	
}

Div#footer {
	position:absolute;
	width:100%;
	height:100px;
	z-index:11;
	left: 0;
	top: 625px;
	vertical-align: middle;
}





/* Internal Page Elements */


Div#lhNavInt {
	padding:5px;
	position: absolute;
	left:15px;
	top:125px;
	width:162px;
	z-index: 6;
	height: 460px;
	text-align:center;
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}

Div#contentInt {
	position:absolute;
	width:80%;
	z-index:6;
	left: 190px;
	top: 125px;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	height: 470px;
	vertical-align: top;
	
}

Div#footerInt {
	position:absolute;
	width:100%;
	height:100px;
	z-index:5;
	left: 0px;
	top: 700px;
}



/* other Page Elements */


.community_center {
	padding: 2px;
	height: 25px;
	width: 150px;
	text-align: center;
}
body {
	background-color: #000099;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}