﻿body	{
	margin: 0;
	padding: 0;
}

a {
	color: #2C6600;
	font-family: Times New Roman;
}

a:hover			{	color: #0000FF;		}
h1				{	font-size: 18pt;	}
h2				{	font-size: 16pt;	}
h3				{	font-size: 14pt;	}
h4				{	font-size: 12pt;	}   

#container-top {
	background: #DBFFBF;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 194px;
	z-index: 1;
	width: 100%;
}

#logo {
	position: absolute;
	top: 10px;
	left: 100px;
	width: 200px;
	height: 174px;
	z-index: 3;
}

#title	{
	position: absolute;
	top: 53px;
	left: 334px;
	width: 500px;
	height: 100px;
	z-index: 3;
}

#search	{
	position: absolute;
	top: 0px;
	text-align: right;
	width: 100%;
	z-index: 2;
}

#topnav	{
	position: absolute;
	top: 175px;
	height: 20px;
	width: 100%;
	text-align: right;
	z-index: 2;
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#addthis{
	position: absolute;
	top: 155px;
	height: 20px;
	width: 100%;
	text-align: right;
	z-index: 2;
	float: right;
}

#container-main{
	position: absolute;
	top: 194px;
	width:100%;
}

/*************  begin style buttons  *******/

.topnavbutton {
	margin: 0;
	margin-left: 20px;
	float: right;
}

.topnavbutton li {
	list-style-type: none;
	float: left;
	margin-right: 0px;
	margin-left: auto;
	right: 0px;
	line-height: .75em;
}

.topnavbutton li a{
	color: black;
	display: block;
	width: auto;
	padding: 2px 4px 2px 8px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid;
	border-color: #122B00;
	/*light dark dark light*/
	background-color: #DBFFBF;
	text-decoration: none;
}

.topnavbutton li a:hover, .topnavbutton li a:active{
	color: white;
	background-color: #2C6600;
}

.darkbutton {
	font-weight: bold;
	color: white;
	width: auto;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid;
	border-color: #DBFFBF #122B00 #122B00 #DBFFBF; /*light dark dark light*/
	background-color: #2C6600;
	text-decoration: none;
}

.darkbutton:hover {
	color:black;
	background-color: #DBFFBF;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonmenu{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 150px;
	border-top-color: #122B00;
	border-top: 1px solid;
}

.buttonmenu li a{
	color: black;
	display: block;
	width: auto;
	padding: 2px 4px 2px 8px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid;
	border-color: #DBFFBF #122B00 #122B00 #DBFFBF;
	/*light dark dark light*/
	background-color: #DBFFBF;
	text-decoration: none;
}

.buttonmenu li a:visited{
	color: black;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
	color: white;
	background-color: #2C6600;
}
/******** end style buttons *********/

.products				{
	padding: 3px;
	border: 3px solid #2C6600;
	text-align: center;
	vertical-align: top;
}

.hp				{	display:none; } /* for timestamp on consulting form */


/******* style sheet for print ****************/
@media print {
body			{	background-color: white;	}
#container-top	{	display: none;	}
#container-main {	top:0px;		}
.noPrint		{	display: none;	}
}
