/*	NFIB Print Stylesheet
	Author:Brad Graham (bgraham@matrixgroup.net)
	Created:9/2008
----------------------------------------------------*/
body { background:white; font-size:12pt; line-height:18pt; }

/* For hiding sections that need not be printed */
#search-box, #util, #date, #nav, #skipLinks, .geo, #sidebar, #footer, .arrow-link, #dnn_topicsFeature ul, #breadcrumbs, #subnav, #switcher, #tab-navigation, #tabContainer, #next-prev, #cal-view, .arrow-link { display:none !important; }
/* For resetting things to be printed */
body, #body-inner, #wrapper, #container, #main { float:none !important; width:auto !important; margin:0 !important; padding:0 !important; color:black; background:transparent; }

a:link, a:visited { color:#520; background:transparent; font-weight:bold; text-decoration:underline; }
#main a[href]:after, #footer a[href]:after { content:" (" attr(href) ") "; font-size:85%; }
#main a[href^="/"]:after, #footer a[href^="/"]:after { content:" (http://www.nfib.com" attr(href) ") "; font-size:85%; }

/* personalize */
h1 { margin-bottom:0; }
p { margin-top:0; }
h2 { border-bottom:1px dotted #aaa; }
ul, ol { list-style-type:circle; }