body
{
    margin: 0;
    font-family: Georgia, serif;
    background: black url(bg-dark.jpg) no-repeat center top;
    background-attachment: fixed;
    color: #0094FF;
}
h1, h2, h3, h4
{
    margin: 0;
    font-weight: bold;
}
a
{
    color: #0048FF;
    text-decoration: none;
}
img
{
    border: none;
}
label, input
{
    display: block;
}
button, a.start-button
{
    font-size: 100%;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 5px;
    border: 1px solid #0026FF;
    border-radius: 10px;
    -moz-box-shadow: 3px 3px 3px #0026FF;
    -webkit-box-shadow: 3px 3px 3px #0026FF;
    box-shadow: 3px 3px 3px #0026FF;
    cursor: pointer;
}

#browser-warning
{
    display: none;
}
#main
{
    margin: 0 auto;
    width: 950px;
    min-height: 500px;
}
#header
{
    height: 115px;
    width: 100%;
}
#header h1
{
    float: left;
    color: #0094FF;
    font-size: 50px;
    font-family: "Times New Roman", Times, serif;
    padding: 12px 0 0 98px;
    text-shadow: 1px 1px 4px #005999;
}
#header img
{
    float: right;
    margin-top: 10px;
    margin-right: 15px;
    z-index: 1000;
}
#logo
{
    float: right;
    margin-top: 10px;
    margin-right: 15px;
    width: 115px;
    height: 85px;
    background-image: url(../images/wtree_square.png);
}
#navigation
{
    clear: both;
    width: 150px;
    margin-top: -15px;
    font-size: 29px;
    float: left;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: lowercase;
}
#navigation a
{
    text-decoration: none;
    color: #0026FF;
    font-weight: bold;
}
#navigation a:hover, #navigation .selected
{
    color: #001DC1;
    text-shadow: -1px -1px 4px #4D67FF,
                            1px 1px 4px #4D67FF;
}
#navigation ul
{
    margin: 0;
    padding: 0;
    width: 150px;
    text-align: right;
}
#navigation li
{
    list-style-type: none;
}
#navigation select
{
    background-color: #0026FF;
    font-weight: bold;
    border-color: #0026FF;
    text-align: right;
    float: right;
    margin-top: 15px;
}
#content
{
    width: 700px;
    margin: -20px 0 30px 40px;
    padding: 10px;
    padding-left: 20px;
    padding-bottom: 20px;
    float: left;
    background-color: #999999;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 19px;
    color: #0094FF;
    border-radius: 15px;
}
#content h2, #content h3
{
    color: #007F0E;
}
#content h2
{
    font-size: 29px;
}
#content h3
{
    font-size: 22px;
}
.article
{
    background-color: white;
    background-color: rgba(255, 255, 255, 0.3);
    color: black;
    margin: 15px 10px 0 0;
    padding: 5px 10px;
    border-radius: 15px;
}
.container
{
    width: 660px;
    margin-top: 15px;
    padding: 15px;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.3);
    color: Black;
    border-radius: 15px;
    font-size: 18px;
}
#footer
{
    clear: both;
    text-align: center;
    margin-bottom: 15px;
}
#tracking
{
    display: none;
}
.sitemap>ul
{
    margin: 0;
}
#contact
{
    height: 23em;
}
.app-image
{
    float: left;
    margin-right: 10px;
    margin-top: 1em;
}
.clear
{
    clear: both;
}

/***************************************/
/* App Link */
/***************************************/
.app-link
{
    width: 670px;
    height: 128px;
    margin-top: 15px;
    padding-right: 10px;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.3);
    color: Black;
    border-radius: 15px;
    font-family: Verdana, Geneva, sans-serif;
}
.app-link a
{
    margin-top: 15px;
    color: Black;
}
.app-link img,
.app-link .image-not-available
{
    float: left;
    margin-right: 15px;
    width: 128px;
    height: 128px;
    text-align: center;
}
.app-link h1
{
    font-size: 24px;
    float: left;
    width: 520px;
    margin: 10px 0;
}
.app-link p
{
    font-size: 18px;
}
/***************************************/
/* Tab Control */
/***************************************/
.tab-control ul
{
    height: 33px;
    margin: 0;
    padding: 9px;
    padding-left: 0;
}
.tab-control li
{
    float: left;
    list-style: none;
    padding: 9px;
    margin: 0;
    margin-top: 4px;
    height: 20px;
    vertical-align: bottom;
    background-color: #DDD;
    background-color: rgba(255, 255, 255, 0.1);
}
.tab-control li.selected
{
    height: 24px;
    margin: 0;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.3);
}
.tab-control li a
{
    font-size: 100%;
    color: black;
    height: 100%;
}
.tab-control>div
{
    color: black;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 10px;
    padding-top: 1.5em;
}

.slide-show
{
    width: 320px;
    height: 240px;
    max-width: 320px;
    max-height: 240px;
    overflow: hidden;
    background-color: black;
}

.image-gallery
{
    text-align: center;
}
.image-gallery .selected-image
{
    margin-bottom: 10px;
}
.image-gallery .selected-image img
{
    border: 5px solid #007F0E;
    padding: 2px;
}
.image-gallery .selected-image a
{
    display: block;
}
.image-gallery div.thumbnail
{
    display: inline-block;
    font-size: 80%;
    margin-bottom: 5px;
}
.image-gallery .thumbnail img
{
    max-height: 80px;
    display: block;
}
