html, body {
height: 100%;
}

body {
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
color: #000000;
background: url('img/header-bg.gif') repeat-x #162f68;
margin: 0;

}

strong, em, b, i {
font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#wrap {
width: 722px;
margin: 0 auto;
padding: 0 auto;
margin-bottom: 20px;
}

#header{
background: url('img/header-main.gif') no-repeat;
height: 124px;
}

	#header-employ{
	float: right;
	color: #ffffff;
	margin: 8px 58px 0px 0px;
	font-size: 12px;
	text-align: center;
	}
	
#nav{
float: left;
width: 230px;
height: 260px;
background: url('img/nav-main.gif') no-repeat;
margin-bottom: -10px;
}

	#nav ul, li{
	list-style: none;
	font-size:15px;
	color: #ffffff;
	margin: 0;
	padding: 5px 0px 12px 20px;
	}
	
	 a span{
	display: none;
	}
	
	#nav a:hover span{
	display: block;
   top: 322px; left: 0; width: 188px;
   padding: 5px; margin: 10px; z-index: 100; margin-left: 24%;
	color: #ffffff; 
	font-size: 12px; text-align: left;}
   
	#nav a:link, #nav a:visited, #nav a:active {
	color: #ffffff;
	text-decoration:none
	}
	

	
	#nav a:hover {
	color: #fcffac;
	}
	
	#nav #current {
	color:#fcffac; 
	}

#pic{
float:right;
width:492px;
height: 250px;
background: url('img/main-pic.jpg') no-repeat;
margin-bottom: -10px;
}


#exc{
float:right;
width:492px;
height: 250px;
background: url('img/excavating-pic.jpg') no-repeat;
margin-bottom: -10px;
}

#heat{
float:right;
width:492px;
height: 250px;
background: url('img/heating-pic.jpg') no-repeat;
margin-bottom: -10px;
}

#about{
float:right;
width:492px;
height: 250px;
background: url('img/about-pic.jpg') no-repeat;
margin-bottom: -10px;
}

#content{
background: url('img/content-bg.gif') repeat-y;
clear:both;
overflow: auto;
height: 100%;
padding-bottom: 5px;
}


	
	p{
	margin: 0px;
	line-height: 150%;
	padding-bottom: 10px;
	}
	
	p a{
	color: #000000;
	}
	

	
#listing ul li{
	margin: 2px 0px 0px 2px;
	color: #000000;
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	list-style: square;
	}
	
	
	
	img{
	border-style: none;
	}

	h1{
	font-size: 18px;
	color: #000000;
	margin: 0px 0px 3px 0px;
	padding: 0px;
	}
	
	h2{
	font-size: 18px;
	color: #000000;
	margin: -6px 0px 3px 0px;
	padding: 0px;
	}

	#left{
	float: left;
	width: 365px;
	padding: 10px 0px 0px 15px;
	margin-left: 30px;
	
	}
	
	#right{
	float: left;
	padding: 15px 0px 0px 0px;
	width: 240px;
	margin-left: 30px;
	}
#footer{
float: right;
color: #ffffff;
text-align: right;
margin: 8px 20px 10px 0px;
padding-bottom: 10px;
}

	#footer a{
	color: #ffffff;
	}
.clear {
overflow: auto;
clear:both;
}

.f{
}