﻿

#pgContent .pgTitle
{
    font-size:22pt;
    font-size:22pt;
    color: #E23338;
    margin-bottom: 5px;    
    
    
    /*background-color:Lime;*/
    /*margin-top: 15px;
    margin-left: 20px;
    color: #E23338;
	font-size:22pt;
	font-weight:bold;
    */
}

#lhsNav
{
    float:left;
    width: 200px;
    /*background-color:Yellow;*/
    min-height: 50px;
    margin-top: 10px;
    
}


#pgContent
{
    float: left;
	font-weight:normal;
	color:black;
	margin-bottom:10px;
	/*width:570px;
	max-width: 570px;
 background-color :Orange;*/
	width:573px;
	max-width: 573px;
	overflow:hidden;

}


.breadCrumb
{
	float:left;
	margin-top:5px;
	margin-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;

}



/*************componentArtMenu*******/
.NavBar
        {
          background-color:White; 
          border: 0px solid black; 
        /*  padding: 0px;          
          padding-right: 0px;
          padding-left: 10px; */         
		  padding-bottom: 10px;
          cursor:pointer;  
          width: 180px;
          font-family:Arial, Helvetica, sans-serif;
          font-size: 14px;
          font-weight: bold;                                      
        } 

        .TopItem
        {
          color: black;
          padding-top: 4px; 
		  font-size: 14px;					
		  text-indent:-7px;		 	 
		  white-space:normal; 		     		 
        }
                   
        .TopItemRed
        {
          color: #E43337;
          padding-top: 4px; 
		  font-size: 14px;
		  		            
        }
        .TopItemHover
        {
          color: #E43337;
          padding-top: 4px; 
		  font-size: 14px;  
		  text-indent:-7px;		        
        }

        .TopItemHoverActive
        {
          color:#FAA61C;
          padding-top: 4px; 
		  font-size: 14px; 
		  text-indent:-7px;
        }

        .TopItemExpanded
        {
          padding-top: 4px;  
          cursor:hand;
		  font-size: 14px;
		  color:#E43337;
		  text-indent:-7px;

	     }

        .Level2Item
        {
            color:black;
            font-size: 12px; 
            padding-left : 10px; 
            cursor:hand;                   
        }

        .Level2ItemHover
        {
          color: #E43337;
          font-size: 12px; 
          text-decoration:underline;
          padding-left: 10px; 
          cursor:hand;
        }

        .Level2ItemActive
        {
          color: #FAA61C;
          font-size: 12px; 
          padding-left: 10px; 
          cursor:hand;
        }

        .Level2Group
        {
          background-color:white;         
          font-weight:normal;
          padding:5px;
          padding-left:10px;
          padding-right:0px;         
        }
        
        .Level2BoldItem
        {
			color:black;
            font-size: 12px; 
            padding-left: 4px; 
            cursor:hand;
            font-weight:bold; 
        }
        
         .Level2BoldItemHover
        {
          color: #E43337;
          font-size: 12px; 
           /*text-decoration:underline;*/
          font-weight:bold; 
          padding-left: 4px; 
          cursor:hand;
        }

        .Level2BoldItemActive
        {
          color: #FAA61C;
          font-size: 12px; 
          font-weight:bold;         
          padding-left: 4px; 
          cursor:hand;
        }
        .Level3Item
        {
			color:black;
            font-size: 11px; 
           /* padding-left: 0px !important; 
            margin-left: 0px !important; 
            background-color:Lime;*/
             text-indent:0px;
            cursor:hand;   
        }
         .Level3ItemHover
        {
          color: #E43337;
          font-size: 11px; 
          text-decoration:underline;
         /* padding-left: 6px; */
          cursor:hand;
        }

        .Level3ItemActive
        {
          color: #FAA61C;
          font-size: 11px; 
        /*  padding-left: 6px; */
          cursor:hand;
        }
        
         .Level3Group
        {
          background-color:white;
          padding:4px;
          font-weight:normal;
          /*padding-left:10px;*/
          padding-right:0px;
        }
        .Empty
        {
        }
		
		.ChildSelectedItem
        {
            color: #E43337;
          	font-size: 12px; 
          	padding-left: 10px; 
          	/*cursor:text;*/  
        }
		.ChildSelectedBoldItem
		{
            color: #E43337;
          	font-size: 12px; 
          	padding-left: 10px; 
          	font-weight:bold; 
          	/*cursor:text;*/  
        }
        .ChildSelectedLevel3Item
        {			
          color: #E43337;
          font-size: 11px; 
           /*text-decoration:underline;
         padding-left: 6px; 
          cursor:hand; */       
        }
		.Disabled
		{
			display:none;
		
		}
		
/********************** no javascrpt lhs nav ****************/


.lhsNoJS .title
{   
    font-size:medium;    
}

.lhsNoJS .listEnd
{
    margin-top: 5px;   
}


.lhsNoJS ul
{

    list-style-type: none;
    text-align: left;
    
}


.lhsNoJS ul li 
{
 
}


.lhsNoJS ul li a
{ 
    margin-left: 10px;
    font-size:small;  
    color: #000000;
    text-decoration: none;
}

.lhsNoJS ul li a:hover
{
    text-decoration: underline;
    color: #E43337;
}


.lhsNoJS ul li a:active
{
    color: orange;
}


/************sitemap *****************/
#complianceSM
{
    float: left;
    width: 270px;     
}		

#trainingSM
{
    float: left;
    width: 270px;
}

#assurnaceSM
{
    float: left;
    width: 270px;
}

#aboutusSM
{
    float: left;
    width: 270px;
}


