
/****** LINK STYLES ******/

A                     { color: #479d46; text-decoration: underline; }
A:link                { color: #479d46; text-decoration: underline; }
A:active              { color: #479d46; text-decoration: underline; }
A:visited             { color: #479d46; text-decoration: underline; }
A:hover               { color: #479d46; text-decoration: underline; }

A.nav                 { color: #a4cb96; text-decoration: none; }
A.nav:link            { color: #a4cb96; text-decoration: none; }
A.nav:active          { color: #a4cb96; text-decoration: none; }
A.nav:visited         { color: #a4cb96; text-decoration: none; }
A.nav:hover           { color: #ffffff; text-decoration: none; }

A.products            { color: #1d711d; font-weight: bold; text-decoration: none; }
A.products:link       { color: #1d711d; font-weight: bold; text-decoration: none; }
A.products:active     { color: #1d711d; font-weight: bold; text-decoration: none; }
A.products:visited    { color: #1d711d; font-weight: bold; text-decoration: none; }
A.products:hover      { color: #3fa93f; font-weight: bold; text-decoration: none; }

A.footer              { color: #479d46; text-decoration: none; }
A.footer:link         { color: #479d46; text-decoration: none; }
A.footer:active       { color: #479d46; text-decoration: none; }
A.footer:visited      { color: #479d46; text-decoration: none; }
A.footer:hover        { color: #479d46; text-decoration: underline; }


/****** HTML TAG STYLES ******/

BODY {
  background-color: #FFFFFF;
  margin: 0px;
  text-align: center;
}

IMG {
  border: 0px;
}

H1 {
  color: #1d711d;
  font-family: Arial,sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 0px;
}

H2 {
  color: #1d711d;
  font-family: Arial,sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 0px;
}

H3 {
  color: #1d711d;
  font-family: Times,serif;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 4px;
}

HR {
  height: 1px; 
  color: #FFFFFF;
  background-color: #FFFFFF; 
  border: none;
  border-top: 1px solid #479d46;
}

B {
  color: #479d46;
}

STRONG {
  color: #1d711d;
}

P {
  margin-top: 16px;
  margin-bottom: 16px;
}

/****** IDENTITIES ******/

#nav {
  width: 100%;
  height: 60px;
  color: #a4cb96;
  font-family: Times,serif;
  font-size: 16px;
  background-image: url('../images/bgs/nav.gif');
  background-color: #317e32;
}

#flash {
  text-align: center;
  background-image: url('../images/bgs/gradient.jpg');
  background-repeat: repeat-x;
}

#content {
  width: auto;
  
  background-image: url('../images/bgs/gradient.gif');
  background-repeat: repeat-x;
  padding-bottom: 10px;
}

#headline {
  margin: 40px 0px 32px 0px;
}

#footer {
  color: #479d46;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  line-height: 26px;
  text-align: center;
}


/****** CLASSES ******/

.copy {
  color: #69645c;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.q {
  color: #1d711d;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}

.a {
  color: #69645c;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 15px;
}

