a:link {
	color: #92CD00;
	text-decoration: underline;
}

a:hover {
	color: red;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:visited:hover {
	color: red;
	text-decoration: none;
}
#logo 
{
margin: 0 auto;
position: relative;
}

#logo a
{
margin: 0 auto;
position: relative;
top: -25px;
left: -350px;
width: 208px;
height: 200px;
text-align:  left;
z-index: 1;
display: block;
background: url(images/bhb_logo_sh2.png) top left no-repeat;
}


#head_titlebar
{
position: relative;
top: -130px;
height:110px;
background: url(images/head_top_gr_sh2.png) repeat-x;
margin: 0px auto;
}

#head_caption
{
margin: 0 auto;
width: 350px;
position: relative;
text-align: left;
text-decoration: none;
color: #E0E7FF;
font-weight: bold;
font-size: 16px;
top: -32px;
left: -50px;
z-index: 2;
}

#head_caption H3
{
position: relative;
text-align: left;
text-decoration: none;
color: #E0E7FF;
font-weight: bold;
font-size: 20px;
margin: 0 auto;
}

#head_nav
{
display: block;
margin: 0 auto;
width: 880px;
position: relative;
top: -26px;
left: 190px;
z-index: 30

}

#head_nav  ul
{
list-style: none;
}

#head_nav li 
{
display: inline;
list-style: none;
float: left;
}

#head_nav a
{
padding-top: 20px;
float: left;
text-align: center;
width: 164px;
height: 50px;
display: block;
text-decoration: none;
color: #E0E7FF;
font-weight: bold;
font-size: 16px;
background : url(images/button_gr6.png) no-repeat;
margin: 0 auto;
}

#head_nav a:hover
{
background : url(images/button_gr4.png) no-repeat;
}

#head_nav div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	}

	#head_nav div a
	{	position: relative;
		top: 48px;
		left: 18px;
		display: block;
		margin: 0px;
		padding: 0px;
		width: 127px;
		height:auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		font-weight: bolder;
		background: #2C6700;
		color: #92CD00;
		font-size: 14px;
		border: 1px solid #92CD00;
	}

	#head_nav div a:hover
	{	background: #92CD00;
		color: #2C6700;
	}


#footer
{
clear: both;
height: 75px;
background: url(images/footer_1.png) repeat-x;
text-align: center;
color: #E0E7FF;
font-size: 10px;
position: relative;
margin: 0 auto;
}

