/* CSS Document */

#main {
	float: left;
	width: 733px;
	height: auto;
	background-image: url(../images/backs_careers_home.jpg);
	background-color: #fff;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
#footer {
	width: 1080px;
	height: 103px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	float: left;
}
#careernav {
	width: 360px;
	height: 23px;
	position: absolute;
	top: 132px;
	left: 355px;
}
.content_career {
	width: 100%;
	position: relative;
	top: 160px;
}
.titles {
	font-family: "Myriad Pro", "Arial";
	color: #363a7d;
	font-weight: bold;
}
.subtitle {
	font-family: "Myriad Pro", "Arial";
	color: #363a7d;
	font-weight: bold;
	font-size: 14px;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.textlink, a.textlink:link, a.textlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}

a.textlink:hover  {

	color: #000000;

}
.careerlink, a.careerlink:link, a.careerlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}

a.careerlink:hover  {

	color: #000000;

}



