@charset "utf-8";
/* CSS Document */

#nav {
	width: 450px;
	vertical-align: top;
	float: right;
	padding-bottom: 10px;
	text-align: right;
	padding-right: 10px;

}


#nav ul {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#nav li {
	margin-left: 0px;
	display: inline;
	margin-right: 0px;
}
#nav a {
	text-decoration: none;
	padding-right: 6px;
}
#nav a:link, #nav a:visited {
	color: #000000;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#nav   a:hover   {
	color: #96C73C;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #96C73C;
}
#nav #current {
	color: #96C73C;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #96C73C;
}




/* Side Navigation Bar */

#sidenav {
	width: 215px;
	vertical-align: top;
	padding-top: 0px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #B5B5B8;
	height: 380px;
	margin-left: 5px;
	margin-top: 10px;
}


#sidenav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}

#sidenav li {
	margin-right: 1px;
	margin-left: 0px;
}
#sidenav a {
	display: block;
	text-align: left;
	width: 200px;
	vertical-align: top;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 20px;
}
#sidenav a:link, #sidenav a:visited {
	color: #000000;
	text-decoration: none;
	padding-left: 25px;
}

#sidenav a:hover {
	color: #96C73C;
	padding-left: 25px;
	background-image: url(images/greendots.gif);
	background-repeat: no-repeat;
}
#sidenav li#current {
	color: #000000;
	background-image: url(images/sidedotgreen.gif);
	background-repeat: no-repeat;
}


/* Button Links on home page */

#buttonlink {
	text-align: center;
	border-top-width: 4px;
	border-bottom-width: 8px;
	border-top-color: #96C73C;
	border-bottom-color: #96C73C;
	border-top-style: solid;
	border-bottom-style: solid;
	margin: 0px;
	padding: 0px;

}

#buttonlink a, #buttonlink a:link, #buttonlink a:visited, buttonlink a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


/* Back to Top Link */

#btopnav {
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}

#btopnav a, #btopnav a:link, #btopnav a:visited {
	color: #000000;
	text-decoration: underline;
}

#btopnav a:hover {
	color: #96C73C;
	text-decoration: underline;
	font-weight: bold;
}

/* Learn More Link */

#lmnav {
	font-weight: bold;
	text-align: left;
}

#lmnav a, #lmnav a:link, #lmnav a:visited {
	color: #000000;
	text-decoration: underline;
}

#lmnav a:hover {
	color: #96C73C;
	text-decoration: underline;
	font-weight: bold;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #96C73C;
	text-decoration: underline;

}
#s17nav {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#s17nav a, #s17nav a:link, #s17nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#s17nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
