/*
CSS for Rosehill
*/


html,body{margin:0;padding:0}

body{font: 80% arial,sans-serif;text-align:center; background:#333366}

p{margin:10px 30px 20px; line-height: 150%}

div#header h1{
  height:120px;
  line-height:80px;
  margin:0;
  padding-left:10px; 
  background:  navy url(pictures/header10.jpg) center;
  border-bottom: 1px solid navy;
  border-top: 3px solid navy;
  color: white;
  }

div#container{
  text-align:left;
  width:1000px;
  margin:0 auto 
}

div#content{
background:white;
margin-right: 400px;
height: 680px;
}


div#middle{
background:white;
float:left;
width:50px;
margin-left:-400px;
}

div#extra{
background:white;
float:left;
width:350px;
margin-left:-350px;
}

div#footer{
background: #E7E7E7;
color: navy; 
font-size: xx-small;
border-bottom: 1px solid navy;
}

div#footer p{margin:0;padding:5px 10px}
div#footer{clear:left;width:100%}

div#wrapper{
float:left;
width:100%; 
background: white}


#nav li {
float: left;
width: 142.6px;
list-style-type: none;

}

#nav a {
  color: #000;
  font-size: 1em;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid navy;
  padding: 5px 10px 5px 10px;
  display: block;
  background: #E7E7E7;
  border-left: none;
  }

#nav a:hover {
  color: white;
  background-color: red;
}

#nav a:active {
  color: white;
  background-color: aqua;
}

ul#nav {
  margin-left: 0px;
  margin-top: 0px;
  padding: 0;
  list-style: none;
  border-left: 1px solid navy;
  float: left;
  margin-bottom: 0;
 
}

ul#fred {
 color: navy;
 padding-right: 20px;
}



h2 {
font-size: 140%;
padding-top: 10px;
color: navy;
margin-left: 20px;

}



h3 {
font-size: 120%;
padding-top: 0px;
color: navy;
margin-left: 20px;

}

h4 {
font-size: 100%;
padding-top: 0px;
color: navy;
margin-left: 20px;

}

table{
  border-collapse: collapse;
  border: 1px solid black;
  margin-left: 20px;
}

th {
  text-align: left;
  background: #241374 url(pictures/header10.jpg);
  color: white;
  padding: 0.2em;
  padding-left: 15px;
}

td {
  border: 1px solid black;
  padding: 0.3em;
  padding-left:  15px;
  padding-right: 15px;
  font-size: small;
}
table caption {
  color: navy;
  font-size: small;
  text-align: left;
  padding-bottom: 5px;
  font-weight:
}






</style>
