body {
	margin: 0;
	padding: 0;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat;
	background-position: top left;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 0.8em;
	line-height: 1.2;
	color: #FBC200;
}
#container {
	width: 730px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #16378A;
}
#header {
	padding: 0;
	margin: 0;
}
#header_contact {
	margin: 0;
	padding: 2px 0;
	background-image: url(images/silverbar_fade_bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	text-align: center;
	color: #000;
}
#header_contact a {
	color: #000;
	text-decoration: none;
}
#header_contact a:hover {
	color: #E80023;
	text-decoration: none;
}
#header_contact a.selected {
	color: #E80023;
	text-decoration: none;
}
#home_footer {
	margin: 0;
	padding: 6px 0;
	background-image: url(images/silverbar_fade_bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	text-align: center;
	color: #000;
}
#content {
	margin: 0;
	padding: 10px 10px 10px 15px;
	margin-left: 125px;
}
#content a {
	color: #FBC200;
	text-decoration: underline;
}
#content a:hover {
	color: #FBC200;
	text-decoration: none;
}
#logo_sm {
	margin-top: 10px;
}
h1 {
	font-size: 135%;
	color: #FBC200;
	margin-bottom: 30px;
}
.intro {
	font-size: 110%;
}
.quality {
	background-image: url(images/quality_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.indent {
	margin-left: 20px;
}
.engineering {
	margin-left: 125px;
	padding: 2px 5px;
	background-color: #818386;
	color: #16378A;
}
.engineering table.eng {
	background-color: #ADAFB2;
	width: 100%;
	text-align: center;
	font-size: 90%;
}
.engineering table.eng2 {
	width: 100%;
	text-align: center;
	font-size: 90%;
}
.contact_info {
	width: 200px;
	float: left;
}
.contact_form {
	margin-left: 200px;
}
label {
  float: left;
  width: 100px;
  margin-right: 6px;
  padding-top: 4px;
  text-align: right;
}
input, select, textarea {
	margin-bottom: 2px;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 100%;
}
.white {
	color: #fff;
}
#sidebar {
	float: left;
	width: 125px;
	margin: 0;
	padding: 0;
	background-image: url(images/sidebar_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
}
#menu {
	list-style-type: none;
	margin: 20px 10px 10px 15px;
	padding: 0;
	height: 350px;
}
#menu li {
	margin: 10px 0;
}
#menu li a {
	color: #818386;
	text-decoration: none;
}
#menu li a:hover {
	color: #FBC200;
}
#menu li.selected a {
	color: #FBC200;
}
#footer {
	clear: both;
	padding: 5px 0;
	margin: 0;
	color: #818386;
	text-align: center;
}
#footer a {
	color: #818386;
	text-decoration: none;
}
#footer a:hover {
	color: #FBC200;
	text-decoration: none;
}
#footer_contact {
	font-size: 90%;
	font-weight: bold;
}
#copyright {
	font-size: 80%;
	font-weight: bold;
}
