/* 
SWATCHES
LIGHT CREAM: FBF9E6
MEDIUM CREAM: E6E8D1
DARK CREAM: D3D4AA
DARK GRAY: 444444
RED: 901708
TEXT COLOUR: 626262
LINES: CECFBD
*/


/* TEXT STYLES */
.column { -moz-column-gap:3em; -moz-column-width:20em; }
.copy { line-height: 1.5em; }
h3 { clear:both; margin-top: 10px; padding: 5px; border-bottom: 1px solid #CECFBD; color: #74bb2a; }
h2 { font-size: 1.1em; font-weight: bold; margin: 0px; padding: 10px 5px 5px 5px;border-bottom: 1px solid #CECFBD; }
#content p { line-height: 1.5em; }

/* LINK SYTLES */
a.glossary:link, a.glossary:visited { background-color:#FFFF99; color: #333333; }
a:link { color:#f49415; text-decoration:none; }
a:visited, img a:hover { text-decoration:none; color:#f49415; }
a:hover { text-decoration:underline; color:#f49415; }
a:active { text-decoration:none; color:#E5A651; }
a img { border:0px; color:#FFFFFF; text-decoration:none; }



/* OTHER SYTLES */
.clear { clear:both; }
.grass, .broadleaf, .perennial { display:none; visibility: hidden; }

#searchInfo {
	position:absolute;
	z-index:1000;
	top:50px;
	left:270px;
	width:355px;
	height:290px;
	padding:40px 30px 30px 30px;
	text-align:left;
	background:url(/images/searchBG.png);
}

.searchInstruction {
	margin-top:10px;
	padding-top:10px;
	border-top:1px dotted #999999;
}

.searchInstruction ul {
	padding: 0 0 5px 20px;
}