﻿body 
{
     font-family: Verdana;
     font-size: 11px;     
     margin: 0px;
     padding: 0px;   
     line-height: 1.5;  
     /*background-color: #E3E3DC;*/
     background-image: url(/Images/Bg_stripes.png);
}

a
{
    color: #E5A713;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

h1
{
    font-size: 24px;    
    font-weight: normal;
    line-height: 1.2;
}

h2
{
    font-size: 18px;
    font-weight: normal;
    line-height: 1.2;
}

h3
{
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 12px;
    border-bottom: dotted 2px #000000;
}

h4
{
    font-size: 11px;
    margin-bottom: 2px;
}

h1,h2,h3,h4
{
    margin-top: 0px;
}

p
{
    margin-top: 0px;   
    margin-bottom: 12px;     
}

hr
{
    margin: 0px;
    margin-bottom: 12px;
    border: 0;
    border-bottom: dotted 2px #000000;
    height: 2px;
}

#MainContainer
{
    margin: 0px auto;
    width: 980px;
    padding: 10px 10px 20px 10px;
    background-color: #FFFFFF;    
}

.Header
{
    height: 157px;
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
}
.Header .home
{
    position: absolute;
    height: 100px;
    width: 125px;
    top: 27px;
    left: 54px;
}
.Header .text
{
    background: url(/Images/Arrow_yellow_big.png) no-repeat left 7px;
    display: block;
    position: absolute;
    top: 102px;
    left: 260px;
    color: #FFCB27;
    font-size: 24px;
    padding-left: 40px;
}

.TopMenu
{
    height: 52px;
    background: url(/Images/Menu1.png) no-repeat left top;
    margin-bottom: 30px;
}
.TopMenu .Menu
{    
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.TopMenu .Menu .Item
{
    float: left;
    margin-left: 32px;
    margin-top: 14px;
    padding-left: 10px;
    background: url(/Images/Arrow.gif) no-repeat left 9px;
}
.TopMenu .Menu .Item.selected, .TopMenu .Menu.selectedIndex3 .Item.index3
{
    font-weight: bold;
}
.TopMenu .Menu .Item.selected, .TopMenu .Menu.selectedIndex4 .Item.index4
{
    font-weight: bold;
}
.TopMenu .Menu .Item a
{
    color: #000000;
    font-size: 18px;
}
.TopMenu .Menu .Item a:hover
{
    text-decoration: none;
}

.MainContent
{
    margin: 0px 32px;
}

.LeftMenu
{
    float: left;    
    margin-bottom: 32px;
    width: 220px;
    font-size: 12px;
}
.LeftMenu .Item
{    
    display: block;
    color: #000000;
    padding: 3px 5px 3px 8px;
    text-decoration: none;
}
.LeftMenu .Item.selected
{
    background: #F9C626 url(/Images/Bar_yellow.png) no-repeat left top;
    font-weight: bold;
}
.LeftMenu .SubMenu
{
    margin: 5px 0px 5px 13px;
}
.LeftMenu .SubMenu .SubItem
{
    background: url(/Images/Arrow.gif) no-repeat left 6px;
    display: block;
    color: #000000;
    padding-left: 10px;    
    margin-top: 5px;
    text-decoration: none;
}
.LeftMenu .SubMenu .SubItem.selected
{
    color: #E5A713;
    background: url(/Images/Arrow_yellow.gif) no-repeat left 6px;
}
.LeftMenu .SubMenu .SubItem.first
{
    margin-top: 0px;
}
.LeftMenu .SubMenu .SubSubMenu
{
    margin: 5px 0px 5px 13px;
}
.LeftMenu .SubMenu .SubSubMenu .SubSubItem
{
    background: url(/Images/Arrow.gif) no-repeat left 6px;
    display: block;
    color: #000000;
    padding-left: 10px;    
    margin-top: 5px;
    text-decoration: none;
}
.LeftMenu .SubMenu .SubSubMenu .SubSubItem.selected
{
    color: #E5A713;
    background: url(/Images/Arrow_yellow.gif) no-repeat left 6px;
}

.Content
{
    float: left;    
    width: 412px;
    margin-left: 32px;
}
.Content.wide
{
    width: auto;
    padding-right: 32px;    
}

.RightContent
{
    float: left;
    width: 220px;
    margin-left: 32px;
}

.Footer
{
    clear: both;
    padding-left: 10px;
    border-top: dotted 2px #000000;
    border-bottom: dotted 2px #000000;
    margin: 20px 32px 5px 32px;
}
.Footer p
{
    margin: 8px 0px;
}

/**************************************************************
    Frontpage settings
***************************************************************/
.FrontpageLeftColumn
{
    background: url(/Images/Arrow_yellow_big.png) no-repeat left top;
    padding-left: 60px;
    float: left;
    width: 352px;
}

.FrontpageMiddleColumn
{
    float: left;
    width: 220px;
    margin-left: 32px;
}

.FrontpageRightColumn
{
    float: left;
    width: 220px;
    margin-left: 32px;
}

.FrontpageLeftColumn a, .FrontpageMiddleColumn a, .FrontpageRightColumn a
{
    background: url(/Images/Arrow_yellow.gif) no-repeat 2px 3px;
    padding-left: 12px;
    font-weight: bold;
}

.FrontpageLeftColumn hr, .FrontpageMiddleColumn hr, .FrontpageRightColumn hr
{
    margin-bottom: 8px;
}

/**************************************************************
    Content text block settings
***************************************************************/
.Content .block
{
    display: block;
    padding: 5px 8px;
    font-weight: bold;
    background-position: left center;
    background-repeat: repeat-x;
}
.Content .block.blue
{
    background-image: url(/Images/Bar_blue_repeat.png);
    color: #FFFFFF;
}
.Content .block.yellow
{
    background-image: url(/Images/Bar_yellow_repeat.png)    
}
.Content .block.gray
{
    background-color: #E3E3DC;
}

/**************************************************************
    Disclaimer settings
***************************************************************/
.disclaimer .inputsection
{
    margin-bottom: 5px;    
}
.disclaimer .inputsection .label
{
    width: 190px;
    float: left;
}
.disclaimer .inputsection .input
{
    width: 200px;
}
.disclaimer .inputsection .submit
{
    margin-top: 5px;
}
.disclaimer .inputsection .error
{
    color: Red;
    font-size: 120%;
}

/**************************************************************
    News settings
***************************************************************/
.news
{
    border-bottom: 2px dotted #000000;
    margin-top: 10px;
    padding-bottom: 10px;
}
.news.old
{
    margin-top: 0px;
    border-bottom: none;
}
.news .date
{
    float: left;
}
.news .title
{
    display: block;
    margin-left: 100px;
}
.news table
{
    width: 412px;
}
.news tr td:first-child
{
    width: 100px;
}
.news td
{
    padding: 10px 0px;    
    border-bottom: 2px dotted #000000;
}

/**************************************************************
    Newsletter settings
***************************************************************/
.NewsletterFormItem
{
    margin-bottom: 5px;
}
.NewsletterFormLabel
{    
    width: 60px;
    float: left;    
    padding-top: 3px;
}

.NewsletterFormTextBox
{
    width: 180px;
}

.NewsletterFormButtonDiv
{
    width: 186px; 
    padding-left: 60px; 
    margin-top: 20px; 
    position: relative;
}
.NewsletterErrorMessage
{
    color: Red;
    display: block;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.3em;
}
.NewsletterSuccesMessage
{
    color: #E5A713;
    display: block;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.3em;
}
