#MAIN_CONTENT_CAREERS {
	width: 759px;
	position: relative;
	left: 50px;
	margin-top: 0px;
	overflow: hidden;
}
#CAREERS_HEADER {
	height: 175px;
	width: 759px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	position: relative;
	background-image: url(images/career_header.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}
#CAREERS_CONTENT {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	padding-top: 10px;
	position: relative;
	width: 749px;
	font-size: 12px;
	font-weight: normal;
	color: #333;
	overflow: hidden;
}
.CAREERS_CONTENT a:link {
	text-decoration:underline;
	color:#333;
}
.CAREERS_CONTENT a:active {
	text-decoration:underline;
	color:#ccc;
}
.CAREERS_CONTENT a:visited {
	text-decoration:underline;
	color:#333;
}
.CAREERS_CONTENT a:hover {
	text-decoration:underline;
	color:#ccc;
}
.CAREERS_CONTENT h1 {
	color:#9f0010;
	font-size:24px;
	margin-bottom:3px;
	margin-top:3px;
	padding:0px;
	font-weight: bold;
}
.CAREERS_CONTENT h2 {
	color:#333;
	font-size:18px;
	margin-bottom:2px;
	margin-top:2px;
	padding:0px;
	font-style:italic;
	font-weight: bold;
}
.CAREERS_CONTENT li {
	color:#333;
	font-size:12px;
	margin:0px;
	padding-right: 5px;
}
#PROD_SIDE_BOTTOM_AREA {
	display: block;
	float: left;
	height: 100%;
	width: 170px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #9f0010;
	position: relative;
	margin-bottom: 5px;
	background-color: #FFF;
	background-image: url(../Products/images/white.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: none;
}
