/* Standard styles to save problems -------------------------------------------------------*/

body {
  margin:0px;
  text-align:center; /* for IE */
  background-color:#cdcdcd;
  }
  
  img {
  border:0px;
  margin:0px;
  padding:0px;
  }
  
  #main {
  background-color: #cdcdcd;
  margin: 0px;
  padding: 0px;
  font-family: arial, verdana, sans serif;
  font-size:14px;
  }
  
  #wholesitepositionid {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  width:992px;
  background-image:URL(../images/site-images/plumes-left-and-right-shadow.jpg);
  background-repeat:repeat-y;
  text-align:left; /* for IE */
  }
  
  #wholesitecenterid {
  /* background-image:URL("../images/site-images/plumes-bg-shadow2.jpg");
  background-repeat:repeat-y; */
  position: relative;
  margin-bottom:0px;
  margin-left:auto;
  margin-right:auto;
  width:980px;
  }
  #topmenuline {
  position:absolute;
  left:750px;
  top:183px;
  z-index:90;
  }
  #topmenuline td {
  padding:5px;
  
  }
  
  /* Although not very elegant, this solution to the positioning of the searchfield works. Place the searchfield into the div element searchfieldid, make it big enough to contain all of the form elements and position it in such a way as to be below the topmenuline. In order for this work around to work you must makesure that topmenuline does not overlap where you type into the field.*/
  
  #notsignedin{
  display:none;
  }
  
  #article {
  position:relative;
  width: 980px;
  min-height:490px;
  /*height:490px !important; */
  background-color:#002f3f;
  }
  
  #idheadingtext {
      padding-bottom:20px;
  }
  #idpagetext {
  color:#eaffff;
  padding-left:90px;
  padding-top:50px;
  width:860px;
  background-color:#002f3f;
  }
  
  #stretcher {
  display:none;
  }
  
  #basescrollgraphicid {
  margin-left:auto;
  margin-right:auto;
  width: 992px;
  position: relative;
  display:block;
  background-color:#cdcdcd;
  height:200px;
  background-image:URL(../images/site-images/plumes-left-and-right-shadow.jpg);
  background-repeat:repeat-y;
  }
  
  
  /* The syles below control the text display --------------------------------------------------*/
  
  a {font-size:14px;}
  
  a:link {color: #47a0c8; text-decoration: none;font-weight:bold;}
  a:hover {color: #fbffff;}
  a:visited {color: #47a0c8; text-decoration: none;font-weight:bold;}
  a:visited:hover {color: #fbffff; text-decoration: none;font-weight:bold;}
  
  #basescrollgraphicid a:link {font-size:10px; color: #5f6382; text-decoration: none;}
  #basescrollgraphicid a:hover {color:#990033;}
  #basescrollgraphicid a:visited {font-size:10px; color: #5f6382; text-decoration: none;}
  #basescrollgraphicid a:visited {color: #990033; text-decoration: none;}
  
  div {
  padding: 0px;
  margin: 0px;
  }
  
  h1 {
  color:#fbffff;
  font-size:24px;
  margin-bottom:30px;
  font-family:times new roman, serif;
  }
  
  td.articleimg {
  width:180px;
  padding-left:120px;
  vertical-align:top;
  }
  td.articlecopy {
  width:480px;
  vertical-align:top;
  }
  
  table.servicespage {
  width:85%;
  }
  .separator1 {
  position:absolute;
  top:190px;
  left:803px;
  z-index:91;
  }
  .separator2 {
  position:absolute;
  top:190px;
  left:872px;
  z-index:91;
  }