/* for js resizing */
td#sitemap_container {
	font-size: 62.5%;
	width: 25%;
}

/* styles for sitemap */

#sitemap_container {
	padding-top: 5px;
	padding-right: 15px;
}

/* LEVEL 1 */

div.sitemap_level1_container {
	padding: 10px 0 5px 0;
}

div.first_in_map {
	padding: 1px 0;
	position: relative;
}

div.last_in_map {
	background: none;
}

.last_in_map {
}

h1.sitemap_level1 {
	display: block;
	color: #1e6b97;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 4px 0;
	background: url(dots0000.gif) bottom left repeat-x;
}

h1.first_in_map {
	padding: 0 0 4px 0;
}

h1.sitemap_level1 a:link, h1.sitemap_level1 a:active, h1.sitemap_level1 a:visited {
	color: #1E6B97;
	text-decoration: none;
}

h1.sitemap_level1 a:hover {
	text-decoration: underline;
}


/* LEVEL 2 */

h2.sitemap_level2 {
	font-size: 1.1em;
	color: #003366;
	background: url(links-ar.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding: 2px 0 3px 18px;
	margin: 6px 0 0 0;
}

h2.sitemap_level2:hover {
	background: url(links-as.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}
h2.sitemap_level2 a:link, h2.sitemap_level2 a:active, h2.sitemap_level2 a:visited {
	text-decoration: none;
	color: #003366;
}

h2.sitemap_level2 a:hover {
	text-decoration: underline;
}


/* LEVEL 3 */
h3.sitemap_level3 {
	font-size: 1.0em;
	font-weight: normal;
	background: url(article_.gif);	
	background-repeat: no-repeat;
	background-position: 20px 7px;
	margin: 0 0 0 0; 
	padding: 0 0 0 28px;			/* ie fix hack (does not understand !important, then apply last command */	
	line-height: 1.3em;
}

h3.sitemap_level3:hover {
	background: url(article_.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
}

h3.sitemap_level3 a:link, h3.sitemap_level3 a:active {
	color: #0F6190;
	text-decoration: underline;
}

h3.sitemap_level3 a:visited {
	color: #003366;
	text-decoration: underline;
}

h3.sitemap_level3 a:hover {
	color: #F50035;
}

div.sitemap_teaser {
	font-size: 1.0em;
	font-style: italic;
	padding-top: 5px;
	padding-bottom: 5px;
}
