﻿body
{
    margin: 0px auto;
    padding: 0px;
    font-size: 10px;
    font-family: Arial;
    background: url('../../Images/alamos_bg.jpg') no-repeat center 0px;
}

#Topper
{
    height: 26px;
    background: transparent url(../../Images/Topper/bg.jpg) repeat-x 0 0;
}

#Container
{
    width: 702px;
    margin: 0px auto;
    padding-left: 6px;
}

#Header
{
    height: 211px;
}

#Menu
{
    font: bold 13px Arial;
    margin-left: -1px;
    white-space: nowrap;
}

#Menu ul
{
    margin: 0px;
    padding: 0px;
    float: left;
    white-space: nowrap;
}

#Menu ul li
{
    white-space: nowrap;
    display: inline;
    white-space: nowrap;
    padding: 0px;
    margin: 0px;
}

#Menu ul li a
{
    float: left;
    font-weight: normal;
    font-size: 15px;
    color: #0e84bc; /*text color*/
    margin: 0px;
    padding-right: 20px;
    padding-left: 20px; /*padding-left: 20px;*/
    padding-top: 8px;
    text-decoration: none;
    height: 40px;
}

#Menu ul li a:hover, #Menu ul li .current
{
    background: url('../../Images/menu_selected.jpg') repeat-x center top;
    height: 40px;
    white-space: nowrap;
}

#Menu ul li.first a:hover, #Menu ul li.first .current
{
    background: url('../../Images/menu_selected-left.jpg') repeat-x left top;
    height: 40px;
    white-space: nowrap;
}

#Menu ul li.last a:hover, #Menu ul li.last .current
{
    background: url('../../Images/menu_selected-right.jpg') repeat-x right top;
    height: 40px;
    padding-right: 24px;
    white-space: nowrap;
}

#Content
{
    clear: both;
    padding-left: 25px;
    padding-top: 25px;
    padding-right: 20px;
    padding-bottom: 20px;
    min-height: 400px;
}

#Footer
{
    height: 30px;
    background: transparent url(../../Images/alamos_footer.jpg) no-repeat 0 0;
    margin-bottom: 50px;
}

a
{
    color: #21b6ea;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    font-size: 24px;
    color: #21b6ea;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
}

h2
{
    font-size: 18px;
    color: #1f427d;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    padding-top: 10px;
}

h3
{
    font-size: 18px;
    color: #21b6ea;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    padding-bottom: 10px;
}

h4
{
    font-size: 14px;
    color: #21b6ea;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.DarkBlue
{
    color: #1f427d;
    font-weight: bold;
}

p
{
    color: #1f427d;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
}

.smallLightBlue
{
    font-size: 12px;
    color: #21b6ea;
    line-height: normal;
}

.redLabel
{
    color: #eb6363;
    font-family: Arial;
    font-size: 24px;
}

.grayText
{
    color: #888888;
    font-size: 13px;
}

.TopLang
{
    float: right;
    height: 26px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.TopLang a
{
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    color: #1f427d;
}

.TopLangSelected
{
    float: right;
    height: 26px;
    background: transparent url(../../Images/Topper/selected.jpg) repeat-x 0 0;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.TopLangSelected a
{
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    background: none;
    color: #1f427d;
}
