@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-image: url(images/gld-brn-brnbg.jpg);
	margin-top: 10px;
}
img{border-color:#663300}
.style2 {
	font-size: 20px;
	color: #663300;
	font-weight: bold;
}
.h2style{
	text-align:left;
	font-size: 16px;
	color: #663300;
	font-weight: bold;
	}
.style4 {color: #FFFFCC}
.style5 {font-size: medium; text-align:justify; padding-right: 10px;color: #663300;}
.style6 {color: #663300; font-weight: bold; font-size: medium; }
.style7 {
	color: #FFCC00
}
.color-link {
	color: #FF9900;
	text-decoration: underline;
}
.style8 {
	font-size: small;
	color: #FFFFCC;
	font-weight: bold;
}
.li-navigation{
	display:block;float:left;width:129px;height:20px;text-align:left;border:solid 1px #e69b3e;
	
	}
.a-navigation{
		display:block;padding:3px 6px 0px 6px;text-decoration:none;color:#282828;
		
		}
.a2-navigation{
		display:block;padding:3px 6px 0px 6px;text-decoration:none;color:#282828;float:left;width:129px;height:20px;text-align:left;border:solid 1px #e69b3e; background-color:#0F6;
		
		}
.a-navigation-bottom{
		padding:3px 6px 0px 6px;text-decoration:none;color:#FFFFCC;
		
		}
.thumbnail{
position: relative;
}

.thumbnail:hover{
background-color: transparent;

}

.thumbnail span{ /*z-index:-2;CSS for enlarged image*/
background-color: #dbe1dd;
padding: 7px;
padding-top:3px;
border: 2px; color: #000000;
visibility: hidden;
color: black;
text-decoration: none;
text-align:center;
left: -10000px;
position: absolute;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;z-index:100;
}

.thumbnail span h3{ /*CSS for enlarged image*/
font-size: 12px; color:#ae4612; font-weight:normal; margin:0px; text-align:center;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: 30px;
bottom:99px;
 }/*
position where enlarged image should offset horizontally */

.gallery {margin-right:-25px;}

.gallery img {margin:0 15px 15px 0;}
