

/* headings */
#mod-site-map h1 {
	color: #000F55;
	font-size: 2.2em;
	font-weight: bolder;
	margin-bottom: 12px;	
}
#mod-site-map h2 {
	font-size: 1.5em;
	font-weight: bolder;
	margin-top: 30px;
	margin-bottom: 5px;
}

/* link stsyles */
#mod-site-map ul a {
	background: url(../../images/navigation/site-map-arrow.png) no-repeat 1px center;
	color: #000e54; 
	padding-left: 13px;
	}
#mod-site-map h2 a {
	color: #d63131;
}

/* list styles */
#mod-site-map ul {
	font-size: 1.5em;
	line-height: 1.5;
	font-weight: bolder;
}

/* seconnd level */
#mod-site-map ul li {
	font-size: 0.87em;
	margin-left: 35px;
}
	
/* third level */
#mod-site-map ul li ul {
	font-size: 1.15em;
	margin-bottom: 15px;
}

/* fourth level */
#mod-site-map ul li ul li ul {
	font-size: 1.15em;
	margin-bottom: 20px;
}
#mod-site-map ul li ul li ul {
	font-weight: lighter;
}

/* wrappers */
#container #mod-site-map ul li ul li ul li  {
	font-weight: lighter;
}
#mod-site-map  div.cols {
	float: left;
	width: 460px; 
}
