div#content {
	background:url(/images/sprockets_bottomright.png) bottom right no-repeat #fff;}


/* sitemap formatting */

/* root level */
#sitemap ul {
	list-style:none;
	font-weight:bold;
	font-size:16px; }

/* basic 4 level */
#sitemap ul ul {
	list-style:disc;
	font-weight:bold;
	font-size:16px; }

/* services level */
#sitemap ul ul ul {
	list-style:square;
	font-weight:bold;
	font-size:14px; }

/* it services level */
#sitemap ul li ul li ul li {
	list-style:disc;
	font-weight:normal;
	font-size:14px;
	padding-left: 10px;
	}


#sitemap a {
	text-decoration:none; 
	color:#51544b; }

#sitemap a:visited; {
	color:#ccc; }

#sitemap a:hover {
	text-decoration:none; 
	color:#fff;
	background:#0060ae; }

#sitemap a:active {
	text-decoration:none; 
	color:#0099d7; }
