.nav_bg {
	background-image: url(assets/bg-hz-nav.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.nav-brdr {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
/*
start Submenu sub buttons
---------------------------------
*/
#navcontainer 
{   	
}

#navcontainer ul
{
	margin: 0 0 0 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#navcontainer a
{
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 25px;
	background-image: url(assets/nav-sb-off.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#navcontainer a:link, #navlist a:visited
{
color: #993300;
text-decoration: none;
}

#navcontainer a:hover
{
	background-image: url(assets/nav-sb-over.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #676767;
}
/*
end Submenu sub buttons
---------------------------------
*/
.bodycopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 2f2f2f;
	line-height: 18px;
}
.bodycopy a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 993300;
	line-height: 18px;
	text-decoration: underline;
}
.bodycopy a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 676767;
	line-height: 18px;
	text-decoration: underline;
}
.head_01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: 2f2f2f;
}
.head_02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #993300;
	font-style: italic;
}

/*
start indexmore buttons
---------------------------------
*/

.morebutt
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(assets/butt-learnmore-over.gif) no-repeat;
white-space: nowrap;
display: block;
width: 117px;
height: 25px;
margin: 0;
padding: 0;
}

.morebutt a
{
display: block;
color: #000000;
font-size: 11px;
width: 117px;
height: 25px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.morebutt img
{
width: 117px;
height: 25px;
border: 0
}

* html a:hover
{
visibility:visible
}

.morebutt a:hover img
{
visibility:hidden
}

.morebutt span
{
position: absolute;
left: 35px;
top: 15px;
margin: 0px;
padding: 0px;
cursor: pointer;
}
/*
end Indexmore buttons
---------------------------------
*/
