
/* Banner styles */
#bannerImage { height: 74px; }
#bannerImage span {
	display: block;
	padding: 40px 0 0 9px;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 18pt;
	font-weight: normal;
	color: #fff;
}
#bannerImage, #bannerImage:hover { text-decoration: none; }

#transitDocTitle {
	position: absolute;
	z-index: 1;
	top: -57px;
	left: 0px;
	padding: 20px 0 13px 13px;
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 20pt;
	font-weight: normal;
	color: #fff;
}
#transitHeading { display: none; }

/* Content region style */
#contentWrap.contentWrapRC {
	background-repeat: repeat-y;
	background-image: url("/careers/resources/bg-sidebar.gif");
}
#bannerTrailer {
	background-repeat: no-repeat;
	background-position: top left;
}
#content {
	padding-top: 28px;
}
#content #rightcol { padding-top: 12px; }

/* Single text region page design */
#content #nocol {
	float: left;
	width: 603px;
}

/* Two column (main/right) page design */
#content #colmain {
	float: left;
	width: 603px;
}
#contentWrap.contentWrapRC #content #colmain { width: 443px; }
#content #colmain p { margin: 0 0 10px 0; }
#content #colmain a.heading { font-size: 120%; line-height: 1.5em; }
#content #colmain h3, #content #colmain h4, #content p.contentSubHead {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	line-height: 1em;
	margin: 10px 0 0 0;
}

/* Footer positioning */
#footer { padding-left: 162px; }
#footerSiteNav, #footerSiteNav a { color: #E97B00; }
#footerSiteNav a:hover { color: #C96B00; }

/* Profiles */
#content #colmain a.profileLink {
	float: left;
	display: block;
	width: 118px;
	height: 167px;
	border: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	font-size: 9pt;
	color: #000;
	line-height: 1.1em;
}
#content #colmain a.profileLink span { font-size: 8pt; }
#content #colmain a.profileLink:hover {
	color: #009fD9;
}
#content #colmain a.profileLink img {
	/*background-image: url("profile-bg-92.gif");*/
	background-repeat: no-repeat;
	padding: 9px 11px 26px 11px;
}

#content #colmain #profileImage {
	float: right;
	margin-top: 24px;
}
#content #colmain #profileImage img {
	background-image: url("profile-bg-150.gif");
	background-repeat: no-repeat;
	padding: 16px 30px 54px 20px;
	margin-left: 8px;
}
#content #colmain #map a { border: 0; }
