.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #4D2D0C;
	line-height: 16px;
}
.footer a:link {
	color: #4D2D0C;
	text-decoration: underline;
}
.footer a:visited {
	color: #4D2D0C;
	text-decoration: underline;
}
.footer a:hover {
	color: #666666;
	text-decoration: underline;
}
.footerNav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4D2D0C;
}
.footerNav a:link {
	color: #4D2D0C;
	text-decoration: underline;
}
.footerNav a:visited {
	color: #4D2D0C;
	text-decoration: underline;
}
.footerNav a:hover {
	color: #666666;
	text-decoration: underline;
}

.nav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.nav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 22px;
	color: #A6946A;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.nav {
	padding: 10px;
}


/* BUTTONS  */
#applyNow {
	height: 50px;
	width: 150px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/images/navJobs.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#applyNow:hover {
background-position: 0 -30px;
}


/* MAIN NAV  */
#jobs {
	height: 30px;
	width: 75px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/images/navJobs.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#jobs:hover {
background-position: 0 -30px;
}

#intern {
	height: 30px;
	width: 102px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/images/navIntern.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#intern:hover {
background-position: 0 -30px;
}

#volunteers {
	height: 30px;
	width: 101px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/images/navVolunteer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#volunteers:hover {
background-position: 0 -30px;
}

#culture {
	height: 30px;
	width: 146px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-image: url(/images/navCulture.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#culture:hover {
background-position: 0 -30px;
}

#diversity {
	height: 30px;
	width: 87px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/images/navDiversity.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#diversity:hover {
background-position: 0 -30px;
}

#international {
	height: 30px;
	width: 112px;
	text-indent: 10000px;
	overflow: hidden;
	display: block;
	background-image: url(/images/navInternational.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#international:hover {
background-position: 0 -30px;
}

#contact {
	height: 30px;
	width: 97px;
	text-indent: -10000px;
	overflow: hidden;
	display: block;
	background-image: url(/images/navContact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#contact:hover {
background-position: 0 -30px;
}


