body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.0em;
	margin-left: 0;
	margin-top: 0;
	background-color: #E3EBE8;
	font-size: 1.0em;
}

.header1
{
	background-color: #E3EBE8;
	background-image: url(images/banner1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 129px;
	width: 100%;
}

.header1 h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #004730;
	text-align: center;
	margin-top: 5px;
}

.header2 {
    width: 100%;
	height: 33px;
	background-color: #E3EBE8;
	background-image: url(images/hdr2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.header2 h3 {
	text-align: center;
	color: #004730;
	margin-top: 7px;
}

.navtop
{
	width: 100%;
	height: 25px;
	text-align: center;
}

.navtop ul{
	margin-top: 3px;
	list-style-type: none;
	display: inline;
	margin-left: 2%;
  }
  
.navtop ul li {
	list-style-type: none;
	text-decoration: none;
	text-align: center;
	display: inline;
	font-size: 0.8em;
	font-weight: normal;
	color: #787878;
	padding-right: 20px;

 }

.navtop ul li a:link, .navtop ul li a:visited 
{
 text-decoration: none;
 color: #787878;
 }
 
.navtop ul li a:hover, navtop ul li a:active
{
 text-decoration: underline;
 font-weight: bold;
 color: #787878;
 }
 
.homecontent {
	background-color: #FFFFFF;
	background-image: url(images/truck1c.jpg); 
	background-position: center 200px;
	background-repeat: no-repeat;
	width: 58%;
	height: 550px;
	margin-left: 21%;
	border-top: 1px solid #004730;
	border-right: 1px solid #004730;
	border-left: 1px solid #004730;
}

.homecontent h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 15px;
}

.homecontent p {
	font-size: 0.85em;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin-bottom: -10px;
}


.content1 {
	background-color: #FFFFFF;
	width: 58%;
	height: auto;
	margin-left: 21%;
	border-top: 1px solid #004730;
	border-right: 1px solid #004730;
	border-left: 1px solid #004730;
}

.content {
	background: none;
	width: 80%;
	height: auto;
	margin-left: 10%;

}

.content h3 .content2 h3
{
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

.content2 h3
{
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 0;
}

.contentgall h3
{
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin-top: 0;
}


.content1 img
{
	margin-left: 20%;
	margin-top: 20px;

}

.content p  .content2 p 
{
	font-size: 0.85em;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin-bottom: 10px;
}

#contbl {
	height: auto;
	width: 70%;
	margin-left: 15%;
	magin-right: auto;
	border-collapse: collapse;
	border: 2px solid #004730;
}

#tdtop {
	font-size: 0.9em;
	font-weight: bold;
	background-color: #E3EBE8;
	color: #000000;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

#td1 {
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
	text-align: right;
	vertical-align: middle;
	height: auto;
	width: 40%;
	padding-right: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E3EBE8;
	border-bottom-color: #E3EBE8;
}

#td2 {
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	text-align: left;
	vertical-align: middle;
	height: auto;
	width: 60%;
	padding-left: 7px;
	border-collapse: collapse;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3EBE8;
}

.contentgall
{
	height: auto;
	width: 100%;
}

.gallery
{
 width: 55%;
 height: auto;
 border-collapse: collapse;
 margin-top: 10px;
}

.gallpic1
{
 width: 100%;
 height: auto;
 margin-left: 0;
 border-top: 2px solid #004730;
 border-left: 2px solid #004730;
 border-right: 2px solid #004730;
 text-align: center;
 }
 
 .gallpic1 img
{
	margin-top: 0;
	margin-left: 0;
}


.gallpic2
{
 width: 100px;
 height: 75px;
 border: 2px solid #004730;
 text-align: center;
}

.gallpic2 img
{
	margin-top: 0;
	margin-left: 0;
}

.navbottom
{   background:#FFFFFF;
	width: 58%;
	height: 20px;
	margin-left: 21%;
	border-left: 1px solid #004730;
	border-right: 1px solid #004730;
	border-bottom: 1px solid #004730;
	text-align: center;

}

.navbottom ul{
	margin-top: 3px;
	list-style-type: none;
	display: inline;
  }
  
.navbottom ul li {
	list-style-type: none;
	text-decoration: none;
	text-align: center;
	display: inline;
	font-size: 0.8em;
	font-weight: normal;
	color: #787878;
	padding-right: 20px;
 }

.navbottom ul li a:link, .navbottom ul li a:visited 
{
 text-decoration: none;
 color: #787878;
 }
 
.navbottom ul li a:hover, navbottom ul li a:active
{
 text-decoration: underline;
 font-weight: bold;
 color: #787878;
 }

.footer {
	background-color: #004730;
	width: 58%;
	height: auto;
	margin-left: 21%;
	margin-top: 5px;
}

.footer1p {
	font-size: 0.7em;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
}

.footer2p
{
	font-size: 0.65em;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	margin-top: -7px;
	margin-bottom: 5px;
}

.footer a:link, .footer a:visited {
	color: #E3EBE8;
	text-decoration: underline;
}

.footer a:hover, .footer a:active {
	color: #E3EBE8;
	text-decoration: underline;
	font-weight: bold;
}
.contentgall p {
	font-size: 0.75em;
	font-weight: normal;
	color: #000000;
	text-align: center;
	margin-bottom: 7px;
}
