/************************************************************
	RFMS Danville Print CSS
	Created:				08.03.2004
	Last Modified:	10.18.2004
	Author:					Lee Allen
************************************************************/

.villagename { text-transform : uppercase; }

ul#masthead { display : none; }

ul#navigation { display : none; }

p#footer_navigation { display : none; }

p.faqs_backtotop { display : none; }

img { border : solid 1px #000; }

div#container {
	width : 80%;
	text-align : left;
	margin : 0 auto;
}

div#browserwarning { display : none; }

body {
	text-align : center;
	font-family : helvetica, arial, sans-serif;
	color : #000;
	background-color : #fff;
}

a img { border : 0; }

a {
	text-decoration : none;
	color : #000;
}

a:link:after, a:visited:after {
	text-transform : lowercase;
	font-size : 80%;
	content : " (" attr(href) ") ";
}

a[href^="/"]:after { content: " (http://www.libertyvillageofdanville.com" attr(href) ") "; }

a[href^="#"]:after, a[href^="?"]:after { content: ""; }

