@charset "utf-8";
/* CSS Document */
@media all {
#footer-outer {
	clear: both;
	padding: 0px 20px 0px 20px;
	font-size: 0.8em;
	/*margin-right: 310px;*/
}
#footer-inner {
	width: 100%;
	overflow: hidden;
	background: #fff url("/EasySiteWeb/EasySite/StyleData/PA-Consulting-General/Images/bct-bkgr.gif") repeat-x left bottom;
	padding-bottom: 6px;
}
#footer-alpha-outer {
	/*display: none;*/
}
#footer-alpha-inner {
}
#footer-beta-outer {
	clear: none;
	font-size: 0.94em;
	color: #999;
	float: left;
}
#footer-beta-inner {
	width: 100%;
}
.footer-links {
	color: #fff;
}
#footer-inner ul {
	padding: 0;
	margin: 0;
}
#footer-inner ul li {
	float: right;
	clear: none;
	list-style-type: none;
	color: #062426;
}
#footer-beta-inner ul {
	padding: 0;
	margin: 0;
}
#footer-beta-inner ul li {
	float: left;
	padding: 2px 2px 2px 0px;
}
.footer-link:link, .footer-link:visited {
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	color: #062426;
	float: left;
	clear: none;
	display: block;
	margin: 0 0 0 12px;
	width: 120px;
	border: 1px solid #acbabb;
	padding: 2px 2px 2px 10px;
	background: #fff url("/EasySiteWeb/EasySite/StyleData/PA-Consulting-General/Images/icon-arrow.gif") no-repeat 3px 5px;
}
.footer-link:hover, .footer-link:active {
	text-decoration: none;
	color: #062426;
}
.footer-link2:link, .footer-link2:visited {
	text-decoration: none;
	color: #062426;
	margin: 0;
	border-left: 1px solid #acbabb;
	padding: 0 2px 0 4px;
	background: #fff;
}
.footer-link2:hover, .footer-link2:active {
	text-decoration: none;
	color: #062426;
}
.tagline {
	text-align: right;
	float: right;
	width: 49%;
}
.tagline-link:link, .tagline-link:visited {
	color: #999;
}
.tagline-link:hover, .tagline-link:active {
	color: #999;
}
.copyright {
	float: left;
	width: 355px;
	color: #193b3d;
}
}
@media print {
/* print friendly */
#footer-outer {
	padding: 0px;
	margin: 0px;
}
}
