@charset "UTF-8";
/* CSS Document */
/* ** sitemap css revised & cleaned 5-24-11 * common 900 sitemap included in this stylesheet ***********  ** */
body  {
	/*font-family: Georgia, "Times New Roman", "Palatino Linotype", serif;*/
	font-size: 100.1%;
	text-align: center;  
	margin: 0;
	padding: 0;}

p, h1, h2, h3, h4, h5, h6 ul, li {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

/* ************ paragraph p -- sitemap only 5-24-11  ***** */
p {
	font-size: 0.9em;
	line-height: 1.2em;
	color: #555555;
	padding: 0px;
	margin-bottom: 10px;
}
a:hover {background-position: 0;} 
/* *** fix IE whitespace and pop on hover bugs for ul lists *** */
li a {height: 1%;} 
li a:hover {background-position: 0;}
		
/* *** Main overall container div ** removed height 100% * height declared causes IE8 & 9 Bug with disappearing divs inside tdisappearing footers ******  */
#cnt9mp {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	position: relative;}

/* *** header div ** 5-24-11 deleted the header paragraph and re-did position on top nav div ***  */
#hdrMp {
	width: 100%;
	height: 166px;
	margin: 0px;
	padding: 0px;
	background: url(../graphics/nav/sitemap.jpg);
	position: relative;
}

/* **** top Nav and Nav ul/li ** based on UBM -- 5-24-11  *** */
#navM {
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: bold;
	width: 93%;
	height: auto;
	position: relative;
	margin: 0px auto;
	padding: 0px;
	top: 135px;
	}
/* *** nav bar formatting ** padding added top and bottom height ** */
#navM ul {
	text-align: left;
	display: block;
	padding: 2px 0px 2px 0px;
	margin: 0px;
	list-style-type: none;
}
.navMli {
	font-family: Georgia, "Times New Roman", "Palatino Linotype", serif;
	display: inline;
	padding-right: 30px;
}
/* **** the .lstli is for the LAST li in the list for correct right side spacing *** */
.lstli {font-family: Georgia, "Times New Roman", "Palatino Linotype", serif;
	display: inline;}
#navM li a:link {
	color: #FFF8D9;
	text-decoration: none;
}
#navM li a:visited {color: #FFF8D9;}
#navM li a:hover {color: #FB792A;}

/* *** inner lower main div - maplst is main content div * full width  */		
#maplst {
	/*font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	font-size: .9em;
	line-height: 0.95em;
	width: 99%;
	height: 100%;
	position: relative;
	padding: 0px;
	float: left;
}
/* ********************************** */
#mlLS {
	width: 49%;
	height: 100%;
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px;	/*top: 5px;*/
	left: 10px;
}
#mlRS {
	width: 48%;
	height: 100%;
	position: relative;
	float: left;
	padding: 0px;
	margin: 30px 0px 0px;	/*top: 10px;*/
	left: 10px;
}
/* ********************************************* */
/*#maplst li a:link {color: #C96123;}*/
#maplst li a:link {color: #963200;}
#maplst li a:visited {color: #C96123;}
#maplst li a:hover {color: #999999;}
/* ******************** */	
/*  see navcontainer ul  */
#maplst ul {
	list-style-type: none;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
#maplst li {
	left: 0px;
	color: #666666;
	margin: 3px 0px 10px;
	padding: 0px;
}
/* 2nd level li ** I added the ul ul */ 
#maplst ul ul {
	font-size: 0.85em;
	line-height: 0.95em;
	width: 90%;
	margin: 8px 0px 5px 15px;
	padding: 0px;
	text-decoration: none;
}
/* ************* span styles *********************  */
/* class for PDF & source notation before li link */
.mpsm {
	font-size: 0.85em;
	font-style: italic;
	color: #554A4D;
	padding: 0px 5px 0px 0px;
}
/* *** span for LSide menu client Tools + nuview + EBC + Services + 5 info_ files *** */
.sm {
	font-size: 0.75em;
	padding-left: 5px;
}
/* *** span italic  "Insider" *** */
.itl {font-style: italic;}

/* ********** FOOTER AREA sitemap ************* */
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	width: 100%;
	margin: 5px 0px 0px;
	border-top: 1px solid #666;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
} 
h6 {
	font: normal 0.65em/0.65em Arial, Helvetica, sans-serif;
	text-align: center;
	color: #999;
	margin: 10px 0px 0px;
	padding: 0px 0px 2px;
	}

/* ************** return to previous pg ********************  */
.rpf {
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	padding: 0px;
	color: #ED1C24;
	display: block;
	width: 99%;
	margin: 5px auto 0px;
}
.rpf a:link {
	color: #C96123;
	text-decoration: underline;
}
.rpf a:visited {color: #C96123;}
.rpf a:hover {
	color: #999999;
	text-decoration: underline;
}

