﻿/*		Footer Menu		*/
#footerbar
{
	/* styles for horizontal top bar */ /*height: 20px; padding: 7px 20px 3px 20px;*/
	background-color: #FFFFFF;
	font-size: 20; /* box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 13px;
	z-index: 100;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

html > body #footerbar {
	height: 13px;
	text-align: center;
	vertical-align: middle;
  
}

#footermenu
{
	/* styles for section or tab menu 	width: 500px; */
	padding: 0px;
	position: relative;
	z-index: 100;
	height: 13px;
	font-size: 15px;
	vertical-align: bottom;
	text-align: center;
	width: 100%;
}

html > body #footermenu
{
	position: relative;
}

#footermenu ul
{
	list-style: none;
	padding: 0px 0px 0px 200px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#footermenu li 
{
  display: inline;
}

#footermenu li a:link, #footermenu li a:visited
{
	/*background: url( 'images/tab.gif' ) no-repeat 0px 1px;*/
	display: block;
	float: left;
	margin-right: 1px;
	width: 200px;
	height: 12px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	padding-top: 0px; /* box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-bottom: 6px;
	text-decoration: none;
}
html > body #footermenu li a:link, html > body #footermenu li a:visited {
  width: 200px;
  height: 12px;
}
#footermenu li a:active, #footermenu li a.selected
{
	color: #000000;
	text-decoration: none;
}

#footermenu li a:hover
{
	text-decoration: underline;
}

/*		footer banner		*/
#footerbanner
{
	/* styles for horizontal top bar */ /*height: 20px; padding: 7px 20px 3px 20px;*/
	border-color: #000000;
	font-size: 20; /* box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 45px;
	z-index: 100;
	text-align: middle;
	vertical-align: middle;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
}
html > body #footerbanner {
	height: 15px;
	text-align: left;
}

#footerbannermenu
{
	/* styles for section or tab menu 	width: 500px; */
	padding: 5px;
	position: relative;
	z-index: 100;
	height: 20px;
	font-size: 20px;
	vertical-align: bottom;
	text-align: center;
}
html > body #footerbannermenu
{
	position: relative;
}
#footerbannermenu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-family: Arial, Helvetica, sans-serif;
}
#footerbannermenu li {
  display: inline;
}
#footerbannermenu li a:link, #footerbannermenu li a:visited
{
	width: 300px;
	color: #000000;
	display: block;
	float: left;
	margin-right: 1px;
	height: 15px;
	font-weight: bold;
	text-align: center;
	padding-top: 6px; /* box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-bottom: 6px;
	text-decoration: none;
}

html > body #footerbannermenu li a:link
{
  width: 300px;
  color: #000000;
	height: 13px;
}

html > body #footerbannermenu li a:link
{
  width: 300px;
  color: #000000;
  height: 21px;
}

html > body #footerbannermenu li a:visited 
{
  width: 300px;
  color: #000000;
}
#footerbannermenu li a:active, #footerbannermenu li a.selected
{
  width: 300px;
  color: #000000;
}

#footerbannermenu li a:hover
{
  width: 300px;
  color: #000000;
	text-decoration: underline;
}

#footercopyright
{
	font-size: 8px;
	vertical-align: middle;
}

#footercopyright a:link, #footercopyright a:active, #footercopyright a:visited, #footercopyright a:selected
{
	color: #000000;
	text-decoration: none;
}

#footercopyright a:hover
{
	color: #000000;
	text-decoration: underline;
}