/* Generated by KompoZer */
body {
  margin: 3px 0 20px;
  padding: 0;
  background: #d9ffeb none repeat scroll 0% 50%;
  font-family: Arial,Helvetica,sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 20px;
}
h2 {
  font-size: 1em;
}
p, ul, ol, blockquote {
  font-size: small;
  line-height: 160%;
  text-align: justify;
}
a {
  color: #67823b;
}
a:hover {
  background: #000000 none repeat scroll 0% 50%;
  color: #ffffff;
}
#header {
  border-top: 5px solid #000093;
  border-bottom: 5px solid #000093;
  margin: 0 auto;
  background: transparent url(images/excavator-01.jpg) no-repeat scroll center;
  width: 740px;
  height: 160px;
}
#header * {
  padding: 0;
  text-decoration: none;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  color: #ffffff;
}
#header h1 {
  padding: 140px 0 0 20px;
  float: left;
}
#header h2 {
  padding: 140px 20px 0 0;
  float: right;
}
#header a:hover {
  background: #ffff00 none repeat scroll 0% 50%;
  color: #0000ff;
}
#content {
  border: 2px solid #cccccc;
  margin: 0 auto;
  background: transparent url(images/img2.gif) repeat scroll 0% 50%;
  width: 740px;
}
#colOne {
  margin: 0 auto;
  padding: 5px 10px;
  float: left;
  width: 510px;
}
#colTwo {
  margin: 0 auto;
  padding: 5px;
  float: right;
  width: 185px;
}
#colTwo h2 {
  font-size: medium;
  color: #ffffff;
}
#colTwo ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#colTwo li {
  margin-bottom: 1em;
  margin-top: 1em;
  color: #ffffff;
}
#colTwo li li {
  margin-bottom: 0;
  padding-left: 1em;
}
#colTwo a {
  color: #ffffff;
}
#footer {
  margin: 0 auto;
  background: #000000 none repeat scroll 0% 50%;
  width: 740px;
}
#footer * {
  color: #ffffff;
}
#footer p {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  font-size: x-small;
}
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	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: -200px;
	left: 110px; /*position where enlarged image should offset horizontally */
}

/* -- forms -- */

/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:150%;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
float: left;
font-size: 88%;
color: rgb(0, 0, 0);
margin-bottom:10px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-size: 88%;
font-weight:normal;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:80%;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size: 80%;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 10px 10px;
}
#stylized select{
float:left;
font-size: 80%;
padding:4px 2px;
border:solid 1px #aacfe4;
width:90px;
margin:2px 0 10px 10px;
}
#stylized option{
display:block;
font-weight:bold;
text-align:right;
width:40px;
float:left;
}
#stylized textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 10px 10px;
}

form div.submit {
  width: 146px;
  padding: 0 0 0 146px;
}

form div input.inputSubmit, form div input.inputButton, input.inputSubmit, input.inputButton {
  background-color: #cccccc;
  color: #000000;
  width: auto;
  padding: 0 6px;
  margin: 0;
}
