﻿body
{
    font-family:  'Segoe UI', HelveticaNeue-Light, Helvetica, Arial, sans-serif;
    margin:0;
    background-color:#404040 ;
    font-size: 12pt;
}

html
{
    overflow-y: scroll;
}

h1 
{
    font-size: 22pt;
}


h1,h2,h3,h4 
{
    font-family: Georgia, 'Times New Roman', Times, serif;
}

#wrapper
{
    box-shadow: inset 0 8px 5px -5px rgba(0, 0, 0, 0.3);
    background-color: #78bfa8 !important;
    height: auto;
}

#banner
{
    box-shadow: inset 0 8px 5px -5px rgba(0, 0, 0, 0.3);
    background-image: url("../img/bg.jpg");
    background-size: 100%;
    margin: -2em;
    margin-top: -1em;
    margin-bottom: 2em;
    background-position: center;
    padding: 2em;
    color:white;
}

#banner > h2
{
    font-family:  'Segoe UI', HelveticaNeue-Light, Helvetica, Arial, sans-serif;
    font-size: 25pt;
    font-weight: normal;
}

#banner > p
{
    width: 60%;
    font-size: 13pt;
}

#banner > a
{
    background-color: #20716a;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    color: white;
    text-decoration: none;
    font-size: 14pt;
}

#banner > a > p
{
    font-size: 9pt;
}

#header
{
    background-color: white;
    height: 4em;
    line-height: 4em;
    padding-bottom: 0.25em;
}


#header img 
{
    float:left;
    margin-left: 1.5em;
    margin-top: 0.5em;
    height: 3em;
    border: none;
}

#header a 
{
    text-decoration: none;
}

#header h1 
{
    float:left;
    font-weight: normal;
    font-size: 1.5em;
    font-weight: bold;
    color: #404040;
    font-weight: normal;
    margin: 0;
    padding:0;
    font-family:  'Segoe UI', HelveticaNeue-Light, Helvetica, Arial, sans-serif;
}

#header h1 > span
{
    font-weight:bolder;
}

#nav 
{
    float:right;
    padding-right: 0.5em;
    margin-right: 2em;
}

#nav > a
{
    text-decoration: none;
    text-transform: uppercase;
    color: #404040;
    display:table-cell !important;
    padding-left: 1em;
    padding-right: 1em;
    border-bottom: 0.25em solid white;
}


.selected 
{
    border-bottom: 0.25em solid #20716a !important;
}


@media (max-width: 999px) 
{
    #container 
    {
            width: 100% !important;
    }

    #banner 
    {    
        height: 370px;
    }

    #banner > a
    {
        width: 10em;
        height: 5em;
        padding: 0.5em;
    }
}


@media (min-width: 1000px) 
{
    #container 
    {
        width: 1000px;
    }

    #banner 
    {    
        height: 410px;
    }

    #banner > a
    {
        width: 10em;
        height: 5em;
        padding: 1em;
    }

    #banner > br
    {
        line-height: 2em; 
    }
}

#container
{
    box-shadow: inset 0 8px 5px -5px rgba(0, 0, 0, 0.3);
    text-align:left;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding: 2em;
    background-color:white;
    padding-top: 1em;
    /*height: auto;*/
    min-height: 50em;
    border-spacing: 3em 0;
}

#container > ul 
{
    width: 60%;
}

#footer > div  
{
   background-color: #20716a;
   padding: 1.5em;
   color:white;
   box-shadow: inset 0 8px 5px -5px rgba(0, 0, 0, 0.3);
}

#footer > div > span
{
    margin-right: 1em; 
    font-size: 16pt;
    vertical-align:middle;
}

#footer > div > img 
{
    vertical-align:middle;
}

#footer 
{
    text-align: center;
    padding-bottom: 0.5em;
    font-size:small;
    background-color:#404040;
    margin-bottom:0px;
}

#footer > p
{
    font-size: small;
    color: lightgrey !important;
}

#footer > p > a 
{
    color: lightgrey !important;
}


.figure
{
    text-align: center;
    padding: 30px;
}

.figure > img
{
   max-width: 500px;
}


#err_404 
{
    color: darkred;
    margin-top: 50px;
    font-size: 250px;
}

#footer  a 
{
    font-style: normal;
    color: white;
    text-decoration: none;
}

#footer a:hover
{
    text-decoration: underline;
}

.center 
{
    text-align: center;
    background-image: none;
    color: black;
}

.center > p
{
    width: 100%;
}

#edit 
{
    position: fixed;
    z-index: 99;
    top: 15pt;
    left: 15pt;
    padding: 1em;
    box-shadow: none;
    border: 2px dashed black;

}

#download_box
{
    background-color: #20716a;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    color: white;
    text-decoration: none;
    padding: 1em 2em;
    font-size: 16pt;
    background-image: url('../img/download.png');
    background-size: 50px;
    background-position:50% 20%;
    background-repeat: no-repeat;
    line-height: 10pt;
}

#download_box > span
{
    font-size: 8pt;
}

#download_box > p
{
    padding: 0;
    margin: 0;
    font-size: 12pt;
    padding-top: 25pt;
    padding-bottom: 10pt;
}

.googleadsense 
{
    float: right; 
    position: relative; 
    right: 25pt;
}

#faq > th, td, th {
    text-align: left;
    vertical-align: top;
    min-width: 100px;
}

#faq > table
{
    width: 600px;
}

.link
{
    display: table-cell;
}