/* ============================================================================= */
/*                           TOP NAVIGATION                                      */
/* ============================================================================= */

#hdrnav
{
	padding-top: 0px;
	height: 0px;
}

#hdrnav ul
{
	padding-left: 30px;
	list-style: none;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
}

#hdrnav li
{
	margin-top: -9px;
	padding-top: 28px;
	float: left;
	background-image: url('../SiteImages/NavButton.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 180px;
	height: 60px;
}

#hdrnav a
{
	text-decoration: none;
	font-weight: normal;
	font-size: 22px;
	color: #FFFF4F;
}

#hdrnav a:link, #hdrnav a:visited
{
	text-decoration: none;
}

#hdrnav a:hover
{
	color: #71C6FF;
}

.SiteMapPath
{
	text-align: left;
	font-size: 12px;
	padding: 5px 5px 5px 5px;
}

.SiteMapPath a
{
	color: #00CA00;
	border-top-width: 0px;
	text-decoration: none;
}

.SiteMapPath a:link, .SiteMapPath a:visited
{
	color: #3366CC;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
}

.SiteMapPath a:hover
{
	color: #003399;
}


/* ============================================================================= */
/*                            General Navigation Links                           */
/* ============================================================================= */

/*
a:link {text-decoration: none}
a:visited {text-decoration: none;}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: red;}
*/ 

.BarList a:link, .BarList a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}

.BarList a:hover
{
	color: #3E5F9B;
}


/* ============================================================================= */
/*                            Footer NAVIGATION PANEL                            */
/* ============================================================================= */

#ftrnav
{
	text-align: center;
	padding-top: 35px;
}

#ftrnav ol
{
	list-style: none;
	font-weight: normal;
	font-size: 16px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

#ftrnav li
{
	display:inline;
	padding: 5px;
}

#ftrnav a {

 	text-decoration: none;
}

#ftrnav a:link, #ftrnav a:visited
{
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
	text-decoration: none;
}

#ftrnav a:hover
{
	color: #003399;
	text-decoration: underline;
}

#copyright
{
	padding-top: 20px;
	font-size: 14px;
	color: #C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
}

#mgwebdesign
{
	text-align: center;
	padding-top: 0px;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Tahoma;
	display: block;
	padding-top: 20px;
}

#mgwdLink a:link, #mgwdLink a:visited
{
	color: #B7B7B7;
}

#mgwdLink a:hover
{
	color: #0066CC;
}

