/* <?php // *** Last Updated On: 19 September 2016 (@ Office) ?> */
 #tabsI {
      float:left;
      width:100%;
      font-size:93%;
      line-height:normal;
	  border-bottom:1px solid #DD740B;
	  margin: 0;
	  padding: 0;
      }
    #tabsI ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("../nimages/tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url("../nimages/tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
	  font-weight:700;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }

.impladplushidden
{
	display:none;
	padding:5px;
}

.imageandall
{
	float:right;
	z-index:10;
}

.impladpulldownstyle
{
	color: #6699CC; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold;
}

.littleup {
	color: #2E49B8;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;	
	text-align:center;
	border:solid 2px #0099FF;
	padding:5px;
	margin:5px;
}
.littleup a{
	color: #3399FF;
	text-decoration:none;
}

.initbriefdescription {
	position:relative;
	width:80%;
}

.plant-names {
    display: inline-block;
    width: 550px;
    height: 35px;
    margin: 3px;
	padding:3px;
	vertical-align:top;
    border: 1px solid #73AD21;
	cursor:pointer;
}

.eachstatebox {
	border:1px solid;
	display:inline-block;
	width:300px;
}

header.eachstatename
{
	text-align:center;
	background-color:#1EE123;
	color:#1F1FE0;
	font-size:15px;
}

@media screen and (max-width:1550px)
{
	.plant-names {
		width:500px;
	}
}

@media screen and (max-width:1450px)
{
	.plant-names {
		width:450px;
		height:45px;
	}
}

@media screen and (max-width:1350px)
{
	.plant-names {
		width:420px;
	}
}

@media screen and (max-width:1300px)
{
	.plant-names {
		width:400px;
	}
}

@media screen and (max-width:1250px)
{
	.plant-names {
		width:600px;
		height:35px;
	}
}

@media screen and (max-width:650px)
{
	.plant-names {
		width:500px;
	}
}

@media screen and (max-width:500px)
{
	.plant-names {
		display:block;
		padding:4px;
	}
}

@media screen and (max-width:800px)
{
	.imageandall {
		margin:auto;
		width:50%;
		float:none;
	}
}