@charset "UTF-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
	}
	
.clear {
	clear:both;
	}
a {
	color: #006633;
	text-decoration: none;
	}
a:hover {
	color:#08324F;
	}
a#footer {
	color:#999999;
	}
a#footer:hover {
	color:#006633;
	}
div#container {
	width: 1200px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	}
.front {
	background: url(../images/front_bkg.gif) bottom center no-repeat;
	}

div#header {
	width: 1200px;
	height: 190px;
	background-image: url(../images/header.gif);
	margin-top: 20px;
	}
.home {
	width:1200px;
	height:190px;
	display:inline-block;
	}
	
/* Nav*/

div#nav {
	width: 1200px;
	height: 39px;
	float: left;
	background-image: url(../images/nav_bkg.jpg);
	margin-top:15px;
}
ul#nav {
	list-style-type: none;
	margin-top: 10px;
	text-align: center;
	}
ul#nav li {
	margin-right: 34px;
	display: inline;
	font-size:16px;
	color: #006633;
	}
ul#nav li#last {
	margin-right:0px;
	}

	
/* Content */
div#content {
	width: 1200px;
	height: 575px;
	}
div#goals {
	width: 530px;
	height: auto;
	float:left;
	margin-top: 50px;
	margin-left:40px;

	}
h1.mainheader {
	font-size: 23px;
	font-weight: regular;
	color: #006633;
	margin-bottom: 10px;
	}
h1.secondaryheader {
	font-size: 18px;
	color: #006633;
	margin-top: 10px;
	margin-bottom: 10px;
	}
h1.projecttitle {
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	}
ul#goals {
	list-style-type: none;
	line-height: 30px;
	margin-top: 15px;
	font-size: 18px;
	color: #999999;
	margin-bottom: 55px;
	}
div#video {
	width: 562px;
	height: 339px;
	margin-top: 95px;
	float:left;
	border: solid 8px #fff;
	}
div#projectscontent {
	width: 1200px;
	height: auto;
	margin-top: 30px;
	background-repeat:no-repeat;
	background-image: url(../images/currentprojects_bkg.gif);
	float:left;
	}
div.currentprojects {
	width: 1128px;
	height: auto;
	margin-top: 30px;
	margin-left: auto;
	margin-right:auto;
	}
div.projects {
	width: 255px;
	height: 218px;
	float:left;
	}
	
div.mold_projects {
	width: 375px;
	height: 300px;
	float:left;
	background-repeat:no-repeat;
	}
/* Footer */

div#footer {
	float: left;
	width: 1200px;
	height: auto;
	margin-top: 30px;
	text-align: center;
	}
ul#footer {
	list-style-type: none;
	font-size: 13px;
	color: #999999;
	padding-bottom: 15px;
	}
ul#footer li {
	margin-right: 5px;
	display: inline;
	}
ul#footer li#lastone {
	margin-right:0px;
	}
/* Secondary Pages */

div.serviceimg {
	margin-top: 50px;
	width: 1128px;
	height: 331px;
	float: left;
	background-image: url(../images/image_bkg.gif);
	background-repeat:no-repeat;
	}
div.services {
	margin-top: 50px;
	padding-top: 10px;
	padding-left: 20px;
	width: 1108px;
	height: 353px;
	float: left;
	background-image: url(../images/services_bkg.gif);
	background-repeat: no-repeat;
	}
div.servicecontent {
	width: 1200px;
	height: 127px;
	background-repeat:no-repeat;
	background-image: url(../images/service2_bkg.gif);
	float:left;
	}
div.mainimage {
	margin-top: 45px;
	margin-left: 33px;
	margin-right: 45px;
	padding-top:11px;
	padding-left:9px;
	width:469px;
	height: 526px;
	background-image: url(../images/mainimage_bkg.gif);
	float: left;
	}
p {
	margin-bottom: 10px;
}

div#maincontent {
	margin-top: 50px;
	padding-right: 10px;
	width: 590px;
	height: 525px;
	overflow:auto;
	float: left;

	}
h2 {
	display: inline;
	font-size: 13px;
	font-weight: bold;
	color: #006633;
	}
h1.tertiary {
	font-size: 18px;
	color: #006633;
	margin-top: 10px;
	margin-bottom: 5px;
	}
h2.services {
	font-size: 16px;
	color:#FFFFFF;
	float: left;
	margin-bottom:5px;
	}

div.column {
	width:365px;
	height: auto;
	float: left;
	margin-bottom: 10px;
}

div.column li {
	font-size: 13px;
	line-height: 20px;
	}

h2.investigation {
	font-size: 16px;
	color:#FFFFFF;
	float:left;
	margin-bottom: 5px;
	}
ul.box {
	list-style-type: none;
	margin:0;
	padding:0;
	}
.header {
	float:left;
	width: 1000px;
	}
div#learnmore a {
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	text-decoration: none;
	margin-bottom: 4px;
	}
h1.subhead {

	font-style: italic;
	font-size: 14px;
	color: #006633;
	margin-bottom: 5px;
	margin-top: 5px;
	}
ul.main {
	list-style-type: none;
	padding-left: 10px;
	line-height: 20px;
	margin-bottom: 5px;
	}
ul.main a {
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-style: dotted;
	text-decoration: none;
	}

div#mold {
	margin-top: 50px;
	width: 1128px;
	height:auto;
	float:left;
	margin-left: 35px;
	}
div#learnmore {
	margin-top: 50px;
	width: 1128px;
	height:525px;
	float:left;
	margin-left: 35px;
	padding-right:10px;
	background-image: url(../images/learn_bkg.png);
	}

h1.moldtitle {
	font-size: 16px;
	color:#006633;
	margin-top: 20px;
	}
div.pcolumn {
	width: 475px;
	height:130px;
	float: left;
	font-size:14px;
	margin-bottom: 10px;
	}
ul.expertise {
	list-style-type:none;
	text-decoration:none;
	line-height:22px;
	color:#006633;
	}
h1.personnel {
	font-size: 17px;
	color: #000000;

	}
div#contact {
	margin-top: 50px;
	width: 1100px;
	height:525px;
	float:left;
	margin-left: 35px;
	padding-right:10px;
	overflow:auto;
	}
div.contactimage {
width:250px; height: 375px; margin-right:20px;
	
	background-repeat:no-repeat;
	float: left;
	}
div.nopcolumn {
	width: 550px;
	height:175px;
	float: left;
	font-size:14px;
	margin-bottom: 10px;
	}
	