﻿.boxshadow 
    {
    -moz-box-shadow: 3px 3px 5px #535353;
    -webkit-box-shadow: 3px 3px 5px #535353;       
    box-shadow: 3px 3px 5px #535353;
    }
    
.roundbox
    {  
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px;  
    border-radius: 6px 6px 6px 6px;
    }
        
#nav {
    margin-top: 0px;
    font-family: Verdana;
    font-size: medium;
    background-color: #6495ed;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color:#696969;
    margin-left: 0%;
    margin-right: 0%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    }

#nav ul {
    list-style-type: none;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    background-color: #6495ed;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #696969;
    border-color:#696969;
    }

#nav ul a {
    display: block;
    text-decoration: none;
    padding:   5px 5px;
    border-style: solid; 
    border-width: 1px;
    border-color: #696969;
    color: White;
    }

#nav ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    background-color: #6495ed;
    }

#nav ul li:hover {
    background-color: #6495ed;
    color: White;
    }

#nav ul ul {
    display: none;
    position: absolute;
    left: 0;
    background-color: #6495ed;
    padding: 0;
    }

#nav ul ul li {
    float: none;
    width: 200px;
    }

#nav ul ul a {
    padding: 5px 5px;
    }

#nav ul li:hover > ul {
    display: block;
    background-color: #6495ed;
    color: White;
    }
        
.img-circle {
    border-radius: 50%;
    border: 3px solid #808080;
    }
           
#transparent
    {
    opacity: .90; /* Standard: FF gt 1.5, Opera, Safari, CSS3 */
    filter: alpha(opacity=90); /* IE lt 8 */
    -ms-filter: "alpha(opacity=90)"; /* IE 8 */
    -khtml-opacity: .90; /* Safari 1.x */
    -moz-opacity: .90; /* FF lt 1.5, Netscape */
    }
#footer
    {
      background-color:#6495ed; 
      height:40px;
      color:White; 
      margin-bottom:0px; 
      margin-left:0px; 
      margin-right:0px; 
      position:fixed; 
      left:0px; 
      bottom:0px; 
      width:100%;
      border-style:solid;
      border-width: 1px;
      border-color:#696969; 
      font-family:Verdana; 
      font-size:Small; 
    }
