/* CSS Document */

/* navbar links formatting */
ul#mainNav {
	margin: 8px 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #333333;
	text-align: left;
/*	margin: 0;
	margin-bottom: 8px;
	margin-top: 8px; */
}
#mainNav a {
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: none;
	text-decoration: none;
	border: 1px solid #333333;
	border-bottom: none;
	padding: 1px 1px 1px 10px;
	display: block;
	background-color: #c66;  /* #C46A5E; */
	word-spacing: 0.07em;
	letter-spacing: 0.07em;
	text-align: left;
}
#mainNav a:hover {
	font-weight: bold;
	background-color: #AF3A3A;
}
body#index a#indexLink {
	background: #48A5CE;
	font-weight: bold;
}
body#directory a#directoryLink {
	background: #48A5CE;
	font-weight: bold;
}
body#specials a#specialsLink {
	background: #48A5CE;
	font-weight: bold;
}
body#directions a#directionsLink {
	background: #48A5CE;
	font-weight: bold;
}
body#hours a#hoursLink {
	background: #48A5CE;
	font-weight: bold;
}
body#events a#eventsLink {
	background: #48A5CE;
	font-weight: bold;
}
body#thompson a#thompsonLink {
	background: #48A5CE;
	font-weight: bold;
}
body#leasing a#leasingLink {
	background: #48A5CE;
	font-weight: bold;
}
body#service a#serviceLink {
	background: #48A5CE;
	font-weight: bold;
}
body#GSFCard a#GSFCardLink {
	background: #48A5CE;
	font-weight: bold;
}
body#state a#stateLink {
	background: #48A5CE;
	font-weight: bold;
}
body#gift a#giftLink {
	background: #48A5CE;
	font-weight: bold;
}
/* end navbar links formatting */
