
/* Reset CSS - Eric Meyer - http://meyerweb.com/eric/tools/css/reset/ */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
}

#footer_ss {
   position: absolute;
   bottom:0;
   width:100%;
   left:0;
   height:140px;   /* Height of the footer */
   background:#9fa1a7;
}


#footerdiv_ss, #contentdiv_ss {
	margin:0 auto;
	width:955px;
	text-align:left;
}

.sitemap_ss {

	padding:10px 0;
	font-size:12px;
	line-height:1.6em;
	
}
.sitemap_ss ul {
	float:left;
	margin-right:50px;
	padding-left: 0px;
	list-style: none;
}
.sitemap_ss ul ul {
	float:none;
	margin: 0;
	padding: 0;
	
}
.sitemap_ss li strong {
	display:block;
	margin-bottom:.5em;

}

.sitemap_ss li li {
	font-size:11px;
}
.sitemap_ss li a, .sitemap_ss li a:visited, .sitemap_ss li a:link {
	color:#fff;
	text-decoration:none;
	
}
.sitemap_ss li li a, .sitemap_ss li li a:visited, .sitemap_ss li li a:link {
	color:#e9e9eb;
	font-size:11px;
}
.sitemap_ss li a:hover, .sitemap_ss li li a:hover,
.sitemap_ss li a:focus, .sitemap_ss li li a:focus {
	text-decoration:underline;
	color:#fff;
}
.sitemap_ss li a.tinynew {
	display:block;
	background:url(/_images/nav/newbadge-tiny.gif) no-repeat right 5px;
	padding-right:30px;
	margin-right:-20px;
	color:#fff !important;
}
*html .sitemap_ss li a.tinynew {
	margin-right:0;
}
