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

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

body.directions #mainContent #content {
	position: absolute;
	top: 20px;
	left: 0;
	width: 203px;
	height: 430px;
	padding: 20px;
}

body.directions #mainContent #content h1 {
	font-size: 11px;
	text-transform: capitalize;
	color: #D09143;
}

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

body.directions #mainContent #pick {
	position: absolute;
	top: 422px;
	left: 20px;
	font-size: 11px;
	text-transform: uppercase;
	z-index: 5;
}

body.directions #mainContent a.back {
	position: absolute;
	top: 450px;
	left: 20px;
	font-size: 11px;
	text-transform: uppercase;
	z-index: 6;
}

a.ovr {
	color:#D09143;
}

/* Print Styles for the Directions page */

.print {
	display: none;
}
