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

html, body{
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4d4d4d;
}

img{
	border: none;
}

a{
	color: #7a5ea3;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #542988;
	margin: 0px 0px 10px 0px;
}

h2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #542988;
	line-height: 16px;
	margin: 0px 0px 5px 0px;
}

p{
	margin: 0px 0px 10px 0px;
}

#leftCol{
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(/images/bg_left.png);
	background-repeat: no-repeat;
	width: 156px;
	background-color: #5dbd51;
	padding: 0px 16px;
}
#leftCol h2{
	margin: 0px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
#leftCol hr{
	color: #fff;
	border: none;
	background-color: #fff;
	height: 1px;
	margin: 16px 0px;
}

#rightCol{
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(/images/bg_right.png);
	background-repeat: no-repeat;
	width: 146px;
	min-height: 680px;
	margin-top: -23px;
	padding: 28px 24px 0px 12px;
}
#rightCol h2{
	margin: 0px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
#rightCol hr{
	color: #fff;
	border: none;
	background-color: #fff;
	height: 1px;
	margin: 16px 0px;
}

#mainNav a{
	font-size: 12px;
	color: #ddf1da;
	display: block;
	height: 14px;
	padding-left: 22px;
	background-image: url(/images/greenChicklet_btn.png);
	background-repeat: no-repeat;
	margin-bottom: 8px;
	margin-right: -12px;
}
#mainNav a:hover{
	background-position: 0px -14px;
	color: #fff;
	text-decoration: none;
}
#mainNav .activeNav{
	background-position: 0px -14px;
	color: #fff;
	font-weight: bold;
}

#locationMenu a{
	font-size: 11px;
	color: #b9abd0;
	display: block;
	height: 28px;
	padding-left: 20px;
	background-image: url(/images/purpleChicklet_btn.png);
	background-repeat: no-repeat;
	margin-bottom: 6px;
}
#locationMenu a:hover{
	background-position: 0px -28px;
	text-decoration: none;
}
#locationMenu a b{
	color: #fff;
	font-weight: bold;
}

#footer{
	margin: 0px auto;
	background-image:url(/images/bg_footer.png);
	width: 812px;
	height: 65px;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	text-align: center;
	font-size: 9px;
	line-height: 13px;
	padding-top: 9px;
}
#footer a{
	color: #54b948;
}

.scheduleTable{
	border-collapse: collapse;
	border-bottom: 6px solid #54b948;
	width: 100%;
}
.scheduleTable th{
	color: #ddf1da;
	background-color: #54b948;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	padding: 6px 8px;
}
.scheduleTable td{
	border-bottom: 1px solid #000;
	padding: 6px 8px;
}

dt{
	font-weight: bold;
}
dd{
	margin-left: 2em;
	margin-bottom: 2em;
}