/* This document contains all style definitions relating to navigation or links */

/* Main Top Nav Links */
a.navLink:link, a.navLink:visited, a.navLink:hover, a.navLink:active{
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-left:30px;
	text-decoration:none;
}

a.navLink:link{
	background-image:url(../Images/navIcon_red.gif);
}

a.navLink:visited{
	background-image:url(../Images/navIcon_red.gif);
}

a.navLink:hover{
	background-image:url(../Images/navIcon_green.gif);
}

a.navLink:active{
	background-image:url(../Images/navIcon_red.gif);
}
/* This class removes the icon from the home link  */
a.navLink:first-child{
	background-image:none;
}
/* This class is used to show the current page on the nav bar */
a.navLinkSelected:link, a.navLinkSelected:visited, a.navLinkSelected:hover, a.navLinkSelected:active{
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:20px;
	margin-left:30px;
	text-decoration:none;
	background-image:url(../Images/navIcon_green.gif);	
}

/* Red Link used on homepage */
a.redLink:link{
	color:#cc3333;
	text-decoration:none;
}
a.redLink:visited{
	color:#cc3333;
	text-decoration:none;
}
a.redLink:hover{
	color:#cc3333;
	text-decoration:none;
}
a.redLink:active{
	color:#cc3333;
	text-decoration:none;
}


/* Right hand column - News Links */
a:link {
	color:#cc3333;
	font-weight:bold;
	text-decoration:underline;
}
a:visited{
	color:#cc3333;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{
	color:#008193;
	font-weight:bold;
	text-decoration:none;
}
a:active{
	color:#cc3333;
	font-weight:bold;
	text-decoration:underline;
}

a.newsLink:link {
	color:#cc3333;
	font-weight:bold;
	text-decoration:underline;
}
a.newsLink:visited{
	color:#cc3333;
	font-weight:bold;
	text-decoration:underline;
}
a.newsLink:hover{
	color:#cc3333;
	font-weight:bold;
	text-decoration:none;
}
a.newsLink:active{
	color:#cc3333;
	font-weight:bold;
	text-decoration:underline;
}

a.footerLink:link {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
a.footerLink:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
a.footerLink:hover{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
a.footerLink:active{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}

