body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #fff;
	background-image: none;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	
}
.oneColFixCtrHdr #container {
	width: 782px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto 0 auto;
	position: relative;
	padding:0 0 15px 40px;
}
.oneColFixCtrHdr #headerC { 
	margin: 10px auto 0 auto; 
	border: 0px solid #ccc; 
	width:830px; 
	}
.oneColFixCtrHdr #header {
	border: 0px solid #000;
	height: 103px;
	background-image: url(images/Logos.jpg);
	background-repeat: no-repeat;
	margin:0 0 0 34px;
	
}
.oneColFixCtrHdr #trainingTab {

	height:172px;
	width:40px;
	position:absolute;
	top:26px;
	left:0;
}
.oneColFixCtrHdr #container #globalNav {
	background-image: url(images/globalNavigationBgGradient.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	height: 35px;
}
.oneColFixCtrHdr #container #globalNav ul {
	margin: 0px 0 0 10px;
	padding: 5px 0 0 0;
}
.oneColFixCtrHdr #container #globalNav li {
	display: inline;
	margin: 5px 10px 0 0;
}
.oneColFixCtrHdr #container #globalNav li a {
	font-size: 0.6em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color:#efefef;
	text-decoration: none;
	text-transform:uppercase;
}
.oneColFixCtrHdr #container #globalNav li a:hover {
	color: #333;
	text-decoration: underline;
}
.oneColFixCtrHdr #homeBanner {
	border: 0px solid #000;
	height: 215px;
	background-repeat: no-repeat;
	width: 782px;
	background-image:url(images/homePageBannerstatic.jpg);
	background-position: top left;
	margin: 0;
	padding: 0;
}
.oneColFixCtrHdr #mainContent {
	border: 5px solid #f2f2f2;
	padding: 10px 10px 20px 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	background-color:#fff;

	
}
.oneColFixCtrHdr #mainContent ul li {
	line-height:140%;
	font-size:.9em;
}


.oneColFixCtrHdr #container #mainContent h1 {
	font-size: 1.2em;
	margin: 0;
	padding: 5px 0 10px 0;
	color:#8b0f04;
	font-weight:normal;
	
}
.oneColFixCtrHdr #container #mainContent p {
	line-height: 140%;
	margin: 0;
	padding: 0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:#333;
}


/*****FOoter****/
#footerLine{ border-top:5px solid #8b0f04; }

 #footer {
	background-color:#262520;
	text-align:left;
	border-top:1px solid #fff;
	text-align:left;
	color:#c8c3b7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 20px 0;
	height:270px;
}
#footerWrap{
	margin:0 auto 0 auto;
	width:782px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:.8em;
	line-height:130%;
}
#footer p{ color:#9a9a9a;}
#footer p a {color:#c8c3b7; }

#footer ul { margin:0; padding:0;}
#footer li { list-style-type:none; font-size:.8em;}
#footer li a { color:#c8c3b7;}
.footerColumn { 
float:left; 
margin:25px 10px 0 30px;
width:220px; 
background-color:#262520;
}
.footerColumn{
font-size:.8em;
}
.footerColumn h3 {
font-size:.8em;
text-transform:uppercase;
margin:0;
padding:0;
}
.footerColumn h4 {
	font-size:0.7em;
	color:#9a9a9a;
	font-weight:normal;
	margin: 0;
	padding: 0;
}

.footerColumn li {
font-size:.8em;
color:#9a9a9a;
line-height:150%;

}


.oneColFixCtrHdr #footer .footerColumn ul.inline li {
display:inline;
}



#tblServiceAreas {
font-size:.9em;
border:3px solid #f1f1f1;
}
#tblServiceAreas tr th {
	text-align:left;
	font-size:xx-small;
	border-right:1px solid #f1f1f1;
}
#tblServiceAreas tr td {
	text-align:left;
	padding:3px;
	font-size:x-small;
	border-top:1px solid #f1f1f1;
	border-right:1px solid #f1f1f1;
}


a img { border:0px solid red;}


body#home div#globalNav a#homenav, body#taskorders div#globalNav a#taskordersnav, body#techinstructions div#globalNav a#techinstructionsnav, body#serviceareas div#globalNav a#serviceareasnav, body#references div#globalNav a#referencesnav, body#qualityplan div#globalNav a#qualityplannav { color:#333; }

#mainContent a, #mainContent a:link {color:#8b0f04;}
