﻿/*
Header Links --------------------------------------- */
#header a {
	cursor:pointer;
	display: block;
	text-indent: -9999px;
}

#header a#home {
	background: url('../images/home.png') no-repeat;
	height: 78px;
	position: absolute;
	top: 304px;
	left: 91px;
	width: 80px;
}

#header a#home:hover {
	background: url('../images/homeRoll.png') no-repeat;
}



#header a#contact {
	background: url('../images/contact.png') no-repeat;
	height: 78px;
	position: absolute;
	top: 319px;
	left: 187px;
	width: 80px;
}

#header a#contact:hover {
	background: url('../images/contactRoll.png') no-repeat;
}



#header a#aboutUs {
	background: url('../images/aboutUs.png') no-repeat;
	height: 96px;
	position: absolute;
	top: 308px;
	left: 286px;
	width: 98px;
}

#header a#aboutUs:hover {
	background: url('../images/aboutUsRoll.png') no-repeat;
}



#header a#propheticArtGallery {
	background: url('../images/propheticArtGallery.png') no-repeat;
	height: 158px;
	position: absolute;
	top: 288px;
	left: 412px;
	width: 161px;
}

#header a#propheticArtGallery:hover {
	background: url('../images/propheticArtGalleryRoll.png') no-repeat;
}



#header a#propheticInsight {
	background: url('../images/propheticInsight.png') no-repeat;
	height: 96px;
	position: absolute;
	top: 309px;
	left: 603px;
	width: 98px;
}

#header a#propheticInsight:hover {
	background: url('../images/propheticInsightRoll.png') no-repeat;
}

#header a#calendar {
	background: url('../images/calendar.png') no-repeat;
	height: 77px;
	position: absolute;
	top: 320px;
	left: 722px;
	width: 80px;
}

#header a#calendar:hover {
	background: url('../images/calendarRoll.png') no-repeat;
}


#header a#teaching {
	background: url('../images/teaching.png') no-repeat;
	height: 77px;
	position: absolute;
	top: 308px;
	left: 821px;
	width: 80px;
}

#header a#teaching:hover {
	background: url('../images/teachingRoll.png') no-repeat;
}


