/*==============================================*/
/*CSS For Henry County Master Gardeners		          */
/*Copyright 2006 Henry County Master Gardeners                      */
/*Coded by Matthew Ohlman			                        */
/*==============================================*/

body {
 background: #990000;
 color: black;
 margin: 0;
 padding: 0;
 font-size: 100%;
}

#top {
 height: 75px;
}

#wrapper {
  width: 900px;
  background-color: #666666;
  color: black;
  background-image: url('leaves.gif');
  background-repeat: no-repeat;
  border-right: 1px solid black;
  border-top: 1px solid black;
}


#navigation {
  float: left;
  width: 150px;
  background: #637300;
  margin: 50px 0 0 10px;
  border: 1px solid black;
  color: white;

}

#navigation a, a:visited {
 color: white;
 text-decoration:none;
 font-size: 1em;
}
#navigation a:hover, a:active {
 color: white;
 text-decoration: underline;
 font-size: 1em;
}

#content h1 {
  text-align: center;
  font-family: verdana, arial, sans-serif;
  color: #990066;
  font-weight: bold;

  font-size: 1.1em;
  border-bottom: 1px dotted black;
  margin-top: 0; 
  background-color: #E6E9E2;
}

* html #content h1 {
  border-bottom: 1px solid black;
}

#navigation h2 {
  text-align: center;
  font-family: verdana, arial, sans-serif;
  color: black;
  font-weight: bold;
  font-size: .8em;
  border-bottom: 1px dotted black;
  background-color: transparent;
}

* html #navigation h2 {
  margin-top: 1%;
  border-bottom: 1px solid black;
}

#content {
  float: left;
  width: 650px;
  margin-top: 100px;
  border: 1px solid black;
  margin-left: 40px;
  background-color: #E6E9E2;
  margin-bottom: 15px;
  color: black;
}

* html #content {
  margin-left: 30px;
}

div.right {
  float: right;
  background: url('small_leaves.gif') no-repeat;
  width: 46px;
  height: 97px;
  margin-top: 45%;
}

#navigation ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
}

#navigation li {
 border-bottom: 1px dotted black;
 padding: 5px;
 width: 85%;
 font-family: verdana, arial, sans-serif;
 font-size: .8em;
 color: white;
 font-weight: bold;
}

#topbar {
  background-color: #80401A;
  border-top: 1px solid black;
  border-right: 1px solid black;
  font-family: verdana, arial, sans-serif;
  color: white;
  font-size: .8em;
  width: 900px;
  text-align: center;
}


#content p {
  font-family: verdana, arial, sans-serif;
  font-size: .8em;
  margin-left: 5px;
}

div.tip {
  width: 49%;
  float: left;
  border-right: 1px black dotted;
}

* html div.tip {
  border-right: 1px black solid;
}

div.news {
  width: 49%;
  float: right;
  border-left: 1px black dotted;
}

* html div.news {
  border-left: 1px solid black;
}

#content h2 {
  text-align: center;
  font-family: verdana, arial, sans-serif;
  color: black;
  font-weight: bold;
  font-size: .8em;
  border-bottom: 1px dotted black;
  margin-top: 0px;
  background-color: #E6E9E2;
}

* html #content h2 {
  border-bottom: 1px solid black;
}

p.welcome {
  border-bottom: none;
  padding-bottom: 5%;
  margin-bottom: 0;
}

* html p.welcome {
  border-bottom: 1px solid black;
}

#footer {
  text-align: center;
  background: #E6E9E2;
  width: 100%;
  clear: both;
  font-family: verdana, arial, sans-serif;
  font-size: .8em;
  color: black;
  margin: 0;
  border-top: 1px solid black; 
  border-right: none;
  border-bottom: 1px solid black;
  border-left: none;
 }

#content ul {
  font-family: verdana, arial, sans-serif;
  font-size: .8em;
  color: black;
  list-style-type: none;
}

a.link, a.link:visited {
 color: #FF0000;
 text-decoration: underline;
}

a.link:hover, a.link:active {
 text-decoration: none;
 color: black;
}

p a.visited {
 color:red;
 text-decoration: underline;
}