@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	background:url(../images/background.png);
	/*#295D2C; */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link {
	color: #2f5d2f;
	font-weight:bold;
	
}
a:visited {
	color: #2f5d2f;
	font-weight:bold;
}
a:hover {
	color: #CC9933;
	font-weight:bold;
}
a:active {
	color: #2f5d2f;
	font-weight:bold;
}
h2 {color:#2f5d2f;}
.pioneer #container {
	width: 960px;  
	background: #FFFFFF;
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CC9900;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.pioneer #header {
width: 960px;
height: 372px;
background-image: url(../images/header_new.png); 
background-repeat:no-repeat;
background-position:center;
	background-color: #ffffff; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.pioneer #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.pioneer #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.pioneer #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#63A280;
} 
.pioneer #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:11px;
	color:#2f5d2f;
	font-weight:bold;
	text-align: center;
	}
.pioneer #footer a:link {
	font-size: 10px;
	color: #2f5d2f;
	font-weight:normal;
	}
.pioneer #footer a:visited {
	font-size: 10px;
	color: #2f5d2f;
	font-weight:normal;
}
.pioneer #footer a:hover {
	color: #2f5d2f;
	font-size: 10px;
	font-weight:normal;
}
.pioneer #footer a:active {
	color: #2f5d2f;
	font-size: 10px;
	font-weight:normal;
}
.hr{
width: 880px;
height: 2px;
background: #CC9900;
border:1px;
margin: auto;
}
.shadow {
	-moz-box-shadow: 5px 5px 6px #000000;
	-webkit-box-shadow: 5px 5px 6px #000000;
	box-shadow: 5px 5px 6px #000000;
	/* For IE 8 */
	-ms-filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000');
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000');
	border: 0;
	display:block;
	margin: auto;
	text-align:center;
}
.heading {
font-family:"Trebuchet MS";
font-size:14px;
font-weight: bold;
color: #000000;
text-transform:uppercase;
}
.headingFirst {
font-family:"Trebuchet MS";
font-size:17px;
font-weight: bold;
color: #000000;
text-transform:uppercase;
}
.mission {
font-family:"Trebuchet MS";
font-size:14px;
font-weight: bold;
font-style:italic;
}
.navtable {
	display:block;
	border:none;
	border-collapse: collapse;
	position:relative;
	width: 742px;
	padding:0px;
	left: 180px;
	top: 180px;
}

th {
	padding: 0;
	text-align: left;
	}

td {
	width:140px;
	text-align: center;
	}

.navImage {
border:0;
}
.ThreeRule {
	display:block;
	position:absolute;
	margin-top: 184px;
	margin-left: 118px;
	margin-right:10px;
	width: 858px;
}

	.webtext {
	font-size: 10px;
	font-weight:normal;
	}
	
.wrapper {
width: 940px;}	
.appdiv1 {
float: left;
width:440px;
height:auto;
padding: 0 10px 0 10px;
}
.appdiv2 {
float:right;
width:440px;
height:auto;
padding:  0 10px 0 10px;
}
.fulldiv {
position: relative;
float:left;
width:940px;
}
.contactdiv1 {
float:left;
width:200px;
padding: 10px;}
.contactdiv2 {
float:right;
width:750px;
height: 600px;
padding: 10px;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.pcenter {
text-align:center;}

.li {
list-style-position: inside;
}
.linkedimage {
display:block;
border:none;
margin: auto;
text-align:center;
}
.contactTable {
width:700px;
}
.productImage {
margin: 40px;

}
.searchTable {
display:table;
width: 210px;
position:absolute;
margin-top: 280px;
margin-left:730px;
}
.zoom_button {
vertical-align:middle;
padding-bottom:4px;
}