/* Print Style Sheet */
@media print {
	body { background:white; color:black; margin:0 }

	#printheader {
		display: block;
		visibility: visible;
		font-size: 14pt;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		width: auto;
		padding-bottom: 30px;
	}
	
	#blurb {
		display: none;
	}

	img {
		page-break-inside:avoid; 
		page-break-after:avoid;
	}

	a {
		color: #660000;
		text-decoration: underline;
		font-size:11px;
	}
	#map {
		width: 535px;
		height: 400px;
		top: 0px;
		right: 0px;
		position: absolute;
		visibility: visible;
	}
	#directions {
	        width: 95%;
	        left: 0px;
	        top: 0px;
	        right: 0px;
	        bottom: 0px;
	        visibility: visible;
	        display: block;
	}
	#navbar {
		display: none;
	}
	#header {
		display: none;
	}
	#content {
		font-weight: normal;
		width: auto;
		margin: auto;
		position: relative;
		height: auto;
		visibility: visible;
	}
	h1 {
		color: #660000;
		font-size: 14pt;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		text-align: left;
		width: auto;
		margin: auto;
		position: relative;
		visibility: visible;
	     	page-break-after:avoid; 
	    	page-break-inside:avoid;
	}
	h2, h3 {
		color: #660000;
		font-size: 13pt;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		text-align: left;
		height: auto;
		width: auto;
		margin: auto;
		position: relative;
		visibility: visible;
	     	page-break-after:avoid; 
	    	page-break-inside:avoid;
	}
	p {
		float:none; 
		width:auto;
		color: #333;
		font-size: 14px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
		width: auto;
		margin: auto;
		position: relative;
		visibility: visible;
		padding-bottom: 15px;
		padding-left: 15px;
	}
	.lgpawdiv {
		display: none;
	}
	#infobar {
		display: none;
	}
	.smtextblock {
		display: none;
	}
	.smpawdiv {
		display: none;
	}
	#footer {
		display: none;
	}

	#nav, #nav ul {
		display: none;
	}


}