/*
CSS for LinkToYou site
*/

body {
  background-color: #f0ffe6;
  margin-left:3.84em;
  margin-top: 0em;
}

img {
  padding: .1em;
}

h1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: xx-large;
  color: #004f24;
  margin: 0em;
}

h2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #004f24;
  font-size: x-large;
  font-weight: normal;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
}

h3 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #004f24;
  font-size: large;
  margin: 0em;
  font-weight: normal;
  line-height: 150%;
  text-align: center;
}

p {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: small;
  color: #004f24;
}

#navigation, #bodycontent, #header, #sitename, #tagline {
  position: absolute;
}

#sitename h1{
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: xx-large;
  color: #004f24;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .3em;
  margin-top: .3em;
  margin-bottom: .1em;
  height: 2.7em;
  width: 27.5em;
  border: .05em solid #004f24;
  background: #004f24 url(Web_Photos_Resized/Header_green_wash800.jpg); repeat-y: right;
}

#tagline {
  top: 6.1em;
}

#tagline h3{
  font-style: italic;
  font-family:  Georgia, Times, serif;
  color: white;
  background-color: #004f24;
  background: #004f24 url(Web_Photos_Resized/Tagline_green_wash-1500.jpg) repeat-y right;
  width: 49.4em;
  height: 1.25em;
  border: .1em solid #004f24;
  text-align: left;
}

#navigation {
  top: 9.4em;
  margin-top: 0em;
  margin-left: 0em;
  padding-top: 0em;
  padding-left: 0em;
  width: 13em;
  color: #004f24;
  font-size: medium;
  height: 21.5em;
  line-height: 200%;
  background: white url(Web_Photos_Resized/navigation_green_wash350.jpg) no-repeat;
  border: .1em solid #004f24;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#navigation ul li {list-style-type:none; margin-left:0; padding-left:0}

#bodycontent {
  top: 9.4em;
  margin-top: 0.5em;
  left: 18em;
  width: 41.5em;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 125%;
  padding: 0em;
  color: #004f24;
}

#bodycontent ul li {list-style-type:disc; margin-left:0; padding-left:0}

#header {
  width: 100%;
  height: 100%;
  top: .3em;
}

#hidden_text {
  color: #f0ffe6;
}


a {
  font-weight: bold;
}

a:link {
  color: #00c72e;
}

a:visited {
  color: #004f24;
}

a:hover {
  text-decoration: none;
  color: #f0ffe6;
  background-color: #004f24;
}

.negative {
  color: #f0ffe6;
  background-color: #004f24;
  padding: 1em;
}

.center {
  text-align: center;
}

.indent {
  margin-left: 1.5em;
  font-size: large;
  color: #004f24;
}
 

th {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align: left;
  background: #327a3d;
  color: #f0ffe6;
  letter-spacing: .2em;
  font-weight: normal;
  padding: 0.2em;
}

td {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding: 0.3em;
  background: #ccff8f;
  color: #004f24;
  font-weight: normal;
}

.contact {
  padding: 0em;
  margin: 0em;
  margin-top: 0em;
}

.contact fieldset {
  border: 1px solid #004f24;
  padding: 10px;
}

.contact legend {
  font-weight: bold;
  font-size: small;
  color: #004f24;
  padding: 5px;
}

.fixedwidth {
  display: block;
  width: 400px;
  float: left;
}

.hidden {
  color: #f0ffe6;
}


div.img {
  margin: 0;
  border: none;
  height: auto;
  width: auto;
  text-align: center;
  float: left;
  font-size: medium;
}

div.img img {
  display: inline;
  margin: 1em;
  border: 1px solid black;
  font-size: medium;
}

div.img a:hover img {
  border: 1px solid gray;
  color: green;
  font-size: medium;
}

div.desc {
  margin: 0em;
  padding: 0;
  text-align: center;
  font-weight: normal;
  font-size: medium;
  width: 150px;
  margin-top: 20px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
