#header {
padding: 10px 30px 10px 30px;
overflow: hidden;
position: absolute;
left: 220px;
top: 0px;
width: 980px;
height: 100px;
border: none;
text-align: center;
color: white;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, -0.4), rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, -0.4), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, -0.4), rgba(0, 0, 0, 0.4));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, -0.4), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(top, rgba(0, 0, 0, -0.4), rgba(0, 0, 0, 0.4));
}

#wrapper {
	width: 1200px;
	height: 1200px;
	background-color: #fff;
	left: auto;
	position: relative;
	right: auto;
	overflow: auto;
	margin: auto;
	border-top-left-radius: 15px;
	border-bottom-left-radius:15px;
	border-top-right-radius: 15px;
	border-bottom-right-radius:15px;
	top: 10px;
}

/*Navigation Menu Button Colors*/
.buttonaboutus {background: #6292c2;}
.buttonservices {background: #6A5C55;}
.buttonproducts {background: #416B2B;}
.buttonprojects {background: #874317;}
.buttongovprojects {background: #8e8266;}
.buttoncontactus {background: #326B62;}

.buttonnav {
  color:white;
  text-decoration:none;
  border: none;
  height: 20px;
  width: 130px;
  margin: 0 0 0 0;
  padding: 7px 7px 0 7px;
  overflow: hidden;
  display: block;
  border-top-right-radius: 15px;
  border-bottom-right-radius:15px;
/*Makes button look 3D*/
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, -0.4), rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, -0.4), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, -0.4), rgba(0, 0, 0, 0.4));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, -0.4), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(top, rgba(0, 0, 0, -0.4), rgba(0, 0, 0, 0.4));
}

.buttonnavcurrent {
  color:white;
  text-decoration:none;
  border: none;
  height: 20px;
  width: 150px;
  margin: 0 0 0 35px;
  padding: 7px 7px 0 7px;
  overflow: hidden;
  display: block;
  border-top-left-radius: 15px;
  border-bottom-left-radius:15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius:15px;
/*Makes button look 3D*/
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, -0.4), rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, -0.4), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, -0.4), rgba(0, 0, 0, 0.4));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, -0.4), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(top, rgba(0, 0, 0, -0.4), rgba(0, 0, 0, 0.4));
}

.buttonnav:hover {
  width: 150px;
  margin: 0 0 0 35px;
  border-top-left-radius: 15px;
  border-bottom-left-radius:15px;
/*Makes button look 3D*/
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, -0.4), rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, -0.4), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, -0.4), rgba(0, 0, 0, 0.4));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, -0.4), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(top, rgba(0, 0, 0, -0.4), rgba(0, 0, 0, 0.4));
/*Animation*/
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  -ms-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

a.buttontext {
  color:white;
}

a.buttontext:visited {
  color:white;
}

a.buttontext:hover {
  color:white;
}

a.buttontext:link {
  color:white;
}

#logo {
	margin-top:15px;
	margin-left:0px;
	width:200px;
}

#nav {
        background-color: #6e6e6e;
	margin-left: 0px;
	height: 540px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 220px;
	position: absolute;
        top: 130px;
        left: 0px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, -1), rgba(0, 0, 0, 0.8));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, -1), rgba(0, 0, 0, 0.8));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, -1), rgba(0, 0, 0, 0.8));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, -1), rgba(0, 0, 0, 0.8));
  background-image: linear-gradient(top, rgba(0, 0, 0, -1), rgba(0, 0, 0, 0.8));
}

#divider {
	position: absolute;
	left: 218px;
	top: 0px;
	width: 3px;
	height: 670px;
}

#content {
	left: 220px;
	position: absolute;
	top: 100px;
        padding: 20px;
	width: 1000px;
	height: 530px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        background-color: #f2f2f2;
	color: #333;
        overflow-y: scroll;
        overflow-x: hidden;
}


.fadein { 
	position:relative;
	width:500px;
	height:375px; 
    padding: 5px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.4); 
	margin-left: 0;
	margin-right: auto;
}

.fadein img {
    position: absolute; 
    top: 5px; 
    left: 5px; 
    right: 5px; 
    bottom: 5px; 
}


.hometext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:490px;
	text-align:justify;
	padding-left:20px;
	padding-top:15px;
}

.hometext2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333;
	width:490px;
	text-align:right;
	padding-left:20px;
	line-height:5px;
}


.aboutustext {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:500px;
	text-align:justify;
	padding-left:10px;
	padding-top:0px;
	line-height:19px;
}

#estimate{
	width: 175px;
	height: 45px;
	margin:0px;
	padding:10px;
	float:left;
	border: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.0); 
	position: relative;
	font-size:18px;
	text-align:right;
	top:170px;
	left:30px;
	color:#036;
}


#boxgrid{
	width: 160px;
	height: 160px;
	margin:0px;
	float:left;
	border: none;
	box-shadow: 0 0 10px rgba(0,0,0,0.4); 
	overflow: hidden;
	position: relative;
}

.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxcaption{
	float: left;
	position: absolute;
	top:115px;
	left:5px;
	padding:5px;
	background: #fff;
	height: 30px;
	width: 100%;
	opacity: .7;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	}

.boxcaption2{
	float: left;
	position: absolute;
	top:95px;
	left:5px;
	padding:5px;
	background: #fff;
	height: 50px;
	width: 100%;
	opacity: .7;
	/* For IE 5-7 */
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	/* For IE 8 */
	-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 	}

.captionfull .boxcaption {
	top: 200;
 	left: 0;
}
 
.caption .boxcaption {
 	top: 200;
 	left: 0;
}

#bottom {
	position: absolute;
        Left: 300px;
        bottom: 10px;
        top: 680px;
        height: 30px;
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	color: black;
}

#safetyfirst {
position: absolute;
top: 600px;
left: 30px;
}

a:link {
	color:#333;
	font-weight:bold;
}

a:visited {
	color:#333;
	font-weight:bold;
}

a:hover {
	font-weight: bold;
	color:#2E2EFE;
}
