@charset "UTF-8";
/* CSS Document */

*{
margin:0;
padding:0;
}
#slideshow{
position:relative;
top:0px;
left:0px;
}
#slideshow {
clear:both;
width:884px;
height:226px;
margin: 0 auto;
background: url(../images/bg_slideshow.jpg) no-repeat left top;
}
.slide-title {
font-size:14px;font-weight:bold;margin-top:5px;
text-decoration:underline;width:190px;display:block;
}
.slideClass p {
margin-top:15px;
}
.slideClass,.slideButton{
list-style:none;
}
.slideClass li{
position:absolute;
top:0px;
left:0px;
}
.slideButton{
clear: both;
}
.slideButton li
{
float:left;
margin: 150px 5px 0 20px;
color:white;
}	

/* Static Headers in Place of Slideshow */

.completed-projects {
width:884px;
height:226px;
background:url(../images/completed-projects.jpg) top left no-repeat;
}
.our-services {
width:884px;
height:226px;
background:url(../images/our-services.jpg) top left no-repeat;
}
.contact-us {
width:884px;
height:226px;
background:url(../images/contact-us.jpg) top left no-repeat;
}
.safety-practices {
width:884px;
height:226px;
background:url(../images/safety-practices.jpg) top left no-repeat;
}
