/*CSS for Prospectors Local*/
/*Develop for Prospectors Local by Jacob Lamont*/

/*==== Global Styles ====*/

body {
	font-family: Palatino Linotype;
}

p, h1, h2, h3, h4, h5, h6 {
	color: black;
}

/*=== Header ===*/

div#outerDiv{
	position: relative;
	width: 960px;
	margin: 25px auto;
}

div#headerDiv {
	background: url(../images/headerBE.jpg) no-repeat;
	width: 750px;
	height: 150px;
	margin: 0 auto;
}

/*=== Main Content ===*/

.fadeDiv {
	width: 734px;
	height: 174px;
	margin: 8% auto;
}

a {
	margin: 0 60px;
	text-align: center;
	/*line-height: 370px;*/
	color: #000;
	text-decoration: none;

}

a * {
	display: none;
}

a#foodButton {
	display: block;
	float: left;
	width: 247px;
	height: 168px;
	background: url(../images/foodButton.png) 0 0 no-repeat;
}

a#foodButton .hover {
	display: inherit;
	float: left;
	width: 247px;
	height: 168px;
	background: url(../images/foodButton.png) 0 -169px no-repeat;
	display: inherit;
}

/*
a#peopleButton {
	display: block;
	float: left;
	width: 247px;
	height: 168px;
	background: url(../images/peopleButton.png) 0 0 no-repeat;
}

a#peopleButton .hover {
	display: inherit;
	float: left;
	width: 247px;
	height: 168px;
	background: url(../images/peopleButton.png) 0 -181px no-repeat;
	display: inherit;
}
*/

a#generalButton {
	display: block;
	float: left;
	width: 247px;
	height: 168px;
	background: url(../images/generalButton.png) 0 0 no-repeat;
}

a#generalButton  .hover {
	display: inherit;
	float: left;
	width: 247px;
	height: 168px;
	background: url(../images/generalButton.png) 0 -169px no-repeat;
	display: inherit;
}

/*=== Footer ===*/

div#footerDiv {
	width: 930px;
	height: 20px;
	margin: 10% auto 0 auto;
	text-align: center;
}

a#emailInfo {
    margin: 0;
}