body {margin:0; padding:0; background-color:#FFFFFF;}
form {margin:0; padding:0}

td, tr {font:11px/14px tahoma, arial, helvetica, sans-serif; color:#636363; vertical-align:top;  text-align:left;}

.end{ color:#B7D7F0; text-decoration:none; font-size:10px; font-weight:bold}
.end1{ color:#FFFFFF; text-decoration:none; font-size:10px; font-weight:normal}
.end a{ color:#B7D7F0; text-decoration:underline; font-size:10px; font-weight:bold}
.end a:hover{ color:#B7D7F0; text-decoration:none; font-size:10px; font-weight:bold}


a{ color:#007CC7; text-decoration:underline;}
a:hover{ color:#007CC7; text-decoration:none;}

.top td select{ width:111px; height:19px; font-size:11px; padding:0 0 1px 6px;}
.top td{ color:#FFFFFF; font-weight:bold;}

.top1 td input{ width:129px; height:17px; font-size:11px; padding:0 0 1px 6px;}
.top1 td{ color:#FFFFFF; font-weight:bold;}
.top2 a{ color:#FFFFFF; text-decoration:none; font-size:9px;}
.top2 a:hover{ color:#FFFFFF; text-decoration:underline; font-size:9px;}
.inp1 td input{ width:122px; height:18px; font-size:11px; padding:0 0 1px 6px;}



.r1 ul { margin:0; padding:0; list-style:none;}
.r1 li { background:url(images/ch_blu.jpg) center left no-repeat; margin:0 0 0 0; padding:0 0 0 9px;}
.r1 li a {line-height:20px; color:#007CC7; text-decoration:none; font-weight:400; background-position:left center;}
.r1 li a:hover { text-decoration:underline; color:#007CC7;}

.r2 ul { margin:0; padding:0; list-style:none;}
.r2 li { background:url(images/ch_blu.jpg) center left no-repeat; margin:0 0 0 0; padding:0 0 0 9px;}
.r2 li a {line-height:20px; color:#007CC7; text-decoration:none; font-weight:400; background-position:left center;}
.r2 li a:hover { text-decoration:underline; color:#007CC7;}
.r2 li b{ color:#636363; font-weight:normal;}


.txt1 td a{ color:#636363; text-decoration:none; font-weight:normal}
.txt1 td a:hover{ color:#636363; text-decoration:underline;  font-weight:normal;}


.form input{ width:178px; height:19px; border:1px solid #767676; font-size:11px; color:#636363; padding:1px 0 1px 6px;}
.form textarea{ width:178px; height:175px; border:1px solid #767676; overflow:auto; font-family:tahoma, arial, helvetica, sans-serif; font-size:11px; color:#636363; padding:1px 0 1px 6px;}


.gallerycontainer{
	position: relative;
	z-index: 2;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid white;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: 0px;
	border: none;
	visibility: hidden;
	color: black;
	text-decoration: none;
	z-index: 1;
	top: -200;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -350px;
left: 0; /*position where enlarged image should offset horizontally */
}
