@charset "utf-8";body{
    margin-top: 0;
    min-width: 300px;
}
#container{
    width:100%;
    color:#000;
    font-family:Helvetica,Arial,sans-serif;
    font-size:100%;
    background-color:#FFF;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
@media (min-width:768px){
#container{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4%;
    max-width: 70em;
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
}
}

#header{
    display:block;
    clear:both;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:220%;
    text-align:center;
    vertical-align:middle;
    background-color:#FFF;
    padding:2% .5%
}
@media (min-width:768px){
#header{
    font-size:271%;
    padding-top:.7em;
    padding-bottom:.5em;
    letter-spacing:1px;
}
}

#tagline{
    display:block;
    letter-spacing:.05em;
    clear:both;
    font-family:Helvetica,Arial,sans-serif;
    font-size:85%;
    line-height:1.5em;
    font-weight:700;
    text-align:center;
    border-width:1px;
    border-style:none none solid;
    border-color:#000;
    background-color:#DBF6C8;
    padding:1% .5%
}
@media (min-width:768px){
#tagline{
    font-size:96%;
    letter-spacing:.05em;
    padding-top:.5em;
    padding-bottom:.5em;
}
}

.nav{
    width: 99%;
    margin-bottom: 2em;
    margin-top: 0;
    font-size: 115%;
    float: left;
    font-family: Helvetica,Arial,sans-serif;
    line-height: 1.8em;
    list-style-image: none;
    list-style-type: none;
    font-weight: 700;
    background-color: #EDFAE3;
    letter-spacing: 0.075em;
    position: relative;
    display: block;
    z-index: 9
}
.nav-list{
    list-style-image:none;
    list-style-type:none;
    margin:0;
    padding:0
}
.nav a,.nav label,.nav a:visited,.nav label:visited{
    display:block;
    padding-top:.2em;
    padding-left:.5em;
    color:#000;
    text-decoration:none;
    background-color:#DEF6CD;
    cursor:pointer;
    width:100%;
}
.nav a:focus,.nav a:hover,.nav label:focus,.nav label:hover{
    color:#000;
    background-color:#99E564;
}
.nav .nav-list input[type=checkbox]:checked + label + ul{
    max-height:100em;
}
.nav .sub-list{
    display: none;
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
    width: 98%;
}.nav .sub-list a,.nav .sub-list label{
    background-color: #EDFAE3;
    margin-left: 1em;
    width: 100%;
    display: block;
}
.nav .sub-list a:focus,.nav .sub-list a:hover,.nav .sub-list label:focus,.nav .sub-list label:hover{
    background-color:#99E564;
    color:#000;
}
.nav #addiction-menu,.nav #drugs-menu,.nav #withdrawal-menu,.nav #recovery-menu,.nav #resources-menu,.nav #about-menu{
    display:none;
}
.nav #addiction-menu:checked + .sub-list,.nav #drugs-menu:checked + .sub-list,.nav #withdrawal-menu:checked + .sub-list,.nav #recovery-menu:checked + .sub-list,.nav #resources-menu:checked + .sub-list,.nav #about-menu:checked + .sub-list{
    display:block;
}
@media (min-width:768px){
.nav{
    width:16em;
    margin-top:1em;
    margin-right:2em;
}
.nav-list{
    list-style-image:none;
    list-style-type:none;
    width:100%;
    display:block;
    margin:0;
    padding:0;
}
.nav a,.nav label,.nav a:visited,.nav label:visited{
    display:block;
    padding-top:.2em;
    padding-left:.5em;
    color:#000;
    text-decoration:none;
    background-color:#DEF6CD;
    cursor:pointer;
    width:100%;
}
.nav a:focus,.nav a:hover,.nav label:focus,.nav label:hover{
    color:#000;
    background-color:#99E564;
}
.nav .nav-list input[type=checkbox]:checked + label + ul{
    max-height:100em;
}
.nav .sub-list{
    display: none;
    margin: 0;
    padding: 0;
    list-style-image: none;
    list-style-type: none;
    width: 94%;
}.nav .sub-list a,.nav .sub-list label{
    background-color: #EDFAE3;
    margin-left: 1em;
    width: 100%;
    display: block;
}

.nav .sub-list a:focus,.nav .sub-list a:hover,.nav .sub-list label:focus,.nav .sub-list label:hover{
    background-color:#99E564;
    color:#000;
}
.nav #addiction-menu,.nav #drugs-menu,.nav #withdrawal-menu,.nav #recovery-menu,.nav #resources-menu,.nav #about-menu{
    display:none;
}
.nav #addiction-menu:checked + .sub-list,.nav #drugs-menu:checked + .sub-list,.nav #withdrawal-menu:checked + .sub-list,.nav #recovery-menu:checked + .sub-list,.nav #resources-menu:checked + .sub-list,.nav #about-menu:checked + .sub-list{
    display:block;
}
}


#content{
    margin-left:0;
    padding-left:5px;
    padding-top:3px;
    padding-right:5px;
    font-family:Verdana,Geneva,sans-serif;
    font-size:90%;
    line-height:1.5em;
    background-color:#FFF;
    width:auto;
    z-index:1;
}
#content h1{
    margin-top:2em;
    margin-bottom:1em;
    font-size:185%;
    line-height:1.5em;
    font-weight:700;
    text-align:center;
}
#content h2{
    margin-top: 2em;
    margin-bottom: 1em;
    padding-left: 7px;
    font-size: 122%;
    font-weight: bold;
    border-left: 16px solid #569D44;
}
#content h3{
    font-size:105%;
    text-decoration:underline;
    }
#content h6{
    font-size:95%;
    color:red;
}
#content .hilite{
    font-weight:700;
}
#content .image{
    padding:24px;
    text-align:center;
}
#content a img{
    border:none;
}
#content a:link,a:visited{
    color:#00C;
    text-decoration:underline;
}
#content a:hover,#content a:active,#content a:focus{
    color:red;
    text-decoration:none;
}
#content ol{
    list-style-type:decimal;
}
#content ul{
    margin-left: 1em;
    list-style-position: inside;
}
#content ul li{
    display: list-item;
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
}
#content .marked{
    font-size: 16px;
    color: red;
    font-weight: bold;
    text-decoration: none
}
#content .videoWrapper{
    position:relative;
    padding-bottom:56.25%;
    padding-top:25px;
    height:0;
    clear:both;
}
#content .videoWrapper iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#content #bookbar{
    border: 1px none #000;
    float: right;
    text-align: center;
    margin-top: 13px;
    clear: right;
    background-color: #FFF;
    padding: 0 0 30px 20px;
    position: relative;
    z-index: 10;
}
#content #bookbar a:link,#content #bookbar a:visited{
    font-weight: 700;
    color: #000;
    text-decoration: underline;
}
#content #bookbar a:hover,#content #bookbar a:active,#content #bookbar a:focus{
    font-weight:700;
    color:red;
    text-decoration:none;
}
#content .bigbookbar {
    display: block;
    text-align: center;
}
@media (min-width:768px){
#content{
    z-index: 1;
}
#content .bigbookbar {
    text-align: center;
    float: right;
    padding-left: 1em;
    padding-bottom: 1em;
    padding-top: 1em;
}
} 


#nextpage{
    padding-right:10%;
    padding-bottom:1.2em;
    clear:both;
    font-size:125%;
    font-weight:700;
    text-align:right;
    background-color:#FFF;
    padding-top:1.2em;
}
#nextpage a:link,#nextpage a:visited{
    color:#060;
    text-decoration:underline;
}
#nextpage a:hover,#nextpage a:active,#nextpage a:focus{
    color:red;
    text-decoration:underline;
}
#date-modified{
    padding-left:1em;
    padding-bottom:1em;
    background-color:#FFF;
}
#footer{
    margin:0;
    clear:both;
    color:#369;
    font-family:Verdana,Geneva,sans-serif;
    font-size:80%;
    line-height:normal;
    text-align:left;
    border-top-width:1px;
    border-top-style:solid;
    border-top-color:#CCC;
    background-color:#FFF;
    position:relative;
    padding:12px 8px;
}
#included-information{
    margin:0;
    padding:4px;
    clear:both;
    font-family:"Times New Roman",Times,serif;
    font-size:80%;
    line-height:normal;
    text-align:left;
    border-top-width:1px;
    border-top-style:solid;
    border-top-color:#369;
    background-color:#999;
}
#included-information a:link,#included-information a:visited{
    color:#000;
    text-decoration:none;
}
#included-information a:hover,#included-information a:active,#included-information a:focus{
    color:red;
    text-decoration:underline;
}



