/* styles for the print view */

body {
	overflow: visible !important;
	overflow: auto;
	background-color: #FFF;
}

* {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 128.5%;
}

#slogan,
#leftCol,
#rightCol,
#footer {
	display: none;
}

#main {
	margin: 10px;
	text-align: left;
}

#head h1 a {
	display: block;
	text-indent: -9999px;
	width: 167px;
	height: 33px;
}

#head h1 img {
	position: absolute;
	left: 10px;
	top: 10px;
	border: none;
}

#midCol {
	position: relative;
	margin-top: 20px;
}
	
	#midCol #locator div,
	#midCol #locator h2 {
		font-weight: bold;
		color: #000;
		font-size: 12px;
		margin-bottom: 16px;
	}
	
	#midCol #locator h2 {
		margin-bottom: 19px;
		font-size: 11px;
	}

	#midCol .ctArea ul li {
		list-style: disc inside;
		background-image: none;
	}

.fce2Columns .fceRightCol {
	float: none;
}

