﻿@charset "UTF-8";
/* CSS Document */

#footer, #footerFullWidth {
	padding: 0 0 20px 0;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
#footer {
	margin:0 0 0 200px;
}
#footerFullWidth {
	margin:0;
}
#footer p, #footerFullWidth p {
	color: #fff;
	font-size: 12px;
	padding: 15px 20px;
	margin: 0;
} 
#footer a, #footerFullWidth a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover, #footerFullWidth a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer .gray, #footerFullWidth .gray {
	background: #666;
}
#footer .white, #footerFullWidth .white {
	color:#FFF;
}
#footer .orange, #footerFullWidth .orange {
	background: #FA702A;
}
#footer .copyright, #footerFullWidth .copyright {
	background:#FFF;
	color:#333;
	font-size:11px;
}
#footer .copyright a, #footerFullWidth .copyright a {
	color: #00367B;
	text-decoration: none;
}
#footer .copyright a:hover, #footerFullWidth .copyright a:hover {
	color: #00367B;
	text-decoration: underline;
}
#footer .footerItemImage1, #footerFullWidth .footerItemImage1 {
	width:40px;
	float:left;
	background:#FFF;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
}
#footer .footerItemImage2, #footerFullWidth .footerItemImage2 {
	width:80px;
	float:left;
	background:#FFF;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
}

#footer .footerItemText, #footerFullWidth .footerItemText {
	width:285px;
	float:left;
	background:#FFF;
	font-size:10px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0;
}
#footer #footerLogos, #footerFullWidth #footerLogos {
	margin-left:20px;
	width:760px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	color: #00367B;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #00367B;
}
img, a img {
	border:0;
}
.sidebarAd {
	padding: 0;
	margin: 0;
	width: 200px;
}
.shadow {
	background:url(http://www.yrcregional.com/images/shadow_bkgrd.jpg) repeat-x;
	padding: 20px 0 0 0;
	margin:0;
}
h2 {
	font-size: 16px;
	color: #000;
	font-weight: normal;
	background: url(/newpenn/images/greenBar.gif) no-repeat top left;
	padding: 0 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;

}
.sidebarContent {
	padding: 0 20px 10px 20px;
	margin: 0;
	width: 160px;
	font-size: 11px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
ul {
	padding-left: 15px;
	list-style-image: url(http://www.yrcregional.com/images/bullet.gif);
	margin-right:0;
	margin-left:0;
}
#header {
	margin: 0;
	padding: 0;
	background: #FFF;
	height: 70px;
}
.logoSecure {
	float:left;
	width: 240px;
	margin: 0;
	background: #FFF;
}
.family {
	float:left;
	width: 425px;
	margin: 0;
	padding-top: 25px;
	background-color:#fff;
}
.familyMenu{
margin:0;
padding: 0;
font: normal 12px Arial, Helvetica, sans-serif;
background-color: #FFF;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.familyMenu a.anchorclass{
text-decoration: none;
padding:3px 25px 2px 5px;
margin: 0;
border: 1px solid #999;
color: #000;
font-size: 12px;
background: #FFF url(http://www.yrcregional.com/images/down_yrcw_menu.gif) no-repeat 100% 50%;
}
.familyMenu a.anchorclass:hover{
text-decoration: none;
color: #000;

}

/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #999;
background-color: #FFF;
width: 250px;
font: normal 11px Arial, Arial, Helvetica, sans-serif;
line-height: 18px;
z-index: 10001; /* zIndex should be greater than that of shadow's below */
margin:-1px 0 0 0;
}

.anylinkcss ul.menu{
margin: 0;
padding: 0;
list-style-image: none;

}
.anylinkcss ul.menu li{
width: auto;
display: block;
padding: 0;
color: #000;
font-weight:normal;
font-size:11px;
text-indent: 0;
}
.anylinkcss ul.menu li.head{
width: auto;
display: block;
padding: 2px 5px;
color: #000;
font-weight:normal;
font-size:11px;
text-indent: 0;
}
.anylinkcss ul.menu li a{
width: auto;
display: block;
text-indent: 5px;
padding: 2px 5px;
text-decoration: none;
color: #000;
font-weight:normal;
font-size:11px;
line-height:14px;

}

.anylinkcss ul.menu li a:hover{ /*hover background color*/
background-color: #F2F2F2;
text-decoration: none;
color:#FA702A;

}
