﻿.buttonStyle
{
	margin-left: auto;
	margin-right: auto;
	margin-top: -80px;
	opacity: 0.45;
	filter: alpha(opacity=45);
}
.buttonStyle:hover
{
	margin-left: auto;
	margin-right: auto;
	color: White;
	opacity: .90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
}

.ContactFormButton
{
	font-size: larger;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-opacity: 0.45;
	-khtml-opacity: 0.45;
}

.ContactFormButton:Hover
{
	font-size: larger;
	opacity: 1.0;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	-khtml-opacity: 1.0;
}

.buttonStyleNav
{
	border-width: 3px;
	border-color: #341A19;
	border-style: ridge;
	color: gray;
	opacity: 0.45;
	filter: alpha(opacity=45);
	-moz-opacity: 0.45;
	-khtml-opacity: 0.45;
}
.buttonStyleNav:hover
{
	border-width: 3px;
	border-color: #FFFFFF;
	border-style: ridge;
	color: White;
	opacity: .90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}
#navbarInside
{
	text-align: center;
	display: inline-block;
	min-width: 100%;
	margin: 0 auto;
	height: 80px;
}
.navPositioning
{
	display: inline-block;
	margin-left: 3%;
	margin-right: 3%;
}
.navBackgroundDiv
{
	width: 80px;
	height: 80px;
}
.TeamButtonClass
{
	opacity: 0.45;
	filter: alpha(opacity=45);
	-moz-opacity: 0.45;
	-khtml-opacity: 0.45;
}
.TeamButtonClass:hover
{
	opacity: 0.95;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
}
