.home a {
	display:block;
	width: 83px;
	height: 43px;
	background: url("../images/navbar/home.png") 0 0 no-repeat;
}
.home_alt a {
	display:block;
	width: 83px;
	height: 43px;
	background: url("../images/navbar/home_alt.png") 0 0 no-repeat;
}
.home a:hover {	
	background: url("../images/navbar/home_alt.png") no-repeat;
}

.about a {
	display:block;
	width: 96px;
	height: 43px;
	background: url("../images/navbar/about.png") 0 0 no-repeat;
}
.about_alt a {
	display:block;
	width: 96px;
	height: 43px;
	background: url("../images/navbar/about_alt.png") 0 0 no-repeat;
}
.about a:hover {	
	background: url("../images/navbar/about_alt.png") no-repeat;
}

.churches a {
	display:block;
	width: 127px;
	height: 43px;
	background: url("../images/navbar/churches.png") 0 0 no-repeat;
}
.churches_alt a {
	display:block;
	width: 127px;
	height: 43px;
	background: url("../images/navbar/churches_alt.png") 0 0 no-repeat;
}
.churches a:hover {	
	background: url("../images/navbar/churches_alt.png") no-repeat;
}

.commercial a {
	display:block;
	width: 146px;
	height: 43px;
	background: url("../images/navbar/commercial.png") 0 0 no-repeat;
}
.commercial_alt a {
	display:block;
	width: 146px;
	height: 43px;
	background: url("../images/navbar/commercial_alt.png") 0 0 no-repeat;
}
.commercial a:hover {	
	background: url("../images/navbar/commercial_alt.png") no-repeat;
}

.realestate a {
	display:block;
	width: 160px;
	height: 43px;
	background: url("../images/navbar/realestate.png") 0 0 no-repeat;
}
.realestate_alt a {
	display:block;
	width: 160px;
	height: 43px;
	background: url("../images/navbar/realestate_alt.png") 0 0 no-repeat;
}
.realestate a:hover {	
	background: url("../images/navbar/realestate_alt.png") no-repeat;
}

.other a {
	display:block;
	width: 177px;
	height: 43px;
	background: url("../images/navbar/other.png") 0 0 no-repeat;
}
.other_alt a {
	display:block;
	width: 177px;
	height: 43px;
	background: url("../images/navbar/other_alt.png") 0 0 no-repeat;
}
.other a:hover {	
	background: url("../images/navbar/other_alt.png") no-repeat;
}

.contact a {
	display:block;
	width: 111px;
	height: 43px;
	background: url("../images/navbar/contact.png") 0 0 no-repeat;
}
.contact_alt a {
	display:block;
	width: 111px;
	height: 43px;
	background: url("../images/navbar/contact_alt.png") 0 0 no-repeat;
}
.contact a:hover {	
	background: url("../images/navbar/contact_alt.png") no-repeat;
}

.logo a {
	display:block;
	width: 527px;
	height: 163px;
	background: url("../images/logo.png") 0 0 no-repeat;
}
.logo a:hover {	
	background: url("../images/logo_alt.png") no-repeat;
}

/*STAFF PICTURES*/

.alex a {
	display:block;
	width: 194px;
	height: 147px;
	background: url("../images/alex.jpg") 0 0 no-repeat;
}
.alex_alt a {
	display:block;
	width: 194px;
	height: 147px;
	background: url("../images/alex_alt.jpg") 0 0 no-repeat;
}
.alex a:hover {	
	background: url("../images/alex_alt.jpg") no-repeat;
}

.mark a {
	display:block;
	width: 194px;
	height: 147px;
	background: url("../images/mark.jpg") 0 0 no-repeat;
}
.mark_alt a {
	display:block;
	width: 194px;
	height: 147px;
	background: url("../images/mark_alt.jpg") 0 0 no-repeat;
}
.mark a:hover {	
	background: url("../images/mark_alt.jpg") no-repeat;
}

.scott a {
	display:block;
	width: 194px;
	height: 147px;
	background: url("../images/scott.jpg") 0 0 no-repeat;
}
.scott_alt a {
	display:block;
	width: 194px;
	height: 147px;
	background: url("../images/scott_alt.jpg") 0 0 no-repeat;
}
.scott a:hover {	
	background: url("../images/scott_alt.jpg") no-repeat;
}

.travis a {
	display:block;
	width: 194px;
	height: 147px;
	background: url("../images/travis.jpg") 0 0 no-repeat;
}
.travis_alt a {
	display:block;
	width: 194px;
	height: 147px;
	background: url("../images/travis_alt.jpg") 0 0 no-repeat;
}
.travis a:hover {	
	background: url("../images/travis_alt.jpg") no-repeat;
}