@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0 0 50px 0;
	background-image: url(../images/master-bg.jpg);
	background-repeat: repeat-x;
	background-color: #273329;
}
#header {
	padding: 0 75px;
	margin: 0 auto;
	width: 860px;
	height: 163px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#page {
	margin: 0 auto;
	padding: 0;
	width: 1010px;
	background-image: url(../images/main-tile-bg.jpg);
	background-repeat: repeat-y;
}
#container1 {
	margin: 0 auto;
	padding: 0 32px;
	width: 946px;
	background-image: url(../images/main-bg.jpg);
	background-repeat: no-repeat;
}
#zip_container {
	margin: 0 auto;
	padding: 10px 0 0 0;
	color: #FFFFFF;
	width:425px;
	height:auto;
	text-align:center;
	background-color: #275336;
}
#zip_inputboxContainer{
	margin: 5px 0;
}
#zip_formContainer {
	font-size:smaller;
	font-weight:bolder;
	background-color: #485D4C;
	height:100%;
	padding:10px 0 0 0;
}
#zip_submitContainer {
	padding: 20px 10px 10px 0;	
	text-align:right;
}
#zip_submit {
  width: 54px;
  height: 26px;
  margin: 0;
  border: 0;
  background: transparent url('../images/next_btn.jpg') no-repeat center top;
  overflow: hidden;
  color:#485D4C;
  font-weight:bolder;
}
form>#zip_submit{ /* For non-IE browsers*/
  height: 0px;
}
#zip_not_found {
	visibility:hidden;	
}
#zip_error_message {
	visibility:hidden;	
	color:white;
}

#container2 {
	padding: 0 43px;
	width: 860px;
	background-image: url(../images/curved-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#main-nav {
	text-align: center;
	color: #999;
	font-family: Calibri, "Trebuchet MS", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: 21px;
	padding: 0 0 30px 0;
	clear: both;
}
#main-nav a:link, #main-nav a:active, #main-nav a:visited {
	color: #FFF;
	text-decoration: none;
}
#main-nav a:hover {
	color: #FFF;
	text-decoration: underline;
}
#video {
	float: left;
	margin: 0;
	padding: 15px;
	background-color: #272727;
}
/*#button {*/
	/*float: right;*/
	/*margin: 10px 0;*/
/*}*/
/*#button a.map-btn {*/
	/*display: block;*/
	/*width: 477px;*/
	/*height: 121px;*/
	/*float: right;*/
	/*background-image: url(../images/map.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: bottom right;*/
/*}*/
/*#button a.calc-btn {*/
	/*float: right;*/
	/*display: block;*/
	/*background-image: url(../images/calculator.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: bottom right;*/
	/*width: 477px;*/
	/*height: 107px;*/
/*}*/
/*#calc-btn {*/
	/*float: right;*/
	/*display: block;*/
	/*background-image: url(../images/calculator.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: bottom right;*/
	/*width: 477px;*/
	/*height: 107px;*/
/*}*/
/*#calc-btn a {*/
	/*float: right;*/
	/*display: block;*/
	/*background-image: url(../images/calculator.gif);*/
	/*background-repeat: no-repeat;*/
	/*background-position: bottom right;*/
	/*width: 477px;*/
	/*height: 107px;*/
/*}*/
#divstate 
{
	width: 438px;
	height: 111px;
	vertical-align: bottom;
	background-image: url(../images/brochureBkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
.button {
	float: right;
	margin-bottom: 20px;
	}
.button a:hover  {
	background-position: top right;
	}
.button a.map-btn {
	display: block;
	width: 477px;
	height: 121px;
	float: right;
	background-image: url(../images/map.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
.button a.calc-btn {
	float: right;
	display: block;
	background-image: url(../images/calculator.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 221px;
	height: 161px;
	}

.button a.hdlineFungi_btn 
{
	float: right;
	display: block;
	width: 205px;
	height: 145px;
	background-image: url(../images/headline-image.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}


.brochure-btn-on, .brochure-btn-off
{
	margin:0 auto;
	display: block;
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 141px;
	height: 22px;
	}
.brochure-btn-on
{
	cursor:pointer;
	background-image: url(../images/brochureOn.gif);
}
.brochure-btn-off {
	background-image: url(../images/brochureOff.gif);
	cursor:default;
	}
	
.ddl 
{
	font-family: Calibri, "Trebuchet MS", "Lucida Sans", Arial, Helvetica, sans-serif;
	font-size: small;
	width:170px;
}	
#content {
	clear: both;
	padding: 20px 30px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 17px;
	background-color: #F5F5F5;
}
#content strong {
	color: #000;
}
#content img {
	border: 7px solid #bbb;
}
h4 {
	color: #3D6241;
	font-size: 24px;
	line-height: 20px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	margin: 10px 0 20px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px dotted #666;
	text-transform: uppercase;
	font-weight: bold;
}
h4 span {
	color: #3D6241;
	font-size: 11px;
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	float: right;
	text-transform: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
}
.legal {
	clear: both;
	font-family: Tahoma, Geneva, sans-serif;
	color: #777;
	font-size: 11px;
	line-height: 16px;
}
#copy {

	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
	font-size: 10px;
	line-height: 15px;
    width:350px;
    padding-bottom:50px;
    
}
#copy p {
	margin: 0 0 15px 0;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
	margin: 0 0 20px 20px;
}
.center {
	text-align: center;
}
#footer {
	font-family: Tahoma, Geneva, sans-serif;
	color: #999;
	font-size: 10px;
	line-height: 15px;
	margin: 0 auto;
	padding: 15px 75px;
	width: 860px;
	height: 135px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}

a:link, a:active, a:visited {
	color: #e77c1c;
	text-decoration: underline;
}
a:hover {
	color: #028446;
	text-decoration: underline;
}
#header {
	padding: 0 0px;
	margin: 0 auto;
	width: 1010px;
	height: 163px;
}
#header a.header-btn {
	display: block;
	padding: 0 0px;
	margin: 0 auto;
	width: 1010px;
	height: 163px;
	background-position:center top;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
#header #helpLinks {
    color: #999999;
    float: right;
    text-align: right;
    font-family: Calibri, "Trebuchet MS", "Lucida Sans", Arial, Helvetica, sans-serif;
    font-size: 17px;
    margin-top: -150px;
    margin-right: 50px;
    /*display: block;*/
    width: 293px;
    border-bottom: #ffffff solid 1px;
}

#header #helpLinks a:link, #header #helpLinks a:active, #header #helpLinks a:visited {
	color: #FFF;
	text-decoration: none;
}
#header #helpLinks a:hover {
	color: #FFF;
	text-decoration: underline;
}
#backToTop {
	float: right;
	width: 120px;
}
#backToTop p {
	font-size: 10px;
}
#backToTop p img {
	border: 0;
}

#backToTop p a:link, #content p.top a:active, #content p.top a:visited {
	color: #999;
	text-decoration: none;
}
#backToTop p a:hover {
	color: #e77c1c;
	text-decoration: underline;
}
