@charset "UTF-8";
/* CSS Document */
#navagationContainer{
	width:950px;
	margin-left:10px;
}

#homeButton
{
	display: block;
	width: 79px;
	height: 31px;
	background-repeat: no-repeat;
	float: left;
	margin-right:2px;
	background-color: #211917;
	margin-top: 10px;
	text-align:center;
	color: #FFFFFF;
	padding-top: 10px;
}

#homeButton:hover
{
	background-color: #4873B2;
}


#aboutButton
{
	display: block;
	width: 84px;
	height: 31px;
	float: left;
	margin-right:2px;
	margin-top: 10px;
	padding-top: 10px;
	text-align: center;
	color: #FFFFFF;
	background-color: #211917;
}

#aboutButton:hover
{
	background-position: -84px;
	background-color: #4873B2;
}

#aboutButton span
{
  display: none;
}
#missionButton
{
	display: block;
	width: 159px;
	height: 31px;
	float: left;
	margin-right:2px;
	background-color: #211917;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	color: #FFFFFF;
}

#missionButton:hover
{
	background-position: -159px;
	background-color: #4873B2;
}

#missionButton span
{
  display: none;
}
#servicesButton
{
	display: block;
	width: 84px;
	height: 31px;
	float: left;
	margin-right:2px;
	color: #FFFFFF;
	background-color: #211917;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
}

#servicesButton:hover
{
	background-position: -84px;
	background-color: #4873B2;
}

#servicesButton span
{
  display: none;
}
#chiropracticButton
{
	display: block;
	width: 112px;
	height: 31px;
	float: left;
	margin-right:2px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	background-color: #211917;
}

#chiropracticButton:hover
{
	background-position: -112px;
	background-color: #4873B2;
}

#chiropracticButton span
{
  display: none;
}
#researchButton
{
	display: block;
	width: 112px;
	height: 31px;
	float: left;
	margin-right:2px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	background-color: #211917;
}

#researchButton:hover
{
	background-position: -112px;
	background-color: #4873B2;
}

#researchButton span
{
  display: none;
}
#testimonialsButton
{
	display: block;
	width: 112px;
	height: 31px;
	float: left;
	margin-right:2px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	background-color: #211917;
}

#testimonialsButton:hover
{
	background-position: -112px;
	background-color: #4873B2;
}

#testimonialsButton span
{
  display: none;
}
#appointmentbutton{
	display: block;
	width: 150px;
	height: 31px;
	float: right;
	color: #FFFFFF;
	text-align: center;
	background-color: #4873B2;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 10px;
}

