body{
  font-family: arial; 
  font-size:14px;
}

.headergraytext{
  font-family: arial; 
  color: #a7a78f; 
  font-size: 14px;
}

.headerbig{
font-family: arial; 
color: #999275; 
font-size:22px; 
font-weight: bold;
}

.headerorangesmall{
font-family: arial; 
color: #EAAF00; 
font-size:13px;
}

 li.MsoNormal
	{mso-style-parent:"";
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman";
	margin-left:0in; margin-right:0in; margin-top:0in}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #B4AF9A;
/*padding: 5px;*/
left: -1000px;
border: 2px solid gray;
visibility: hidden;
color: black;
font-weight:bold;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

/* For bottom thumbnail */


.thumbnailbottom{
position: relative;
z-index: 0;
}

.thumbnailbottom:hover{
background-color: transparent;
z-index: 50;
}

.thumbnailbottom span{ /*CSS for enlarged image*/
position: absolute;
background-color: #B4AF9A;
/*padding: 5px;*/

border: 2px solid gray;
visibility: hidden;
color: black;
font-weight:bold;
text-decoration: none;
}

.thumbnailbottom span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnailbottom:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -450px;
left: 60px; /*position where enlarged image should offset horizontally */

}