@charset "utf-8";
/* CSS Document */

#navigation a {
	color: #000000;
	letter-spacing:0.1em;
	text-decoration: underline;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-repeat: repeat;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #89C439;
	}
	
#navigation a:hover {
	color:#89C439;
	background-repeat: repeat;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	background-color: #FFFFFF;
	}
	#navigation-1 a {
	color: #333333;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	background-color: #EAEAEA;
	background-repeat: repeat;
	}
	
#navigation-1 a:hover {
	color:#FFFFFF;
	background-repeat: repeat;
	background-color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	background-image: url(bg%20images/mainmenu_bg.gif);
	}
	#link a {
	color: #FFFF00;
	letter-spacing:.1em;
	text-decoration: underline;
	display:block;
	padding:8px 6px 10px 26px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #336BC2;
	background-repeat: no-repeat;
	}
	
#link a:hover {
	color:#FFFFFF;
	background-repeat: no-repeat;
	background-color: #336BC2;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}
	.class1 A:link {
	text-decoration: none;
	color: #FFFFFF;
}
.class1 A:visited {text-decoration: none}
.class1 A:active {text-decoration: none}
.class1 A:hover {text-decoration: underline; color: red;}
.style1 {
	color: #FFFFFF
}
.style2 {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
div.img
{
	margin: 2px;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
}	
div.img img
{
	display: inline;
	margin: 3px;
	border: 1px dotted #009900;
}
div.img a:hover img {
	border: 1px solid #157ACC;
}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}
body
{
	font-weight: normal;
	margin: 2px;
	background-color: #FFFFFF;
	background-image: url(dots.gif);
}
.style3 {
	color: #666666;
	font-weight: bold;
	font-family: Calibri;
	font-size: 13px;
	line-height: 20px;
}
.style3ERED {
	color: #FF0000;
	font-weight: bold;
	font-family: Calibri;
	font-size: 13px;
}
.style4 {
	color: #0066FF;
	font-weight: bold;
	background-color: #333333;
	font-family: Calibri;
	font-size: 11px;
}
.style5 {
	color: #89C439;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
}
.style6 {
	color: #0066FF;
	font-weight: normal;
	font-size: 13px;
	font-family: Calibri;
	line-height: 20px;
}
.style61{
	color: #0066FF;
	font-weight: normal;
	font-size: 12px;
	font-family: Calibri;
	line-height: 20px;
}

.styleitalic {
	color: #666666;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
}



/*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: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
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 on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
