/* 
================================
 Container Styles for DotNetNuke
================================
*/   

   .Nav_Container
   {
    padding-top:15px;
    clear:both ; 
    }
  #Nav_header
  {
  width:221px;
  background-image:url(images/Support_Top.jpg);
  background-repeat:no-repeat ;
  clear:both ;
  height:34px;
   background-position:bottom left ;
   text-align:center ;
   vertical-align:bottom ;
  }
  #Nav_content
  {
   width:221px;
   clear:both ;
   background-image:url(images/Support_Content.jpg);
   background-repeat:repeat-y  ;
   
  }
  #Nav_footer
  {
  clear:both ;
  height:8px;
  width:221px;
  background-image:url(images/Support_Bottom.jpg);
  background-repeat:no-repeat ;
  text-align:left ;
    background-position:top  left ;
  
  }
  .Nav_ContentPanel
  {
  padding:3px 3px 3px 3px;
  }
  .Nav_Title
  {
  height:25px;
   
  float:left;
  padding:10px 3px 0px 0px;
  text-align:center ;
  width:100%;
 font-family:Verdana,Tahoma;
font-size:10pt;
font-weight:bold;
 text-transform:uppercase;
  }