/*
CSS for Kentucky River P-16 Council site
*/

body {
  margin: 0;
  padding: 0;
}

#bodycontent {
  color: #027ea2;
  background: white;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 125%;
  margin: 0;
  padding: 15px;
}

h1 {
  font-family: Georgia, Times, serif;
  font-size: x-large;
  text-align: center;

}

li {
  font-size: small;
  list-style-type: none;
}

#tagline p {
  font-style: italic;
  font-family: Georgia, Times, serif;
  color: black;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
  text-align: center;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .8em;
  margin: 0;
  background: #666666;
}

a {
  font-weight: bold;
  font-size: small;
}

a:link {
  color: #666666;
}

a:visited {
  color: #666666;
}

#navigation a:link {
  color: #cccccc;
}

#navigation a:visited {
  color: #cccccc;
}
a:hover {
  text-decoration: none;
  color: blue;
  background-color: #00748e;
}

a:active {
  color: #cccccc;
  background-color: 00748e;
}

#navigation {
  width: 235px;
  height: 100%;
  padding: 3px;
  margin-left: -25px;
  border-right: 2px solid black;
  background: #027ea2;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  line-height: 125%;
}

#navigation li a {
  text-decoration: none;
}

#header {
  background: #027ea2;
  background-image: url(images/P16Part1xx.jpg);
  background-repeat: no-repeat;
  height: 168px;
}

img {
  padding: 0;
  margin: 0;
}

#logotext1, #logotext2, #logotext3 {
  color: #cccccc;
  font-family: Georgia, Times, serif;
  font-size: 1.1em;
  font-weight: bold;
}

#logotext1 {
  margin-top: 7px;
}

#logotext4 {
  color: #cccccc;
  font-family: Georgia, Times, serif;
  font-size: 1.3em;
  font-weight: bold;
}

/*
This section deals with the position of items on the screen.
It uses absolute positioning - fixed x and y coordinates measured from the
top-left corner of the browser's content display.
*/

#navigation, #bodycontent, #header, #tagline, img.parttwo {
  position: absolute;
}

#navigation, #bodycontent {
  top: 196px;
}

#bodycontent {
  left: 250px;
  top: 196px;
}

#header {
  width: 100%;
}

#tagline {
  width: 100%;
  top: 168px;
}

#logotext1 {
  padding-left: 275px;
}

#logotext2 {
  padding-left: 325px;
}

#logotext3 {
  padding-left: 375px;
}

#logotext4 {
  padding-left: 425px;
}

li.bodytext {
  font-size: 100%;
  list-style-type: disc;
}