@charset "utf-8";

/* Town of Norfolk, Massachusetts */

/* print specific stylesheet */

body {
	font-family: Arial, Helvetica, sans-serif;
}

/* hide these items */

#emergency-notice, #social, #responsive-nav, #navigation, #banner, #banner-homepage, #action-buttons-overlay, #sidebar, #footer img {
	display: none;
}

a, a:visited {
	color: #0066CC;
}
a:hover {
	color: #CC6633;
	text-decoration: none;
}
a img {
	border: none;
	outline: none;
}
#header {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
}
#header, #header #logo {
	width: 100%;
	text-align: center;
}
#header #logo #town_seal  {
	height: 62px;
	width: auto;
}
#header #search {
	display: none;
	}
#footer {
	border-top-width: thin;
	border-top-style: solid;
	text-align: center;
	font-size: 75%;
}