* {
 margin: 0;
 padding: 0;
}
html, body {
 width: 100%;
 height: 100%;
 font: normal 12px arial, helvetica, sans-serif;
 color: #69747B; 
}
object {
 vertical-align: top;
}
p {
 margin-bottom: 15px;
}
h1 {
 background: url(images/about.jpg) no-repeat;
 color: #fff;
 font: normal 22px/26px arial, helvetica, sans-serif;
 padding: 15px 0px 25px 205px;
     
}
h2 {
  color: #00AEEF;
  font: bold 14px arial, helvetica, sans-serif;
  padding-bottom: 2px;  
}
a {
 color: #91875b;
 text-decoration: none;
}
a img {border: none;}
a:hover {
 text-decoration: underline;
}
form option, form select {
 color: #666;
}
table tr td, table tr {
  vertical-align: top;
}
/************************************************************/
#content {
 margin-top: 40px;
 margin-left: 202px;
 width: 520px;
}
#footer {
 margin: 40px 0px 0px 35px;
 padding-bottom: 10px;
 clear: both;
}

/********************* about ******************/
#about #content {
  margin-top: 30px;
  /*width: 490px; */
  width: 525px;
}
#about h1 img {
  padding-bottom: 5px;
} 

/********************* contact ******************/
#contact h2 {
  /*margin-left: 20px;*/
  padding-bottom: 10px;  
  /*border-bottom: solid 1px #E4E2DE;*/
  margin-bottom: 10px;    
}
#contact #content {
 width: 650px;
 margin-left: 183px; 
}
#contact .address p {
  padding-left: 20px;
}
#contact .offices {
  border-bottom: solid 1px #E4E2DE;
  margin-bottom: 10px;
  margin-left: 20px;
}
#contact .offices p {
  padding-left: 0px;
}
#contact .row2 p {
  background: url(images/arrow.gif) no-repeat left 2px;
}
#contact .address td.col1 {
  width: 234px;
}
#contact .address td.col2 {
  width: 200px;
}
#contact .offices td.col1 {
  width: 240px;
}
#contact .offices td.col2, #contact .offices td.col3 {
  width: 200px;
}

#contact #register {
  border-top: solid 1px #A7ADB1;
  margin-left: 20px; 
  padding-top: 20px;
}
#contact #register p.bold {
  font-weight: bold;
}
#contact #register form p {
  font-size: 9px;
  font-weight: normal;
  margin-bottom: 1px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#contact #register table tr td {
  vertical-align: bottom;
}
#contact #register table tr td.td1 input {
  vertical-align: bottom;
}
#contact #register .td1 {
  width: 100px;
}
#contact #register .td2, #contact .td3 {
  width: 200px;
}
#contact #register tr td {
  padding-bottom: 8px;
}
#contact #register .td2 select, #contact .td3 select {
  width: 175px;
}
#contact #register form {
  margin-bottom: 10px;
}
#contact #register #salutation {
  width: 78px;
}
#contact #error {
  color: #ff0000;
}
#contact #error ul {
  margin-left: 17px;
  margin-bottom: 20px;  
}

#contact h2#register a {
	color: #00AEEF !important;
 }
 
/****************** projects **********************/
#projects #content {
 margin-left: 32px;
 width: 950px;
}
#projects .col1 img {
  padding-right: 15px;
}
#projects td.col1 {
  padding-top: 20px;
}
#projects td.col2 {
  width: 510px;
  padding-right: 10px;
  padding-bottom: 20px;
}
#projects td.col2 p, #projects td.col2 h2 {
  padding-left: 10px;
}
#projects tr.first td.col2 {
  padding-bottom: 0px;
}
#projects td.col3 {
  width: 175px;
  padding-top: 20px;
}
.col3 p {
  background: url(images/arrow.gif) no-repeat left 2px;
  padding-left: 17px;
	margin-bottom: 8px;
}
#projects ul {
  list-style-type: none;
}
#projects li {
  background: url(images/bullet.gif) no-repeat left center;
  padding-left: 10px;
}
#projects .col3 p.pdf {
  background: none;
}
#projects .col3 p.pdf span.date{
  font-weight: bold;
	font-size: 11px;
}
#projects .col3 p.pdf a {
  color: #69747B;
	padding-bottom: 35px;
  background: url(images/pdf_icon.gif) 0 33px no-repeat;	
}
#projects .col3 p.pdf a:hover {
  color: #E3493D;
	text-decoration: none;
  background: url(images/pdf_icon_hover.gif) 0 33px no-repeat;	
}
