/* ============================================================================= */
/*                           TOP NAVIGATION                                      */
/* ============================================================================= */

#hdrnavtxt
{
	padding-right: 0;
	padding-top:10px;
	text-align:left;
}

#hdrnav
{
	padding-left: 0;
	text-align: left;
	height: 40px;
	background-color: #6F824A;
}

#hdrnav ol
{
	list-style: none;
	font-weight: normal;
	font-size: 14px;
	color: #a9a9a9;
	font-family: Arial, Helvetica, sans-serif;
}

#hdrnav li
{
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right:2px;
	padding-left:2px;
	display:inline;
}

#hdrnav a {

	border-top-width: 0px;
 	text-decoration: none;
}

#hdrnav a:link, #hdrnav a:visited
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
}

#hdrnav a:hover
{
	color: #ccff33;
}

/* ============================================================================= */
/*                            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;}
*/ 


#zMainGraphic a:link, a:visited
{
    color: #CC3300;
    text-decoration: none;
}

#zMainGraphic a:hover
{
    color: #CC3300;
    text-decoration: none;
    font-size: 12px;
}


a:link, a:visited
{
	color: #666666;
	text-decoration:none;
}

a:hover
{
	color: #009933;
	text-decoration: underline;
}




/* ============================================================================= */
/*                            Main Feature Text Navigation                       */
/* ============================================================================= */

/*
a:link {text-decoration: none}
a:visited {text-decoration: none;}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: red;}
*/ 

#txtFeature a:link, #txtFeature a:visited
{
	color: #99FF33;
	text-decoration: none;
}

#txtFeature a:hover
{
	color: #F7DA11;
	text-decoration: underline;
}


/* ============================================================================= */
/*                            Footer NAVIGATION PANEL                            */
/* ============================================================================= */

#ftrnav
{
	float:right;
	padding-top:32px;
	padding-right:30px;
	text-align:right;
	height:147px;
}

#ftrnav ol
{
	list-style: none;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#ftrnav li
{
	display:block;
}

#ftrnav a {

 	text-decoration: none;
	font-size: 14px;
}

#ftrnav a:link, #ftrnav a:visited
{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial;
	text-decoration: none;
}

#ftrnav a:hover
{
	color: #CC3300;
}


#Copyright
{
	float: left;
	text-align: left;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 14px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

#mgwebdesign
{
	float: right;
	padding-top: 20px;
	padding-right: 40px;
	font-weight: normal;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Tahoma;
}

#mgwebdesign a
{
	color: #FFFFFF;
	display: block;
}

