/* page defaults */
body {
  background-image: url('../images/tile.png');
  background-repeat: repeat;
}

#pageContainer {
  font-family: "Verdana", sans-serif; 
	width: 725px; /* 1024x768 resolution means 1004x598 in browser*/
	height: 435px;
	margin: auto;
	text-align: left;
	background-color: #9fac9e;
	position: relative;
}

#pageHeader {
	width: 725px; /* 1024x768 resolution means 1004x598 in browser*/
	height: 215px;
	position: relative;
	text-align: center;
}

#pageHeader img {
  position: absolute;
  bottom: 0px;
  left: 23px;
}

#titleMain {
  position: absolute;
  top: 0;
  left: -100000px;
}

h2 {
	color: #dbe1db;
  font-size: 1.2em;
  font-weight: lighter;
  font-style: normal;
  position: absolute;
  top: 183px;
  margin: 0;
  padding: 0;
  padding-bottom: 0.1em;
}

h2:hover+p.innerText {
  left:50px;
}

#graphicDesign {  
  left: 50px;
}

#creativeDirection {  
  left: 174px;
}

#projectCoordination {  
  left: 318px;
}

p.innerText {
  position: absolute;
  top: 230px;
  left: -100000px;
  width: 650px;
  height: 90px;
  color: #1d4838;
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.3em;
  overflow: hidden;
}

#pageFooter {
  color: #002316;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 725px;
  height: 100px;
  font-weight: bold;
  padding-left: 43px;
}

#pageFooter a {
  color: #002316;
}

#footerItems li {
  display: inline;
  padding: 0px 5px 0 7px;
  border-left: 1px solid #7c877c;
}

#footerItems li.first {
  border: 0;
}

