﻿/* DEFAULTS
----------------------------------------------------------*/
html, body, form, div.wrap {height: 100%;}

*
{
    margin: 0;
    padding: 0;
}

html
{
    min-width: 960px; 
}

body
{
    background-position: center;
    margin: 0px;
    padding: 0px;
    font-family: Arial, "Helvetica Neue" , "Lucida Grande" , "Segoe UI" , Helvetica, Verdana, sans-serif;
    color: #333333;
    line-height: 125%;
    font-size: small;
    background-color: #ffffff;
}

/*Opera Fix*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}

a:link, a:visited
{
    color: #1c3766;
    text-decoration: none;
    font-weight: bold;
}

a:hover
{
    color: #1c3766;
    text-decoration: underline;
}

a:active
{
    color: #1c3766;
    text-decoration: underline;
}

a img
{ 
  border: none; 
} 


p
{
    margin-bottom: 10px;
    line-height: 140%;
}

sub 
{ 
vertical-align: 0;
position: relative;
top: 0.8ex;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
     text-transform: none;
    display: block;
}

h1
{
    font-size: 2.5em;
    font-weight: bold;
    color: #072642;
    line-height: normal;
    font-style: italic;
}

h2
{
    font-size: 2.0em;
    line-height: normal;
    padding-bottom: 8px;
    color: #6f859a;
}

h3
{
    font-size: 18px;
    line-height: 120%;
    color: #333333;
    padding-bottom: 8px;
}

h4
{
    font-size: 14px;
    line-height: 120%;
    color: #333333;
    padding-bottom: 8px;
}

h5
{
    font-size: 12px;
    line-height: 120%;
    color: #333333;
    padding-bottom: 8px;
}

 h6
{
    font-size: 12px;
    line-height: 120%;
    color: #333333;
    padding-bottom: 8px;
    font-weight: bold;
    font-style: italic;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 100%;
    min-height: 100%;
    margin-right: auto;
    margin-left: auto;
}

.main
{
    margin: 0px auto 0px auto;
    clear: both;
    overflow: auto;
    width: 960px;
    padding: 0px 0px 80px 0px;
    /*font-size: 90%;*/
}

.footermargin
{
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-color: #333333;
    width: 100%;
    clear: both;
    margin-top: -80px;
    height: 80px;
    margin-right: auto;
    margin-left: auto;
    color: #ffffff;
    background-color: #72839d;
}

.footer
{
    background-color: #72839d;
    font-size: 80%;
    width: 100%;
    text-align: center;
    line-height: 150%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    min-height: 100%;
}

.footertext
{
    margin: 0px auto 0px auto;
    padding: 6px 20px 0px 20px;
    background-color: #1b3766;
    width: 918px;
    height: 24px;
}

.footer a:link, .footer a:visited
{
    color: #EEEEEE;
    text-decoration: none;
}

.footer a:hover
{
    color: #EEEEEE;
    text-decoration: underline;
}

.footer a:active
{
    color: #EEEEEE;
    text-decoration: underline;
}


/* Main Menu  */

.menu
{
    font-weight: bold;
    background-color: #063272;
    line-height: normal;
    font-size: 14px;
    margin: 0px auto 0px auto;
    width: 960px;
}

.menu ul
{
    
    list-style-type: none;
}


.menu ul ul 
{
    position: absolute;
    z-index: 500;
    border: 1px solid #555555;
    background-color: #adbdcc;  /*#ffedc5;*/
    margin-left: 0px;
}
 
.menu ul ul ul 
{
    position: absolute;
    top: 0;
    left: 100%;
    border: 1px solid #555555;
    background-color: #adbdcc;  /*#ffedc5;*/
    margin-left: 0px;
}

.menu ul li a:link, .menu ul li a:visited
{
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 7px 10px 4px 10px;
}

.menu ul li a:active
{
    color: #ffffff;
}

.menu ul li:hover > a
{
    color: #ffffff; /*#071e40;*/
    background-color: #adbdcc; /*#ffedc5;*/
}

.menu ul li ul li a:link, .menu ul li ul a:visited
{
    color: #071e40;
    font-size: 12px;
}

.menu ul li ul li a:hover, .menu ul li ul li:hover > a
{
    color: #ffffff;
    background-color: #72839d;
    font-size: 12px;
}

.menu li
{
    position: relative;
    white-space: nowrap;
}

.menu ul ul, .menu ul li:hover ul ul, .menu ul ul li:hover ul ul
{
    display: none;
}

.menu ul li:hover ul, .menu ul ul li:hover ul, .menu ul ul ul li:hover ul
{
    display: block;
}

.menu li
{
    float: left;
}

.menu li ul li
{
    float: none;
}

.catmenu
{
    float: right;
    text-align: right;
    line-height: normal;
    display: block;
    font-size: 14px;
    background-color: #063272;
}
.catmenu a:link, .catmenu a:visited, .catmenu a:active
{
    padding: 0px 10px 4px 10px;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
    outline: 0;
}

.catmenu a:hover
{
    color: #ffffff; /*#071e40;*/
    background-color: #adbdcc; /*#ffedc5;*/
    text-decoration: none;
    outline: 0;
}

.tabmenu
{
    font-weight: bold;
    background-color: #a3b4ce;
    margin: 0px auto 0px auto;
    line-height: normal;
    display: block;
}

.tabmenu ul
{
    
    list-style-type: none;
}

.tabmenu ul li a:link, .tabmenu ul li a:visited
{
    border-width: 3px;
    border-color: #ffffff;
    display: block;
    text-decoration: none;
    color: #ffffff;
    background-color: #a3b4ce;
    padding: 7px 10px 7px 10px;
    font-size: 14px;
    border-right-style: solid;
}

.tabmenu ul li a:active
{
    color: #ffffff;
    background-color: #74819f;
    font-size: 14px;
}

.tabmenu ul li:hover > a
{
    color: #071e40;
    background-color: #adbdcc; /*#ffedc5;*/
    font-size: 14px;
}

.tabmenu li
{
    position: relative;
    white-space: nowrap;
}

.tabmenu li
{
    float: left;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.cleanbullet
{
list-style-type: square;
list-style-position: outside;
margin-left: 20px;
}
.cleanbullet li
{
padding-bottom: 10px;
}
