/*
************************************************************
*              SiteMap - Style Sheet              *
*               For Select Arc, Inc. Website               *
*   Author: Tim Summers, tsummers@diversifiedcomputer.net  *
************************************************************
*/


table#sitemap {
	margin-left: 25px;
}

table#sitemap ul {
	list-style: square;
	margin-left: 0px;
	padding-left: 15px;
}

table#sitemap li {
	margin-left: 5px;
	padding-bottom: 12px;
}

div.section_title {
	border-left: 0px solid #003577;
	border-bottom: 1px solid #003577;
	background-color: #DDE9F7;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	text-transform: uppercase;
	text-align: center;	
}



