/* Global Defaults
=====================================================================*/
/* body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,tr,th,td,embed,object {
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img,abbr{
	border:0;
}
ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
a,a:link,a:visited,a:hover { 
	color:#000;
	text-decoration:none; 
}
a:focus,a:hover { 
	text-decoration:underline;
}
a img { 
	border:0; 
}
.clear { 
	clear:both; 
} */

/* Start Map CSS
=====================================================================*/
#mapback {
	position: absolute;
	display: block;
	padding: 7px 15px;
	bottom: 0px;
	right: 0px;
	background: #7EB0D5;	/* #03389E; */
	color: white;
	font-family: arial, sans-serif;
	font-size: 14px;
}
.sitemap a{
	text-decoration:none;
}
.sitemap a.bullet {
	display: none;
	position: absolute;
	display: block;
	width: 15px;
	height: 15px;
	background-image: url('../images/maps/singlebullet.gif');
	background-repeat: no-repeat;
	/* background-image: url('../images/maps/bullets.png'); */
	z-index: 2;
}
.sitemap a.yellow {  background-position: 0 -15px; }
.sitemap a.green   {  background-position: 0 -30px; }
.sitemap a.blue     {  background-position: 0 -45px; }
.sitemap a.purple {  background-position: 0 -60px; }

.sitemap a.bullet:hover { text-decoration: none; }

.sitemap div.popup{
	display: none;
	position: absolute;
	top: 267px; 	/* 67px; */
	left: 80px;	/* 176px; */
	width: 550px; /* 350px 225px; */
	height: 510px; /* 310px; */	/* 225px 310px; */
	/* background: url(../images/map/popup.png) no-repeat; */
	background-color:#fff;
	border:1px solid #7EB0D5;	/* #03389E; */
	z-index: 10;
}

.sitemap div.popup h3 {
	display: block;
	background-color:#7EB0D5;	/* #03389E; */
	padding: 13px 13px;
	color: #fff;
	font-size: 17px;
	font-weight:bold;
	margin-top:-14px;
}
.sitemap div.popup div.popupcontent{
	position: absolute;
	top: 33px; /* 54px; */
	left: 0;	/* 176px; */
	height: 456px; /* 256px; */ /* 175px 181px; 256px; */
	width: 520px;	/* 320px; */
	padding: 0 15px;
	overflow-y: auto;
	overflow-x: visible;
	overflow:-moz-scrollbars-vertical;
	font-family: arial;
	font-size: 13px;
	line-height: 18px;
}
.sitemap div.popup div.popupcontent p{
	margin: 10px 0;
	width: 520px; /* 320px; */ /* 195px; */
	text-align:left;
}
.sitemap div.popup div.popupcontent a {
	color: blue;
	border-bottom: 1px dotted blue;
}
.sitemap div.popup div.popupcontent ul {
	list-style-type:circle;
	margin-left:0;
	padding-left:1em;
	font-variant: small-caps;
	text-align:left;
}
/* .sitemap div.popup div.popupcontent ul li:before {
	content: "\00BB \0020";
} */
.sitemap div.popup div.popupcontent a:hover {
	text-decoration: none;
	}
.sitemap div.popup a.close{
	display: block;
	position: absolute;
	top: 486px; /* 286px; */ /* 205px 286px; */
	left: 15px;
	margin-top:2px;
}
.sitemap div.popup a.close img{
	border: none;
	z-index: 100;
}
