/*
 *
 * File		: nav.css
 * Purpose	: Navigation and Links CSS file
 * Created	: 01/05/07
 * Author	: Brian Ashe
 * Company	: Dee-Web Software Services, LLC.
 * Copyright 2007 Dee-Web Software Services, LLC.
 *
 */

/* Main Navigation Lists */
.navlist
{
	margin: 0 5pt;
	padding: 0;
	list-style: none;
}
li.current {
	background-image: url('/images/arrow_cur.gif');
	background-repeat: no-repeat;
	background-position: 0 3.5pt;
	padding-left: 12pt;
}

li.open {
	background-image: url('/images/arrow_open.gif');
	background-repeat: no-repeat;
	background-position: 0 3.5pt;
	padding-left: 12pt;
}

li.closed {
	background-image: url('/images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 3.5pt;
	padding-left: 12pt;
/*  	list-style-image: url('/images/arrow.gif'); */
}

li.norm {
	background-image: url('/images/empty.gif');
	background-repeat: no-repeat;
	background-position: 0 3.5pt;
	padding-left: 12pt;
}

/* Standard Links */
a:link {
	font-size: 10pt;
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	font-size: 10pt;
	color: #990000;
	text-decoration: none;
}
a:active {
	font-size: 10pt;
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	font-size: 10pt;
	color: #FF0000;
	text-decoration: underline;
}

a.emp:link {
	font-size: 7pt;
	color: #FF0000;
	text-decoration: none;
}
a.emp:visited {
	font-size: 7pt;
	color: #990000;
	text-decoration: none;
}
a.emp:active {
	font-size: 7pt;
	color: #FF0000;
	text-decoration: none;
}
a.emp:hover {
	font-size: 7pt;
	color: #FF0000;
	text-decoration: underline;
}

/* Page bottom links */
a.bottomLinks:link {
	color: #000000;
	font-size: 7pt;
	text-decoration: none;
}
a.bottomLinks:visited {
	color: #000000;
	font-size: 7pt;
	text-decoration: none;
}
a.bottomLinks:active {
	color: #000000;
	font-size: 7pt;
	text-decoration: none;
}
a.bottomLinks:hover {
	color: #000000;
	font-size: 7pt;
	text-decoration: underline;
}

/* Front page features links */
a.fpLink:link {
	color: #FF0000;
	font-size: 7.5pt;
	text-decoration: none;
}
a.fpLink:visited {
	color: #FF0000;
	font-size: 7.5pt;
	text-decoration: none;
}
a.fpLink:active {
	color: #FF0000;
	font-size: 7.5pt;
	text-decoration: none;
}
a.fpLink:hover {
	color: #FF0000;
	font-size: 7.5pt;
	text-decoration: underline;
}

/* Main navagation links */
a.navLink:link {
	color: #000000;
	font-size: 7.5pt;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
}
a.navLink:visited {
	color: #000000;
	font-size: 7.5pt;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
}
a.navLink:active {
	color: #FF0000;
	font-size: 7.5pt;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
}
a.navLink:hover {
	color: #FF0000;
	font-size: 7.5pt;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
}
/* Bolded navigation links for current pages */
a.navOpen:link {
	color: #000000;
	font-size: 7.5pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
}
a.navOpen:visited {
	color: #000000;
	font-size: 7.5pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
}
a.navOpen:active {
	color: #FF0000;
	font-size: 7.5pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
}
a.navOpen:hover {
	color: #FF0000;
	font-size: 7.5pt;
	font-weight: bold;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
}

/* Navigation links for site map */
a.navMap:link {
	color: #000000;
	font-size: 8.5pt;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
}
a.navMap:visited {
	color: #000000;
	font-size: 8.5pt;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
}
a.navMap:active {
	color: #FF0000;
	font-size: 8.5pt;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
}
a.navMap:hover {
	color: #FF0000;
	font-size: 8.5pt;
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	text-decoration: none;
}

.mapList
{
	margin: 5px;
	padding: 0;
/* 	list-style: none; */
}

.mapList li {
	margin: 2px 20px;
	padding: 0;
	list-style: disc;
}

.mapList li ul li {
	margin: 2px 20px;
	padding: 0;
	color: #FFCC33;
}

.mapHead {
	margin: 0;
	padding: 5px;
	font-size: 8.5pt;
	background-color: #FFCC33;
}

.mapListArea {
	height: 60px;
	overflow: visible;
}