/*
font-family: Georgia, "Times New Roman", Times, serif;
font-family: Arial, Helvetica, sans-serif;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
*/
body {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background-color: #e3e3e3; */
	color: #363636;
	background-image: url(images/body_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}
img, a img {
	border: none;
}
.handcursor {
	cursor: hand;
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #153670;
	text-decoration: none;
}
a:hover {
	color: #153670;
	text-decoration: underline;
}	
a.doubleul {
	border-bottom: 3px double #153670;
}
a.doubleul:hover {
	border-bottom: none;
	text-decoration: none;
}
p {
	margin: 0;
	color: #363636;
	line-height: 17px;
	padding: 0px 0px 10px 0px;
}
ul {
	list-style-type: none;
	list-style-image: url(images/check.jpg);
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-left: 0px;
	color: #323232;
}
ul ul {
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
li {
	padding-bottom: 5px;
}
td {
	vertical-align: top;
}
h1 {
	color: #9d430d;
	font-weight: normal;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
h2 {
	color: #9d430d;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.error {
	color: #ed2724;
}
.ext {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}
#header {
	min-height: 137px;
	background-image: url(images/header_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width: 828px;
	margin: 0 auto;
}
#logo {
	padding-top: 7px;
	float: left;
	padding-left: 25px;
}
#phone_btn {
	background-image: url(images/header_ph_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	float: right;
	height: 53px;
	width: 179px;
	margin-top: 42px;
	margin-right: 65px;
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
}
#main_nav {
	height: 32px;
	text-align: center;
	background-image: url(images/main_nav_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	width: 828px;
	margin: 0 auto;
}
#main_nav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#main_nav li {
	display: inline;
	padding-right: 10px;
	padding-left: 0px;
	margin: 0px;
	float: left;
}
#main_nav a {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	margin-top: 7px;
	padding-top: 2px;
	float: left;
}
#services a {
	width: 111px;
	height: 20px;
	text-decoration: none;
	display: block;
}
#services a:hover {
	background-image: url(images/services_on.jpg);
	background-repeat: no-repeat;
}
#services a.on {
	background-image: url(images/services_on.jpg);
	background-repeat: no-repeat;
}
#industries a {
	width: 183px;
	height: 20px;
	text-decoration: none;
	display: block;
}
#industries a:hover {
	background-image: url(images/industries_on.jpg);
	background-repeat: no-repeat;
}
#industries a.on {
	background-image: url(images/industries_on.jpg);
	background-repeat: no-repeat;
}
#safety a {
	width: 158px;
	height: 20px;
	text-decoration: none;
	display: block;
}
#safety a:hover {
	background-image: url(images/safety_on.jpg);
	background-repeat: no-repeat;
}
#safety a.on {
	background-image: url(images/safety_on.jpg);
	background-repeat: no-repeat;
}
#about a {
	width: 118px;
	height: 20px;
	text-decoration: none;
	display: block;
}
#about a:hover {
	background-image: url(images/about_on.jpg);
	background-repeat: no-repeat;
}
#about a.on {
	background-image: url(images/about_on.jpg);
	background-repeat: no-repeat;
}
#contact a {
	width: 131px;
	height: 20px;
	text-decoration: none;
	display: block;
}
#contact a:hover {
	background-image: url(images/contact_on.jpg);
	background-repeat: no-repeat;
}
#contact a.on {
	background-image: url(images/contact_on.jpg);
	background-repeat: no-repeat;
}
#home a {
	width: 111px;
	height: 20px;
	text-decoration: none;
	display: block;
}
#home a:hover {
	background-image: url(images/services_on.jpg);
	background-repeat: no-repeat;
}
#sub_nav {
	background-image: url(images/sub_nav_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	min-height: 40px;
	font-size: 11px;
	color: #363636;
	padding-top: 12px;
}
#sub_nav_sizer {
	width: 828px;
	margin: 0 auto;
}
#sub_nav ul{
	list-style-image: none;
	list-style-type: none;
}
#sub_nav li {
	display: inline;
}
#sub_nav a {
	color: #363636;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(images/sub_nav_arrow.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 13px;
	padding-right: 30px;
}
#sub_nav a:hover {
	text-decoration: underline;
}
#sub_nav a.on {
	text-decoration: underline;
}
.blue_highlight {
	color: #153670;
	font-weight: bold;
}
#white_content {
	background-color: #FFFFFF;
	width: 775px;
	margin: 0 auto;
	padding-top: 10px;
}
#white_content img {
	float: right;
	margin-left: 25px;
}
#r1c1 {
	font-size: 35px;
	color: #9d430d;
	text-transform: uppercase;
	float: left;
	padding-left: 5px;
	width: 330px;
}
#r1c1 p {
	font-size: 14px;
	text-transform: none;
}
#r1c2 {
	float: left;
	padding-left: 25px;
}
#gray_content_container {
	background-color: #fafafa;
}
#gray_content {
	background-color: #fafafa;
	width: 775px;
	margin: 0 auto;
	padding-bottom: 20px;
}
#r2c1 {
	float: left;
	width: 353px;
	padding-right: 35px;
	border-right: solid 1px #e3e3e3;
}
#r2c1 p{
	color: #363636;
}
#top_grad {
	background-image: url(images/grad_top.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	height: 13px;
}
#r2c2 {
	float: left;
	padding-left: 40px;
}
#highlight_box {
	background-image: url(images/highlight_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 26px;
	margin-top: 20px;
}
#footer {
	background-image: url(images/grad_btm.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	color: #464646;
	font-size: 11px;
	text-align: center;
	background-color: #e3e3e3;
	padding-top: 25px;
	min-height: 45px;
}
#footer ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
#footer li {
	display: inline;
}
#footer a {
	text-transform: uppercase;
	text-decoration: none;
	color: #464646;
	font-size: 12px;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a.on {
	text-decoration: underline;
}
#footer p {
	margin: 0px;
	padding: 0px;
}
.section_title {
	font-size: 18px;
	color: #153670;
	font-weight: bold;
	text-transform: none;
	padding-bottom: 5px;
}

.formtitle, .formlabel {
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top
}

.formtitleerror, .formlabel_error {
	color: #ff0000;
	line-height: 17px;
	font-weight: normal;
	white-space: nowrap;
	padding-right: 15px;
	vertical-align: top;
}
.formright {
	width: 99%;
}
.formright textarea, .formright input, .formright select {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px solid #636363;
	color: #333333;
	font-size: 12px;
	width: 250px;
	padding: 3px;
	margin-bottom: 3px;
}
.formright textarea {
	height: 100px;
	width: 347px;
	font-family: Arial, Helvetica, sans-serif;
}
.ietextarea {
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border: 1px solid #636363;
	color: #666666;
	font-size: 12px;
	width: 340px;
	padding: 3px;
	margin-bottom: 3px;
}
.formright select {
	height: 25px;
	width: 243px;
}
.formright input.inputbutton {
	width: 75px;
	height: 24px;
	line-height: 14px;
	background-color: #153670;
	color: #ffffff;
	border: none;
	border: 1px solid #3c3020;
	cursor: pointer;
	margin-right: 2px;
	font-size: 12px;
}
.formright input.inputbutton:hover {
	color: #ffffff;
	background-color: #e6b737;
	border: 1px solid #3c3020;
}
.formright input.radiostyle {
	width: 15px;
	line-height: 17px;
	height: 17px;
	border: none;
	margin-right: 2px;
	margin-top: 2px;
	background-color: #f5f3f4;
}
.required {
	font-size: 10px;
	font-style: italic;
}