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

/* Service Button*/
#header #NavServicesButton {
	position: relative;
	left: 30px;
	top: 165px;
	height: 36px;
	width: 100px;
}

#header #NavServicesButton a:link, #header #NavServicesButton a:visited {
	text-indent: -1000em;
	display:block;
	background:url(images/navigation.png)
	no-repeat left top;
	height: 36px;
	width: 100px;
	font-size: 75px;

}

#header #NavServicesButton a:hover {
	background-position: left -37px;
	border: none;
	height: 36px;
	width: 100px;
}

/* Contact Button*/
#header #NavContactButton {
	position: relative;
	left: 160px;
	top: 129px;
	height: 36px;
	width: 140px;
}

#header #NavContactButton a:link, #header #NavContactButton a:visited {
	text-indent: -1000em;
	display:block;
	background:url(images/navigation.png)
	no-repeat -100px top;
	height: 36px;
	width: 140px;
	font-size: 75px;

}

#header #NavContactButton a:hover {
	background-position: -100px -37px;
	border: none;
	height: 36px;
	width: 140px;

}

/* Spanish Button*/
#header #NavSpanishButton {
	position: relative;
	left: 330px;
	top: 93px;
	height: 36px;
	width: 140px;
}

#header #NavSpanishButton a:link, #header #NavSpanishButton a:visited {
	text-indent: -1000em;
	display:block;
	background:url(images/navigation.png)
	no-repeat -240px top;
	height: 36px;
	width: 140px;
	font-size: 75px;

}

#header #NavSpanishButton a:hover {
	background-position: -240px -37px;
	border: none;
	height: 36px;
	width: 140px;

}

