@charset "utf-8";

/* ul.nav CSS */

ul.nav {
	list-style:none;  /* this removes the list marker */
	text-align:center;
	border-top: 1px solid rgb(128, 80, 22); /* this creates the top border for the links - all others are placed using a bottom border on the LI  */
	/*margin-bottom: 15px;*/ /* this creates the space between the navigation on the content below */
	padding-left: 0;
	margin-left: 0;
}

ul.nav li {
	border-bottom: 1px solid rgb(128, 80, 22); /* This creates the button separation */
}

/* Colors: 
Tiger orange: #E28F27, rgb(226, 143, 39), HSB= 33 deg, 83%, 89%,
Tiger orange 100%B: #ffa02b,
Tiger orange 95%B: #f29829,
Tiger orange 75% B: #bf7821,
Tiger orange 72% B: #b8731f,
Tiger orange 70% B: #b3701e,
Tiger orange 65% B: #a6681c,
Tiger orange 60% B: #99601a,
Tiger orange 57% B: #915b19,
Tiger orange 55% B: #8c5818,
Tiger orange 50% B: #805016,
Tiger orange 35% B: #59380f
Tiger orange 25% B: #40280b,

Leopard yellow= #FFD27C, rgb(255, 210, 124), HSB= 39 deg, 51%, 100%,
*/

/*  "You Are Here" Link styles:  */
#home #homeLink, 
#mission #missionLink, 
#links #linksLink, 
#contact #contactLink, 
#about #aboutLink, 
#volunteer #volunteerLink, 
#video #videoLink, 
#wits #witsLink {
	border-top: 5px solid #915b19;
	border-right: 5px solid #bf7821;
	border-bottom: 4px solid #915b19;
	border-left: 5px solid #bf7821;
	font-style:italic;
}

ul.nav li a {
	display: block;
	font-size: 22px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 56px;
	background-color: #E28F27;
	color: #000;
}

ul.nav li a.multilineLink {
	line-height: 26px;
}

ul.nav a:visited {
	background-color: #E28F27;
	color:#600;
}

ul.nav a:hover {
	background-color:#000;
	color:#E28F27;
}
