/*
CSS for FH Jr and EJ Moore Family Foundation site
*/

body {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  background-color: white;
  line-height: 110%;
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5 {
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 20pt;
  font-family: Times Roman, serif;
  background-color: white;
  color: navy;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
  margin: 0;
}

h2 {
  font-size: 14pt;
  background-color: navy;
  color: white;
  text-align: center;
  font-weight: normal;
  border-top: 2px solid red;
  border-bottom: 2px solid red;
  padding-top: 9px;
  padding-bottom: 3px;
  width: 450px;
}

h2, ul {
  margin-top: 15px;
}

h3 {
  font-size: 12pt;
  color: navy; 
  text-align: center;
  font-style: italic;  font-weight: bold;
  padding-top: .2px;
  width: 450px;
}

h4 {
  font-size: 14pt;
  background-color: navy;
  color: white;
  text-align: center;
  font-weight: normal;
  border-top: 2px solid red;
  border-bottom: 2px solid red;
  padding-top: 9px;
  padding-bottom: 3px;
  width: 770;
}

h5 {
  font-size: 12pt;
  color: navy; 
  text-align: center;
  font-style: italic;  font-weight: bold;
  padding-top: .2px;
  width: 770px;
}

h6 {
  font-size: 10pt;
  background-color: red;
  color: navy; 
  text-align: center;
  font-style: italic;  font-weight: bold;
  border-top: 2px solid navy;
  border-bottom: 2px solid navy;
  padding-top: 9px;
  padding-bottom: 3px;  width: 450px;  
}

li {
  color: white;
  font-size: small;
  list-style-type: none;
}

img.feature {
  float: right;
  padding-top: 40px;
  margin: 0px;
}


img.feature2 {
  float: right;
  padding-top: 300px;
  margin: 0px;
}

em {
  text-transform: uppercase;
}

a {
  font-weight: bold;
}

#header {
  border-top: 3px solid navy;
}

#tagline p {
  font-size: 8pt;
  color: white;
  font-style: italic;
  font-weight: bold;
  font-family: Georgia, Times, serif;
  border-top: 3px solid red;
  border-bottom: 3px solid red;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: 6em;
  padding-right: 6em;
  text-align: center;
  margin: 0;
  background: navy
}

#navigation {
  width: 180px;
  height: 410px;
  background: navy url('backgrounds/MD at DU.jpg') no-repeat bottom right;
}

#navigation a:link {
  color: white;
}

#navigation a:visited {
  color: white;
}

#navigation a:hover {
  text-decoration: none;
  color: red;
}

#navigation a:active {
  color: white;
}

#bodycontent p {
  font-size: 8pt;
  color: navy;
  padding-left: 5px;
  padding-right: 5px;
  width: 440px;
}  

#bodycontent li {
  font-size: 8pt;
  color: navy;
  padding-left: 5px;
  padding-right: 5px;
  width: 420px;
  list-style-type: none;
}

#subheaderspacing p {
    font-size: 7pt;
    background-color: red;
    color: white;
    text-align: center;
    font-weight: bold;
    border-top: 2px solid navy;
    border-bottom: 2px solid navy;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 850px;
}

#imagespacing p {
    font-size: 2pt;
    width: 103%;
}

#imagespacing2 p {
    font-size: 2pt;
    width: 98%;
}

#footerspacing p {
    font-size: 8pt;
    width: 765px;
    background-color: navy;
    color: white;
    text-align: center;
    font-weight: normal;
    border-top: 2px solid red;
    border-bottom: 2px solid red;
    padding-top: 2px;
    padding-bottom: 2px;
}

#navigationccc li {
  width: 300px;
  float: right;
  font-size: 8pt;
  text-align: center;
  padding-right: 25px;
}

#navigationccc a:link {
  color: black;
}

#navigationccc a:visited {
  color: black;
}

#navigationccc a:hover {
  text-decoration: none;
  color: red;
}

#navigationccc a:active {
  color: black;
}

#navigationinterest li {
  font-size: 8pt;
  text-align: left;
  width: 440px;
}

#navigationinterest a:link {
  color: black;
}

#navigationinterest a:visited {
  color: black;
}

#navigationinterest a:hover {
  text-decoration: none;
  color: red;
}

#navigationinterest a:active {
  color: black;
}

.fullwidth {
  width: 700px;
}

/*
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.
*/

#header {
  width: 100%;
}

#navigation, #bodycontent, #header, #subheaderspacing, #navigationccc {
  position: absolute;
}

#subheaderspacing {
  left: 75px;
}

#navigationccc {
  left: 470px;
  top: 240px;
}

#navigation, #bodycontent {
  top: 11em;
}

#imagespacing2 {
  left: 470px;
  top: 300px;
}

#bodycontent {
  left: 200px;
}
