
<!--
 /* Font Definitions */
 @font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin-top:0in;
	margin-right:0in;
	margin-bottom:10.0pt;
	margin-left:0in;
	line-height:115%;
	font-size:11.0pt;
	font-family:"Calibri","sans-serif";}
.MsoPapDefault
	{margin-bottom:10.0pt;
	line-height:115%;}
@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.Section1
	{page:Section1;}
-->

.link A:link {text-decoration: none; color: white;}
.link A:visited {text-decoration: none; color: white;}
.link A:active {text-decoration: none; color: white;}
.link A:hover {text-decoration: underline overline; color: white;}
.link A:focus {text-decoration: underline overline; color: white;}
.link {
	font-family: "DejaVu Sans", "URW Gothic L", "Helvetica Neue", Hevetica, Arial, "Microsoft Sans Serif", Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	background-color: #ff0000;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 0px;
left: -1000px;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}

.Powe{
	position: relative;
	z-index: 0;
}

.Powe:hover{
	background-color: transparent;
	z-index: 50;
}

.Powe span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: blue;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.Powe span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.Powe:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -240;
	left: 115px; /*position where enlarged image should offset horizontally */
}

.Williams{
	position: relative;
	z-index: 0;
}

.Williams:hover{
	background-color: transparent;
	z-index: 50;
}

.Williams span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: blue;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.Williams span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.Williams:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -105;
	left: 115px; /*position where enlarged image should offset horizontally */
}

.Lambert{
	position: relative;
	z-index: 0;
}

.Lambert:hover{
	background-color: transparent;
	z-index: 50;
}

.Lambert span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: blue;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.Lambert span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.Lambert:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -60;
	left: 115px; /*position where enlarged image should offset horizontally */
}

.Hewitt{
	position: relative;
	z-index: 0;
}

.Hewitt:hover{
	background-color: transparent;
	z-index: 50;
}

.Hewitt span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: Blue;
	padding: 5px;
	left: -1000px;
	border: 1px solid gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.Hewitt span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.Hewitt:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -150;
	left: 115px; /*position where enlarged image should offset horizontally */
}

