body {
	font: 0.9em 'Trebuchet MS', Arial, Helvetica, sans-serif;
	background: #e2e2e2;
	margin: 0;
}
h1 {
	font-size: 1.3em;
	color: #066c2b;
}
h2 {
	font-size: 1.1em;
	color: #066c2b;
}
h3 {
	font-size: 1em;
	color: #066c2b;
}
a {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
}
.read_more {
	float: right;
}
#header_contain {
	background: #ffffff;
}
#header {
	width: 880px;
	margin: auto;
	padding: 15px 0 0;
}
#menu_contain {
	background: #e2e2e2;
}
#menu {
	width: 860px;
	margin: auto;
	padding: 5px 10px;
	height: 33px;
	background: #646263;
	text-align: center;
}
#outer_contain {
	background: #ffffff;
}
#outer {
	width: 880px;
	margin: auto;
	background: #ffffff;
}
#container {
	padding: 10px;
}
.col_1 {
	float: left;
	width: 590px;
	padding: 0 10px 0 0;
	border-right: 1px solid #82b595;
}
.col_2 {
	float: left;
	width: 250px;
	border-left: 1px solid #82b595;
	padding: 0 0 0 9px;
	margin: 0 0 0 -1px;
}
#footer_contain {
	padding: 10px 0;
	background: #e2e2e2;
}
#footer {
	color: #A4A4A4;
	font-size: 0.8em;
	width: 860px;
	height: 100px;
	background-image: url(/_images/layout/footer.jpg);
	background-repeat: no-repeat;
	margin: auto;
	padding: 10px;
}
#footer a {
	color: #A4A4A4;
}
.clear {
	clear: both;
}
#menulist .link a {
	display: inline-block;
	padding: 5px 10px;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.lbgl {
	float: left;
	width: 3px;
	height: 31px;
}
.lbgm {
	float: left;
	height: 31px;
}
.lbgr {
	float: left;
	width: 3px;
	height: 31px;
}
.link:hover .lbgl {
	background-image: url(/_images/layout/mi_left.jpg);
	background-repeat: no-repeat;
}
.link:hover .lbgm {
	background-image: url(/_images/layout/mi_middle.jpg);
	background-repeat: repeat-x;
}
.link:hover .lbgr {
	background-image: url(/_images/layout/mi_right.jpg);
	background-repeat: no-repeat;
}
#contact_form input, #contact_form textarea {
	width: 300px;
}
#contact_form #submit {
	width: auto;
}
#home .home,
#services .services,
#environment .environment,
#health .health,
#training .training,
#customer .customer,
#contact .contact,
#careers .careers {
	background-image: url(/_images/layout/arrow.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 10px;
}
#home .homea:hover .home,
#services .servicesa:hover .services,
#environment .environmenta:hover .environment,
#health .healtha:hover .health,
#training .traininga:hover .training,
#customer .customera:hover .customer,
#contact .contacta:hover .contact,
#careers .careersa:hover .careers {
	background-image: url(/_images/layout/arrow_h.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 10px;
}
.services_dropdown {
	visibility: hidden;
	height: 0px;
}
.servicesa:hover .services_dropdown {
	visibility: visible;
	position: relative;
	width: 270px;
	top: -4px;
	left: 60px;
}
#menulist .link .services_dropdown a {
	display: block;
	background: #646263;
	text-align: left;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 1px 10px;
	font-size: 0.9em;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#menulist .link .services_dropdown a:hover {
	background: #F2F2F2;
	color: #000000;
}
#menulist .link .services_dropdown a.top_s {
	visibility: hidden;
}