﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    margin-top: 0px;
}

#Wrapper
{
    margin-left: auto;
    margin-right: auto;
    width: 970px;
}

#Nav
{
    width: 233px;
    margin-top: 16px;
    float: left;
}

#NavTop
{
    width: 233px;
    height: 139px;
    background-image: url(../Images/Nav_Top.png);
}

#Logo
{
    width: 169px;
    height: 106px;
    padding-left: 28px;
    padding-top: 28px;
}

#NavFiller
{
    width: 197px;
    background-image: url(../Images/Nav_Filler.png);
    padding-left: 20px;
    background-repeat: repeat-y;
}

#NavBottom
{
    width: 233px;
    height: 29px;
    background-image: url(../Images/Nav_Bottom.png);
}

#Container
{
    width: 728px;
    float: right;
    margin: 65px 0 0 0;
}

#ContentTop
{
    width: 728px;
    height: 51px;
    background-image: url(../Images/Content_Top.png);
}

#ContentFiller
{
    width: 728px;
    background-image: url(../Images/Content_Filler.png);
    padding-left: 35px;
    background-repeat: repeat-y;
}

#ContentBottom
{
    width: 728px;
    height: 63px;
    background-image: url(../Images/Content_Bottom.png);
}

:-moz-any-link:focus 
{
  outline: none;
}

#SocialNav
{
    margin: 18px 0 0 30px;
    float: left;
    *clear: both;
    *padding: 0px;
    *margin: 0px;
    
}

#SocialNav_Btns,
#SocialNav_Btns2
{
    padding: 0;
    list-style: none;
    width: 180px;
    height: 38px;
    overflow: hidden;
    margin-bottom: 0px;
    *margin-left: 30px;
    *margin-top: 10px;
}

#SocialNav_Btns li, #SocialNav_Btns2 li {float: left; padding-right: 12px;}

#SocialNav_Btns a
{ 
    display: block;
    background-image: url('../Images/SocialNav.png');
    padding-top: 38px; /* same as height of #Navigation */
    text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
 }

#SocialNav_Btns2 a
{ 
    display: block;
    background-image: url('../Images/SocialNav2.png');
    padding-top: 38px; /* same as height of #Navigation */
    text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
 }


a.RSS {width: 35px;}
a.RSS:hover {background-position: 0 -38px;}

a.Facebook {width: 35px; background-position: -35px 0;}
a.Facebook:hover {background-position: -35px -38px;}

a.Portal {width: 35px; background-position: -70px 0;}
a.Portal:hover {background-position: -70px -38px;}

