@charset "utf-8";
body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #fff;
}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#header {
	background-image: url(images/header.jpg);
	background-color: #2f8926;
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#sidebar1 {
	float: right; 
	width: 275px; 
	padding: 15px 10px;
}
#sidebar1 ul li {
	text-decoration: none;
	list-style-type: none;
	text-align: left;
	text-indent: 0px;
	list-style-image: url(images/hammersml.png);
}
#sidebar2 .left-thumbs {
	float: left;
	width: 80px;
	margin: 0px;
	padding: 0px;

}
#sidebar2 .right-thumbs {
	float: right;
	width: 80px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.hidden {
	display: none;
}

#mainContent {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.capt {
	font-size: x-small;
	font-style: italic;
	float: right;
}
#footer {
	padding: 0 10px 0 20px;
	color: #fff;
	background-color: #2f8926;
}
#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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}

/*NAVIGATION*/
#navbar {
	width:780px;
}



/*V2*/

ul.navmenu_V2 {
	list-style: none;
	padding: 0;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:100%;
	color:#6a6a6a;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

ul.navmenu_V2 li{
	float: left;
	margin: 0 2px 0 3px;
	padding: 3px 26px 0px 26px;
	border: 1px solid #d1d1d1;
	width: auto;
	height:20px;
	text-align:center;
	text-decoration: none;
	display: block;
	color: #6a6a6a;
	background-image: url(images/menu_button.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}

ul.navmenu_V2 li a {
	text-decoration: none; 
	display: block; 
	color: #6a6a6a; 
	}

ul.navmenu_V2 li a:hover{
	color: #2f8926;
	background:none;
	}

ul.navmenu_V2 li a:active{
	color: #000000; 
	}
#subfooter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #6a6a6a;
	background-color: #fff;
	text-align: right;
	margin-top: -10px;
}

#subfooter a:link {
	color: #6a6a6a;
	text-decoration: none;
}
#subfooter a:visited {
	color: #6a6a6a;
	text-decoration: none;
}
#subfooter a:hover {
	color: #2f8926;
	text-decoration: none;
}

#header a {
	text-decoration: none;
}
a {
	color: #2f8926;
	text-decoration: none;
}
p a {
	color: #2f8926;
	text-decoration: none;
}
p a:visited {
	color: #2f8926;
	text-decoration: none;
}
#sidebar1  h1 {
	font-size: 16px;
}
.std  {
	margin: 0; 
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: normal;
	font-family: Arial, sans-serif;
	font-size: large;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.copy {
	font-size: x-small;
	font-weight: lighter;
	text-align: right;
	color: #FFF;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Impact, Arial, sans-serif;
	font-weight: normal;
	color: #2f8926;
}

p a:hover {
	color: #2f8926;
	text-decoration: underline;
}
img {
	border: 0;
}
.sidebar2 {
	float: right; 
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.mainContent2 {
	margin-top: 0;
	margin-right: 225px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.sidebar2 h1 {
	font-size: 14px;
}
.sectiontop {
	padding: 10px;
}
.section {
}
.sidebar2 .left-thumbs {
	float: left;
	width: 80px;
	margin: 0px;
	padding: 0px;
}
.sidebar2 .right-thumbs {
	float: right;
	width: 80px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar2 {
	float: right; 
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

#mainContent2 {
	margin-top: 0;
	margin-right: 225px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
#sidebar2 h1 {
	font-size: 14px;
}
.rt {
	text-align: right;
	font-style: italic;
	padding-right: 10px;
}
.rt2 {
	text-align: right;
	font-style: normal;
	padding-right: 10px;
}
.more {
	text-align: right;
}
#footer #leftcol{
	text-align: left;
	float: left;
	margin: 5px;
	width: 360px;
}
#footer #rightcol {
	text-align: right;
	float: left;
	margin: 5px;
	width: 360px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:visited {
	color: #fff;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.box {
	width:238px;
	height:97px;
	float:left;
	margin-top: 0;
	margin-right: 30px;
	margin-left: 15;
	margin-bottom: 25px;
 }
 
 .boxright {
	width:238px;
	height:97px;
	float:left;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 10;
 }


.boxtitle {
	width:100%;
	height:25px;
	padding:5px 0 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	color:#FFFFFF;
	text-align:center;
	background-color: #2f8926;
	background-image: url(images/boxbkd.gif);
	background-repeat: repeat-x;
	background-position: top;
  }
  
.expic {
	background: #a6a6a6;
	padding: 10px;
}
.full {
	width: 780px;
}

