@charset "UTF-8";
/* CSS Document */


/* remove backgrounds */


body {
	background-color: #fff;
	color: #000;
}
#wrapper {
	background: none;
}
#footer {
	display: none;
}
*html #photo-flash {
	margin-right: 34px;
}


/* text override styles */


.locations {
	color: #000;
}
.city {
	color: #000;
}


/* link override styles */


a.directions {
	color: #000;
}
a.directions:visited {
	color: #000;
}

a.webmaster {
	color: #000;
}
a.webmaster:visited {
	color: #000;
}


/* nav bar override styles */


#nav li {
	margin-bottom: 0;
	border-bottom: 1px solid #854839;
}


/* opera 10 hack to make nav bar text show up black when printing */


@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
	#nav a {
	color: #000;
}
}


/* table styles */


.second-table {
	page-break-before: always;
}


/* div repositioning */


#locations {
	position: relative;
	top: 75px;
}
