@charset "utf-8";
/* CSS Document */

	/* navigation container */	
	#header {
		display: table;
		margin-top: 10px;
		margin-bottom: -25px;
		width: auto;
		font: bold 14px "Arial", "Helvetica Narrow", sans-serif;
		word-spacing: .2em;}
	
	/* navigation blocks */	
	#header ul{
		visibility: hidden;}
		
		
/*////Begin Breadcrumbs////*/
	#NavBar div {
		visibility: hidden;}
			
/*////Begin Section Titles////*/
	/* container for section headers*/
	#section {
		margin: 10px;
		max-width: 500px;
		font: bold 18px "Arial", "Helvetica Narrow", sans-serif;
		color: #000000;
		line-height: 1em;}
	
	/* unordered list and list items for each letter of section headers
	insert header text using php*/	
	#section ul {
		list-style-type: upper-roman;
		display: table-cell;
		padding: 0 5px;
		position: relative;
		z-index: 20;}
		
	#section ul li {
		display: table-cell;
		background-color: #ffffff;
		border: none;
		margin: 0 .1em;
		padding: 0 .1em;}