@charset "utf-8";
/* CSS Document */

/*Colors used:


*/
.mobile-body{
	display:none;
}

body {
	background-image:url(images/bg.png);
	background-position: top center;
	background-color: #977b36;
	background-repeat:repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#719d9b;
}

/* Text Styles*/

img {
	border-style: none;
}

a {
	color: #da9338;
}

a:hover {
	
}

a:active {
	
}


/* -----start popup----- */

.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*/
/*new */
position:fixed;

/* end new */

visibility: visible;


  top: 50%;
  left: 50%;
  margin-top: -347px;
  margin-left: -350px;


/*old
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

/* -----end popup----- */



/*popup code*/

.overlay
{
	position: absolute;
	left: 0px;
	top: 0px;
	
	width: 100%;
	height: 100%;
	background-color:#666;
	
	/* background: url(images/overlay1.gif); */
	
	/* Set both opacity and filter, for MSIE and firefox compatability */
	opacity: .7;
	filter: alpha(opacity=70);
	
	/* z-index sets the layer order, so that the overlay rests on top.
	Bear in mind that the popup dialogue needs to be even higher! */
	z-index: 1000;
}

#dialogue
{
	position: absolute;
	
	left: 50%;
	margin-left: -175px;
	top: 100px;
	
	width: 350px;
	padding: 20px;
	
	border: 2px solid #0000DD;
	background-color: #FFFFFF;
	
	z-index: 2000;
}




a.footer { color:#837066; }

td.block_link:hover{
	background-color: #333;
}


