/***** Global Settings *****/

html, body {
  border:0;
  margin:0;
  padding:0;
}

body {
  background: #ffffff;
  font:11px/17px Arial, Verdana, Helvetica, sans-serif;
  top:0;
  left:0;
  padding:0;
}

table, tr, td , th{ 
  text-align: left;
	vertical-align: top;
}

/***** Headings *****/

h1, h2, h3, h4, h5, h6 {
  margin:0;
  padding:0;
  font-weight:normal;
}

h3 {
  color: #666666;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0 0 2px 0;
  border-bottom: 1px solid #E6E6E6;
}

h4 {
  color: #F18828;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
  padding: 0px 0 10px 20px;
}
/***** Common Formatting *****/

p, ul, ol {
  margin:0;
}

ul, ol {
  padding:0;
}

blockquote {
  margin:1.25em;
  padding:1.25em 1.25em 0 1.25em;
}

small {
  font-size:0.85em;
}

img {
  border:0;
}

sup {
  position:relative;
  bottom:0.3em;
  vertical-align:baseline;
}

sub {
  position:relative;
  bottom:-0.2em;
  vertical-align:baseline;
}

acronym, abbr {
  cursor:help;
  letter-spacing:1px;
  border-bottom:1px dashed;
}

/***** Global Classes *****/

.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }

.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.caps    	   { text-transform: uppercase; }

.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

/***** Layout *****/
#wrap {
  width: 900px;
  margin:2px auto;
}

/***** Links *****/
a,
a:link,
a:visited {
  color: #F18828;
  text-decoration: none;
}

.textNav {
  position: absolute;
}

.textNav  ul{
  list-style:none;
	margin:0;
	padding:0;
}

.textNav  li {
	float:left;
	width:100px;
	margin:0;
	padding:0;
	text-align:center;
}

.textNav  li  a{
	display:block;
	padding:0px 0px;
	height: 120px;
	color:#FFF;
	text-decoration:none;
}

.textNav li a:hover  {
  background-position:50px 0;
}

.textNav li a {
  background:url(../img/Test_btn.jpg) repeat 0 0;
}

#directionBoringBtn {
	width:170px;
}

#directionBoringBtn a {
	background:url(../img/DirectionalBoring_btn.jpg) repeat 0 0;
}

#pavingBtn {
	width:168px;
}
  
#pavingBtn a{
	background:url(../img/Paving_btn.jpg) repeat 0 0;
}

#truckingBtn {
	width:199px;
}

#truckingBtn a{
	background:url(../img/Trucking_btn.jpg) repeat 0 0;
}

#craneBtn {
	width:152px;
}

#craneBtn a{
	background:url(../img/Crane_btn.jpg) repeat 0 0;
}

#agggregatesBtn {
	width:211px;
}

#agggregatesBtn a{
	background:url(../img/Aggregates_btn.jpg) repeat 0 0;
}

#banner {
  position: relative;
  margin: 10px 0 -18px 0;
  z-index: 100;
  background: url(../img/LMT_Header_img.png) top left no-repeat;
  width: 900px;
  height: 56px;
}

#backgroundImgHolder{
  height: 450px;
  width: 900px;
  padding: 0;
  margin: 0;
}

#backgroundImgHolder img{
  padding: 0;  
  border: 0;  
  background-color: #eee;  
  width:  900px; 
  height: 450px; 
  top:  0; 
  left: 0 
}

.topTextNav {
  position: static; 
  float: right; 
  margin: 12px 0 0 0; 
  font-weight: bold;
}

.topTextNav  ul{
  list-style:none;
	margin:0;
	padding:0;
}

.topTextNav  li {
	float:left;
	width: 75px;
	margin:0;
	padding:0;
	text-align:center;
  color: #3C84C5;
}

.topTextNav  li  a{
	display:block;
	padding:0px 0px;
	text-decoration:none;
}

.topTextNav li a:hover  {
  color: #3C84C5;
}

.adminTextNav  {
  color: #000000;
  font-weight: bold;
  padding: 10px 20px 0 20px;
}
.adminTextNav li{
  display: inline;
  font: 10pt Arial, Verdana, Helvetica, sans-serif;
  list-style-type: none;
}
.adminTextNav a:hover {
  color: #3C84C5;
}

/***** Footer *****/
#footer p{
  padding-top: 5px;
  font:0.8em Arial, Verdana, Helvetica, sans-serif;
  color: #444444;
  text-align: center;
}

#sitecredits {
  background: url(../img/legals.png) top left no-repeat;
  width: 900px;
  height: 29px;
}

/***** Content *****/
.textArea {
  display: none;
  position: absolute;
  z-index: 100;
  height: 350px;
  color: #fff;
  padding: 0;
  margin: 0;
}

.textArea p{
  padding: 0px 20px;
}

.textArea ul{
  padding: 10px 20px;
  list-style-position: inside;
  list-style-type: square;
}

.textHolder {
  position: relative; 
  z-index: 100; 
  width: 400px;
  height: 350px; 
  margin: -400px 0 50px 40px;
  padding: 0px; 
}

.textAreaRightNav{
  display: none;
  float: right; 
  width: 90px;
  margin: 0 0 0 0;
}

.label {
  color: #F18828;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

#loadingImg {
  display: none;
  width: 70px;
  height: 33px; 
  position: absolute; 
  z-index: 10; 
  margin: 200px 0 0 260px;
}

#gallery a{
  padding-right: 5px;
}

#inner{
  background: #1C2E46;
  overflow: auto;
  width: 750px;
  max-height: 500px;
}

.corporateArea {
  color: #FFFFFF;
}

.corporateArea p{
  padding: 10px 15px 10px 15px;
  margin: 0;
}

.corporateArea span{
  text-transform: none;
}


.careerArea {
  border-bottom: 1px solid #F18828;
  color: #FFFFFF;
}

.careerArea h4{
  padding: 10px 15px 10px 15px;
  margin: 0;
}

.careerArea p{
  padding: 10px 15px 10px 15px;
  margin: 0;
}

 #ie6msg {border: 3px solid #CC0000; margin: 8px 0; background: #cc9999; color: #000;} 
 #ie6msg h4 {margin: 8px; padding: 0;} 
 #ie6msg p {margin: 8px; padding: 0;} 
 #ie6msg p a {font-weight: bold; color: #006;} 
 #ie6msg p a  {font-weight: normal; color: #006;} 