@charset "UTF-8";

bodyprojects {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(../images/backgroundimageprojects.jpg);
	background-repeat:no-repeat;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(../images/backgroundimage.jpg);
	background-repeat:no-repeat;
}

#homecontainer {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-repeat: no-repeat;
}

#header {
	width: 960px;
	height: 100px;
	background-image: url(../images/newlogo.jpg);
	background-repeat: no-repeat;
}

#nav {
	width: 815px;
	float: right;
	margin-top: 60px;
	height: 40px;
}

#homebodycontainer {
	width: 960px;
	height: 500px;
	background-image: url(../images/homebackground.jpg);
}

#homebodytext {
	float:right;
	width: 660px;
	margin-top: 272px;
	margin-right: 10px;
	vertical-align: 0top;
}

#line {
	width: 960px;
	height: 2px;
	background-color: #212367;
}

#footer {
	width: 670px;
	padding-left: 290px;
	vertical-align: top;
}

#servicebodycontainer {
	width: 960px;
	height: 1075px;
	background-image: url(../images/servicebackground.jpg);
	background-color:#e5e6e5;
	background-repeat:no-repeat;
}

#industrybodycontainer {
	width: 960px;
	height: 700px;
	background-image: url(../images/industrybackground.jpg);
}

#projectsbodycontainer {
	width: 960px;
	height: 500px;
	background-image: url(../images/projectsbackgroundmain.jpg);
}

#projectssubbodycontainer {
	width: 960px;
	height: 4300px;
	background-image: url(../images/projectsbackground.jpg);
	background-repeat: no-repeat;
	background-color: #e5e6e5;
}

#ppresentationsbodycontainer {
	width: 960px;
	height: 1500px;
	background-image: url(../images/projectsbackgroundpresent.jpg);
	background-repeat: no-repeat;
	background-color: #e5e6e5;
}

#pbiobodycontainer {
	width: 960px;
	height: 800px;
	background-image: url(../images/projectsbackgroundpresent.jpg);
	background-repeat: no-repeat;
	background-color: #e5e6e5;
}

#linksbodycontainer {
	width: 960px;
	height: 1350px;
	background-image: url(../images/linksbackground.jpg);
	background-repeat: no-repeat;
	background-color: #e5e6e5;
}

#contactbodycontainer {
	width: 960px;
	height: 500px;
	background-image: url(../images/contactbackground.jpg);
	background-repeat: no-repeat;
	background-color: #e5e6e5;
}

#largecss {
	float:left;
	width: 960px;
	height: 175px;
}

#insideheadertext {
	float:left;
	width: 255px;
	vertical-align: 0top;
}

#insidenavtext {
	float:left;
	width: 255px;
	vertical-align: 0top;
	text-align:right;
}

#insidebodytext {
	float:right;
	width: 660px;
	padding-top: 28px;
	margin-right: 10px;
	vertical-align: 0top;
}

#insidebodytextservices {
	float:left;
	width: 680px;
	padding-top: 28px;
	vertical-align: 0top;
	margin-left: 35px;
}

#insideprojectsbodytext {
	float:right;
	width: 660px;
	padding-top: 28px;
	vertical-align: 0top;
	margin-right: 10px;
}
