/* mtools default styles */

#header {
  height: 194px;
	background: url(/images/header.jpg) center no-repeat;
}

#body {
	padding: 0 20px 20px 20px;
}

#career {
	border: 0px none;
	background: #eaeaea;
	padding: 0px;

	height: 168px;
	position: absolute;
	bottom: 0;

}
#career_left {
	float: left;
}

#career_right {
	float: right;
	width: 286px;
	padding: 0px 13px;
}
#career_right h2 {
	color: #5a4b4b;
}

#body_content {
	float: left;
	width: 415px;
	position: relative;
	height: 470px;
	padding-bottom: 150px;
}

#body_content_right {
	float: right;
	width: 404px;
	background: #eaeaea;
	padding: 15px 15px 0px 15px;
}
#body_content_right ul {
	padding-left: 18px;
	margin-bottom: 18px;
}

#body_content_right img {
	margin: 0 0 -20px -15px;
}
#body_content_right .home_image {
	margin-top: 44px;
}
#body_content_right a.lightbox {
	line-height: 1em;
	background: none;
	color: none;
	text-decoration: none;
	padding: 0px;
}

/* place styles relevant to only the homepage here */