/* CSS Document */

/* set page background to white and text to very dark gray
 * html is included because this is the root element for
 * pages served as application/xhtml+xml */
html, body {
  background: #1F44B4;
  /*background-image:url(../images/NewSite/10by10greyBlockdark.gif);*/
  background-repeat:repeat;
  color:#373737;
  margin: 0;
  padding: 0;
  font-family:Arial, Helvetica, sans-serif;
  margin-bottom: 45px;
  }
/* set width of wrapper to same width as title image
 * no top or bottom margin
 * auto on both sides will center wrapper in modern browsers */
#wrapper {
  width: 830px;
  margin: 0 auto;
  /*overflow:scroll;
  height: auto;*/
  }
/* set 15px top margin for titlebar, other margins set to zero */
#titlebar {
  width:  782px;
  margin-top: 15px;
  padding-right: 8px;
  padding-left: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color:#383838;
  border-top-color: #000000;
  border-top-style: inset;
  border-top-width: 1px;
  border-left-color: #000000;
  border-left-style: inset;
  border-left-width: 1px;
  border-right-color: #000000;
  border-right-style: inset;
  border-right-width: 1px;
  }
  
/* nav style can be found in reefremediesnavs.css */
  
/* maincontent width is 1px smaller to account for left border */
#maincontent {
/*  color: #F5C605;*/  
  color:#FFFFFF;
  background-color:#383838;
  width: 798px;
  margin: 0;
  padding: 0;
  font-size: 85%;
  border-left-color: #000000;
  border-left-style: inset;
  border-left-width: 1px;
  border-right-color: #000000;
  border-right-style: inset;
  border-right-width: 1px;
  }
/* set margins, padding, and line height for maincontent paragraphs */
#maincontent p {
  margin: 0 25px 0 40px;
  padding: 5px 0;
  line-height:1.4; 
  }
#maincontent h1 {
  text-align:center;
  }
#history {
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
  }
#date {
  /*color: #F5C605;*/
  color:#FFFFFF;
  text-align: center;
  }
#subcontent {
  background-color:#383838;
  text-align:right;
  A:LINK color:#99FF00;
  
  }
#bottomnav {
  /*background: #1D126C;*/
  background-color: #202020;
  width: 778px;
  height: 20px;
  text-align: right;
  padding-right: 10px;
  padding-left: 10px;
  }
#footer {
  height: 30px;
  width: 798px;
  background-color:#383838;
  text-align: center;
  /*color: #F5C605;*/
  color:#666666;
  border-bottom-color:#000000;
  border-bottom-style:inset;
  border-bottom-width: 1px;
}
/*The following Divs are found in the services.php*/
#bill {
  background-color:#FFFFFF;
  height: 300px;
  width: 500px;
  color: #000000;
  border-color:#000000;
  border-style:inset;
  border-width: medium;
  }
#bill h1 {
  text-align: center;
  font-size:36px;
  font-style:italic;
  font-weight:500;
  text-decoration:underline;
  }
#bill p {
  text-align: left;
  font-style:italic;
  }
#bill h2 {
  text-align:center;
  font-style:normal;
  font-size:14px;
  }
#feedback {
  padding: 20px;
  }
#feedback h1 {
  font-style:normal;
  font-weight:300;
  font-size:12px;
  text-align: left;
  padding: 20px;
  }
#feedback p {
  font-size: 12px;
  text-align: left;
  font-style:italic;
  padding: 20px;
  }