/* CSS Document */


body {
  background:url(images/greybg.gif);
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
  margin: 0px 0px 0px 30px;
  padding: 0px 0px 0px 0px;
  position: relative;
  width: 700px;
  height: 302px;
  border: 2px solid #CCCCCC;
}

#logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 223;
  height: 114;
}

#navspacer {
  position: absolute;
  top: 114px;
  left: 0px;
  width: 223px;
  height: 40px;
  background:url(images/navspacerbg.gif);
}

#navblock {
  position: absolute;
  top: 153px;
  left: 0px;
  width: 163px;
  height: 139px;
  background: url(images/navblockbg.jpg);
  padding: 10px 0px 0px 60px;
}

#navblock ul {
  margin: 0px 0px 0px 0px;
  list-style-type: circle #FFFFFF;
}

#navblock ul li {
  color: #FFFFFF;

}

#navblock ul li a {  
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 12px;
}

#navblock ul li a:hover {
  color: #999999;
}

#navblock ul li a:visited {
  color: #CCCCCC;
}

#headerimage {
  position: absolute;
  left: 223px;
  top: 0px;
}

#pagecontent {
  position: relative;
  margin: 0px 0px 0px 30px;
  width: 673px;
  background: url(images/pagecontentbg.gif);
  height: auto;
  padding: 5px 10px 70px 17px;
  font-size: 14px;
  line-height: 20px;
  border: 2px solid #CCCCCC;
  border-top: none;
}
#pagecontent a {
  color: #006600;
}
#pagecontent a:hover {
  color: #666666;
}

#pagecontent a:visited {
  color: #003300;
}

#pagecontent dt {
  font-weight: bold;
}

#pagecontent h1 {
  padding-top: 5px;
  color: #006600;
  text-align: center;
}

#pagecontent h2 {
  font-size: 16px;
  color: #006600;
}

#pagecontent .centered{
  text-align: center;
}

#pagecontent table{
  font-size: 10px;
  padding-bottom: 1em;
}

#pagecontent thead{
	font-weight: bold;
	color: #FFFFFF;
	background: #006600;
}



#leftcolumn {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width: 223px;
  position: absolute;
  left: 0px;
  top: 0px;
}

#leftlabel {
  margin: 0px 0px 0px 0px;
  positon: relative;
  width: 223px;
  height: 25px;
  background: url(images/leftlabelbg.gif);
}

#leftlabel h1 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  text-align: left;
  font-size: 16px;
  color: #FFFFFF;
}

#leftblock {
  width: 223px;
  height: 140px;
  positon: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background: url(images/leftblockbg.gif);
}




#footer {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 700px;
  height: 60px;
  text-align: center;
  background: url(images/footerbg.gif);
}


#footer p {
  margin: 0px 0px 0px 0px;
  color: #FFFFFF;
  padding: 5px 0px 0px 0px;
  font-size: 12px;
  line-height: 16px;
}

#projectName {
  font-weight: bold;
  color: #006600;
}
#projectClient {
  text-align: right;
  color: #666666;
}
#projectLocation {
  padding-left: 5px;
  font-size: .8em;
  font-style: italic;
}
#project {
  border-top: 1px solid #666666;
}
#projImages a {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  
}
#projImages a img {
  border: 2px solid;
  margin: 2px 2px 2px 2px;
  padding: 0px 0px 0px 0px;
}