@charset "UTF-8";
/**For mmstyles001 banner changes to 300 px height, body background changes to bg, maincontent does not have backgound image.****mmstyles2_banner changes to 171 px height, body background changes to bg2, maincontent has backgound image*************************************************************************************/

form
{
margin:0;
padding:0;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #663300;
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 90%;
	background-color: #001400;
	background-image: url(images/backgrounds/bg.jpg);
	background-repeat: repeat-x;
	line-height: 125%;
}

.oneColFixCtrHdr #container {
	width: 1229px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.oneColFixCtrHdr #header {
	
	padding-top: 0;
	width: 1229px;
	background-image: url(images/backgrounds/hbg.png);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #container #header #navbar {
	color: #FFFFFF;
	height: 34px;
	margin-left: 70px;
	position: absolute;
	top: 223px;
	z-index: 999;
	background-repeat: no-repeat;
	width: 1000px;
}
.nav {
	color: #FFFFFF;
	height: 33px;
	text-align: left;
	padding-top: 0px;
	font-size: 11pt;
	clear: right;
	float: left;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #header #navmenu {
	clear: right;
	float: left;
	padding-top: 5px;
	text-transform: lowercase;
	color: #FFFFFF;
	font-size: 10pt;
	width: 80px;
	background-position: center;
	text-align: right;
	padding-right: 40px;
}

.oneColFixCtrHdr #header #logo{
	height: 190px;
	width: 216px;
	margin-left: 100px;
	vertical-align: middle;
	margin-top: 0px;
	padding-top: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*Change Banner in template A to Template B*************************************************************************/
.oneColFixCtrHdr #container #header #banner {
	height: 300px;
	width: 1229px;
	vertical-align: bottom;	
}
/********************************************************************************************/
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #eaf0d8;
	width: 1050px;
	border-right-width: 3pt;
	border-left-width: 3pt;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #001400;
	border-left-color: #001400;
	padding-top: 0;
	padding-right: 19px;
	padding-bottom: 0;
	padding-left: 19px;
	margin-right: 65px;
	margin-left: 65px;
	clear: right;
	float: left;
	margin-bottom: 40px;
	
}
.oneColFixCtrHdr #footer {
	width: 800px;
	padding-top: 40px;
	padding-right: 100px;
	padding-bottom: 0;
	padding-left: 100px;
	margin-right: 0;
	margin-left: 0;
	text-align: center;
	float:left;	
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
}

.himg {
	height: 258px;
	background-color: transparent;
}
/************************************************************ fonts *******************************************************/
.copyright {
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 8pt;
	text-align: center;
	color: #999933;
}
/* special text *******************************************************/


/*headlines *******************************************************/

.h1v1, .h1v2, .h1v3 {
	font-family: Palatino, Times, serif;
	font-size: 32pt;
	line-height: 110%;
}

.h2v1, .h2v2, .h2v3 {
	font-family: Palatino, Times, serif;
	font-size: 22pt;
	line-height: 110%;
}

.h3v1, .h3v2, .h3v3 {
	font-family: Palatino, Times, serif;
	font-size: 16pt;
	line-height: 110%;
}

.h1v1, .h2v1, .h3v1 {
	color: #6600cc;
}

.h1v2, .h2v2, .h3v2 {
	color: #ff6600;
}

.h1v3, .h2v3, .h3v3 {
	color: #cc0066;
}


.h3, .h4, .h5 {
	font-family: "Gill Sans", Arial, sans-serif;	
	line-height: 110%;
	color: #663300;
	font-weight: bold;
	}


.h3 {
	font-size: 10pt;
	}
.h4 {
	font-size: 12pt;
}

	
.h5	{
	font-size: 14pt;
	}
#v2 {
	color: #669900;
}
.p2 {
font-size: 9pt;
}
.p1 {
	font-size: 100%;
	color: #663300;
}

.p3 {
font-size: 8pt;
}

.ital {
	font-style: italic;
}
/* subheads *******************************************************/

.sh1 {
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 19px;
	line-height: 120%;
	color: #669900;
	padding-bottom: 20px;
}

.sh2{
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 16px;
	line-height: 120%;
	color: #669900;
}

/* special text *******************************************************/
.headerphnumber{
	clear: left;
	float: right;
	width: 200px;
	color: #FFFFFF;
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	padding-right: 100px;
	text-align: right;
	padding-top: 8px;
}

.readmore {
	font-family: Palatino, Times, serif;
	font-style: italic;
	color: #996633;
	font-size: 85%;
	font-weight: normal;
}

.bul1, .bul2, .bul3 {
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bul {
	list-style-image: url(images/bul1.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bul1 {
	color: #6600cc;	
}
.bul2 {
	color: #ff6600;	
}
.bul3 {
	color: #cc0066;	
}

.gr {
	color: #996633;
	font-weight: normal;
}
.gritalic {
	font-style: italic;
	color: #996633;
	font-weight: normal;
}

.cautionbox{
	height: 50px;
	width: 325px;
}
.caution {
	clear: right;
	float: left;
	font-size: 9pt;
	line-height: 100%;
	text-align: left;
	vertical-align: bottom;
}

.cautionimg {
	clear: right;
	float: left;
	width: 48px;
	text-align: left;
	vertical-align: bottom;
}
/* moisture mizer *******************************************************/
 .moisture, .mizer {
	font-family: "Gill Sans", Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
 }
 
 .moisture {
 	color: #669900;
 }
 
 .mizer {
 	color: #339999;
 }
 
 /****special formating *********************/
 .centertxth{
	text-align: center;
 }
 
 .centertxtv {
	vertical-align: middle;
 }
  .centertxtall {
	vertical-align: middle;
	text-align: center;
 }
  .aligntop {
	vertical-align: top;
 }
 
 .alignbottom {
	vertical-align: bottom;
 }

/* item menu *******************************************************/
.menu {
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	color: #669900;
	text-align: left;
	vertical-align: middle;
	width: 225px;
	height: 27px;
	padding-top: 18px;
	padding-left: 0px;
}

.menusm {
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	color: #669900;
	text-align: left;
	vertical-align: middle;
	width: 190px;
	height: 40px;
	padding-top: 10px;
}
.menutsm {
	padding-top: 10px;
}
.menut {
	padding-top: 16px;
}

/* e2u menu *******************************************************/
	.e2umenue {
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #669900;
	font-weight: bold;
	line-height: 175%;
	}

/******************************************************* column *******************************************************/

	.hp1 {
	width: 509px;
	clear: right;
	float: left;
	}
	
	.hp2 {
	width: 509px;
	position: relative;
	left: 38px;
	top: 0px;
	clear: right;
	float: left;
	}
	
	.qcol, qcol2 {
	clear: right;
	float: left;
	}

	.qcol {
	padding-right: 0px;
	width: 225px;
	}
	
	.qcol2 {
	padding-right: 0px;
	width: 225px;
	position: relative;
	left: 38px;
	top: 0px;
	clear: right;
	float: left;
	}
	.quartercol {
	width: 225px;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: 40px;
	}
	
	.quartercol0margin {
	width: 225px;
	clear: right;
	float: left;
	}
	
	.aligntopr {
	width: 225px;
	text-align: right;
	vertical-align: top;
	clear: left;
	float: right;
	top: 0px;
	right: 0px;
	}
	
	.qtrcollft {
	width: 225px;
	}
	
	.col4rlpadding0
	{
	width: 225px;
	clear: right;
	float: left;
	top: 0px;
	left: 38px;
	position: relative;
	}
	
	.colfill {
	background-image: url(images/backgrounds/colbg.jpg);
	background-repeat: repeat-y;
	}
	
	.halfcol{
	width: 489px;
	padding-top: 20px;
	padding-left: 20px;
	float: left;
	}
	
	
	

	
	.halfcol0lmargin{
	width: 526px;
	padding-top: 20px;
	clear: right;
	float: left;
	}
	.rghthalfcol
	{
	float: left;
	width: 492px;
	padding-top: 8px;
	}
	.twothirds {
	width: 752px;
	padding-left: 20px;
	padding-right: 38px;
	}
	.single {
	}
	.px15margin {
	margin-right: 10px;
	margin-left: 15px;
}

	.bluebg {

}
	.consgardner {
	width: 492px;
	clear: right;
	float: left;
	background-image: url(images/backgrounds/blubg.png);
	background-repeat: repeat-x;
	margin-top: 20px;
	}
	
/* easy to use *******************************************************/
	.easytouse {
	width: 492px;
	background-image: url(images/backgrounds/colbgv.jpg);
	background-repeat: repeat-x;	
	 height:1170px;
	 float:left;
	
	/*margin-top: 20px;
	padding-bottom: 50px;
	margin-bottom: 35px;*/
	}
	
	.e2ulcol {
	width: 210px;
	clear: right;
	float: left;
	padding-left: 15px;
	padding-right: 39px;
	}
	
	.e2urcol {
	width: 195px;
	clear: right;
	float: left;
	padding-right: 15px;
}
	

/******************************************************* images *******************************************************/

.imgv {
	width: 225px;
	clear: right;
	float: left;
	margin-right: 37px;
	margin-top: 20px;
}
.imgh1hcol {
	width: 225px;
	margin-bottom: 15px;
}
.imgh2col {
	width: 489px;
	height: 130px;
	float: left;
} 
 /******************************************************* buttons *******************************************************/
 .leafbut,  .leafbutsm {  
 	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear: right;
	float: left;
	padding-right: 10px;
 }
 
 .leafbut {
	height: 50px;
	width: 50px;
	clear: right;
	float: left;
 }
 
  .leafbutsm {
	height: 40px;
	width: 40px;
	
 }
/******************************************************* sotries *******************************************************/
 
  .pageheader{
	padding-top: 40px;
  }
/******************************************************* how to use *******************************************************/
.single0lmargin {
}
li {
	list-style-position: outside;
	list-style-image: url(images/bul1.png);
}
.clearfloat {
	clear: none;
	float: none;
}

/*******************************************************tables *******************************************************/
/***three column *******************************************************/
.tr255px {
width: 255px;
}

/******************************************************* charts *******************************************************/
.chart, .chartfooter, .chartmasthead, .chartbg {
	width: 702px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999
}
.chart {
	padding: 25px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	background-image: url(images/backgrounds/colbgv2.jpg);
	background-repeat: repeat-x;
}
.chartfooter {
	height: 420px;
	padding: 25px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-image: url(images/backgrounds/colbgv.jpg);
	background-repeat: repeat-x;
}
.chartmasthead {
	background-color: #e8ebdb;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999999;
	height: 100px;
}

.chartbg {
	width: 702px;
	background-color: #e8ebdb;
	padding-top: 5px;
}
/**chart fonts **********************/

.chartheader {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 702px;
}

.chrtcolheader1a, .chrtcolheader1 {
	height: 90px;
	font-size: 9pt;
	text-align: center;
	vertical-align: bottom;
}

.chrtcolheader1a {
	
	
}
.chrtcolheader1 {
	
	
}

.tbl {
	
	margin-top: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #999999;
}
.spacer {
	
	
	}

.chartnum, .equal, .arrow, .low, .med, .high, .chrtgsize1, chrtgsize2 {
	height: 30px;	
}

.chartnum, .low, .med, .high  {
	font-family: Palatino, Times, serif;
	font-size: 10pt;
	text-align: center;
}

.chartnum {
	background-color: #FFFFFF;
}

.equal, .arrow {
	text-align: center;
	color: #999999;
	width: 20px;
	
	
}

.arrow {
	background-image: url(images/diagrams/arrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	
}

.low, .med, .high {
	width: 70px;
}

.low {
	background-color: #ffffcc;
}

.med {
	background-color: #ccffcc;
}

.high {
	background-color: #ccffff;
}

.chrtgsize {
	font-size: 10pt;
	text-align: center;
	width: 24px;
	vertical-align: bottom;
}
.chrtgsize1, .chrtgsize2 {
	color: #339999;
	font-family: Palatino, Times, serif;
	font-size: 10pt;
	text-align: center;
	width: 24px;
}
.chrtgsize2{
	background-color: #FFFFFF;
	
}


.tflftfcol, .tfrghtcol {
	width: 325px;
	margin-top: 20px;
	}

.tflftfcol{
	margin-right: 20px;
	clear: right;
	float: left;}

.tfrghtcol{
	float: right;
	}


.eqvtb{
	width: 325px;
}

.eqvtbnum{
text-align: right;
width: 20px;
}
.eqvtbm{
text-align: left;
width: 20px;
}
.eqvtbeq{
text-align: center;
width: 20px;
}
.dothr {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 40px;
	margin-bottom: 40px;
	color: #999999;
}
.aligntopl {
	vertical-align: top;
	padding-right: 0px;
	width: 225px;
	left: 0px;
	top: 0px;
	text-align: left;
}

.alignbtml {
	vertical-align: bottom;
}

/***************************************************/
