@charset "utf-8";
/* CSS Document */


/*SITE DEFAULT LINKS*****************************************/

a:link{
	color:#008bb3;
	text-decoration:none;
}
a:visited{
	color:#008bb3;
	text-decoration:none;
}
a:hover{
	color:#008bb3;
	text-decoration:none;
	border-bottom:#008bb3 1px dotted;
}
a:active{
	color:#008bb3;
	text-decoration:none;
}

/*SIDEBAR LINKS*******************************************/

.twoColFixLtHdr #sidebar1 a:link{
	color:#fff;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 a:visited{
	color:#fff;
	text-decoration:none;
}
.twoColFixLtHdr #sidebar1 a:hover{
	color:#BCD350;
	text-decoration:none;
	border-bottom:none;
}
.twoColFixLtHdr #sidebar1 a:active{
	color:#fff;
	text-decoration:none;
}

.twoColFixLtHdr #mainContent ul.sightings-img-list a:link{
	margin-
	color:#fff;
	text-decoration:none;
	border-bottom:none;
}
.twoColFixLtHdr #mainContent ul.sightings-img-list a:visited{
	color:#fff;
	text-decoration:none;
	border-bottom:none;
}
.twoColFixLtHdr #mainContent ul.sightings-img-list a:hover{
	color:#fff;
	text-decoration:none;
	border-bottom:none;
}
.twoColFixLtHdr #mainContent ul.sightings-img-list a:active{
	color:#fff;
	text-decoration:none;
	border-bottom:none;
}


/*Cool Box LINKS********************************************/

.cool-box-left a:link{
	color:#fff;
	text-decoration:none;
}
.cool-box-left a:visited{
	color:#fff;
	text-decoration:none;
}
.cool-box-left a:hover{
	color:#fff;
	text-decoration:none;
	border-bottom:#fff 1px dotted;
}
.cool-box-left a:active{
	color:#fff;
	text-decoration:none;
}

#download-sightings a{
	color:#fff;
	text-decoration:none;
	border-bottom:none;
}


/*FOOTER LINKS********************************************/

#footer a:link{
	color:#959595;
	text-decoration:none;
}
#footer a:visited{
	color:#959595;
	text-decoration:none;
}
#footer a:hover{
	color:#008bb3;
	text-decoration:none;
	border-bottom:#008bb3 1px dotted;
}
#footer a:active{
	color:#959595;
	text-decoration:none;
}