
#header {
    background: #7be2bd url(../design/title-one-line.gif) no-repeat right;
    background-position: 50%;
    padding-top: 1.0em;
    margin: 0px;
    border-bottom: solid 1px black;
    padding-bottom: 55px;
    }

.intro {
    /* container for the text before the categories and fees*/
     background:  #b3e6d4;
     border-top:  solid white2px;
     border-right: solid gray 2px;
     border-bottom: solid black 2px;
     border-left: solid gray 2px;
     width: 500px;
    font-size: 80%;
     padding: 10 20 20 15;
     margin: 5 5 20 15;
    }



td, th {
      border-top:  solid gray 1px;
      border-right: solid gray 1px;
      border-bottom: solid white 1px;
      border-left: solid gray 1px;
        font-size: 75%;
        background-color: white;
        
        }



.license-category-fee-container{
     float: left;
     clear: both;
     width: 850px;
     padding: 0px 0px 0px 10px;
     background-color: #b3e6d4;
     left: 20px;
     border-top:  solid white2px;
     border-right: solid gray 2px;
     border-bottom: solid black 2px;
     border-left: solid gray 2px;
     padding: 10 10 10 15;
     margin: 5 5 10 15;
     }

.license-category{ 
     float: left;
     clear: both;
     width: 500px;
     border-top:  solid black 1px;
     border-right: solid gray 1px;
     border-bottom: solid white 1px;
     border-left: solid gray 1px;
     padding: 0px 0px 0px 10px;
     background-color: #baffdc;
     left: 20px;
     padding: 10 10 25 15;
     margin: 5px;
     font-size: 80%;
     }

.license-fee{
    position: center;
    float: left;
    width: 250px;
    border: solid 0px black;
    background-color: none;
    font-size: 70%;
    padding: 0px 20px 0px 20px;
    margin: 5px auto auto auto;
    }

.paypal-box{ 
    /*this is a copy of .license-fee (above), but changed from a table as my paypal option here is for a drop down menu, negating the need for a table */
    position: center;
    float: left;
    width: 250px;
    border: solid 0px black;
    background-color: none;
    font-size: 70%;
    padding: 0px 20px 0px 20px;
    margin: 5px auto auto auto;
    }



div.table-properties {
    top: 50%;
    left: 80%;
    font-size: 50%;
    background-color: #b3e6d4;
    
    }


#footer {
    clear: both;
    padding: 30px;
    }




h1 {
    font-size: 130%;
    font-weight: bold;
    margin: 0px;
    text-align: left;
    padding-left: 0px;
    padding-bottom: 2px;
    border-bottom: solid 0px #99ffcc;
    }

h2 {
    /*category names */
    font-size: 100%;
    margin-bottom: 0px;
    margin-top: 3px;
    padding-bottom: 6px;
    text-decoration: none;
    }

h3 {
    color: black;
    font-size: 90%;
    font-weight: bold;
    text-align: left;
    padding-bottom: 0px;
    
    }

h4 { 
    font-size: 0.8em; font-weight: normal;
    margin-bottom: 60px;
    }

h5 { 
    font-size: 0.8em; font-weight: normal;
    margin-bottom: 20px;
    }



h2, p { margin-left: 0px; }


body {
    margin: 0px;
    background-color: #99ffcc;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
   }






/* below is nav bar at top*/

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

ul#nav li { 
    float: left; 
    margin: 0px 2px; 
    padding: 0px;}

a:link {
    text-decoration: none;
    color: #336666;
    }

a: hover {color: blue;}

.navlocal a {
    display: block;
    }  /* This turns the box round the text into a link, otherwise only the text is a link */



a:link {
    text-decoration: none;  /* These set the appearance of the links (no underlining etc)*/
    color: #336666;
    }



.navlocal:hover {
    text-decoration: none;
    color: black;
    background-color: yellow;
    }

.navlocal  {
    padding: 3px;
    margin: 4px 0px;
    border: 2px solid #66cc99;
    background-color: #66cc99;
    border-style: outset;
    text-decoration: none;
    text-align: center;
    }


#nav li a  {
    display: block;
    width: 100px;
    height: 11px;
    padding: 3px 15px;
    margin: 0px 0px 0px 0px;
    
    border: 1px solid black;
    background-color: #66cc99;
    font-size: 0.6em;
    line-height: 10px;
    text-decoration: none;
    text-align: center;
    color: black;
    }

#nav a:hover {
    text-decoration: none;
    color: black;
    background-color: yellow;
    }


#navbar { 
    /*the optional background strip behind the row of navigation tabs*/
    background-color: none;
    height:45px;}




