/*sitemap page spec*/
#sitemap-left {
	float: left;
	width:280px;
}
.large-bullet {
background:url(../images/sitemap_btn_large.gif) no-repeat 0 1.65em;
height: 100px;
}
.large-bullet h2 {
	border-color:#E5E5E5;
	border-style:solid;
	border-width:0 0 1px;
	font-size: 1.116em; /*14px;*/
	height:25px;
	margin-left:60px;
	padding-top:18px;
	text-indent:10px;
}
.large-bullet p {
	font-size:1em; /*12px;*/
	margin-left:70px;
}
#sitemap-right {
	float: left;
	width:420px;
	border-color:#E5E5E5;
	border-style:solid;
	border-width:0 0 0 1px;
	padding: 20px 0 0 20px;
	margin-bottom:50px;
}
.small-bullet {
background:url(../images/sitemap_btn_small.gif) no-repeat left top;
margin-top: 30px;
/*height: 60px;*/
}
.top {
margin-top:0;
}
.small-bullet h2 {
	font-size:1em; /*12px;*/
	height:1.25em;  /*15px;*/
	margin-left:45px;
	/*padding-top:18px;*/
}
.small-bullet p {
	font-size:1em; /*12px;*/
	margin-left:45px;
	margin-top:0;
}
#sitemap-page .ul {
	padding-left:4em;
	color:#006899;
	margin-top:-5px;
	*padding-left:1em;
}
#sitemap-page .ul li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top:5px;
	font-size:1em;
}
#sitemap-page .ul li  {
	text-indent: -3px;
}
#sitemap-page h2 a, #sitemap-page .ul li a {
	color:#006899;
}
