@charset "UTF-8";
/* CSS Document */

.side_button a {
	color: #F1EAD5;
	text-decoration: none;
	display: block;
	width: 129px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-transform: uppercase;
	line-height: 14px;
	background-color: #2b1902;
	margin-left: 0px;
	border: solid red 0px;
	padding: 8px 0 8px 8px;
}
.side_button a:hover {
	background-color: #F1EAD5;
	color: #2b1902;
}
#sidenav_spacer {
	width: 137px;
	height: 5px;
}
.banner_button a {
	color: #F1EAD5;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 24px;
	text-align: left;
}
.banner_button a:hover {
	color: #F1EAD5;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 24px;
	text-align: left;
}
