.blue_border {
	border: thin solid #2876E2;
}
.text_PS_Bar {
	background-color: #2876E2;
	background-position: left center;
	text-align: left;
	text-indent: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
}
.text_icon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #2876E2;
	text-align: left;
	text-indent: 0px;
	vertical-align: middle;
	padding-left: 25px;
}
.text_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.bottom_line {
	border-top: 1px none #2876E2;
	border-right: 1px none #2876E2;
	border-bottom: 1px solid #2876E2;
	border-left: 1px none #2876E2;
}
.padded_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	padding: 10px;
	color: #2876E2;
}
.pttw_bkg_border {
	background-image: url(Services/PTTW/bkg_border.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	margin: 0px;
	padding: 0px;
	position: static;
	height: 200px;
	width: 400px;
}
.pttw_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #699838;
	background-image: none;
	padding: 00px;
}
.pttw_image_border {
	border: 2px solid #699838;
}

.body_bkg {
	background-image: url(Services/PTTW/grid-surface.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightgrey;
padding: 5px;
left: -1000px;
border: 1px solid green;
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: 0;
left: 0px; /*position where enlarged image should offset horizontally */

}
