html, body {
	/* changed 8/22/12 from http://ryanfait.com/sticky-footer/layout.css */
	height: 100%;
}

body {

/*	border-top: #718039 5px solid;     moved to topheadbar*/
/*	border-bottom: #718039 5px solid;  */
	font-family:'Verdana', Geneva, sans-serif;	
	font-size:12px;

}

* {
	margin: 0;
	padding: 0;	
}
img{border:none;}

a{color:#000; text-decoration:none;}

.clear{clear:both;}

.left{float:left;}

.right{float:right;}

.alignleft{float:left;}

h1{ font-style:italic;}

h2{padding-bottom:15px; font-size:27px;font-style:italic}

h1, h2, h3, h4{	font-family: 'Open Sans', sans-serif;}

#topheadbar {
	/* added 8/22/12 - to avoid bar as part of body to take more vertical space */
	border-top: #718039 5px solid;
	width: 100%;
	height: 5px;
}

#fullpage {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px; /* the bottom margin is the negative value of the footer's height -- plus border width*/
}
.limiter {
	width: 960px;
	padding-bottom: 20px;
/*	margin: 0 auto;
	height:auto; */

/* changed 8/22/12 from http://ryanfait.com/sticky-footer/layout.css */

}

#header {
	min-height: 92px;
}

#logo {
	float:left;
	padding-top: 23px;
	padding-bottom: 23px;
}

#headerright {
	width:300px;
	float:right;
}

#contactus {
	padding-top: 34px;
	font-size:11px;
	color: #849153;
	float:left;
	padding-right: 15px;
}

#contactus a {
	color:	#849153;
	text-decoration:underline;
}

#contactus p {
	text-align:right;	
}

#headerright ul {
	float:right;
	padding-top: 30px;
	padding-right: 30px;
}

#headerright li {
	display:inline;
}

#main-nav {
	color:#000;
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #d7d7d7;
	height: 38px;
}
#main-nav-alt {
	/* minimal header version (form previews) */
	color:#000;
	border-bottom: 1px solid #d7d7d7;
/*	border-top: 1px solid #d7d7d7; */
	height: 10px;
}

#main-nav ul {
	width: 660px;
	margin-left: 15px;
	padding: 4px 0 10px 0;
	float:left;
}

#main-nav li {
	display:inline;
	padding-right: 23px;
	font-size: 13px;
	font-weight:bold;
	text-transform: uppercase;

}

#main-nav li.current-page-ancestor a {
	color:#718039;
}

#main-nav li#menu-item-587 {
	padding-right:0px !important;
}

#main-nav li a {
	text-decoration:none;
	color:#000;	
}

#main-nav li a:hover{color:#718039;}



#main-nav li.current-menu-item a {

	color:#718039;	

}

#search_bar, #searchform {
	margin-top: 10px;
	margin-right: 25px;
	width:235px;
	float: right;
	height: 23px;	
}

#searchform label {
	display:none;
}

#searchform input {
	float:left;
}

#searchform #s {
	background-image:url(images/textbar.png);
	width: 169px;
	height: 21px;
	border: none;
	color:#000;
	display:inline-block;
}

#searchform #searchsubmit {
	background-image:url(images/searchbar.png);
	width: 60px;
	height: 21px;
	border: none;
	color:#000;
	text-indent:-9999px;
}

#menu-item-596 ul {
	display:none;
}

#menu-item-596.current-menu-item ul, #menu-item-596.current-page-ancestor ul {
	display:block; 
	padding-top:10px;
}

#menu-item-596.current-menu-item ul li, #menu-item-596.current-page-ancestor ul li {
	padding:3px 10px;
}

#menu-item-596.current-page-ancestor a {
	color:#718039 !important;
}

#menu-item-596.current-page-ancestor ul li a {
	color:#000 !important;
}

#menu-item-596.current-page-ancestor ul li a:hover {
	color:#718039 !important;
}





.menu a {
	color:#000;	
	text-decoration:none;
}

.menu a:hover {
	color:#718039;	
	text-decoration:none;
}

#guts {
	padding-top:20px;
	min-height:760px;
}



#copyrightfoot {
	height: 20px;
	text-align: center;
	border-bottom: #718039 5px solid; 
	margin: 0 auto;
	clear:both;
/*
	width: 960px;
	height:auto;
*/
}
