@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic);
/* CSS Document */

body {
	background-color:#626262;
	font-family: 'Noto Sans','Trebuchet MS', Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	color: #fff;
	margin:0;
	padding:0;
}

#container {
	width: 975px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size:12pt;
	line-height:1.6em;
}

#topmenu {
		float:right;
		font-size:10pt;
		margin:10px 0px;
}
#topmenu p {
	color: #666;
	text-align: right;
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#maintext {
		background-color:#626262;
		padding-bottom:10px;
}
	
a:link, a:visited { color: #A2D64B; text-decoration: none }
a:hover, a:active { color: #fff; text-decoration: underline }

th {
	font-weight: bold;
	color: #333;
	background-color: #CCC;
	text-align: center;
}

h1 , h2, h3{
	color: #fff;
	font-weight: 400;
}
h1 { line-height:1em}
h1 a:link, h1 a:visited {color:#CCC}

#leftcol ul{
	list-style-image: url(/images/Tree-leaf2.png);
}

.fullwidthcol {
	padding: 0px;
	margin: 10px;
	clear: both;
}
#leftcol {
	padding: 0px;
	clear: left;
	float: left;
	width: 700px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
}
#rightcol {
	padding: 0px;
	float: left;
	width: 215px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.rightnav {
}

.rightnav ul  {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	list-style-image: none;
}
.rightnav ul li a {
	display: block;
	padding:5px 0px 5px 10px;
	background-color:#4E4E4E;
	color:#FFF;
	font-size:10pt;
	transition: background-color 0.4s;
}
.rightnav a:hover {
	text-decoration: none;
	background-color: #519475;
	transition: background-color 0.4s;
}
#footer {
	font-size: 12px;
	padding: 0px;
	clear: both;
	width: 100%;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
}

.ncopy {
	font-size: 0.8em;
	line-height:1.3em;
	color: #999;
	background-color: #4E4E4E;
	clear: both;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.ncopy a {
	color: #999;
}
.ncopy .fcell {
	margin: 0px;
	float: left;
	width: 33%;
}
.ncopy .fcell h3 {
	color: #AFAFAF;
	font-size: 1.3em;
	font-weight: bold;
}
.ncopy .fcell p {
	margin: 5px 0px;
	padding: 0px;
}


#searchbox {
	font-size:8pt ;border-color:#888888; border-width:1px; border-style:solid; color: #666;
}

.result {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFF;
	background-color: #006;
	margin: 5px;
	padding: 5px;
	text-align: center;
	width: 120px;
	border-radius:5px;
}
.hideme {
	display: none;
}
.tight {padding:0; margin: 0;}
#RHS, #RHS a:link, #RHS a:visited {
	color: #FFF;
	background-color: #519475;
	text-align: center;
	margin: 10px 0px;
	padding: 5px;
	font-size: 1.1em;
	font-weight: bold;
	box-shadow: 1px 1px 3px #040404;
}
.butgreen, .butgreen:link,.butgreen:visited{
	color: #4E4E4E;
	background-color: #CCC;
	text-align: center;
	margin-right: 10px;
	padding: 10px;
	white-space: nowrap;
	line-height: 3em;
	transition: background-color 0.5s;
}
.butgreen:hover,.butgreen:active{
	color: #FFF;
	background-color: #519475;
	text-decoration: none;
}
.butgreeninv, .butgreeninv:link,.butgreeninv:visited{
	color: #FFF;
	background-color: #519475;
	padding: 10px;
	line-height: 3em;
	transition: background-color 0.5s;
}
.butgreeninv:hover,.butgreeninv:active{
	color: #FFF;
	background-color: #000;
	text-decoration: none;
}

.col13rd {
	float: left;
	width: 33%;
	padding:0px;
	margin:0px
}
.col23rd {
	float: left;
	width: 66%;
	padding:0px;
	margin:0px
}
.col14 {
	float: left;
	width: 25%;
	padding:0px;
	margin:0px
}

.col15 {
	float: left;
	width: 20%;
	padding:0px;
	margin:0px
}

#plantprofile {
	color: #000;
	background-color: #CCC;
	margin: 0.83em 0em ;
	padding: 1px 10px;
	font-style: italic;
	font-size:90%;
	line-height:1.2em;
	background-image: url(../images/pp-box.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#plantprofile h2{
	color:#333;
}
	
.indent {
	margin: 0px 10px;
	padding:0px;
}
.factbox {
	padding:1px 10px;
	background-color:#777;
	font-style:italic;
}
.startrow {
	clear: left;
}
.newrow {}
.treecells {
	text-align:center;
	font-style:italic;
	font-size:90%;
	color:#CCC;
}
.treecells img:hover{
	opacity: 0.8;
	transition: 0.3s;
}
.clearall { clear:both}
#logo {
	width: 220px;
	margin:0px 0px 5px 30px;
	float:left;
}
#strap {
	width: 300px;
	margin:30px 0px 0px 60px;
	white-space:nowrap; 
	font-style:italic;
	float:left;
}
.col12 {
	width: 50%;
	float: left;
}
.t-top td  {
	font-size: 0.9em;
	background-color: #474747;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3A3A3A;
	background-image: url(../images/t-table-fade.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.t-top th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	font-size:90%;
}
.t-top th a {
	color: #333;
	text-decoration: underline;
}
.t-top td a {
	text-decoration: underline;
}
.t-top th a:hover, .t-top th a:active {
	color: #638A20;
	text-decoration: underline;
}
.gold {
	color: #000;
	font-weight: bold;
	background-color: #FC0;
	padding: 3px;	
	border-radius: 6px;
	box-shadow: 1px 1px 4px #040404;
  background: linear-gradient(#FFC800, #FFE384, #FFC800); /* Standard syntax */

}
.silver {
	color: #000;
	font-weight: bold;
	background-color: #BFBFBF;
	padding: 3px;	
	border-radius: 6px;
	box-shadow: 1px 1px 4px #040404;
  background: linear-gradient(#CCC, #fff, #666); /* Standard syntax */
}
#leftcol ul.nobull{
	list-style-type: disc;
	list-style-image: none;
	margin-left: 40px;
}
.callout{
	color: #4E4E4E;
	background-color: #CCC;
	text-align: center;
	margin-right: 10px;
	padding: 10px;
}
.green {
	color: #A2D64B;
}

