﻿.border,span.breadCrumb
{
    border:solid 1px orange;
}

#divSitePage
{
    overflow:hidden;
    height:100%;
}

#divBreadCrumb
{
 /*35px height total*/
    width:100%;
    padding:12px 0px 12px 5px;
    font-size:11px;  
}
div.childWrapper
{
 overflow:hidden;
 height:100%; 
 width:auto;
   background-position:151px 0px; 
    background-repeat:repeat-y;
   background-image:url('../App_Images/Default/imgSideNavBg.png');

}
div.ancNav
{
    float:left;    
    width:230px;
    overflow:hidden;
    height:100%;

}

div.ancNavContainer 
{
 /*  z-index:-3;*/
    width:100%;
   background-image:url('../App_Images/Default/imgSideNavBg.png');
    background-position:151px 0px; 
    background-repeat:repeat-y;
   height:100%;
}


div.ancNavBg
{
    width:225px;/*220px*/
    height:100%;
    font-size:0px;
  /* z-index:-2;*/

}
img.ancNavBg
{
    width:69px;
    float:right;
}
div.sideNavCont
{
  /*  z-index:100;*/

    overflow:hidden;
}
#divChildNav
{
   width:100%; 
   margin-bottom:45px; 
}
#divAudNav
{
    
}

div.ancNav p.audNavTitle
{
    margin-bottom:10px;
    margin-left:10px;
    font-weight:bold;
    font-size:15px;
    color:#333333;
}


#divSitePage
{
    margin-left:10px; /*set back to 20*/
    height:100%;
    float:left;
    overflow:hidden;
    width:700px;
}



