@charset "utf-8";
/* CSS Document */
#breadcrumb-outer {
	display: none;
}
/*
#breadcrumb-outer { clear: both; font-size: 0.8em; position: absolute; width: 980px; }
/* edit mode adjustment */
#breadcrumb-outer-edit {
	margin: 0 10px 30px 10px;
	top: 0;
}
#breadcrumb-inner {
	position: relative;
	top: 124px;
	overflow: hidden;
	color: #193b3d;
	background: #fff url("/EasySiteWeb/EasySite/StyleData/PA-Consulting-General/Images/bct-bkgr.gif") repeat-x left bottom;
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0 20px 0px 20px !important;
}
a.breadcrumb-link:link, a.breadcrumb-link:visited {
	color: #193b3d;
	text-decoration: none;
	text-transform: uppercase;
}
a.breadcrumb-link:hover, a.breadcrumb-link:active {
	text-decoration: underline;
}
.breadcrumb-link {
	color: #193b3d;
	text-decoration: none;
	text-transform: uppercase !important;
}
.BCTDelimiter {
	padding-left: 6px;
	padding-right: 6px;
	line-height: 1em;
	font-weight: bold;
	font-size: 1.1em;
	color: #e52b2e;
	background: #fff;
}
/*
.BCTDelimiter { padding-left: 3px; padding-right: 3px; line-height: 1em; font-weight: bold; font-size: 1.1em; position: relative; top: -1px; }
.BCTDelimiter { padding-left: 6px; padding-right: 6px; line-height: 1em; font-weight: bold; font-size: 1.1em; color: #e52b2e; background: #fff; }
*/