/*---------------------SITE MAP---------------------*/

.sitemap .content {
	padding-top: 0px;
	padding-bottom: 25px;
	align:center;
}

.sitemap_box {
	width: 800px;
	margin: 0 75px 3px 75px;
	padding: 11px 14px;
	border:1px dashed #D3D7E4;
}

.sitemap_box:last-child {
  margin-bottom: 0;
  
}

.sitemap_box a.head {
  font-weight: bold;
  color: #3F89C3;
  font-size: 16px;
  float: left;
  margin: 0;
  display: block;
}

.sitemap_box a.head:hover {
  text-decoration: underline;
  color: #7CC5FF;
}

.sitemap_box ul {
	display: block;
	list-style: none;
	float: left;
	width: 150px;
	_width: 146px;
	margin-top: 5px;
	border:1px dashed #F7DE9C;
	margin-right:5px;
	_margin-right:1px;
	padding:5px auto;
}

.sitemap_box ul.first {
	margin-left: 5px;	
}

.sitemap_box ul li {
  background: url('/themes/default/images/marker_blue.jpg') no-repeat left 8px;
  padding-left: 15px;
  margin-top:5px;
	margin-bottom:5px;
  
  
}


.clear {
  clear: both;
}

.INT_0_0{
  	color: #666699;
  	font-size: 12px;
  	font-weight: bold;
  	cursor: pointer;}
.INT_1_1{
  	color: #3A84CD;
  	font-size: 12px;
  	font-weight: bold;
  	cursor: pointer;}
.INT_2_2{
  	color: #669999;
  	font-size: 12px;
  	font-weight: bold;
  	cursor: pointer;}
