﻿/* DEFAULTS
----------------------------------------------------------*/



body   
{
    font-size: 0.9em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    background-image: url('../images/body.png');
    background-repeat: repeat-x;
}





/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-weight:600;
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: 1em;
}

h6
{
    font-size: 1em;
    font-weight: bold;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
   
    margin: 20px auto 0px auto;
}


.title
{
    height: 30px;
    /*background-image: url('../images/title.png');
    background-repeat: repeat-x;*/
}
.navbar
{
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    width: 940px;
    height: 81px;
    z-index: 100;
    background-image: url('../images/navbar.png');
}
.main
{
    background-color:white;
    border-width:thin;
    border-style: solid solid solid solid;
    border-color:#cfdbe6;
    padding: 25px 70px 30px 70px;
    margin: 0px 8px 8px 8px;
    min-height: 420px;
   
  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;

    behavior: url(PIE.htc);
    z-index: 50;
}



.header
{
   
   
    position: relative;
    left: -3px;
    margin: 0px;
    padding: 0px;
    background: #536C86;
    width: 100%;
    top: -3px;
}



.footer
{
   
   margin-top:16px;
     margin-right: auto;
    margin-left: auto;
    background-image: url('../images/footer.png');
    background-repeat: no-repeat;
    width: 930px;
    height:15px;
    
}

.quicknav {
    display: none;
    font-size: 15px;
    color: #333333;
    margin-top: 4px;
}

.quicknav li {
   margin-top:8px;
}

.imgW
{
    float: right; 
    margin: 2em; 
    width: 201px;
}

.login
{
    width: 250px;
    border-style: solid;
    border-width: thin;
     -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-top:80px;
    text-align: center;
}


/* TAB MENU   
----------------------------------------------------------*/


/* 
----------------------------------------------------------*/

div.menu
{
   
    clear: both;
    margin-left: 30px;

    margin-right:0px;
    margin-top: 0px;
}
.menu li 
{
    z-index:2000;
    float: left;
   text-align:center;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
   
}

div.menu ul li a, div.menu ul li a:visited
{
    -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius:4px;



behavior: url(/PIE.htc);

width:200px;
    background-color:white;
    color: #696969;
    border: 1px #4e667d solid;
    border-color:#cfdbe6;
    
    display: block;
    line-height: 22px;
    
    text-decoration: none;
    white-space: nowrap;
    /*font-weight: 600;*/
    font-size: 15px;
    
    height:24px;
    margin-right:24px;
    margin-bottom:14px;
}
.menu ul ul {
    
    
   
}
.menu ul li:hover ul, .menu ul a:hover ul {
    
    
}

div.menu ul li a:hover
{
    background-color: #e2e8ed;
   
    color:white;
    
    
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}







#SubNavMenu ul li a, #SubNavMenu ul li a:visited
{
    
    
    width:95px;
    margin-top:15px;
    margin-left:8px;
    margin-right:0px;
    margin-bottom:20px;
    
}



#copyright
{
    float: right; 
    padding: 10px; 
    color:#d8d3d3;

}


.strong1
{
    font-weight: bold;
    /*color: #798DA1;*/
}
a
{
    color: #798999;
}



#image29
{
     
   
    
    background-image: url('../images/image29.png');
    background-repeat: no-repeat;
    width: 784px;
    height: 395px;
    margin-left: auto;
    margin-right:auto;
    margin-bottom: 0px;
    margin-top:40px;
    
}