/***************************************************
     AUTHOR: Pat Heard ( FullAhead.org )
   TEMPLATE: Greenery
       DATE: 2005.11.30
  COPYRIGHT: none
 ***************************************************/


/***************************************************
   HTML Element Styles
 ***************************************************/

body {
  margin: 0;  
  text-align: center;
  font: 0.62em verdana, arial, sans-serif;  
  line-height: 150%;
  color: #FFF;
  background: #000;
  background: #A8A8A8    url(../images/bg_header.jpg) repeat top center;  
}

p { 
  padding-top: 8px !important;
  padding-top: 3px;
  padding-bottom: 8px !important;
  padding-bottom: 3px;
}


a {
  color: #dcdcdc;
}

a:visited {
  color: #808080;
}

a:hover {
  color: #1E90FF;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

input {
  width: 70%;
}

textarea {
  width: 98%;
}

input,
textarea {
  padding: 1px 3px;
  margin: 5px 0;
  font: 1em verdana, arial, sans-serif;
  border: 1px solid #999;
}

input:hover,
input:focus,
textarea:hover,
textarea:focus {
  border: 1px solid #EEE;
}


h1 {
  clear: both;
  margin: 2px;
  font: 1.4em verdana, sans-serif;
}

h1 span {
  display: block;
  padding: 2px;
  color: #d3d3d3;
  text-align:center;
}

#sideBar h1 {
  text-align: right;
}

#sideBar h1 span {
  display: block;
  padding: 2px;
  background: #FFC493;
  color: #000;
}

h2 {
  clear: both;
  margin: 2px;
  font: 1.3em verdana, sans-serif;
  font-style: italic;
  display: block;
  padding: 2px;
  color: #cccccc;
  border-bottom: solid 2px black;
}


#content ol li { 
  color: #FFF;
}

#content ol li span {
  color: #FFF;
}

#content ul {
  padding-bottom: 10px;
}

#content ul li {
  list-style-image: url(../images/li_bullet.gif);
}

blockquote {  
  margin: 0;
} 

blockquote span {
  display: block;
  padding: 5px;
}

/***************************************************
  Layout Element Styles
 ***************************************************/


#header {  
  width: 100%;
  height: 93px;
}

/***************************************************
  Header Menu
 ***************************************************/

#menu {
  width: 767px;
  margin: 0 auto;
  text-align: right;  
  background-color: #fff; 
}

#menu ul {
  margin: 0;
  padding: 0;
  line-height: normal;  
}

#menu ul li {
  width: 10em;
  padding: 1px;
  display: inline;
  float: left;
  padding-top: 25px;  
  list-style: none;
  text-align: center;
}

#menu ul li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding-bottom: 1.0em;
  padding-right: 1.0em;
  padding-left: 1.0em;
  padding-top: 1.0em;
  color: #e6e9d9;
}

#menu ul li a:hover,
#menu ul li a.active {
  font-weight: bold;
  color: #e6e9d9;
  background: url(../images/menu_tab.jpg) no-repeat top center;
}


/***************************************************
  Site Title
 ***************************************************/

#title {
  float: left;
}

#title h1 {
  display: inline;
  color:  #e6e9d9;
  background-color: #000;
  background-image: none;
  font: 1.5em ;

}


/***************************************************
 Page Content
 ---------------------------------------------------
 1. Left side text
 2. Dropdown image
 3. Right side bar 
 ***************************************************/


#content {  
  clear: both;
  width: 767px;
  margin: 0 auto;
  text-align: left;
  border-top: solid 4px #FFF;
  border-bottom: solid 4px #FFF;
  border-left: solid 4px black;
}

#text {
  margin-left:auto;
  margin-right:auto;
  width: 600px;
  padding: 10px 5px 0px 10px !important;
  padding: 10px 5px 0px 10px;
  font: 1.33em Verdana, Geneva, sans-serif;
}

#image {
  float: left;
  width: 166px;  
  vertical-align: top;
}



/***************************************************
 Footer
 ***************************************************/

#footer {
  clear: both;
  float: bottom;
  width: 90%;
  padding: 10px 20px;
  color: #696969;
}

#footer p {
  padding-top: 0 !important;
  padding-top: 10px;
  font-size: xx-small;
}

#footer a {
  color: #696969;
}

#footer a:hover {
  color: #EEE;
}




/***************************************************
 Generic Display Classes
 ***************************************************/

.center {
  text-align: center;
}

.noPad {
  padding: 0;
  margin: 0;
}

.left {
  float: left;
}

.right {
  float: right;
}

img.right {
  float: right;
  padding: 5px;
}

img.left {
  float: left;
  padding: 5px 5px 5px 5px;
  margin: 5px;
}
img.example {
  border: 3px solid black;
  }

.button {
  width: auto;
  cursor: pointer;
}

.date {
  display: block;
  font-weight: 700;
}

td {
	padding: 3px;
}

th {
	padding: 3px;
}
