@charset "utf-8";

/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
	margin-left: 77px;
	color: #003;
	background-color: inherit;
	font-size: medium;
}
h2 {
	font-size: medium;	
}
.service_list {
	position: relative;
	z-index: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
.service_list   li {
	list-style-type: none;
}
.service_list   li  a {
	color: #003;
	text-decoration: none;
	background-color: inherit;
}
.service_list  li  a:hover {
	color: #00F;
	background-color: inherit;
}

#viewer {
	position: absolute;
	background-color: transparent;
	top: -27px;	/*position where enlarged image should offset vertically */
	left: 400px; /*position where enlarged image should offset horizontally */
	z-index: 0;
	height: 285px;
	width: 350px;
}

#viewer img {
	position: relative;
	left: 25px;
	top: 30px;
	border: 1px solid #000000;
}


.popimage:hover{
background-color: transparent;
}

.popimage span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: inherit;
	left: -1000px;
	visibility: hidden;
	color: #FFFFFF;
	text-decoration: none;
}

.popimage span img{ /*CSS for enlarged image*/
	border: 1px solid #000000;

}

.popimage:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 4px;	/*position where enlarged image should offset vertically */
	left: 426px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
