/***alcoholican.css*/

/*main elements*/
body{
height: 100%;
  background-color: #000;
  font-family: "arial", "helvetica", serif;
 }

#container {
  max-width: 100%;
  }

strong {
  font-family: "arial black", "helvetica bold", serif;
  font-weight: 900;
  text-transform: small-caps;
  }

/*fixed top element*/
#top{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: #000  url(banner.gif) no-repeat 100% 0;
  z-index: 5;
  border-bottom: 5px #0c0 solid;
 }

/*clearing classes*/

.clearl {
clear: left;
}

.clearr {
clear: right;
}

p.centre {
clear: left;
text-align: center;
margin-left: auto;
margin-right: auto;
}


/*fixed sidebar element*/
#left{
  position: absolute;
  top: 50px;
  left: 0;
  width: 180px;
  height:100%;
  z-index: 10;
  background-color: #000;
  color: #fff;
 /**/
 }

/*hide fixed positioning from ie 5/6*/

@media screen{

  body>div#top{
   position:fixed;
  }
  
  body>div#left{
   position:fixed;
  }
}
  
 /*fix ie 5/6 
 
 * html body{
  overflow:hidden;
 } 
 
 * html div#content{
  height:100%;
  overflow:auto;
 }*/

/*top banner*/

 #banner {
   padding-top: 10px;
   padding-left: 150px;
 /*  width: 900px;*/
   display: inline;
   font-size: 40px;
   color: #0b0;
   }

#banner img {
  vertical-align: text-top;
  padding-top: 12px;
  }

strong {
  font-family: "arial black", "helvetica bold", serif;
  font-variant: small-caps;
  font-weight: bolder;
  }

/*page info elements*/

#infol {
  position: absolute;
  left: 50px;
  top: 0;
  width: 100px;
  padding-top: 15px;
  padding-bottom: 12px;
  background-color: #0c0;
  color: #fff;
  z-index: 5;
  }




#infor {
  position: absolute;
  top: 0;
  right: 50px;
  float: right;
  width: 100px;
  padding-top: 15px;
  padding-bottom: 12px;
  background-color: #0c0;
  color: #fff;
  z-index: 5;
  text-align: center;
  }

/*next and prev elements*/

a.prev{
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
    height: 50px;
    background: url(prev.gif) no-repeat 0 0;
    z-index: 5;
}

a.prev:hover {
    background: url(prev.gif) no-repeat  -50px 0;
}

a.next {
	position: absolute;
	right: 0;
	top: 0;
    float: right;
	width: 50px;
    height: 50px;
    background: url(next.gif) no-repeat 0 0;
    z-index: 5;
}

a.next:hover {
    background: url(next.gif) no-repeat -50px 0;
}

/*hide alternative text*/
a .alt { display: none; 
  }

/*contents menu*/

#contents {
  position: absolute;
  top: 1%;
  margin-left: auto;
  margin-right: auto;
  width: 170px;
  font-size: 10px;
}

#menu {
  background-color: #030;
  color: #0c0;
  border: 1px solid #0f0;
  padding-bottom: 10px;
  }

#contents h1 {
  padding-top: 5px;
  text-align: center;
  font-size: 18px;
  background-color: transparent;
  color: #fff;
  line-height: 50%;
  }

#contents h2 {
  font-weight: bold;
  text-align: center;
  padding: 2px 0 0 0;
  font-size: 12px;
  line-height: 0;
  padding: 0;
  margin: 11px 0;
  color: #0c0;
  }

#contents p {
  text-align: left;
  padding-left: 1px;
  font-size: 10px;
  color: #fff;
  background-color: #030;
  text-indent: 0;
  line-height: 0;
  padding-left: 5px;
  margin: 0;
  }


a {
  text-decoration: none;
  color: #090;
}

a:hover {
  text-decoration: underline;
  color: #0c0;
} 

/*content elements*/

#content {
position: absolute;
right: 0;
left: 180px;
top: 50px;
min-height: 100%;
padding: 20px 20px 20px 10px;
background-color: #000;
color: #fff;
border-left: 5px #0c0 solid;
border-bottom: 5px #0c0 solid;
border-right: 5px #0c0 solid;
}

#intro {
position: absolute;
right: 0;
left: 180px;
top: 50px;
min-height: 100%;
height: 100%;
padding: 20px 20px 20px 10px;
background: #000 url(alcobg.gif) no-repeat center;
border-left: 5px #0c0 solid;
border-bottom: 5px #0c0 solid;
border-right: 5px #0c0 solid;
}

#intro h1 {
/*padding-left: 150px;*/
font-size: 72px;
background-color: transparent;
color: #090;
text-align:center;
margin: 0;
}

#intro h2 {
position: absolute;
left: 150px;
right: 0;
color: #fff;
background-color: #050;
width: 75%;
font-style: italic;
margin: 0;
}

#content h1 {
/*padding-left: 150px;*/
font-size: 72px;
background-color: transparent;
color: #090;
text-align:center;
margin: 0;
}

#content h2 {
position: absolute;
left: 150px;
right: 0;
padding-left: 10px;
color: #fff;
background-color: #050;
width: 75%;
font-style: italic;
margin: 0;
}

#content h3 {
color: #0c0;
background-color: transparent;
text-align: center;
font-size: 32px;
}

#intro-text {
float: right;
clear: left;
width: 60%;
color: #fff;
background-color: transparent;
border: 2px solid #050;
padding: 20px;
margin-top: 100px;
}

#content dt{
color: #0c0;
background-color: transparent;
font-weight: bold;
}

#content dl {
padding-top: 25px;
}



#navigate {
  position: absolute;
  top: 200px;
  width: 100%;
  height: 22px;
  text-align: center;
  }

div.nav1 {
  width: 100%;
  height: 22px;
  text-align: center;
  padding-top: 50px;
  }

div.nav0 {
  width: 100%;
  height: 22px;
  text-align: center;
  clear: left;
  clear: right;
  }

  a.nav {
  height: 22px;
  margin: 0;
  padding: 0 10px 3px 10px;
  text-decoration: none;
  text-align: center;
  border: 2px solid #050;
  color: #0c0;
  background-color: #000;
  }

 a.nav:hover {
  color: #000;
  background-color: #0c0;
  }

img.left {
  float: left;
  padding-top: 20px;
  }

img.right {
  float: right;
  }

ul {
  list-style-position: inside;
  margin-top: 0;
  margin-bottom: 0;
  margin-left:-40px;
    }

/*effects div page 2*/

#effects {
float: left;
width: 20%;
background-color: #030;
color: #fff;
border: 1px solid #0c0;
margin: 10px;
padding: 0 10px 10px 15px;
}

h4 {
font-size: 20px;
color: #0c0;
text-align: center;
margin: 5px;
}

h5 {
font-size: 16px;
color: #0c0;
margin: 0;
}

 ul.bac {
  list-style-position: inside;
  margin-top: 0;
  text-indent: 0;
  padding-left: 32px;
    }

/*alcoholism div*/

#alcoholism {
  float: right;
width: 20%;
background-color: #cec;
color: #000;
border: 3px solid #0c0;
margin: 10px;
padding: 10px;
  }


/*bac calc div*/

#bac-calc {
clear: right;
color: #fff;
border-top: 3px dashed #0c0;
margin: 10px;
padding: 10px;
  }

code {
 color: #0c0;
 font-size: 16px;
 }

#bac-calc li {
 color: #0c0;
 }

ul ul li {
 list-style-type: none;
 text-indent: 15px;
 }

 sub {
 font-size: 12px;
 }

 #movie {
 text-align: center;
 width: 425px;
 background-color: transparent;
 margin-left: auto;
 margin-right: auto;
 }