/* CSS Document */

body {
	background-image: url(../images/background.jpg);
}

.title {
	color: #BEBEBE;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 1em;
	filter: Shadow(Color=#666666, 	
			Direction=135, 
			Strength=5);

}
.sub_title_caps {
	color: #BEBEBE;
	font-variant: small-caps;
	font-size: 12px;
	font-weight: bold;
	word-spacing: 5px;
}
.main_txt {
	color: #BEBEBE;
	font-size: 14px;
}
.formtext {
	color: #BEBEBE;
	font-size: 12px;
}
.main_txt_red {color: #993333}
.nld_txt {
	font-size: small;
	color: #666666;
}
.nld_link {color: #575757}
a:link {
	color: #707070;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #707070;
}
a:hover {
	text-decoration: none;
	color: #6D7EBA;
}
a:active {
	text-decoration: none;
	color: #707070;
}




<!-- Map CSS -->

.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: 450px;
left: 350px; /*position where enlarged image should offset horizontally */

}

.dashed_border{ /*Dashed border for iframe*/
border: 1px dashed gray;
width:750px;
margin-left: auto;
 margin-right: auto
}
