/* CSS for HeatonErecting.com */



/* BODY ELEMENTS */
html, body{background-color: #000;
background-image: url('images/cranebg.gif');
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:760px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:144px; 
  background-color:#4d5b2c; 
 width:100%;
} 
  
#maincol{background-image: url('images/yellowgradient.jpg');
 background-repeat: repeat-x;
 float: right; 
 display:inline; 
 position: relative; 
 width:100%; 
 font-size: 94%;
 }
 
#footer{
 height:120px; 
  background-color:#006940; 
 clear:both;
 font-color: #ffffff;
 font-size: 85%;
 }
 
#footertext {
  position: relative;
  left: 11%;
  top: -78px;
  color: #ffd41f;
  font-size: 85%;
  }
  
#footerline {
   position: relative;
   left: -36px;
   top: -103px;
   }
 
#address {
 position: relative;
 left: 216px;
 top: -60px;
 font-family: Georgia, serif;
 
 color: #ffffff;
 font-size: 12px;
}

#email	{
	position: relative;
	align: left;
	left: 47px;
 }

#cco {
 position: relative;
 left: 80px;
 top: 15px;
 
 margin-right: 608px;
}

#asc {
 position: relative;
 align: right;
 right: -375px;
 top: -50px;
 
}

#newslink {
 position: relative;
 align: left;
 left: 112px;
 font size: 12px;
  }

#mailbutton {
 position: relative;
 left: 44%;
 
 }
 
.floatleft { float: left; margin: 10px 20px 20px 20px; }
.floatleft2 { float: left; margin: 10px 20px 20px 20px; border: 2px solid #006940 }
.floatright { float: right; margin: 19px 20px 20px 20px; border: 2px solid #006940}
.leftimg { float: left; margin: 10px 10px 10px 10px; border: 2px solid #006940}
IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;  
    margin-bottom: 10px;
    border: 2px solid #006940}
 .centertext {
  text-align: center;
  }
   .stp {
  text-align: center;
  font-size: 140%;
  line-height: .3;
  }



/* NAV MENU */

#navcontainer
{
position: absolute;
top: 5px;
left: 17px;
z-index: 8;
}

#navlist
{
padding: 5px;
border: 1px solid #000;
width: 12em;
background-color: #006940; 
font: 16px Georgia, serif;
}

#navlist li
{
list-style: none;
border: 1px solid #006940; 
}

#navlist a
{
color: #eee;
text-decoration: none;
display: block;
border-left: 1em solid #000;
border-bottom: 1px solid #000;
padding: 4px 8px;
}

#navlist a:hover { border-color: #fada6a; }

  
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
3


/* MISC */

a {
  font-weight: bold;
  color: #000000;
}

a:link {
  color: #000000;
}

a:visited {
  color: #000000;
  
}

a:hover {
	color: #cc9e11;
  
  
}

a:active {
  color: #6b1005;
  background-color: #808080;
  text-decoration: none;
}

h3 {
 text-align: center;
 }
 
p {
 margin-left: 10px;
 margin-right: 10px;
 margin-bottom: 15px;
 }
 
.textcenter {
 text-align: center;
 }
 
 #equiptable {
  font-size: 85%;
  margin-left: 20px;
  }
  
  #equiptable2 {
  font-size: 85%;
  margin-left: 20px;
  }
  
  #equiptable3 {
  font-size: 85%;
  margin-left: 20px;
  }
