@charset "utf-8";

.welcome-cta-button {
	display:block;
	width:85px;
	height:14px;
	background-image: url(../images/welcome_sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 -14px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: absolute;
	left: 62px;
	top: 141px;
}


.welcome-cta-button a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	background-image: url(../images/welcome_sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.welcome-cta-button a:hover {
  background-position:0 50px;
}

.bio-cta-button {
	display:block;
	width:90px;
	height:14px;
	background-image: url(../images/bio-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 -14px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: absolute;
	left: 257px;
	top: 141px;
}


.bio-cta-button a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	background-image: url(../images/bio-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.bio-cta-button a:hover {
  background-position:0 50px;
}

.news-cta-button {
	display:block;
	width:105px;
	height:14px;
	background-image: url(../images/news_sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 -14px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: absolute;
	left: 452px;
	top: 141px;
}


.news-cta-button a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	background-image: url(../images/news_sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.news-cta-button a:hover {
  background-position:0 50px;
}

.media-cta-button {
	display:block;
	width:60px;
	height:14px;
	background-image: url(../images/media_sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 -14px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: absolute;
	left: 666px;
	top: 141px;
}


.media-cta-button a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	background-image: url(../images/media_sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.media-cta-button a:hover {
  background-position:0 50px;
}

.contact-cta-button {
	display:block;
	width:72px;
	height:14px;
	background-image: url(../images/contact_sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 -14px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: absolute;
	left: 865px;
	top: 141px;
}


.contact-cta-button a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px;
	background-image: url(../images/contact_sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.contact-cta-button a:hover {
	background-position:0 50px;
}


