/* aqua-terra-vita.css */

#articleMenu {
  width: auto;
  padding: 1em;
  text-align: center;
}

#careSheetDiv {
  float: left;
  width: 415px;
  text-align: left;
  padding: 1em;
}

#careSheetMenuDiv {
  width: 175px;
  text-align: center;
}

#careSheetRunnerDiv {
  width: 175px;
  height: 3300px;
  text-align: center;
  margin: 0 auto;
}

#galleryDiv {
  width: 625px;
  margin: 0 auto;
}

#mainMenuDiv {
  float: left;
  width: 200px;
}

#pageDiv {
  width: 850px;
  margin: 0 auto;
}

.articlemainMenuDivButton {
  font-weight: bold;
  text-align: center;
  margin-bottom: 3px;
  margin-top: 3px;
}

.articlemainMenuDivButton a {
  background-color: #339966;
  border-top: 2px #66cc66 solid;
  border-left: 2px #66cc66 solid;
  border-bottom: 2px #336633 solid;
  border-right: 2px #336633 solid;

  color: #000000;
  text-align: center;
  font-size: 1.5em;
  font-family: sans-serif;
  font-weight: lighter;
  text-decoration: none;
  padding: 4px;
}

.articlemainMenuDivButton a:hover {
  background-color: #669966;
  border-top: 2px #336633 solid;
  border-left: 2px #336633 solid;
  border-bottom: 2px #336633 solid;
  border-right: 2px #336633 solid;

  color: #ffffff;
  text-align: center;
  font-size: 1.5em;
  font-family: sans-serif;
  font-weight: lighter;
  text-decoration: none;
  padding: 4px;
}

.careSheetMenuDivButton {
  font-weight: bold;
  text-align: center;
  margin-bottom: 2px;
  margin-top: 2px;
  display: block;
}

.careSheetMenuDivButton a {
  background-color: #339966;
  border-top: 2px #66cc66 solid;
  border-left: 2px #66cc66 solid;
  border-bottom: 2px #336633 solid;
  border-right: 2px #336633 solid;
  color: #000000;
  text-align: center;
  font-size: 1em;
  font-family: sans-serif;
  font-weight: lighter;
  text-decoration: none;
  padding: 2px;
  display: block;
}

.careSheetMenuDivButton a:hover {
  background-color: #669966;
  border-top: 2px #336633 solid;
  border-left: 2px #336633 solid;
  border-bottom: 2px #336633 solid;
  border-right: 2px #336633 solid;
  color: #ffffff;
  text-align: center;
  font-size: 1em;
  font-family: sans-serif;
  font-weight: lighter;
  text-decoration: none;
  padding: 2px;
  display: block;
}

.clearboth { clear: both; }

.environmentalParametersColumn1 {
  float: left;
  width: 5em;
  margin: 0px auto;
  padding: 1em;
  background-image: url(Backgrounds/TexturedBlack.jpg);
  text-align: left;
  color: #ffffff;
  font-size: 1em;
  font-family: sans-serif;
  font-weight: lighter;
}

.environmentalParametersColumn2 {
  float: left;
  width: 30em;
  margin: 0px auto;
  padding: 1em;
  background-image: url(Backgrounds/TexturedBlack.jpg);
  text-align: left;
  color: #2e8b57;
  font-size: 1em;
  font-family: sans-serif;
  font-weight: lighter;
}

input.functionButton {
  background-color: #a0522d;
  border-bottom: 2px #993300 solid;
  border-left: 2px #cc6633 solid;
  border-right: 2px #993300 solid;
  border-top: 2px #cc6633 solid;
  color: #660033;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 80%;
  font-weight: normal;
  margin-bottom: 2px;
  margin-top: 2px;
  overflow: visible;
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: middle;
  width: auto;
 }

input.functionButtonHover {
  background-color: #993300;
  border-bottom: 2px #993300 solid;
  border-left: 2px #993300 solid;
  border-right: 2px #993300 solid;
  border-top: 2px #993300 solid;
  color: #ffffff;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 80%;
  font-weight: normal;
  margin-bottom: 2px;
  margin-top: 2px;
  overflow: visible;
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: middle;
  width: auto;
}

.mainMenuDivButton {
  text-align: center;
  margin-bottom: 3px;
  margin-top: 3px;
  display: block;
}

.mainMenuDivButton a {
  background-color: #339966;
  border-top: 2px #66cc66 solid;
  border-left: 2px #66cc66 solid;
  border-bottom: 2px #336633 solid;
  border-right: 2px #336633 solid;
  color: #000000;
  text-align: center;
  font-size: 1.50em;
  font-family: sans-serif;
  font-weight: normal;
  text-decoration: none;
  padding: 4px;
  display: block;
}

.mainMenuDivButton a:hover {
  background-color: #669966;
  border-top: 2px #336633 solid;
  border-left: 2px #336633 solid;
  border-bottom: 2px #336633 solid;
  border-right: 2px #336633 solid;
  color: #ffffff;
  text-align: center;
  font-size: 1.50em;
  font-family: sans-serif;
  font-weight: normal;
  text-decoration: none;
  padding: 4px;
  display: block;
}

.thumbnail {
  text-align: center;
  float: left;
  width: 175px;
  padding-left: 15px;
  padding-right: 15px;
}

body {
  color: #ffffff;
  text-align: center;
}

h1 {
  color: #ffffff;
  font-size: 3em;
  font-family: sans-serif;
  font-weight: lighter;
  line-height: 1.25em;
}

h2 {
  color: #ffffff;
  font-size: 2em;
  font-family: sans-serif;
  font-weight: lighter;
  line-height: 1.25em;
}

h3 {
  color: #ffffff;
  font-size: 1.5em;
  font-family: sans-serif;
  font-weight: lighter;
  line-height: 1.25em;
}

h4 {
  color: #ffffff;
  font-size: 1.15em;
  font-family: sans-serif;
  font-weight: lighter;
  line-height: 1.25em;
}

h5 {
  color: #ffffff;
  font-size: 1.00em;
  font-family: sans-serif;
  font-weight: lighter;
  line-height: 1.25em;
}

h6 {
  color: #ffffff;
  font-size: 0.85em;
  font-family: sans-serif;
  font-weight: lighter;
  line-height: 1.25em;
}

a {
  color: #ff0000;
  text-decoration: none;
}

a:hover {
  color: #ff0000;
  text-decoration: underline;
}

