/* hnv.css */
/* colors red#E11F26; maroon#93191C; orange#FCAF17; ltorange#fee7b9; */


/* General */

#container {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    background: url(images/nav_bg.gif) repeat-y left top;
    }

body {
    color: #000;
    background-color: #FCAF17;
    font: small/1.8em Verdana, Tahoma, Arial, Helvetica, sans-serif;
    }


/* Header */

#head {
    background-image: url(images/header.png);
    background-repeat: no-repeat;
    height: 117px;
    width: 900px;
    }


/* Left Nav Column */

#lcol {
    float: left;
    width: 171px;
    }
    
#lcol ul {
    list-style-type: none;
    text-align: left;
    font-variant: small-caps;
    }

#lcol li {
    line-height: 3em;
    }

#lcol a {
    text-decoration: none;
    color: #fcaf17;
    }
    
#lcol a:hover {
    color: white;
    border: 1px solid #FCAF17;
    background-color: #E11F26;
    padding: 5px;
    margin-left: -5px;
    }

/* Main Body */

#main {
    float: left;
    width: 728px;
    background-color: #FFF;
    background-image: url(images/main_bg2.gif);
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding-bottom: 125px;
    border-right: 1px solid #93191c;
    }
    
#main p {
    margin-left: 25px;
    margin-right: 35px;
    }

#main a:link, a:visited {
    color: #E11F26; 
    text-decoration: none;
    }
 
#main a:hover {
    border-bottom: solid 1px #E11F26;
    }

#main h1 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.75em;
    color: #93191C;
    border-bottom: 1px solid #93191C;
    padding-bottom: .3em;
    margin-top: 20px;
    margin-left: 20px;
    }

#main h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.3em;
    color: #93191C;
    background-color: #fee7b9;
    margin-left: 20px;
    padding-left: 10px;
    }

#main em {
    font-style: normal;
    font-weight: bold;
    }
  
#main img {
    float: right;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    } 
        
#main ul {
    margin-left: 60px;
    margin-right: 30px;
    }

#main li {
    font-size: 8pt; 
    padding-bottom: 10px;
    }  

#flash {
    font-size: 75%;
    }
  
#preview {
    width: 445px;
    position: relative;
    left: 90px;
    text-align: center;
    background-color: #fee7b9;
    border: 1px solid #FCAF17; 
    padding: 20px 10px 10px 10px;
    }

#safesex101 {
    width: 425px;
    position: relative;
    left: 90px;
    text-align: center;
    background-color: #fee7b9;
    border: 1px solid #FCAF17; 
    padding: 20px 10px 10px 10px;
    }

.quote {
    width: 75%;
    border: 1px dotted #93191C;
    font-family: verdana, sans-serif;
    font-size: 0.9em;
    padding: 10px;
    margin-left: 25px;
    }
    
.quote strong {
    font-size: 120%;
    }
    
.attribution {
    clear: both;
    color: #93191C;
    font-size: .9em;
    text-transform: uppercase;
    margin-left: 100px;
    padding-top: 10px;
    }

.artist {
    font-size: 12pt;
    font-weight: bold;
    }
    
.facility {
    font-size: 12pt;
    font-weight: bold;
    }

.imgleft {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-bottom: 15px;
    } 
  

/* Footer */

#foot {
    clear: both;
    background-image: url(images/footer.gif);
    background-position: top left;
    height: 28px;
    width: 100%;
    }
    
 #foot p {
    position: relative;
    top: 25px;
    color: #93191c;
    text-align: center;
    font-size: 75%;
    }
 
#foot a:link, a:visited {
    color: #E11F26; 
    text-decoration: none;
    }

#foot a:hover {
    color: #FFF; 
    text-decoration: none;
    }
