
/* ----- CLIENT NAME INTERIOR GLOBAL STYLESHEET ------*/
/* ----- CREATED:  ------------------*/

/* these are setting default values for all ul/ol's in the main content area for interior pages. This is because we reset them to nothing in the reset file globally */
td.MainContent ul {	
	margin:5px 0 15px 30px; /* adjust as necessary for content pages */
}
td.MainContent ol {
	margin:5px 0 15px 30px; /* adjust as necessary for content pages */
}


#lsbwrapper {
	margin-top: 30px;
	font-size:10pt;

}


/* ------*/
/* TIER 1 NAVIGATION */
#lsbwrapper ul {
	list-style:none;
	margin:0;
}
#lsbwrapper ul li {
	background: url('/images/system/lsb-item-bg.jpg') top left no-repeat;
}
#lsbwrapper ul a:link, #lsbwrapper ul a:visited {
	padding: 2px 10px 12px 8px;
	width:145px; 
	display:block;
	text-decoration:none;
	color: #ffffff;
}





