@CHARSET "UTF-8";

p
{
	margin-bottom:10px;
}

* {
    padding: 0;
    margin: 0;
}

html {
   // background-color:#767676;
	background-image: url("../../image/hemp-background.jpg");
//background-position: 50% 50%;
 //background-repeat: no-repeat;
    min-height: 568px;
}

body {
//    height: 100%;

}

table {
	border-collapse:collapse;
}

#left_column
{
	margin-bottom:10px;border-left:solid 0px #fff;width:177px;height:100%;
}
#center_column
{
	padding-left:30px;
	padding-right:30px;
//	padding-top:38px;
	border:solid 0px #f0f;width:500px;height:100%;background-color: #fff;
}

#right_column
{
	margin-top:40px;
	margin-bottom:10px;
	width:167px;
	height:100%;
	color:#fff;
}

#addresses
{
	padding:10px;
	text-align:left;
	background-color:#537e9e;
//	margin:18px;
}

#resources
{
	padding:10px;
	border-top:solid 20px #fff;
	background-color:#abcfa7;
}

#right_title
{
	//padding-top:16px;
	//padding-left:12px;
	font-size:18px;font-weight:bold;
	margin-bottom:3px;
//	background-color:#cce4f0;
	
	//color:#fff;
}

#right_subtitle
{
	 font-size:2px;
	margin-bottom:13px;
	font-size:12px;line-height:15px;
}

.address_text
{
	font-size:12px;
}

#phone_number{
	position:relative;
	top:36px;
	left:54px;
	height:70px;
	//background-color:#abcfa7;
}
.large_green_helvetica
{
	font-size:40px;
	font-weight:bold;
	color:#3e7112;
}

.large_white_helvetica
{
	font-size:40px;
	font-weight:bold;
	color:#fff;
}

.small_green_helvetica
{
	font-size:12px;
	color:#3e7112;
}
.small_blue_helvetica
{
	font-size:12px;
	color:#537e9e;
}

#content {
	font-family: helvetica;
    margin: 0 auto;
    width: 904px;
    min-height: 568px;
}

#container {
    height: 100%;
    border-left: 4px solid #fdfdfd;
    border-right: 4px solid #fdfdfd;
    border-bottom: 4px solid #fdfdfd;
    background-color: #515859;
//    background-color: #767668;
//    background-color: #6e9660;
    width: 984px;
    margin: 0 auto;
}
#legal {
	margin:0px auto;
	margin-top:-12px;
	font-family: helvetica;
	font-size: 10px;
    height: 18px;
    width: 904px;
//    background-color: #6e9660;
	text-align:center;
	color:#fff;
}
#sitemap
{
	margin-left: 40px;
    height: 32px;
}

#section_header
{
	height:32px;
	padding-top:28px;
	border-top:solid 2px #cfdec5;
	font-family:arial;
	text-align:left;
	color:#3e7112;
	font-size:18px;
}

#section_content
{
	margin-top:0px;border-bottom:solid 10px #dedede;line-height:25px;text-align:left;color:#5c5c5c;font-size:12px;
}

#navigation
{
//	border-top: 13px solid #515859;
	border-top:solid 4px #515859;
	margin-bottom:0px;
	padding-top:35px;
	height:25px;
//	float:right;
	width:100%;
}

.nav_button
{
	font-size:20px;
	text-align:right;
	float:left;
	margin-left:24px;
}

.nav_button a {
  font-family:arial;
  color: #3e7112;
}
.nav_button a:link { 
  color: #3e7112;
  text-decoration:none;
}
.nav_button a:visited {
  color: #3e7112;
  text-decoration:none;
}
.nav_button a:hover {
  color: #5e5e5e;
  text-decoration:none;
}
.nav_button a:active { 
  color: #3e7112;
  text-decoration:none;
}

.sitemap_button
{
	float:left;
	margin-right: 10px;
}
.sitemap_button a {
  font-family:helvetica;
  font-size:12px;
  color: #939393;
}
.sitemap_button a:link { 
  color: #939393;
  text-decoration:none;
}
.sitemap_button a:visited {
  color: #939393;
  text-decoration:none;
}
.sitemap_button a:hover {
  color: #fff;
  text-decoration:none;
}
.sitemap_button a:active { 
  color: #939393;
  text-decoration:none;
}
