@charset "utf-8";
/* CSS Document */

a:link{
	text-decoration:none;
	color:#3f4c6b;
}
a:visited{
	text-decoration:none;
	color:#3f4c6b;
}
a:hover{
	text-decoration:none;
	color:#900;
	border-bottom:#900 1px dotted;
}
a:active{
	text-decoration:none;
	color:#3f4c6b;
}

/*Begin Navigation Global Hover Styles*************************************************/
#nav a:link{
	padding:70px 5px 10px 5px;
	text-decoration:none;
	color:#fff;
}
#nav a:visited{
	padding:70px 5px 10px 5px;
	text-decoration:none;
	color:#fff;
}
#nav a:hover{
	padding:70px 5px 10px 5px;
	text-decoration:none;
	color:#fff;
	background-image:url(../images/nav-hover-bg.jpg);
	background-repeat:repeat;
	border-bottom:none;
}
#nav a:active{
	padding:70px 5px 10px 5px;
	text-decoration:none;
	color:#fff;
}


/*Begin Navigation (Focus)*************************************************/
#nav a.nav-has-focus:link{
	padding:70px 5px 10px 5px;
	text-decoration:none;
	color:#fff;
	background-image:url(../images/nav-hover-bg.jpg);
	background-repeat:repeat;
}
#nav a.nav-has-focus:visited{
	padding:70px 5px 10px 5px;
	text-decoration:none;
	color:#fff;
	background-image:url(../images/nav-hover-bg.jpg);
	background-repeat:repeat;
}
#nav a.nav-has-focus:hover{
	padding:70px 5px 10px 5px;
	text-decoration:none;
	color:#fff;
	background-image:url(../images/nav-hover-bg.jpg);
	background-repeat:repeat;
	border-bottom:none;
}
#nav a.nav-has-focus:active{
	padding:70px 5px 10px 5px;
	text-decoration:none;
	color:#fff;
	background-image:url(../images/nav-hover-bg.jpg);
	background-repeat:repeat;
}



#sidebar a:link{
	text-decoration:none;
	color:#464646;
}
#sidebar a:visited{
	text-decoration:none;
	color:#464646;
}
#sidebar a:hover{
	text-decoration:none;
	color:#900;
	border-bottom:#900 1px dotted;
}
#sidebar a:active{
	text-decoration:none;
	color:#464646;
}


#footer a:link{
	text-decoration:none;
	color:#464646;
}
#footer a:visited{
	text-decoration:none;
	color:#464646;
}
#footer a:hover{
	text-decoration:none;
	color:#900;
	border-bottom:#900 1px dotted;
}
#footer a:active{
	text-decoration:none;
	color:#464646;
}
