/*-- t sample is the container for all the sample/products pages ---------------------------*/
#t_sample{
  margin: 0 auto;
  text-align: center;
  float: right;
  width: 700px;
  height: 370px;
  padding: 10px 0px 0px 0px;
  }

#resume{
  width: 550px;
  margin: 0 auto;
  }

#resume p{
  color: #898988;
  text-align: left;
  font-size: 12pt;
  font-family: Verdana, Arial, Helvetica;
  }

#comments{
  width: 350px;
  }
    
    

/*--- sample styles the images on the left side --------------------------*/
#sample{
  margin: 0px;
  float: left;
  width: 300px;
  color: #898988;
  text-align: justify;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica;
  }


/*--- styles for the web site pages ---------------------------------------------*/
#web_sample{
  margin: 20px 80px 0px 0px;
  float: right;
  width: 570px;
  color: #898988;
  text-align: justify;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica;
  }

#web_link{
  margin: 0px;
  font-size: 13pt;
  }

#web_link a{
  text-decoration: none;
  color: #898988;
  }
  
#web_link a:hover{
  color: #fff;
  background: #69acff;
  }
  
#web_sample p{  
  margin: 0px 0px 20px 0px;
  color: #898988;
  text-align: justify;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica;
  }

#web_sample h4{
  font-family: Georgia;
  font-size: 15pt;
  font-weight: 400;
  margin: 0px 0px 7px 0px;
  text-align: left;
  font-style: italic;
  color: #90c842;
  }
  
    
.image{
  margin: 0px 0px 0px 30px;
  }
  
  
  
  
/*-- copy styles the text on the right for all the products -----------------------*/
#copy{
  width: 250px;
  float: right;
  margin: 0px;
  }
      
#copy p{
  margin: 0px 0px 5px 0px;
  color: #898988;
  text-align: justify;
  font-size: 10pt;
  font-family: Verdana, Arial, Helvetica;
  }
  
#copy h4{
  font-family: Georgia;
  font-size: 15pt;
  font-weight: 400;
  margin: 0px 0px 5px 0px;
  text-align: left;
  font-style: italic;
  color: #90c842;
  }
    

  
/*-- sample button for links samples to products ----------------------------------------*/
.sample_button a{
  text-decoration: none;
  color: #90c842;
  margin: 0px;
  }

.sample_button a:hover{
  color: #e00000;
  }

#sample_links{
  width: 300px;
  margin: 0px;
  }
   
#sample_links dl{
  list-style: none;
  width: 300px;
  margin: 0px;
  }
  
#sample_links dd{
  display: inline;
  margin: 0px 2px;
  }
  
#sample_links a{
  text-decoration: none;
  color: #777aba;
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  font-weight: 400;
  }

#sample_links a:hover{
  color: #000;
  }

.news_image{
  border: 1px solid #000;
  }
  



    
  
  

