﻿/* nav styles ----------------------------------------------- */
#nav {
	height: 76px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-left: 20px;		/* adjust here to give equal space on both sides of nav bar ### previously 40px ### */
}
#nav ul li {
	float: left;
}
#nav ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	margin: 13px 0;
	font-size: 18px;
	padding: 14px 32px;
}
#nav ul li a:hover {
	color: black;
	background-color: white;
	font-style: normal;
}
#nav ul li a.selected {
	background-color: white;
	color: black;
}
#content-right {
	float: right;
	width: 190px;
	height: auto;
	border-left: 1px #BEC0C2 dotted;
	padding: 0 25px 0 15px;
}
#content-right ul {
	margin-left: 15px;
	padding: 0 0 0 0;
	list-style-type: square;
}
#content-right ul li {
	color: black;
	padding: 0 0 0 0;
}
#content-right ul li a {
	color: black;
	text-decoration: underline;
}
#content-right ul li a:hover {
	color: maroon;
	text-decoration: none;
	font-style: normal;
}
#whowhathow ul {
	margin-left: 5px;
	font-size: small;
	line-height: 15px;
}
#whowhathow ul li {
	color: black;
	padding: 0 0 0 0;
}
#whowhathow ul li a {
	color: black;
	text-decoration: underline;	
}
#whowhathow ul li a:hover {
	color: maroon;
	text-decoration: none;
	font-style: normal;
}
#footer-nav-container {
	width: 650px; /* 947px; */
	margin: 5px 0 0 0;
	padding: 0px 0px 0px 0px;
}
#footer-nav-container ul {
	list-style: none;
	width: auto; /* 400px; */
	height: auto;
	line-height: 15px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
/*	margin-left: auto;
	margin-right: auto;
	text-align: center; */
}
#footer-nav-container li {
	display: inline;
	font-size: x-small;
	padding: 0 5px 0 5px;
	border-right: 1px silver solid;
	margin-left: auto;
	margin-right: auto;
}
#footer-nav-container a {
	color: white;
	text-decoration: none;
}
#footer-nav-container a:hover {
	color: white;
	text-decoration: underline;
	font-style: normal;
}