body {
	font-size: 14px;
	font-family: Helvetica, Arial, serif;
/*	background-color: #F7BBA7; */
	background-color: white;
	background-image: url("../images/sandwhipped.jpg");
	background-repeat: repeat;
}

h1 {
	font-size: 32px;
	font-family: Helvetica, Arial, serif;
	text-align: center;
	margin-bottom: 0px;
}

h4 {
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

h3 {
	font-size: 20px;
	color: white;
	background-color: black;
	text-align: center;
	margin-bottom: 0px;
}

a:link { text-decoration: none; color: black; }
a:visited { text-decoration: none; color: black; }
a:active { text-decoration: none; color: black; }
a:hover { text-decoration: underline; color: black; }

legend {
	font-size: 18px;
	color: #fff;
	background: #ffa20c;
	border: 1px solid #781351;
	padding: 2px 6px
}

.firstOnNavItem {
	list-style-type:square;
	padding-left: 0px;
	margin-left: 0px;
}

.firstOffNavItem {
	list-style-type:circle;
	padding-left: 0px;
	margin-left: 0px;
}

.onNavItem {
	list-style-type:square;
}

.offNavItem {
	list-style-type:circle;
}

.busHoursHeader {
	font-weight: bold;
	margin-left: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.busHoursLabel {
	font-size: 12px;
	width: 90px;
	margin-left: 10px;
	text-align: left;
}

.busHours {
	font-size: 12px;
	width: 110px;
	text-align: right;
}

.infoFocused {
	font-weight: bold;
	text-decoration: underline;
}

.disclaimer {
	font-size: 12px;
	font-style: italic;
}

#topRightInfo {
	width: 250px;
	height: 130px;
	border-left: 20px solid black;
	margin-top: 5px;
	margin-bottom: 0px;
	position:absolute;
	right: 0;
	top: 0;
}

#sideNav {
	height: 83%;
	width: 250px;
/*	border-right: 20px solid black; */
	float: left;
	margin-left: 10px;
	margin-top: 30px;
}

#content {
	margin-left: 20px;
	margin-top: 30px;
	float: left;
}