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

#slideshow {
	width: 749px;
	height: 147px;
	overflow: hidden;
	border-top: 0px solid #fff;
}
#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
	width: 749px;
	height: 147px;
}
#wrapper #sitePath {
	background-image: url(images/path-bg.jpg);
	background-repeat: repeat-x;
	height: 35px;
	vertical-align: middle;
}
#wrapper #sitePath .pathway {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #FFFFFF;
	vertical-align: middle;
	line-height: 3em;
	padding-left: 10px;
}

