@charset "UTF-8";
/* CSS Document */

/* ### SIDE NAVIGATION ### */

#sidenav {
	width: 185px;
	float: left;
	z-index: 499;
	margin: 0;
}
.top1 a.link,
.top1 a.yellow {
	/*display: block;*/
	display: inline-block;
	width: 100px;
	text-decoration: none;
	font: 14px Arial, Helvetica, sans-serif;
}
.top1 a.link {
	color: #fff;
}
.top1 a.yellow {
	color: #e8deac;
}


.top1 {
	padding: 5px 0px 5px 15px;
	width: 170px;
	margin: 20px 0px 0px 0px;
	background: url(../images/sidenav.gif) repeat-y; /*#4A9FB3*/
}

#sidenav .top1 a:hover {
	text-decoration: underline;
}

#about,
#services,
#schedule {
	margin: 0;
	padding: 0;
	width: 140px;
	/*display: none;*/
}

#about a,
#services a,
#schedule a {
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	
}

#about a:hover,
#services a:hover,
#schedule a:hover {
	text-decoration: underline;
}

a.arrow {
	width: 20px;
	height: 10px;
	padding: 0;
	position: relative;
	left: 30px;
	display: inline-block;
	text-align: center;
}

.menu {
	list-style-type: none;
	margin: 0;
	padding: 2px 0px 0px 20px;
}

.menu a {
	display: block;
}

.topline {
	border-top: 1px solid #8ee3fa;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}