﻿/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/* TOP LEVEL MENU */

#PrimaryNavigation
{
 width: 950px; 
 height: 93px; 
 z-index: 1; 
 float: left; 
 left: 0px; 
 position: relative;
 top: 0px;
 padding-top: 5px;
 padding-bottom: 5px;
 text-align:center;
}



#spg
{
 width: 159px; 
 height: 103px; 
 z-index: 1; 
 float: right; 
 right: 0px; 
 position: relative;
 top: 0px;
}

/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/* SUB NAVIGATION MENU */

#Menu
{
 width: 750px; 
 height: 44px; 
 z-index: 1; 
 float: left; 
 left: 0px; 
 position: relative;
 top: 0px;
}

.Links
{
 width: 100%; 
 height: 44px; 
 z-index: 1; 
 float: left; 
 left: 0px; 
 position: relative;
 top: 0px;
}

.Facebook
{
 width: 100%; 
 height: 44px; 
 z-index: 1; 
 float: left; 
 left: 0px; 
 position: relative;
 top: 0px;
 padding-left: 40px;
}



#Menu ul
{
    margin: 0;
    list-style: none;
    list-style-image: none;
    width: 100%;
}

#Menu li
{
    float: Left; 
    height: 44px;
    
}

#Menu li a
{
    display: block;
    padding: 0px 0px 0px 0PX;
}




/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/* ARTICLE LINKS */

#Level3{

      width: 94%;
      padding: 0 0 0 0;
      margin-bottom: 1em;
      font-family: Verdana;
      background-color: #FFFFFF;
      color: #FFFFFF;
      z-index: 2;
      float:left;
      left: 0px;
      top: 3px;

      }

     

#Level3 ul {
            list-style: none;
            margin: 0;
            padding: 0;
            border: none;
            }

           

#Level3 li

{
    margin: 0;
    list-style: none;
    list-style-image: none;
    width: 100%;
}

 

#Level3 li a
{
    display: block;
    padding: 8px 8px 8px 0.5em;
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    font-weight: bold;
    font-size: 12px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
    font-family: Arial;
    background-color: #3366CC;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #FFFFFF;
}

           

#Level3 li a:hover
{
    display: block;
    padding: 8px 8px 8px 0.5em;
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    font-weight: bold;
    font-size: 12px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
    font-family: Arial;
    background-color: #A8BDEA;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #FFFFFF;
}

 

    
    

/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/* ARTICLE LINKS */

#sectionlinks
{
    z-index: 2;
    left: 0px;
    top: 0px;
    position: relative;
    height: 35px;
    width: 600px;
    color: #FF0000;
}

#sectionlinks ul
{
    margin: 0; padding: 0; list-style-type: none; vertical-align: text-bottom;
}

#sectionlinks li
{
    float: Left; height: 20px; color: #FF0000;
    
}

#sectionlinks li a
{
    font-size: 12px;
    color: #EA0000; 
    font-family: Verdana;
    text-decoration: none;
}
            
#sectionlinks li a:hover
{
    font-size: 12px;
    color: #000000;
    font-family: Verdana;
    text-decoration: none;
}

#sectionlinks li a.Selected
{
    font-size: 12px;
    color: #000000;
    font-family: Verdana;
    text-decoration: none;
}




