
	/* FROM NAV/NAVBOTTOM.ASP*/
	
	#NavBottomContainer { border:0px solid black; background-color:#C7C8CA; margin:10px 0 0 0; }
	#NavBottomContainer h1 { margin:0px 0px 0px 10px; padding:0px; text-align:left; color:#FFF; font-size:13px; font-weight:bold; }
	
	#NavBottomContainer .footerGroup { float:left; width:238px; margin:10px 6px 10px 0; text-align:left;  }
	
		#NavBottomContainer .footerGroup .tree { margin:5px 10px; text-align:left; height:80px;  } /* SUB PAGES TO THE PARENT */
			#NavBottomContainer .footerGroup .tree a { display:block; } /* CHILD PAGES TO THE PARENT */
			#NavBottomContainer .footerGroup .tree .childPageon { color:#000; }	/* WORKING keeps the on state on when ON the page */
			#NavBottomContainer .footerGroup .tree .childPage a:hover { color:#000; } /* NOT working */

		#NavBottomContainer .footerGroup .content { background-color:#E7E8EA; text-align:left; } /* THE GRAY BACKGROUND CONTAINER FOR THE SEO TEXT*/
			#NavBottomContainer .footerGroup .content .divinnertext { margin:8px 10px 0 10px; text-align:left; height:70px; overflow:hidden; } /* the Layer containing the text */
			#NavBottomContainer .footerGroup .content .divinnertext h1 { text-align:left; padding:0px; margin:0px; color:#333; } /* the Layer containing the text */
			#NavBottomContainer .footerGroup .content .divinnertext p { text-align:left; padding:0px; margin:0px; color:#666; } /* the Layer containing the text */
			#NavBottomContainer .footerGroup .content .more { margin:0px 10px; text-align:right; } /* THE GRAY BACKGROUND CONTAINER FOR THE SEO TEXT*/

	#signOff { background-color:#9E9FA3; margin:5px 0 10px 0px;  height:28px; }
		#signOff .Jolliman { border:0px solid black; float:left; width:500px; text-align:left; color:#FFF; padding:4px 0; margin:0 20px; }
		#signOff .DandD { border:0px solid black; float:left; width:440px; text-align:right; color:#FFF; padding:4px 0; }
		#signOff .DandD a { color:#9E9FA3; }

	#footerspacer { float:none; clear:both; }
