﻿* 
{
    margin: 0px;
    padding: 0px;
}

body 
{
    color:White;
    font-family:Sans-Serif;
    font-size: medium;
    text-align:center;
    margin: 0px;
    padding: 0px;
}

#clearblock 
{
    background-color: Transparent;
    border: none 0px Transparent;
    position: relative;
    top: 0px;
    left: 0px;
    height: auto;
    width: 1050px;
    margin: 5px;
    z-index:0;
}

#main 
{
    position:relative;
    top:70px;
    text-align: left;
    width: 1000px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding:20px;
    background-image:url("img/black80.png");
    background-repeat:repeat;
    z-index:1;
}

#main ul 
{
    padding:0px;
    list-style-type:none;
    margin:0px;
}

#main ul li ul
{
    margin-left:1em;
}

a, a:link, a:active, a:visited
{
    text-decoration:none;
    color:White;
    font-weight:bold;
}

a:hover 
{
    text-decoration:underline;
    font-weight:bold;
}

a#bgg, a#bgg:link, a#bgg:visited, a#bgg:active, a#bgg:hover
{
    text-decoration:none;
    border:none 0px transparent;
}

#nav 
{
    /*position*/
    position:relative;
    top:5px;
    left:0px;
    margin:0px;
    padding:0px;
    /*font*/
    font-variant:small-caps;
    /*background*/
    background-color:Black;
    /*layers*/
    z-index:7;
    /*repurpose markup*/
    list-style-type:none;
}

#nav ul 
{
    /*flow*/
    margin:0px;
    padding:0px;
}

#nav li 
{
    float:left;
    position:relative;
    width:8.5em;
    margin-right:1em;
    list-style-type:none;
    margin:0px;
    padding:0px;
}

#nav li.gg
{
    width:15.5em;
}

#nav a:link, #nav a:visited {
  display: block;
  text-decoration: none;
  padding-left: 1em;
  color: #2D486C;
}
* html #nav a {
  width: 100%;
}

#nav ul {
  display: none;
  position: absolute;
  padding: 0;
  list-style-type:none;
}

#nav ul li {
  border: 0 none transparent;
  font-size: 100%;
  margin-bottom: -1px;
  margin-top: -2px;
  padding: 0;
  padding-top:2px;
  background-color:Black;
}

#nav li:hover ul {
  display: block;
}

#nav a, #nav a:link, #nav a:visited, #nav a:active
{
    text-decoration:none;
    font-weight:normal;
}

#nav a:hover 
{
    text-decoration:none;
    font-weight:normal;
}

#nav a.r:hover 
{
    background-color:Red;
    color:Black;
}
#nav a.o:hover
{
    background-color:Orange;
    color:Black;
}
#nav a.y:hover 
{
    background-color:Yellow;
    color:Black;
}
#nav a.g:hover 
{
    background-color:Green;
    color:White;
}

#nav a.b:hover 
{
    background-color:Blue;
    color:White;
}
#nav a.ind:hover 
{
    background-color:#90f;
    color:White;
}
#nav a.pur:hover 
{
    background-color:Purple;
    color:White;
}   

#copyright 
{
    position:relative;
    top:90px;
    width:1000px;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    z-index:1;
    font-size:smaller;
    color:#444;
}

#bg
{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    min-width:100%;
    max-width:100%;
    max-height:100%;
    overflow:hidden;
    z-index:-1;
}

#bg_kinsey 
{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:768px;
    z-index:-1;
}
