@charset "utf-8";
/* Styles for the Directions page */

#header #mainLogo, #header #mainNav, body.directions #mainContent #pick, #footer {
	display: none;
}

body.directions #mainContent {
	background: url(../gfx/bkgnd_drv.jpg) 0px 20px no-repeat;
}

body.directions #mainContent #content {
	position: absolute;
	top: 10px;
	left: 0;
	width: 5in;
	height: auto;
	padding: 0 0 0 4px;
}

body.directions #mainContent #content h1 {
	margin-top: 5em;
	font-size: 12px;
	text-transform: capitalize;
	color: #000;
}

body.directions #mainContent #content ul {
	margin-left: 13px;
	color: #000;
}
	
body.directions #mainContent #content p {
	color: #000;
	font-size: 12px;
	margin: .3em 0;
}


/* Print Styles for the Directions page */

.print {
	display: block;
}
