
/* Layout Stylesheet */ 

h2.left {
text-align:left;
}

h3.left {
text-align:left;
}

p.main {
text-align: left;
text-indent: 5%;
padding: 1%;
z-index:10;
}

p.foot {
text-align: center;
background: white;
padding: 2%;
margin: 0% 0% 0% 0%;
z-index:10;
}

p.title {
text-align: left;
text-indent:0;
padding: 1%;
}

table.collapse {
border-collapse: collapse;

position: relative;
padding: 0;
margin: 0% 0% 0% 0%;
}

table td.top {
border-left:5px solid black;
border-right:5px solid black;
border-top:5px solid black;
}

table td.bottom {
border-left:5px solid black;
border-right:5px solid black;
border-bottom:5px solid black;
}

table td.thick {
border-left:5px solid black;
border-right:5px solid black;
border-bottom:5px solid black;
border-top:5px solid black;
}

#navbar {
background: white;
background-repeat: no-repeat;
position: relative;
padding: 0;
margin: 0% 0% 0% 0%;
text-align: center;
z-index: 4;
}

navbar a {
  text-decoration: none
  }

a:link.nav{color: white}
a:visited.nav{color:white}
a:hover.nav{color: blue}


 .drop-menu {  
   display: block;  
   margin-right: 0%;  
   margin-left: 0%;  
   text-align: center ;  
   padding: 5% 5% ;  
   font-size: 18px;  
   height: 25px;  
   max-height: 25px;  
    width: 120px;  
    cursor: pointer;  
    border: 0px solid black; 
    z-index: 4; 
}  
  
    
  
    .drop-menu:hover {  
        border: 0px solid black;
        z-index: 4;  
    }  
  
    .drop-menu:hover .sub-menu {  
        display: inline-block;
        z-index: 4;  
    }  
  
     
    .sub-menu {  
        display: none;  
        width: 210px;  
        background: white;  
        padding: 10px 10px;  
        margin-left: -60px;  
        margin-top: 10px;  
        border: 1px solid green;
        text-align: left;  
        z-index: 4;  
    }  
  
    .sub-menu li {  
        list-style-type: none;  
        display: block;  
        border-bottom: 1px dotted #eaeaea;  
        font-size: 18px;  
        height: 22px;  
        padding: 8px 8px; 
        z-index:4; 
    }  
   
  
    .sub-menu li:hover {  
        border-bottom: 1px dotted #bababa;
        z-index:4;  
    } 



a:link {
  color: blue }

a:visited {
  color: blue }

a:hover {
  color: black }


a:link.athlete{color: black}
a:visited.athlete{color:black}

a:link.white{color: white}
a:hover.white{color:blue}
a:visited.white{color:white}

#black {
background-image : url(black.jpg);
 background-repeat: none;
 position : relative;
 margin : 0% 0% 0% 0%;
 z-index:3;
}


body {
 background-repeat: repeat;
 position : relative;
 left:0%;
right:0%;
top: 0% ;
bottom:0% ;
 margin : 0;
 padding: 0;
 border:none;
 text-align:center;
 }

#content {
 position : relative;
 color : #000000;
 margin : 0;
 padding-left: 1%;
  padding-right: 1%;
border:none;
 z-index:0;
}


#content.pos_top
{
 position : relative;
 color : #000000;
 margin : 0;
 text-align: center; 
 border:none;
 z-index: 0 ;
 padding-left: 1%;
}

#content.pos_top_blog
{
 position : relative;
 width: 80%;
 left:17%;
 right:0%;
 color : #000000;
 margin : 0;
 text-align: center; 
 border:none;
 z-index: 0 ;
 padding-left: 2%;
}



#image.tl_z-1
{
position: relative ;
left:-20%;
right:0%;
top: 0% ;
bottom:0%;
z-index:-1;
}

#image.tc_z-1
{
position: relative ;
left:-2%;
right:0%;
top:0% ;
bottom:0%;
z-index:-1;
}

#image.tr_z-1
{
position: relative ;
left:50%;
right:0%;
top: 0% ;
bottom:0%;
z-index:-1;
}


#dot
{background-color:transparent;
z-index:1;
}

#dot.index
{
position: absolute ;
left:0%;
right:-2%;
top: 0% ;
bottom:0%;
z-index: 1;
}

#dot.z1
{
position: absolute ;
left:15%;
right:15%;
top: 15% ;
bottom:10%;
z-index: 1;
}

#dot.z-1
{
position: relative ;
left:0%;
right:0%;
top: 70% ;
bottom:10%;
z-index:-1;
}

#dot.front-head
{
position: absolute ;
left: 0 ;
right: 0 ;
top: 20% ;
bottom: 0% ;
z-index : 0 ;
}

#dot.front-chest
{
position: absolute ;
left: 68% ;
right: 5% ;
top: 10% ;
bottom: 0% ;
z-index : 1 ;
}



button {
background: transparent ;
border: none !important ;
}

#leftnav {
 position : absolute;
 width : 180px;
 top: 11%;
 bottom: 5%; 
 border : 5px solid #000000;
 margin-right :0;
 padding-bottom : 0;
 background-color : purple;
 background-repeat:no-repeat;
 z-index:2;
  } 

