/* Design started from code generated by csscreator.com.  Modified extensively by bradhadley.com */ 
/* Final design and css file copyright Brad Hadley, brad@bradhadley.com, 2006                    */


/* ******************* For button generator
Alien 1  hue 70  Arial Narrow Bold 11pt w/white letters
(Had to use narrow to fit Drug Consulting )
Words centered
FF/00  -1 / -1  
2px between buttons


-----

Home
Contact Info
Legal Services
Drug Consulting
DVDs & Seminars
Profile
Testimonials
Awards & Press
FAQ
Links


-----

index.html
contact.html
legal.html
drugs.html
seminars.html
about.html
refs.html
press.html
faq.html
links.html







*****************  */




html, body{
 font-family: Arial, Helvetica, Verdana, "Lucida Grande", "Trebuchet MS", sans-serif; 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#000000;  

} 
 
#pagewidth{ 
 width:750px; /* Was 750px */
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
 background-image: url(b9background.gif); 

 
} 

/* Added by BHH.  Creates News box floating on right side of page */
 #side {
  float:right;
  width:200px;
  font-size: 90%;
  padding-left: 5px;
  padding-right: 2px;
  border:2px solid #9a9a9a;
  margin:5px;
  background-color: #eeeeee;
}
#side h1 {
  text-align: center;
  font-size: 18px;
    }

.sidecontent {
   border: 5px;
   padding: 5px;
   text-align: left;
   font-size: 14px;
     }

/*  End addition of side bar            ******************    */

/*  Block sidebar on right side   */
 .sideright {
  float:right;
  width:200px;
  font-size: 90%;
  padding-left: 5px;
  padding-right: 2px;
  border:2px solid #9a9a9a;
  margin:5px;
  background-color: #eeeeee;
}

.sm75 {
  font-size: 75%;
  }

/*  Block sidebar on left side   */
 .sideleft {
  float:left;
  width:200px;
  font-size: 90%;
  padding-left: 5px;
  padding-right: 2px;
  border:2px solid #9a9a9a;
  margin-right:10px;
  margin-bottom:10px;
  background-color: #eeeeee;
}




/*   Block for legal disclaimer                             */
#disclaimer {
    width: 500px;
    margin-left: 20px;
    border: solid 1px #2401AD; 
    text-align: left;
    padding-left: 5px;
    padding-right: 3px;
    font-size: 75%;
   /* background-color: #E7FFFF; */
   }


/* Added by BHH.  Creates horiz menu for nav buttons          */

#hmenu {
   text-align:center;
   background-color: #2401AD; /* was  #0000b1;  */
   font-family: arial, helvetica, sans-serif;
   color: #e4e4e4;
   margin-top: 0px;
   margin-bottom: 2px; /* To give horiz separation from main and left */
   }
/*  End addition of horiz nav menu      ******************    */

   /*  Define link colors in the h nav      */
     div#hmenu a:link {
          color: #ffffff;
          font-weight: bold;
          /* text-decoration: none; */
          }
     div#hmenu a:visited {
          color: #ffffff;
          font-weight: bold;
          text-decoration: none;
          }
     div#hmenu a:active {
          color: #ffffff;
          font-weight: bold;
          text-decoration: none;
          }

     div#hmenu a:hover {
          color: #ffff33;
          font-weight: bold;
          text-decoration: none;
          }


 
#header{
 font-family: "Times New Roman", Times, serif;
 position:relative; 
/* height:206px; */ /* Was 167  */
 padding-top: 0;
 margin-top: 0; 
/*  background-image: url(backg2.gif); */
/* background-color:#b9b9b9;  */
 width:100%;
border-top: 1px solid #868686;
/* border-bottom: 1px solid #868686; */
} 

#headerleft{
  float: left;
  vertical-align: middle;
  width: 175px; /* was 175  */
  text-align:center;
 /* padding-top:5px; */
   }

#headerleft img {
   margin-top: 2px;
   margin-left: 15px;
   /* border: 4px solid #2401AD; */
   }

.ex {
   border: 0;
   }

#headerright {
  text-align:center;
  float: right;
  width:570px;  /* was 570  */
  margin-top: 7px;
  }

.title1 {
  font-size: 230%;
  font-weight: bold;
   }
.title2 {
  font-size: 150%;
  font-weight: bold;
   }
.title3 {
  font-size: 125%;
  font-weight: bold;
   }
 
#leftcol{
 width:180px; 
 float:left; 
 position:relative;
 margin-top: 4px; 
 /* background-image: url(backg2.gif); */
  }
.leftcontent {
  padding-left: 12px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  }

 /*  Define link colors in the left col   */
     div#leftcol a:link {
          color: #000000;
          font-weight: bold;
          /* text-decoration: none; */
          }
     div#leftcol a:visited {
          color: #000000;
          font-weight: bold;
          text-decoration: none;
          }
     div#leftcol a:active {
          color: #000000;
          font-weight: bold;
          text-decoration: none;
          }

     div#leftcol a:hover {
          color: #0000ff;
          font-weight: bold;
          text-decoration: none;
          }





 
#maincol{
/*    background-image: url(backg2.gif); */
background-color: #ffffff;
 float: right; 
 display:inline; 
 position: relative; 
 width: 568px; /*  Was 568. Leaves a 2px separation from left col */
 }
.imgright {
  padding-left: 8px;
  padding-bottom: 3px;
  float:right;
   }

.imgleft {
  margin-right: 18px;
  padding-bottom: 3px;
  float:left;
   }

#maincol h1 {
   text-align: center;
   font-size: 24px;
   }

#maincol h2 {
   text-align: center;
   font-size: 18px;
   }

/*  Added by BHH.  Pad content in main column    */
.maincontent {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;

  }
/*  End main col content formatting             */

#maincol td {
  vertical-align: top;
  }

.practiceareas {
  font-family: Verdana, Arial, san-serif;
  font-size: 105%;
  text-align: center;
  }

/* Added by BHH.  Centering                     */
.bcenter {
   text-align: center;
   }

.bcentersm {
   text-align: center;
   font-size: 75%;
   }





.clr2{clear:both;}       /* make sure next div starts cleanly    */

 
#footer{
/* Try with height determined by the content height:60px;    */
 margin-top: 2px; 
 text-align: center; 
 font-size: 80%;
 /* background-image: url(backg2.gif); */
/*  clear:both;  */
/*   border-top: 1px solid #868686; */
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

