﻿body 
{ 
    background-color:#fff; /*#087842;*/
    font-family:Verdana,Arial,Sans-serif;
    font-size:12px;
    padding:0px;
    margin:0px
}
#mainbox
{
    width:800px;
    height:600px;
    margin:30px auto;
}
#titlebox
{
    float:left;
    position:relative;
    top:120px;
    left:18px
}
#mapbox {float:right; margin:110px 0px}
#languagebox
{
    float:right;
    position:relative;
    top:255px;
    left:120px;
    font-size:16px;
}
#languagebox a {text-decoration:none}
#languagebox a:hover {text-decoration:underline}
#logobox {float:left; margin:140px 0px 0px 0px}

/*Main Page Layout*/

#titlebar
{
    height:80px;
    width:100%;  
    background-image:url(images/titlegradient.gif);
    background-repeat:repeat-x;
    border-bottom:solid 1px #D7DCE1;
}
#titletext
{   float:left;
    margin-top:0.9em;
    margin-left:0.2em
}
#titlelogo
{   float:right;
    height:100px;
    margin-top:0.3em
}
#lowersection
{   float:left;
    width:100%;
    height:auto
}
#nav_menu
{
    position:absolute;
    left:40px;
    top:150px;
    width:12em;
    background-color:Transparent;
    border:solid 1px #D7DCE1;
}
#nav_menu ul
{
    list-style:none;
    padding:0;
    margin:0;
}
#nav_menu a, #nav_menu h2
{
    font-size:12px;
    display:block;
    margin:0px;
}
#nav_menu a
{
    color:#000;
    text-decoration:none;
    background-color:Transparent;
    padding:2px 8px;
}
#nav_menu a:hover
{
    color:#000;    
    background:#D2EAF6;
}
#nav_menu h2
{
    color:#0066A7;
    font-weight:bold;
    background:#F3F9F9;
    padding:2px 3px
}
#contentbox
{
    position:absolute;
    left:220px;
    top:100px;
    padding:0em 2em;
    background-color:#fff;
    min-height:300px;
    min-width:500px;
    max-width:750px;
    background-image:url(images/border_main.gif);
    background-repeat:no-repeat;
    background-position:left;
}
ul.rollmenu
{   list-style-type:none;
    position:absolute;
    left:40px;
    top:150px;
    width:12em;
    color:#0066A7;
    background-color:#F3F9F9;
    margin:0;
    padding:0;
    border:solid 1px #D7DCE1;
    voice-family: "\"}\"";
    voice-family: inherit;
    padding: 0 0.5em;
}
ul.rollmenu li
{   font-weight:bold;
    margin:0;
    padding:0;
}
ul.rollmenu ul
{   list-style-type:none;
    margin:0.1em 0 0 0;
    padding:0;
    border:0px;
    background-color:#fff;
    voice-family: "\"}\"";
    voice-family: inherit;
    margin: 0.1em -0.5em 0 -0.5em
}
ul.rollmenu a
{   font-weight:normal;
    text-decoration:none;
    color:#000;
    background-color:transparent;
    margin: 0;
    padding: 0.1em 0.5em 0.1em 1.25em;
    width: 100%;
    border:0px;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    padding-left: 1em}
html>body ul.rollmenu a {width: auto}

ul.rollmenu a:hover
{   color:#000;    
    background:#D2EAF6;
}

#linkbox
{   margin:20px auto;
    text-align:center;
}
#linkbox a
{   font-size:16px;
    text-decoration:none;
    color:#fff;
}
#linkbox a:hover
{   text-decoration:underline;
}

/* Modal Popup Settings */
.modalBackground
{   background-color:Gray;
    filter:alpha(opacity=70);
    opacity:0.7;
}
.additionalBackground
{}
.modalPopup
{   width:auto;
    background-color:#eee;
    border:solid 3px Gray;
    padding:3px;
    text-align:center;
    font-size:14px;
    font-weight:bold;
}
.watermark
{   color:#888;
    background-color:#eee;
    border:solid 1px #A5ACB2;
    height:1.2em;
    width:190px;
    padding:2px 1px;
}