@charset "utf-8";
@import url("webfonts/LucindaSans/LucindaSans.css");
@import url("webfonts/ArialNarrow/ArialNarrow.css");
@import url("webfonts/Helvetica/Helvetica.css");
@import url("webfonts/JacksFont/JacksFont.css");

    body {
        opacity: 1;
        transition: 1s opacity;
    }
    body.fade-out {
        opacity: 0;
        transition: none;
    }
.hdr1{
	width: 100%;
	height: auto;
	align: center;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	background-color: #003300;
}
body,td,th {
	font-family: "LucindaSans","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #003300;
	font-size: 13px;
}
body {
     background-color: #003300;
     background: url(backings/WeedLeaf.jpg) center no-repeat fixed;
     background-size: cover;
}
.hdr-text {
	font-family: font-family: "Helvetica", Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
    font-size: 36px;
    color: #003300;
	text-shadow: 1px 1px #000;
}.hdrs {
	font-family: font-family: "Helvetica", Trebuchet MS, Arial, sans-serif;
	font-weight: bold;
    font-size: 15px;
    color: #003300;
}
h1 {
	font-family: "LucindaSans","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #003300;
	font-weight: bold;} 
.mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc9933;

}
.nav-hd{
	width: 100%;
	height: 155px;
	background-color: #003300;
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 70px;
}
a:link {
	font-family: JacksFont;
	font-size: 15px;
	color: #cc9933;
	text-shadow: 1px 1px #000;
	text-decoration: none;
}
a:visited {
	font-family: JacksFont;
	font-size: 15px;
	color: #cc9933;
	text-shadow: 1px 1px #000;
	text-decoration: none;
}
a:hover {
	font-family: JacksFont;
	font-size: 15px;
	color: #FFFFFF;
	text-shadow: 1px 1px #000;
	text-decoration: none;
}
a:active {
	font-family: JacksFont;
	font-size: 15px;
	color: #cc9933;
	text-shadow: 1px 1px #000;
	text-decoration: none;
}