@charset "utf-8";
.horizontalNavBarMargin
{
	height:				30px;
	width:				870px;
	float:				left;
	padding-top:		5px;
	padding-bottom:		5px;
	background-color:	#FFF;
	margin-bottom:		15px;
}
.horizontalNavBar
{
	padding-right:		25px;
	width:				100%;
	height:				auto;
}
.horizontalNavBar ul
{
	margin:				0px;
	padding:			0px;
}
.horizontalNavBar li
{
	display: 			inline;
	float:				left;
	list-style:			none;
}
button.assessmentButton
{
	height:	50px;
	width:	174px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 25%,
		#ffffff 50%,
		#ffffff 80%,
		#294396);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.25, #ffffff),
		color-stop(0.50, #ffffff),
		color-stop(0.80, #ffffff),
		to(#294396));
	border: 0px solid #ffffff;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
button.assessmentButton:hover
{
	background:	#FFFFFF;
	cursor:				pointer;
	cursor:				hand;
}
button.educationalAdvocacyButton
{
	height:	50px;
	width:	174px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 25%,
		#ffffff 50%,
		#ffffff 80%,
		#EB3623);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.25, #ffffff),
		color-stop(0.50, #ffffff),
		color-stop(0.80, #ffffff),
		to(#EB3623));
	border: 0px solid #ffffff;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
button.educationalAdvocacyButton:hover
{
	background:	#FFFFFF;
	cursor:				pointer;
	cursor:				hand;
}
button.talentedGiftedButton
{
	height:	50px;
	width:	174px;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 25%,
		#ffffff 50%,
		#ffffff 80%,
		#FFBB4C);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.25, #ffffff),
		color-stop(0.50, #ffffff),
		color-stop(0.80, #ffffff),
		to(#FFBB4C));
	border: 0px solid #ffffff;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
button.talentedGiftedButton:hover
{
	background:	#FFFFFF;
	cursor:				pointer;
	cursor:				hand;
}
button.contactButton
{
	height:	50px;
	width:	174px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 25%,
		#ffffff 50%,
		#ffffff 80%,
		#340CBA);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.25, #ffffff),
		color-stop(0.50, #ffffff),
		color-stop(0.80, #ffffff),
		to(#340CBA));
	border: 0px solid #ffffff;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
button.contactButton:hover
{
	background:	#FFFFFF;
	cursor:				pointer;
	cursor:				hand;
}
button.aboutButton
{
	height:	50px;
	width:	174px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000000;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#ffffff 25%,
		#ffffff 50%,
		#ffffff 80%,
		#203C02);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.25, #ffffff),
		color-stop(0.50, #ffffff),
		color-stop(0.80, #ffffff),
		to(#203C02));
	border: 0px solid #ffffff;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
button.aboutButton:hover
{
	background:	#FFFFFF;
	cursor:				pointer;
	cursor:				hand;
}