@charset "utf-8";
/* CSS Document */

.bottomnav {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 25px;
}
.bottomnav-cont {
	margin: 0 auto;
	height: 25px;
	border: 1px solid #676767;
	width: 90%;
	min-width: 960px;
	background-color: #FFFFFF;
	padding: 5px 15px 3px 15px;
}
.welcome {
	background-image: url(../images/icons/welcome-small.png);
	color: #3D3D3D;
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 11px;
	font-weight: bold;
	padding-right: 10px;
	height: 20px;
	float: left;
	border-right: 1px solid #CCCCCC;
}
.botnavinfo
{
	color: #F0F0F0;
	padding-left: 10px;
	font-size: 11px;
	font-weight: bold;
	padding-right: 10px;
	height: 20px;
	float: left;
	border-right: 1px solid #CCCCCC;
}
.botnavinfo a
{
	color: #3D3D3D;
	text-decoration: none;
}
.botnavinfo a:hover
{
	color: #606060;
	text-decoration: none;
}


.welcomename {
	color: #71A217;
}
.bnav {
	color: #3D3D3D;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 0 0 0;
	height: 20px;
	float: right;
	border-left: 1px solid #CCCCCC;
}
.bnav ul
{
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	height: 20px;
}
.bnav li
{
	margin: 0 0 0 0;
	padding: 0 5px 0 0;
	display: inline;
}

.navigation2 a
{
	text-decoration: none;
}
.navigation2 a:hover
{
	background-color: #FFFFFF;
}