﻿body
{
    margin: 0;
    margin: auto;
    padding: 0px;
    font-family:Tahoma;
  background-color:#dddbdc;
}

h3
{
    font-size:24px;
}

h4
{
    font-size:20px;
}

h1, h2, h3, h4, h5, h6
{
    color: #214173; /*#005DA0;*/
    font-weight:bold;
    font-family:Tahoma;
}

p
{
    font-size: 12px;
    color: #214173;
}

#OuterHolder
{
    width: 952px;
        margin: auto;
        background-color:#FFFFFF;
}

#DivHeader
{
    text-align: left;
    height: 105px;
    background-image: url(../Media/Images/Header/BG_Header.jpg);
    background-repeat: no-repeat;
    background-color: #005DA0;
    border-bottom:10px solid #1bb7dd;
}

.Logo
{
    position: relative;
    left: 10px;
    top: 10px;
}

#InnerHolder
{
    width: 952px;
    text-align: left;
    padding:10px;
    float:none;
    clear:both;
}


#Footer
{
    margin-bottom: 5px;
    clear: both;
    margin-top: 25px;
}

#ViewingArea
{
    padding-right: 5px;
    width: 655px;
    /* border-right: dotted 4px #1bb7dd; */
    min-height: 500px;
    float: left;
}


#Menu
{
    min-height: 495px;
    padding-left:10px;
    float:left;
    width:260px;
}

#VideoHolder
{
}




.accordionHeader 
{
 background-color:Blue;   
}

.MenuPanel 
{
 width:282px;
 text-align:left; 
 background-color: #ffffff; 
 border:1px solid #cccccc; 
}

.MenuItem 
{
    padding-top:5px;
        font-size: 12px;
    font-weight: bold;
    color: #214173;
  padding-left:10px;  
      background-image: url(../Media/Images/Menu/ArrowLBlue.gif);
      background-repeat:no-repeat;
      display: block;
      text-align:left;
}

.MenuItem a
{

    color: #214173;
 
}

.MenuItemSub 
{
        padding:5px;
           font-size: 12px;
    font-weight: bold;
    color: #214173;
      padding-left:20px; 
            background-image: url(../Media/Images/Menu/ArrowLBlueSub.gif);
      background-repeat:no-repeat;
}

.MenuItemSub a
{

    color: #214173;
 
}


.SubHeader 
{
     color: #214173;
     font-weight: bold;   
    
}

.dlSubCategories 
{
 margin-bottom:20px;   
    
}

.Breadcrumb 
{
    color: #55BCE4;

}

.DivBreadcrumb 
{
    margin-top:10px;
     margin-bottom:20px;
    font-size: 0.7em;
    color:#005696;
    padding:5px;
    font-weight:bold;
   
}


.SubCatItem 
{
 
    font-size: 0.7em;
   color: #214173;
  
}

.VidResults 
{
        font-size: 0.7em;
           color:#214173; 
}