@charset "UTF-8";

#sitemap { /* alignment design */
	position: relative;
	float: left;
	/* structure design */
	width: 904px;
	background: #ffffff;
}

.areaLarge { /* alignment design */
	float: left;
	/* structure design */
	width: 290px;
	height: 270px;
	margin: 3px 0px;
	padding: 5px 4px 5px 4px;
	/* text design */
	background: url('sitemap_bottom.jpg') no-repeat bottom;
}

.areaSmall { /* alignment design */
	float: left;
	/* structure design */
	width: 290px;
	height: 140px;
	margin: 3px 0px;
	padding: 5px 4px 5px 4px;
	/* text design */
	background: url('sitemap_bottom.jpg') no-repeat bottom;
}

.areaLarge h1,.areaSmall h1 { /* structure design */
	height: 26px;
	padding: 7px 0px 0px 22px;
	background-image: url('sitemap_title_bg.jpg');
	/* text design */
	font-size: 80%;
	color: #0f4aa1;
	font-weight: bold;
}

.areaNavsLarge { /* structure design */
	height: 207px;
	margin-top: 0px;
	padding-bottom: 10px;
	background: #eeeeee url('sitemap_bg.jpg') repeat-y top;
}

.areaNavsSmall { /* structure design */
	height: 90px;
	margin-top: 0px;
	padding-bottom: 10px;
	background: #eeeeee url('sitemap_bg.jpg') repeat-y top;
}

.areaNavsLarge .bold-style {
	font-weight: bold;
	color : #000;
}

.twoPart{
	display : inline-table;
	width: 142px;
}

.areaNavsLarge .inside-disc {	
	list-style: inside disc;
	padding: 4px 15px;
}

.areaNavsLarge li,.areaNavsSmall li { /* structure design */
	padding: 4px 15px;
	/*list-style: disc inside;*/	
	list-style: none;
	/* text design */
	color: green;
	font-size: 70%;
}

li.areaNavs1st { /* structure design */
	background: #eeeeee url('sitemap_top.jpg') no-repeat top left;
}

.redFont {
	color: #FF0000;
}
