@charset "utf-8";
/* CSS Document */

a:link{
	color:#0066CC;
	text-decoration:none;
}

a:visited{
	color:#0066CC;
	text-decoration:none;
}

a:hover{
	color:#640324;
	text-decoration:none;
	border-bottom:#640324 1px dotted;
}

a:active{
	color:#0066CC;
	text-decoration:none;
	border-bottom:#6dcff6 1px dotted;
}
/*Begin Footer Link Styles*/
#footer a:link{
	color:#000;
	text-decoration:none;
	border-bottom:none;
	font-size:12px;
}

#footer a:visited{
	color:#000;
	text-decoration:none;
	border-bottom:none;
	font-size:12px;
}

#footer a:hover{
	color:#640324;
	text-decoration:underline;
	border-bottom:none;
	font-size:12px;
}

#footer a:active{
	color:#000;
	text-decoration:none;
	border-bottom:none;
	font-size:12px;
}

/*Begin Alternate-Home Page Footer Link Styles*/

#home-footer a:link{
	color:#000;
	text-decoration:none;
	border-bottom:none;
	font-size:11px;
}

#home-footer a:visited{
	color:#000;
	text-decoration:none;
	border-bottom:none;
	font-size:11px;
}
#home-footer a:hover{
	color:#000;
	text-decoration:none;
	border-bottom:none;
	font-size:11px;
}

#home-footer a:active{
	color:#000;
	text-decoration:none;
	border-bottom:none;
	font-size:11px;
}
.footer-nav a:link{
	color:#000;
	text-decoration:none;
	border-bottom:none;
	font-size:11px;
}

.footer-nav a:visited{
	color:#000;
	text-decoration:none;
	border-bottom:none;
	font-size:11px;
}
.footer-nav a:hover{
	color:#640324;
	text-decoration:underline;
	border-bottom:none;
	font-size:11px;
}

.footer-nav a:active{
	color:#000;
	text-decoration:none;
	border-bottom:none;
	font-size:11px;
}
/*End Alternate-Home Page Footer Link Styles*/

/*Begin Alternate-Disclaimer Page Footer Link Styles*/

#disclaimer a:link{
	color:#000;
	text-decoration:none;
	border-bottom:none;
	font-size:10px;
}

#disclaimer a:visited{
	color:#000;
	text-decoration:none;
	border-bottom:none;
	font-size:10px;
}
#disclaimer a:hover{
	color:#000;
	text-decoration:none;
	border-bottom:none;
	font-size:10px;
}

#disclaimer a:active{
	color:#000;
	text-decoration:none;
	border-bottom:none;
	font-size:10px;
}

/*End Alternate-Disclaimer Footer Link Styles*/

#home-footer a:active{
	color:#000;
	text-decoration:none;
	border-bottom:none;
	font-size:12px;
}
#footer a.footer-box-link-icon:link{
	padding:0px 0px 0px 20px;
	background-image:url(../images/box-icon.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#0066CC;
	text-decoration:none;
	border-bottom:none;
}

#footer a.footer-box-link-icon:visited{
	padding:0px 0px 0px 20px;
	background-image:url(../images/box-icon.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#0066CC;
	text-decoration:none;
	border-bottom:none;
}

#footer a.footer-box-link-icon:hover{
	padding:0px 0px 0px 20px;
	background-image:url(../images/box-icon.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#640324;
	text-decoration:underline;
	border-bottom:none;
}

#footer a.footer-box-link-icon:active{
	padding:0px 0px 0px 20px;
	background-image:url(../images/box-icon.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#0066CC;
	text-decoration:none;
	border-bottom:none;
}


#footer a.footer-page-link-icon:link{
	padding:0px 0px 0px 20px;
	background-image:url(../images/page-icon.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#0066CC;
	text-decoration:none;
	border-bottom:none;
}

#footer a.footer-page-link-icon:visited{
	padding:0px 0px 0px 20px;
	background-image:url(../images/page-icon.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#0066CC;
	text-decoration:none;
	border-bottom:none;
}

#footer a.footer-page-link-icon:hover{
	padding:0px 0px 0px 20px;
	background-image:url(../images/page-icon.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#640324;
	text-decoration:underline;
	border-bottom:none;
}

#footer a.footer-page-link-icon:active{
	padding:0px 0px 0px 20px;
	background-image:url(../images/page-icon.png);
	background-position:left;
	background-repeat:no-repeat;
	color:#0066CC;
	text-decoration:none;
	border-bottom:none;
}

ul.3-col-list {
	width:200px;
	float:left;
}
ul.3-col-list li{
	width:150px;
	float:left;
}

a:link img, a:hover img, a:active img, a:visited img {border:none; text-decoration:none;}
