﻿@import url('Core.css');

body 
{
    background: url('Images/bg.jpg') repeat-x #f2f5f6;
    font-family: Calibri, Verdana;
    font-size: 10pt;
    color: #2a2d72;
}

a
{
    color: #2a2d72;
    font-weight: bold;
    text-decoration: none;    
}

a:hover
{
    text-decoration: underline;
}

a img
{
    border: none;
}

h1, h2, h3
{
    margin: 0;
    padding: 0;   
}

h1
{
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 25px;
}

h2
{
    font-size: 13pt;
    font-weight: normal;
}

h3
{
    font-size: 12pt;
    font-weight: normal;
}

p
{
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

input.logintext, input.loginbutton
{
    background: white;
    border: 1px solid black;
}

input.logintext
{
    width: 150px;
    height: 14px;
    margin-bottom: 2px;
    font-size: 0.9em;
color: gray;
}

input.loginbutton
{
    color: Gray;
    height: 38px;
    width: 42px;
}

#header, #menu, #subheader, #content, #footer, #fixedlinks
{
    margin: 0 auto;
}

#header
{
    width: 900px;
    height: 50px;    
    margin: 0 auto;
    text-align: right;
}

#menu
{
    width: 900px;
    border-top: 1px solid #2a2d72;
    border-bottom: 1px solid #2a2d72;
}
      
    #menu ul 
    {   
        width: 750px;
        height: 30px; 
        list-style: none;
        margin: 0;
        margin: 0 auto;
        padding: 1em 0 0 0;
        
    }
    
    #menu ul li 
    {  
        display: block;
        float: left;
        margin: 0 2em 0 0;
        padding: 0;
        position: relative;
        height: 30px;
    }
            
        #menu ul li ul
        {     
            display: none;
            position: absolute;
            top: 0px;
            left: -50px;
            width: 150px;
            height: auto;   
            list-style: none;
            margin: 0;
            padding: 30px 0 0 0; 
        }     
        
        #menu ul li ul li
        {
            display: block;
            width: 100%;
            height: 25px;
            text-align: center;
            float: none;
            background: #f2f2f6;
            border: 1px solid #2a2d72;
            border-top: 0px;
            padding: 0.5em 0 0 0;
            margin: 0;
        }    
        
        #menu ul a
        {
            font-weight: normal;
        }


#subheader
{
    width: 900px;
    height: 298px;
    background: url('images/subheader.jpg') no-repeat top center;
} 

    #subheader div.left
    {
        font-size: 12pt;
        font-weight: bold;
        float: left;
        position: relative;
        top: 225px;
        left: 100px;
    }
    
     #subheader div.right
    {
        width: 360px;
        font-size: 16pt;
        font-weight: bold;
        color: White;
        float: right;
        position: relative;
        top: 225px;
        left: -80px;
        text-align: center;
    }

#content
{
    width: 735px;
    height: auto;   
    background: url('images/content.jpg') no-repeat #f2f5f6;
    padding: 0 30px 0px 30px;
    

}

#fixedlinks
{
    width: 550px;
    padding: 0 30px 0px 30px;
    text-align: center;
    overflow: hidden;
    margin-top: 3em;
margin: 0 auto;
}

.fixedlink
{
    display: block;
    margin-left: 1em;
    float: left;
    height: auto;
}

#footer
{
    width: 900px;
    height: 30px;
    background: url('Images/footer.jpg') top no-repeat;
    text-align: center;
    font-size: 8pt;
    padding-top: 1em;
    margin-top: 2em;
}


td.legend
{
    width: 200px;
}

th
{
    text-decoration: underline;
}