﻿*
{
    padding: 0px;
    margin: 0px;
}
Body
{
    text-align: center;
    background-color: #333333;
    color:#080808;
    margin-bottom:35px;
}
.wrap
{
    position: relative;
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    clear: both;
    padding-bottom:35px;
}
#LeftShadowContainer
{
    background-position: left top;
    position: relative;
    background-image: url('Images/FadeLeft.png');
    background-repeat: repeat-y;
    width: 100%;
}

#RightShadowContainer
{
    background-position: right top;
    position: relative;
    background-image: url('Images/FadeRight.png');
    background-repeat: repeat-y;
    width: 100%;
}
.clear
{
    clear:both;
}

#Main
{
    font-family: Barmeno, Calibri, Arial, Sans-Serif;
    position: inherit;
    text-align: left;
    width: 935px;
    background-color: White;
    float: none;
    margin-right: 32.5px;
    margin-left: 32.5px;
}

#HeaderContent
{
    font-family: Barmeno, Calibri, Arial, Sans-Serif;
    width: 100%;
    height: 180px;
    float: left;
    background-color: #041617;
    clear: both;
}
#LogoHolder
{
    margin: 10px;
    width: 200px;
    height: 123px;
    float: left;
}
#HeaderRight
{
    margin: 10px;
    width: 70%;
    float: right;
    height: 130px;
    text-align: right;
}
#TopNav
{
    color: #FFFFFF;
    text-align: left;
    width: 100%;
    height: 30px;
    float: left;
    background-image: url('Images/TopNav.jpg');
    background-repeat: repeat-x;
}
.item-list
{
    position: relative;
    list-style-type: none;
    display: inline;
    width: 100%;
    margin-left: 10px;
    font-size: 90%;
    bottom: -3px;
}


a.TopNav:link    {
  /* Applies to unvisited links of class mainNav */
  text-decoration:  none;
  color:            white;
  } 
a.TopNav:visited {
  /* Applies to visited links of class mainNav */
  text-decoration:  none;
  color:            white;
  } 
a.TopNav:hover   {
  /* Applies to links under the pointer of class mainNav */
  text-decoration:  underline;
  } 
a.TopNav:active  {
  /* Applies to activated links of class mainNav */
  text-decoration:  underline;
  color: #20959B;
  } 


.HeaderRightContent
{
    width: 90%;
    height: 43px;
    float: right;
}
.Caption
{
    font-size: 170%;
    font-weight: bold;
    color: #20959B;
}


#MainContent
{
    
}
#MainContentPlaceholder
{
    position:relative;
    width: 100%;
    height:auto;
}
#FooterContent
{
    font-family: Barmeno, Calibri, Arial, Sans-Serif;
    border-top: thin solid #333333;
    width: 100%;
    color: #666666;
    height: 70px;
}
#FooterText
{
    color:#666666;
    font-size: 55%;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    padding-bottom: 5px;
}

#BottomNav
{
    width: 100%;
    height: 30px;
    background-image: url('Images/TopNav.jpg');
    background-repeat: repeat-x;
}

.imgLink
{
    border:0;
}

