/* CSS Document */
body{
background-color:#B69450;
margin:0px;
}
.navibg{
background-image:url(images/navibg.jpg);
background-repeat:repeat-x;
height:44px;
}
.text{
text-align:justify;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#000000;
}
.text1{
text-align:left;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:normal;
color:#000000;
}
.text2{
text-align:center;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:normal;
color:#000000;
}
.text3{
text-align:left;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#000000;
}
.links{
text-align:center;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#000000;
}
.links:hover{
text-align:center;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#FF6600;
}

.footer{
text-align:center;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#000000;
}
/*t1*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:#333333;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
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:-60px;
left: -60px; /*position where enlarged image should offset horizontally */

}