p {
text-align:left;
font-family: Geneva, Geneva, Arial, Helvetica, sans-serif;
letter-spacing:1px;
font-size:12px;
 }

span {
text-align:left;
font-family:Geneva, Arial, Helvetica, sans-serif
letter-spacing:1px;
font-size:12px;
 
}

/* forms */
.left
{
text-align:left;
}

.right
{
text-align:right;
}

/* INSPECTIONS */

H3
{
font-family:Geneva, Arial, Helvetica, sans-serif
font-size:14px;
letter-spacing:1px;
}


.desc0
{
font-family: Geneva, Arial, Helvetica, sans-serif
font-size:12px;
font-style:normal;
color:#880000;
letter-spacing:1px;
}
.desc
{
font-family:Geneva, Arial, Helvetica, sans-serif
font-size:12px;
letter-spacing:1px;
}

#containerw {
	width:100%;
	text-align:left;
	}

#contentw {
	width:100%;
	height:auto;
	}

.thumbnail {
	position: relative;
	z-index: 0;
}
.thumbnail:hover {
	background-color: transparent;
	z-index: 50;
}
.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #eeeeee;
	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: 10px;
	left: 60px; /*position where enlarged image should offset horizontally */
	width:400px;
	color:#000000;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif
	font-size:10px;
	font-weight:normal;
	text-align:left;
}
.myimg {
	padding: 2px;
	border: 1px dotted gray;
	width: 100px;
	margin: 5px;
	border-color:silver;
}
.name {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif
	font-size:10px;
	font-weight:bold;
	text-align:center;
}
a {
	text-decoration:none;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif
	color:#990000;
	font-size:12px;
}

img 
{
	border:none;
}
#inspection
{
background-color:#ff0000;
font-family:"Lucida Console", "Lucida Sans", Arial;
color:#FF0000;
border:#000;
width:1em;
height:1em;
}

