body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
}

body.colored {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #BAC86A;
}

/* ToolTip*/
.tooltipInterior{padding-left:10px;padding-right:10px;}

#dhtmltooltip{
position: absolute;
width: 200px;
border: 1px solid #9aa330;
padding: 5px;
background-color: white;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.ToolTipHeader
{
	font-weight: bold;
	width: 300px;
	font-family: arial;
	border: 1px solid #9aa330;
	padding: 5px;
	font-size: 13px;
	color: #9aa330;
	background: #FFFFFF;
	filter: alpha(opacity=100); /* IE */
	opacity: 1.00; /* FF */
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
.ToolTipBody
{
	width: 300px;
	font-family: arial;
	border: 1px solid #9aa330;
	padding: 5px;
	font-size: 11px;
	color: #5d5d5d;
	background: #FFFFFF;
	filter: alpha(opacity=100); /* IE */
	opacity: 1.00; /* FF */
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmlgoodies_tooltip{
	background-color:#FFF;
	border:1px solid #9aa330;
	position:absolute;
	display:none;
	z-index:20000;
	padding:2px;
	font-size:0.9em;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}

#dhtmlgoodies_tooltipShadow{
	position:absolute;
	background-color:#CCC;
	display:none;
	z-index:10000;
	opacity:0.6;
	filter:alpha(opacity=60);
	-khtml-opacity: 0.6;
	-moz-opacity: 0.6;
	-moz-border-radius:6px;	/* Rounded edges in Firefox */
}

.ToolTipTitle
{
	font-family: arial;
	padding: 5px;
	font-size: 13px;
	color: #9aa330;
}


.ToolTipContent
{
	font-family: arial;
	padding: 5px;
	font-size: 11px;
	color: #5d5d5d;
}

.inputbox{width: 320px;}
.inputboxmd{width: 180px;}

/* class for the rounded corners */
.rounded{background-image: url(../../images/WhtBkg.png); background-repeat: repeat; background-attachment: scroll;position: relative;border-right: #cccccc 1px solid;border-top: #cccccc 1px solid;border-left: #cccccc 1px solid;border-bottom: #cccccc 1px solid;}
.sm_rounded{ text-align: center; position:relative; border: solid 1px #A69572;}


.paging
{
	font-size:10px; line-height:10px; 
}

/* fudge for IE6 to have transparent button with png behind */
.buttonfix { z-index:9;}
DIV.fileinputs { POSITION: relative }
DIV.fakefile { Z-INDEX: 1; LEFT: 0px; POSITION: absolute; TOP: 0px }
INPUT.image { Z-INDEX: 2; FILTER: alpha(opacity: 0); POSITION: relative; moz-opacity: 0; opacity: 0 }

hr { 
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #A69572;
	border-left-color: #ffffff;
	margin-bottom: 10px;
 }
 
 

/* standard link class */
a {
	color: #006600;
	text-decoration: none;
}
a:link {
	color: #006600;
	text-decoration: none;
}
a:visited {
	color: #006600;
	text-decoration: none;
}
a:hover {
	color: #bac86a;
	text-decoration: none;
}

.fixed {
	color: #006600;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.fixed:link {
	color: #006600;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.fixed:hover {
	color: #bac86a;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

.fixedlarge {
	color: #006600;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.fixedlarge:link {
	color: #006600;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.fixedlarge:hover {
	color: #bac86a;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

/* Main navigation bar */
.TopMenu 
{
	color: #006600;
	font-size: 14px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding-right: 7px;
	padding-bottom: 30px;
	padding-left: 7px;
	line-height: 20px;
	text-decoration: none;
}
.TopMenu:link
{
	color: #006600;
	font-size: 14px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding-right: 7px;
	padding-bottom: 30px;
	padding-left: 7px;
	line-height: 20px;
	text-decoration: none;
}
.TopMenu:hover
{
	color: #A69572;
	font-size: 14px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding-right: 7px;
	padding-bottom: 30px;
	padding-left: 7px;
	line-height: 20px;
	text-decoration: none;
}

/* Footer navigation bar */
.BottomMenu 
{
	color: #006600;
	font-size: 14px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
	line-height: 20px;
	text-decoration: none;
}
.BottomMenu:link 
{
	color: #006600;
	font-size: 14px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
	line-height: 20px;
	text-decoration: none;
}
.BottomMenu:hover 
{
	color: #A69572;
	font-size: 14px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
	line-height: 20px;
	text-decoration: none;
}

.split {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B1100;
}

/* left section menu*/
.LeftMenu 
{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	line-height: 26px;
}
.LeftMenu:link
{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	line-height: 26px;
}
.LeftMenu:hover 
{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
	line-height: 26px;
}

/* dropdown section menu*/

.ddMenu 
{
	color: #A69572;
	font-size: 14px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding-right: 7px;
	padding-left: 7px;
	line-height: 20px;
	text-decoration: none;
}
.ddMenu:link
{
	color: #A69572;
	font-size: 14px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding-right: 7px;
	padding-left: 7px;
	line-height: 20px;
	text-decoration: none;
}
.ddMenu:hover
{
	color: #006600;
	font-size: 14px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	padding-right: 7px;
	padding-left: 7px;
	line-height: 20px;
	text-decoration: none;
}



.Copyright {
	font-size: 14px;
	font-family: "Century Gothic" , Arial, Helvetica, sans-serif;
}


.formtitle
{
	font-family: "Century Gothic" , Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #501100;
}

.formbutton
{
	padding-top: 10px; 
	padding-right: 20px;
}

.forminput
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: solid 1px #d8d3c8;

}

.formcell
{
	padding-left: 15px; padding-top: 20px; padding-right: 20px;
}

.Box_Title {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #879731;
	text-decoration: none;
	padding-left: 10px;
}

.Box_TitleHome {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #879731;
	text-decoration: none;
	padding-left: 10px;
}

.Box_TitleNoImg {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #879731;
	text-decoration: none;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}


.Box_TitleGrey {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #333333;
	text-decoration: none;
}
.thumbImg {
	padding-right: 10px;
}



.InfoTag {
	float: right;
	width: 250px;
	border: 1px solid #9EB713;
	padding: 10px;
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

.review {
	color: #FF0000;
	text-decoration: none;
}
.Box_TitleBrown {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #501100;
	text-decoration: none;
	padding-left: 10px;
	border-bottom-style: solid;
	border-bottom-color: #9EB713;
	border-bottom-width: 1px;
}

.Box_TitleBrown400 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #501100;
	text-decoration: none;
	
	background-attachment: scroll;
	background-image: url(../../images/box_bkg2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	
	padding-left: 10px;
	width: 385px;
	position: relative;
	height: 50px;
	vertical-align: middle;
	padding-top: 20px;
}

.ClassInfo
{
	margin-right:20px;
}

.TagBkg {
	background-attachment: scroll;
	background-image: url(../../images/box_bkg1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
}

.PlantVariety
{
	vertical-align:top;
}

.LargeHeading {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #501100;
}

.PlantDetaildata {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #9BB50B;
}

.PlantDetaildataCursor
{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #9BB50B;
	cursor:help;
}
.requiredinfo
{
	color: #C30000;
}

.QuoteContainer
{
	width:200px; 
	background-color:#FFFFFF; 
	border: solid 1px #BAC86A;
	padding-top:10px; 
	padding-bottom:20px; 
	padding-right: 10px; 
	padding-left: 10px; 
	margin-top:20px;
}

.QuoteType
{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #9BB50B;
	text-align:center;
	margin-bottom: 5px;
}

.QuoteText
{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #A69572;
}
.QuoteAttribution
{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
	color: #A69572;
}

.BlogLargeHeading {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #501100;
}
.BlogLargeHeadingBold {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #501100;
}
.BlogSubHeading {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9BB50B;
}
.BlogSubHeadingBold {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #9BB50B;
}



 