#copyrighttext,
#syndicatelabstext  {
   top: 41px;
}

#subcontentgrow *:first-child  {
   margin-top: 0px;
}

#subcontentgrow *:last-child  {
   margin-bottom: 0px;
}

#subcontentgrow  {
   margin: 437px 14px 0px 15px;
   visibility: visible;
   padding: 0px;
}

#subpageimg  {
   visibility: visible;
   position: absolute;
   left: 10px;
   top: 158px;
   z-index: 3;
   width: 942px;
   height: 241px;
}

#footerbox  {
   top: 29px;
}

#uplift  {
   position: absolute;
   width: 100%;
   z-index: 2;
}

#footer  {
   position: relative;
   left: 0px;
   top: 0px;
   width: 100%;
   float: left;
}

/* list-style: pos1 pos2 po3;
 *    parameter:
 *               pos1: none | disc | circle | square
 *               pos2: inside | outside
 *               pos3: none | url('arrow.gif')
 * more info under: http://www.w3schools.com/css/css_list.asp
 */

.xmap ul {
	display		: block;
	list-style	: none;
	margin		: 0;
	padding		: 0;
}
.xmap ul li {
	margin		: 0;
	padding		: 0;
	background	: transparent;
}
.xmap a img {
	border		: none;
}
.xmap ul.level_0 ul {
	list-style	: inside square;
	padding		: 0;
}
.xmap ul.level_1 li {
	padding		: 0 0 0 2em;
}
.xmap .active {
	font-style	: italic;
}