/* 57 Main Street Print Style Sheet */
/* 4.26.05 */

/* General */

h1, h2, h3, h4, h5, h6 {font-family: Georgia, "New Century Schoolbook", Times, serif;}
  
#mainnav, #menu {display: none;}

img {display: none;}
 
/* Home Page */ 
#hleft * {
    visibility: visible;
    width: 6.25in;
}
			
#hleft p {
    font-family: Georgia, "New Century Schoolbook", Times, serif;
    font-size: 10pt;
    line-height: 12pt;
}
  
#hright * {
    visibility: visible;
    width: 6.25in;
}
		  	
#hright p {
    font-family: Georgia, "New Century Schoolbook", Times, serif;
    font-size: 10pt;
    line-height: 12pt;
}
  
 /* sub pages */
#content * {
    visibility: visible;
    width: 6.25in;
}
  
#content {margin-bottom: -9in;}
  
#content p {
    font-family: Georgia, "New Century Schoolbook", Times, serif;
    font-size: 10pt;
    line-height: 12pt;
}
  
#content h1 {
	font-size: 14pt;
    line-height: 12pt;	
}
  
#content h2 {
	font-size: 13pt;
    line-height: 12pt;	
}
  
#content h3 {
	font-size: 10pt;
    line-height: 12pt;	
}    
  
 /* products */
#title * {
    visibility: visible;
    width: 6.25in;
	font-size: 14pt;
    line-height: 12pt;
}
  
#awards * {visibility: visible;}

#awards img {
	float: right;
	width: auto;
	margin-left: 25px;
	margin-right: 50px;
}

#awards h3 {
	font-size: 10pt;
    line-height: 12pt;	
}
  
.products {
    visibility: visible;
	display: inline;
	float: right;
}    

#pcontent * {
    visibility: visible;	
}
  
#pcontent {margin-bottom: -9in;}
  
#pcontent h2 {
	font-size: 12pt;
    line-height: 12pt;	
}
  
#pcontent h3 {
	font-size: 10pt;
    line-height: 12pt;	
 }
  
#pcontent p {
    font-family: Georgia, "New Century Schoolbook", Times, serif;
    font-size: 10pt;
    line-height: 12pt;
}

#footerbg {
height: 1px;
overflow: hidden;
visibility: hidden;
}

#tagline {
    display: block;
    width: 6.25in;
	font-family: Georgia, "New Century Schoolbook", Times, serif;
	font-size: 10pt;
    line-height: 12pt;
	position: absolute;
	bottom: 10px; /* This can be set to - bottom: 0; - instead if desired */
}

#printicon {display: none;}