#headHome{
	display:block;
	position: relative;
	width: 630px;
	height: 40px;
}
#ashevilleSavingsBank{
	position: absolute;
	bottom: 5px;
	width: 137px;
	height: 32px;
	float: left;

}

#ashevilleSavingsBank h1{
	margin: 0px;
	padding: 0px;
}

#ashevilleSavingsBank a{
	display: block;	
	background: url(../im/global/asheville-savings-bank-logo.jpg) no-repeat;
	width: 137px;
	height: 32px;
	
	text-indent: -9999px;
}

#header-nav{
	margin-top: 5px;
	margin-left: 6px;
	width: 613px;
	height: 27px;
	background-color: white;
}

#header-nav a{
	position: relative;
	top: 6px;
	margin-left: 35px;
	text-transform: uppercase;
	font: bold 14px Arial, Helvetica, Geneva, sans-serif;
	color: #044271;
}

#header-nav a:hover{
	text-decoration: none;	
}


/* Top Nav links */
#topNav {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font: 9px Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
	width: 450px;
	float: right;
	color: white;
}
#topNav a {
	color: white;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
}
#topNav a:hover {
	text-decoration: underline;
}
/* end Top Nav links */


/* Bottom Nav links */
#bottomNav {
	position: absolute;
	bottom: 10px;
	right: 14px;
	text-align: right;
	width: 450px;
	float: right;
	font: bold 9px Arial;
}
#bottomNav a {
	color: #00316b;
	text-decoration: none;
	margin-left: 0px;
	margin-right: 0px;
}

#bottomNav a:hover {
	text-decoration: underline;
}
/* end Bottom Nav Links */