/*
CSS for IdEAL Site
*/



body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: white;
  /*background-color: ivory; - css validation fails with this color name - use hex code!*/
  /*background-color: #28537B;*/
  /*background-image: url(background.jpg);*/
  line-height: 125%;
  margin-left: 0px;
  padding: 0;
}

body2 {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: green;
  line-height: 125%;
  margin-left: 0px;
  padding: 0;
}

h1 {
  font-size: xx-large;
  /*background: #28537B url(sunbehindclouds.jpg) no-repeat right;*/
  background: url(horsehead.jpg) no-repeat left;
  color: #357D85;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-left: 200px;
  margin: 0;
}

/* Remove bullets from navigation lists */
#navigation li {
  font-size: medium;
  list-style-type: none;
}

/* Remove default navigation list indentation, make it 10px instead */
#navigation ul {
  padding-left: 0px;
  margin-left: 0;
  margin-top: 20px
}

/* Remove default navigation list indentation, make it 10px instead */
#navigation ul ul {
  padding-left: 20px;
  margin-left: 0;
  margin-top: 0;
}

#navigation li {
  padding-top: 10px;
}

h2 {
  font-size: 130%;
  /*background-color: ivory; - css validation fails with this color name - use hex code!*/
  background-color: #FFFFF0;
  color: black;
  font-weight: normal;
  padding-left: 0px;
}

h3 {
  font-size: 110%;
  /*background-color: ivory; - css validation fails with this color name - use hex code!*/
  background-color: #FFFFF0;
  /*color: green;*/
  font-weight: normal;
  padding-left: 0px;
}

h4 {
  font-size: 100%;
  /*background-color: ivory; - css validation fails with this color name - use hex code!*/
  background-color: #FFFFF0;
  color: green;
  font-weight: normal;
  padding-left: 0px;
}

p {
  font-size:small;
  color:black;
  /*background-color: ivory;*/
}

pre {
  font-size:small;
  color:green;
}

li {
  font-size:small;
  /*color:green;*/
  list-style-type:square;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  background-color: hotpink;
  /*border-top: 3px solid SeaGreen; - css validation fails with this color name - use hex code!*/
  /*border-top: 3px solid #2E8B57;
  border-bottom: 3px solid #2E8B57;*/
  border-top: 3px solid #2E8B57;
  border-bottom: 3px solid purple;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: 10px;
  margin: 0;
  /*color: ivory; - css validation fails with this color name - use hex code!*/
  color: #FFFFF0;

}

#copyright
 p {
  font-style: italic;
  font-size: x-small;
  font-family: Georgia, Times, serif;
  padding-top: 10px;
  margin: 0;
  text-align: left;
  /*color: ivory; - css validation fails with this color name - use hex code!*/
  color: #357D85;
}

#validator
 p {
  font-style: italic;
  font-size: x-small;
  font-family: Georgia, Times, serif;
  padding-top: 30px;
  margin: 0;
  text-align: left;
  /*color: ivory; - css validation fails with this color name - use hex code!*/
  color: #FFFFF0;
}


h1, h2, h3, h4 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.feature {
  float: right;
  margin: 10px;
}

#navigation, #bodycontent, #header, #validator {
  position: absolute;
}

#navigation, #bodycontent {
  /*top: 145px;*/
  top: 180px;
  margin-left: 0px;
}

/*
#bodycontent {
  margin-left: 0px;
  width: 750px;
}
*/

#bodycontent {
  margin-left: 240px;
  padding-left:10px;
  padding-right:10px;
  width: 690px;
  /*height: 800px;*/
  background-color: white;
  margin-top: 0px
}

#validator {
padding-top: 30px;
}

#header {
  width: 900px;
  /*border-top: 3px solid SeaGreen; - css validation fails with this color name - use hex code!*/
  /*border-top: 3px solid #2E8B57;*/
  margin-left: 50px;
}

#navigation {
  margin-left:50px;
  width: 180px;
  /*background: /*DarkOrchid*/ url(ideal_small_100.jpg) no-repeat;*/
}

a:link {
  /*color: Darkorange; - css validation fails with this color name - use hex code!*/
  color: #357D85;
}

a:visited {
  color: #357D85;
}

a:hover {
  text-decoration: none;
  color: gold;
  /*color: purple;*/
  /*background-color: white;*/
}

a:active {
  color: white;
  /*background-color: lightGreen; - css validation fails with this color name - use hex code!*/
  background-color: #357D85;
}

a.bdy:link {
  /*color: Darkorange; - css validation fails with this color name - use hex code!*/
  color: #357D85;
}

a.bdy:visited {
  color: #357D85;
}

a.bdy:hover {
  text-decoration: none;
  color: gold;
  background-color: white;
}

a.bdy:active {
  color: white;
  /*background-color: lightGreen; - css validation fails with this color name - use hex code!*/
  background-color: #90EE90;
}
