@charset "UTF-8";
/* CSS Document to handle page printouts */


/* First thing to do is to take out all of the screen specific stuff */
#banner, #subBanner, #menubar, #menuNav, #photoButtonOne, #mapstartpoint, #screenpara, #photoButtonTwo, #siteFooter {
	display:none;
}

.screenPara {
	display:none;
}

/* Then we need to sort out elements that specifically appear on the directions page */

#mapDownloadIcon {
	display:none;
}

.googleTableHeader {
	display:none;
}

#map_canvas {
	}
	
a {
text-decoration:none;
color:#000000;
}



  
