/* use C-style comments to comment things out */

body {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

.body {
	background: url(images/bg.jpg) repeat-x top #dce5ec;
	margin:0 0 10px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

A:link    {text-decoration: none; color: green; font-weight:bold;}
A:visited {text-decoration: none; color: green; font-weight:bold;}
A:active  {text-decoration: none; color: green; font-weight:bold;}
A:hover   {text-decoration: underline; color: #4F3731; font-weight:bold;}
img {border: none;}

:focus, :active { outline: 0; }
.left {float:left; margin-right:8px;margin-bottom: 10px; }
.right {float:right; margin-left:8px;margin-bottom: 10px; }
.left-nomargin {float:left;}
.right-nomargin {float:right;}
.clear {clear: both; overflow: hidden; height:1px;}
.greenfont {color: #374c43;}

 hr {color: #fff; background-color: #fff; border: 1px dotted #374c43; border-style: none none dotted; clear:both; }
 
 H1 {line-height:26px; font-size:24px; font-weight:bolder; color: #3C8CDD; margin-top:2px;} 
 H2 {line-height:22px; font-size:20px; font-weight:bolder; color: #F00000; margin-top:2px;}
 H3 {line-height:18px; font-size:16px; font-weight:bolder; color: Black;}
 H4 {line-height:16px; font-size:14px; font-weight:bolder; color: Black;}
 
p {
	margin: 0 0 12px 0;
	padding: 0;
}

#container
{
    margin:0 auto;
    width:750px;
}
#navmenu {
	background-color: #ffffff;
}

#main
{
    background: #ddeaa9 url(images/c_background.gif) repeat-x;
    min-height:400px;
    width:710px;
    padding:10px 20px;
    margin:0;
}
#header
{
	margin:0;
}
#content 
{
	margin:0;
    padding: 15px 0 0 0;
}
#content p 
{
    text-align:justify;
    padding: 7px 0 0 0;
}
#main li
{
    list-style-image: url(images/listitem.png);
}
#pic
{
    float:right;
    margin: 0 0 10px 10px;
}
#copyright
{
	color:#44607b;
	text-align:right;
	font-size:.8em;
	font-weight:bold;
}
#copyright a
{
	color:#44607b;
	text-align:right;
	font-size:1em;
	font-weight:bold;
}
#footer
{
    background:url(images/footer.jpg);
    height:36px;
    padding:36px 30px 0 0;
    text-align:right;
    color:White;
}
#footer a
{
    color:White;
    font-size:.8em;
    font-weight:bold;
    text-decoration:none;
}
input, textarea
{
    border:solid 1px black;
}
.inventoryItem
{
	background:transparent url(images/inventoryitem_top.gif) repeat-x scroll top left;
	padding: 15px;
}
.inventoryItemSeperator
{
	background:transparent url(images/inventoryitem_seperator.gif) repeat-y scroll top;
}
.PlantImage
{
	float:left;
	margin:0 10px 0 0;
	width:76px;
	text-align:center;
	font-size:.7em;
}
.CommonName
{
	color:#003f7a;
	font:1.5em Georgia,serif;
}



