/* CSS Document - Print */

body
  {
  font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
  background:white url(/images/header_back.gif) repeat-x top;
  text-align: center;
  margin:0px;
  }
  
h1
  {
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#33383b;
  font-size:240%;
  font-weight:normal;
  margin:0px 0px 0px 0px;
  padding:0px;
  }
  
h2
  {
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#33383b;
  font-size:200%;
  font-weight:normal;
  margin:4px 0px 0px 0px;  
  }  
  
h3
  {
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#33383b;
  font-size:150%;
  font-weight:normal;
  margin:4px 0px 16px 0px;
  font-style:italic;  
  }    

p
  {
  color:#585858; 
  font-size:100%;
  text-align:justify;
  margin:16px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  }

a
  {
  color:#0f6d88;
  text-decoration:none;
  }
  
img
  {
  border:1px solid #e2e0e1;  
  }

hr
  {
  background-color:#e2e0e1;
  border: 0;
  color: #e2e0e1;
  height: 1px;
  margin: 0 0 10px;
  }

.logo
  {
  display:none;
  } 
  
/* CONTENT STRUCTURE */

#content
  {
  text-align:left;  
  display:block;
  }

#highlights
  {
  display:none;
  }

#footer
  {
  width:100%;
  display:block;
  height:100px;
  clear:both;
  }		

/* NAVIGATION */


#navcontainer
  {
  display:none;
  }  

.work h1
  {
  margin:0px 0px 60px 0px;
  border-bottom:1px solid #e2e0e1;
  width:100%;
  } 
  
.work h2
  {
  margin:0px;
  }  

.work p
  {
  margin:0px 0px 40px 0px;  
  }    

a img.chunky
  {
  border:12px solid #F2F2F2;
  float:left; 
  margin:0px 20px 20px 0px;
  height:77px; 
  width:60px;
  }  
  
a:hover img.chunky
  {
  border:12px solid #b0e426;
  }  
  
.homepage h1
  {
  margin-bottom:0px;
  }  

#slideshow 
  {
  position: relative;
  width: 468px;
  height: 181px;
  overflow: hidden;
  border:1px solid #e2e0e1; 
  margin:0px 0px 20px 0px;
  }

#slideshow img 
  {
  position: absolute;
  left: 0;
  top: 0;
  width: 468px;
  height: 181px;
  border:none;
  }
  
#validation_buttons
  {
  display:none;
  }  
  
img.borderless
  {
  float:left;
  border:none;
  margin:0px;
  padding:0px;
  }  
  
span.proj_details a, span.proj_details
  {
  display:none;
  }
   
.hidden
  {
  display:none;
  }

a.black_link
  {
  display:none;
  }

 blockquote
  {
  margin:4px 0px 10px 0px;
  padding:0px;
  border:1px solid #CACACA;
  background-color:#F0F0F0;
  }

blockquote p
  {
  margin:8px;
  }