/* override of class .typography */
#NavTree li {
	position: relative; 
	left: 0;  /* override of positioning in typography.css <li> entry */
	
	margin-left : 0px;
	margin-bottom : 0px;
	list-style : none;
}

/* override of class .typography */
#NavTree ul#NavSubtree2,
#NavTree ul#NavSubtree3 {
	margin-left : 10px; 		/* actually 3px, we are exdenting below... */
}

#NavTree a { 
/*		font-family : "Trebuchet MS", sans-serif; */
	font-family : "Verdana", sans-serif;  
	font-size : 9pt; 			/* absolutely (not in em's) in menus */
	
	color : #e6dcd0;			/* white, but darker against green */
	
	display : block;
    line-height: 1.6em;
	margin : 0px;  				/* override of class .typography */ 
	text-indent : -7px;  		/* exdent, so line wraps look indented */
}

#NavTree a:hover,
#NavTree a.section:hover { 
	color : #673520; /* rust (darker) */
}

#NavTree a.current,
#NavTree a.current:hover { 
	color : #673520; /* rust (darker) */
}

/********************************************************************************************/	
/********************************************************************************************/	

div.breadcrumbs {
	margin-bottom:10px;
	font-size:1em;
	color:#666;
}
div.breadcrumbs a {
	text-decoration:none;
}

/********************************************************************************************/	
/********************************************************************************************/	

	#Footer #FooterBody {
		position : relative;		
		float : left;				
		padding-top : 10px;
		padding-left : 20px;
		height : 100%;
		font-size : 7pt;
	}
	
  	#Footer a,
  	#Footer .seperator,
  	#Footer #Copyright  { 
   		color : #bbb;
   		font-weight : normal;
		text-decoration : none;
	}

	#Footer a:hover {
	   	color: #f4ede4;  /* creme - header text */ 
		cursor: pointer;
	}
	
  	#Footer #Copyright { 
	  	color : #bbb;
  		margin-right : 15px;
	}	
	
	#Footer .currentNonLink {
   		color : #fff;
		cursor: default;
	}

#HorizNavInner {
	position : relative;		
	float : right;				
	padding-top : 4px;
	height : 100%;
}

#HorizNavInner a { 
	font-family : "Verdana", sans-serif;  
	font-size : 8pt; 			/* absolutely (not in em's) in menus */
	font-weight : bold; 			
	
	color : #e6dcd0;	/* white, but darker against purple */
}

#HorizNavInner a:hover,
#HorizNavInner a.section:hover { 
	color : #FEBF6C; /*orange, lighter*/
}

#HorizNavInner a.current,
#HorizNavInner a.current:hover { 
    color : #FEBF6C; /*orange, lighter*/
	cursor: default;
}

