body, td, p          { font-family: Arial, Helvetica, sans-serif; font-size: 10pt}

.info_box_text     { color: #000000; font-size: 8pt }

.footer                  {
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.logo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 10px;
}
.homeimg {
	display: block;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #C5141A;
}
.sidebartxt {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 5px;
	font-size: 12px;
}
.sidebartxt a {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #C5141A;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 10px;
left: -1000px;
/*border: 1px solid 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: -150px;
left: 30px; /*position where enlarged image should offset horizontally */

}

.imagedesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	clear: both;
	height: 125px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	padding-top: 5px;
}
.imagedesc200 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	clear: both;
	height: 200px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	padding-top: 5px;
}
.imagedesc227 {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	clear: both;
	height: 227px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	padding-top: 5px;
}
.imagedesc212 {



	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	clear: both;
	height: 227px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	display: block;
	padding-top: 5px;
}
.cranes {
	border: medium solid #999999;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.cranesnote {
	background-color: #E9E9E9;
	border: thin dashed #C5141A;
	margin: 10px;
	padding: 5px;
	font-style: italic;
}
.imgfade {
	float: right;
	margin: -2px 5px 10px 10px;
}
