html {
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	color: #666;
	background-color: #55647C;
	z-index: -10;
}

div {border: 0px solid black; margin: 0; padding: 0;}

div#page {
	position: absolute;
	top: 47px;
	left: 50%;
	width: 900px;
	height: auto;
	margin: 0 0 0 -436px;
	padding: 0;
	background-color: white;
	border-right: 6px solid #BEBEBE;
	border-bottom: 6px solid #BEBEBE;
	z-index: 1;
}

div#topcurve {
	position: relative;
	top: 7px;
	left: 50%;
	width: 900px;
	height: 40px;
	margin: 0 0 0 -436px;
	background-image:  url("artwork/topcurve.png");
	background-repeat: no-repeat;
	z-index: 1;
}

div#logo {
	position: absolute;
	top: -22px;
	left: 35px;
	width: 250px;
	height: 83px;
	background-image: url(images/siteGrowersWebLogo.gif);
	background-repeat: no-repeat;
	z-index: 10;
}

div#whatittakes {
	position: absolute;
	top: 30px;
	left: 400px;
	width: 400px;
	height: auto;
	text-align: center;
	z-index: 4;
}

div#nav {
	position: absolute;
	top: 75px;
	right: 0px;
	width: 897px;
	height: 37px;
	margin: 0;
	padding: 0;
	background-color: #55647C;
	color: white;
	z-index: 5;
	border-left: 3px solid white;
}	

div#content {
	width: 820px;
	height: auto;
	margin: 140px 40px 40px 40px;
	padding: 0;
	z-index: 3;
	font-size: 0.9em;
}

div#copyright {
	margin: 40px 0;
	font-size: 0.6em;
	text-align: right;
	color: #BEBEBE;
}


ul#navlist {
	position: absolute;
	top: 50%;
	right: 0px;
	width: 900px;
	margin-top: -17px;
	padding: 0;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#navlist li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0 20px;
    height: 31px;
	line-height: 31px;
}

.navhere {
	color: #333;
	border-left: 5px solid #55647C;
}

#navlist li a {
	display: inline;
	margin: 0;
	padding: 0 0 0 5px;
	color: #BEBEBE;
	text-decoration: none;
	border-left: 5px solid #55647C;
}
    
#navlist li a:hover {
	margin: 0;
	padding: 0 0 0 5px;
	color: white;
	border-left: 5px solid white;
}

a {
	color: #390;
}

a:hover {
	color: #55647C;
}

img {
	border-style: none;
}

.smallbullets {
	margin-left: 40px;
	padding: 3px 0;
	list-style-image: url(images/navcir.gif);
}

ul {
	font-size: .8em;
	margin: -5px 0 0 0;
}


p {
	font-size: .8em;
}

h5 {
	font-size: .8em;
	font-weight: bold;
}

.hitme {
	margin: 0;
	padding: 5px 10px;
	background-color: #390;
	color: white;
	font-size: 9pt;
	font-weight: bold;
}