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

#footer { 
	position: relative;
	clear:both;
	margin: 0px;
	padding: 0px;
	height: 80px;
	background: url(../images/FOOTER_BG.gif) repeat-x 0px 0px;
}

#footer p#webaddress {
	margin: 0px;
	padding: 6px 0px 0px 20px;
	font-size: 15px;
	color: #fff;
}

#footer p#webaddress a:link { margin: 0px; padding: 0px; color: #b0dad2; text-decoration: none; }
#footer p#webaddress a:visited { margin: 0px; padding: 0px; color: #b0dad2; text-decoration: none; }
#footer p#webaddress a:hover { margin: 0px; padding: 0px; color: #fff; text-decoration: none; }
#footer p#webaddress a:active { margin: 0px; padding: 0px; color: #b0dad2; text-decoration: none; }

#footer p#footertext {
	margin: 0px;
	padding: 12px 0px 0px 20px;
	color: #6b6b6b;
	font-size: 10px;
	line-height: 1.6em;
}

#footer p#footertext a:link { margin: 0px;	padding: 0px; color: #1c765f; text-decoration: underline; }
#footer p#footertext a:visited { margin: 0px;	padding: 0px; color: #1c765f; text-decoration: underline; }
#footer p#footertext a:hover { margin: 0px;	padding: 0px; color: #1c765f; text-decoration: none; }
#footer p#footertext a:active { margin: 0px;	padding: 0px; color: #1c765f; text-decoration: underline; }