* {
	margin: 0;
	padding: 0;
}
body {
	background: #9c9c9c url('images/img01.gif') repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333333;
	margin: 0;
	padding: 0;
}
form {
	margin-top: 20px;
	font-size: 9px;
	width: 240px;
}
select {
	padding: 2px 5px;
	border: 1px solid #9bc3e9;
	font: bold 12px Verdana, Geneva, sans-serif;
	color: #ffffff;
	background-color: #00448b;
}
h1 {
	font-size: 9px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	color:#666666;
	padding:5px 0 5px 30px;
	margin: 0 0 0 0px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	padding:0px 0 0px 0;
	margin: 0 0 20px 30px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	padding:0px 0 0px 30px;
	margin: 0 0 0 0px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
	line-height:18px;
	padding:5px 30px 5px 30px;
}
h5 {
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color:#ED1B2F;
	padding:0px 0 0px 0;
	margin: 0 0 0 0px;
}
p {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color:#000000;
	line-height: 21px;
	text-align:left;
	padding:5px 30px 5px 30px;
	margin: 0 0 0 0px;
}
li {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	line-height: 18px;
	padding:5px 30px 5px 0px;
	margin: 0 0 0 0px;
}
ul, ol {
	margin-left: 3em;
}
dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl.list1 dt {
	float: left;
	width: 70px;
}
dl.list1 dd {
	margin-bottom: 10px;
}
dl.list1 a {
	color: #666666;
}
ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}
ul.list2 li.nopad {
	margin-right: 0;
}
blockquote {
	margin-left: 3em;
	margin-right: 3em;
}
a:link, a:visited {
	font-size: 11px;
	color: #ED1B2F;
	text-decoration: underline;
}
a:hover, a:active {
	font-size: 11px;
	color: #ED1B2F;
	text-decoration: none;
}
a img {
	border: none;
}
img.left {
	float: left;
	margin: 5px 20px 0 0;
}
img.right {
	float: right;
	margin: 5px 0 0 20px;
}
/* Wrapper */

#wrapper {
	width: 955px;
	margin: 0 auto;
	padding: 0;
}
#wrapper2 {
	background: url('images/img10.jpg') no-repeat left bottom;
	margin: 0 auto;
	padding: 0;
}
/* Header */

#header1, #header2 {
	width: 950px;
	height: 120px;
	top: -1px;
	position: absolute;/*background-image: url(images/header_home.jpg);*/
}
#header2 {
	z-index: 3;
}
#headerContainer {
	height: 155px;
	margin: 0 auto;
	padding: 0;
	z-index: 4;
}
#headerHome {
	height: 200px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
}
/* Menu */

#menu {
	position: relative;
	/*background: url('images/a16.gif') repeat-x;*/
	height: 23px;
	padding: 12px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	top: 117px;
	left: 0px;
	width: 955px;
	z-index: 4;
	background-color: #fdb813;
}
#menu ul {
}
#menu ul li {
	display: inline;
	line-height: 15px;
	padding-left: 45px;
}
#menu ul li.first {
	border-left: 0px;
}
#menu ul li a {
	background-color: transparent;
	background-repeat: repeat-x;
	padding: 10px 25px 10px 25px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#menu ul li a:hover {
	/* background: #fff url('images/nav-over.jpg') repeat-x top; */
	text-decoration: none;
	color: #FFF;
}
#menu ul li a.active {
	/* background: #fff url('images/nav-over.jpg') repeat-x top; */
	text-decoration: none;
	color: #ffffff;
}
/* Header Nav - Secondary */

#footerNav {
	/*background: url('images/a16.gif') repeat-x;*/
	height: 25px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 140px;
	width: 650px;
	color: #000;
	z-index: 5;
	text-align: center;
	float: left;
}
#footerNav ul {
}
#footerNav ul li {
	display: inline;
	line-height: 30px;
	padding-left: 0px;
}
#footerNav ul li.first {
	border-left: 0px;
}
#footerNav ul li a {
	background-color: transparent;
	background-repeat: repeat-x;
	padding: 10px 0px 0px 0px;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}
#footerNav ul li a:hover {
	color: #CCC;
	text-decoration: none;
}
#footerNav form {
	width: 250px;
}
#footerLogo {
	width: 80px;
	height: 44px;
	background: url(images/logo_flint-vertBlack2.jpg) no-repeat right;
	float: right;
	margin-right: 20px;
	margin-top: 20px;
}
#footerCopyright {
	/*background: url('images/a16.gif') repeat-x;*/
	height: 25px;
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 75px;
	width: 750px;
	color: #000;
	z-index: 5;
	text-align: center;
	float: left;
}
#footerCopyright p {
	height: 25px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 2px;
	width: 800px;
	color: #000;
	z-index: 5;
	text-align: center;
	float: left;
}
/* Page */

#page {
	background: #FFFFFF;
	width: 955px;
	background-image: url(images/bg-full3.jpg);
}
#page.full {
	background-image: url(images/bg-full2.jpg);
}
#page.home {
	background-image: url(images/bg-full-home.jpg);
}
#page.2column {
	background-image: url(images/bg-full.jpg);
}
#page.2columnWhite {
	background-image: url(images/bg-full.jpg);
}
#page.noBG {
	background: url(images/bg-full.jpg);
}
/* Content */

#content {
	float: left;
	width: 560px;
	padding: 0 0 0 5px;
	padding-top: 5px;
}
#content-home {
	float: left;
	width: 745px;
	padding: 0 0 0 0px;
	padding-top: 0px;
}
#content-home-copy {
	float: left;
	width: 745px;
	padding: 0 0 10px 0px;
	padding-top: 20px;
}
#content.full {
	width: 950px;
}
#content.2column {
	width: 770px;
	background: #fff;
}
.post {
	padding-top: 10px;
}
.postFull {
	padding-top: 10px;
	width: 950px;
}
.post .title {
}
.post .blue {
	color: #005399
}
.post .title a {
	text-decoration: none;
	color: #37404C;
}
.post .title a:hover {
	text-decoration: none;
}
.post .entry {
	padding-top: 15px;
	line-height: 1px;
}
.post .entryFull {
	padding-top: 15px;
	line-height: 1px;
	width: 780px;
}
.post .entry2column {
	padding-top: 15px;
	line-height: 1px;
	width: 780px;
}
.post .required {
	color: #990000;
	font-size: 16px;
	font-weight: bold;
}
/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	padding: 0px 0px10px 0px;
	background-image: url(images/subnav_bg.jpg);
	background-repeat: repeat-y;
	font-size: 9px;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar li {
	margin-bottom: 0px;
}
#sidebar li h3 {
	margin-top: 25px;
	margin-bottom: -10px;
}
#sidebar li ul {
}
#sidebar li li {
	margin: 0;
}
#sidebar2 {
	float: right;
	width: 205px;
	padding: 25px 0px 0 0;
	text-align: left;
	font-size: 10px;
}
#sidebar2 p {
	font-size: 10px;
	margin-left: -15px;
	margin-right: -15px;
}
#sidebar2 h3 {
	font-size: 12px;
	margin-left: -15px;
}
#sidebar2 a {
	font-size: 10px;
}
#sidebar2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar2 li {
	margin-bottom: 20px;
}
#sidebar2 li h3 {
	margin-top: 25px;
	margin-bottom: -10px;
}
#sidebar2 li ul {
	line-height: 12px;
}
#sidebar2 li li {
	margin: 0;
}
/* Footer */

#footer {
	height: 80px;
	background: #a01521;
}
#footer p {
	margin: 0;
	padding-top: 5px;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
}
#footer a {
	color: #666666;
}
#navcontainer {
	margin-top: 0px;
	color: #000000;
}
#navcontainer ul {
	list-style-type: none;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #FFF;
	text-align: left;
}
#navcontainer li {
	color: #FFF;
	text-align: left;
	line-height: 21px;
	float: left; 	/* IE WHTESPACE BUG */
	clear: left;	/* IE WHTESPACE BUG */
	width: 150px; 	/* IE WHTESPACE BUG */
}
#navcontainer a {
	height: 20px;
	display: block;
	padding: 5px;
	padding-right: 0px;
	border-bottom: 1px solid #FFFFFF;
	color: #000000;
	background-color: #FDB813;
	padding-left: 15px;
	font-size: 12px;
	padding-top: 5px;
	background-image: url(images/sub_nav.jpg);
	margin-top: -5px;
	margin-bottom: -5px;
	margin-right: -30px;
}
#navcontainer a:link, #navlist a:visited {
	color: #000000;
	text-decoration: none;
}
#navcontainer a:hover {
	color: #333333;
}
#navcontainer a.active {
	color: #a01521;
	background-image:url(images/sub_nav-current.jpg);
	background-color: #be8a0e;
}
.yellow {
	color: #8c521e;
}
.red {
	color: #a01521;
}
.fullWidth {
	background-color: #FFF;
}
.fullWidthHome {
	background-color: #FFF;
	width: 750px;
}
.fullWidthDisclaimer {
	background-color: #FFF;
	width: 750px;
}
.tahoma {
	font-family: Tahoma, Geneva, sans-serif;
}
.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.verdana {
	font-family: Verdana, Geneva, sans-serif;
}
.style5 {
	font-size: 12px;
	color: #F00;
}
.style7 {
	font-size: 16px;
	color: #F00;
}
#sidebar2-home {
	float: right;
	width: 200px;
	padding: 25px 15px 0 0;
	text-align: left;
}
.post1col {
	padding-top: 10px;
	width: 770px;
}
.post .entry1col {
	padding-top: 15px;
	line-height: 1px;
	width: 600px;
}
/* Services page */


#services_container {
	width: 720px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	font-weight: bold;
}
#services_container a {
	font-size: 9px;
	line-height: 15px;
}
#services_container img.service_photo {
	border: 1px solid #ddd;
	padding: 8px;
	margin-right: 15px;
}
#services_row1 {
	height: 140px;
}
#services_item_left {
	font-size: 10px;
	line-height: 15px;
	float: left;
	width: 240px;
	padding-bottom:15px;
}
#services_item_center {
	font-size: 10px;
	line-height: 15px;
	float: left;
	width: 240px;
	padding-bottom:15px;
}
#services_item_right {
	font-size: 10px;
	line-height: 15px;
	float: left;
	width: 240px;
	padding-bottom:15px;
}
.clear {
	clear:both;
}
.serviceButtons {
	margin-top: 6px;
	margin-bottom: 0px;
}
/* Services lightboxes */


#wrapper-lightbox {
	width: 582px;
	height: 640px;
	float: left;
}
#lightbox-top {
	width: 582px;
	height: 154px;
}
#lightbox-top-right {
	width: 275px;
	height: 160px;
	float: right;
	padding-top: 35px;
	margin-top: 0px;
	padding-left: 25px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#close {
	width: 50px;
	height: 20px;
	float: right;
	margin-top: 0px;
}
#lightbox-bottom {
	width: 582px;
	height: 415x;
	background: #fff;
}
#lightbox-bottom-left {
	width: 240px;
	height: 470px;
	padding-left: 30px;
	padding-right: 5px;
	padding-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #eee;
	font-weight: 400;
	line-height: 20px;
	float: left;
}
#lightbox-bottom-right {
	width: 260px;
	height: 460px;
	float: right;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 25px;
	background:#FFF;
}
#privacy {
	position: relative;
	top: 280px;
	text-align: right;
}
form#contactform {
	font-size: 12px;
}
form#contactform input {
	font-size: 12px;
	font-family: Arial, Helvetica;
	padding: 4px;
}
form#contactform textarea {
	font-size: 12px;
	padding: 4px;
	width: 188px;
	font-family: Arial, Helvetica;
}
.servicesLightBoxWhite {
	margin-left:50px;
	color:#FFF;
}
.header_oilfield-hauling {
	background: url(images/services_lightbox-headers/header_oilfieldHauling.jpg);
}
.header_fluids-pressure-vacuum {
	background: url(images/services_lightbox-headers/header_fluids-pressure-vacuum.jpg) no-repeat;
}
.header_tubular-management {
	background: url(images/services_lightbox-headers/header_tubular-management.jpg) no-repeat;
}
.header_pipeline-installation {
	background: url(images/services_lightbox-headers/header_pipeline_installation.jpg) no-repeat;
}
.header_process_equipment_manufacturing {
	background: url(images/services_lightbox-headers/header_process_equipment_manufacturing.jpg) no-repeat;
}

.header_high-voltage {
	background: url(images/services_lightbox-headers/header_high-voltage.jpg) no-repeat;
}

.header_electrical-instrumentation {
	background: url(images/services_lightbox-headers/header_electrical-instrumentation.jpg) no-repeat;
}

.header_facility-construction {
	background: url(images/services_lightbox-headers/header_facility-construction.jpg) no-repeat;
}

.header_fabrication-modularization {
	background: url(images/services_lightbox-headers/header_fabrication-modularization.jpg) no-repeat;
}

.header_safety_services{
	background: url(images/services_lightbox-headers/header_safety_services.jpg) no-repeat;
}

.header_plastic-pipe-manufacturing{
	background: url(images/services_lightbox-headers/header_plastic-pipe-manufacturing.jpg) no-repeat;
}

.header_maintenance_services{
	background: url(images/services_lightbox-headers/header_maintenance_services.jpg) no-repeat;
}

.header_wear_technologies{
	background: url(images/services_lightbox-headers/header_wear_technologies.jpg) no-repeat;
}

/*Expandable content styles */
.titlebar {
	height: 20px;
	padding-left: 15px;
}

.contents {
	line-height: 18px;
	width: 520px;
	margin-left: 18px;
	padding: 10px;
}

.g-plusone {
	float: left;
}

