#sectioncontainer {
	width : 100%;
	height : 144px;
	background-color : #90d4c8;
	color : #ffffff;
	clear : both;
}

#sectionheadercontainer {
	display : inline;
	background-color : #90d4c8;
	color : #ffffff;
	min-width : 340px;
	width : 45%;
	height : 124px;
	float : left;
	padding-top : 20px;
	margin-left : 25px;
	margin-right : 0px;
}

#sectionheader {
	display : block;
	background-color : #90d4c8;
	color : #ffffff;
}

#sectionintro {
	display : block;
	background-color : #90d4c8;
	color : #000000;
	font-size : 0.8em;
	margin-top : 15px;
	margin-right : 0px;
	width : 100%;
}

#sectionheaderimage {
	float : right;
	background-image : url('../images/07.jpg');
	background-color : #90d4c8;
	color : #ffffff;
	width : 357px;
	height : 144px;
	clear : right;
	display : inline;
}


#sitemapcontainer {
	list-style: none;
	margin-left : 5px;
	margin-bottom : 20px;
	padding-bottom : 20px;
}

#sitemapcontainer li {
	padding-top : 10px;
	margin-bottom : 30px;
	display : block;
	clear : both;
	width : 100%;
	min-width : 500px;	
}

#sitemapcontainer li span {
	display : block;
	margin-top : 5px;
	font-size : 0.9em;
	padding : 0px;
	margin-left : 8px;
}

.sitemapleft {
	float : left;
	width : 60%;
}

.sitemapright {
	float : right;
	height : 80px;
}

.sitemapright a img {
	border : 1px dotted #c2c2c2;
}

.sitemapright a img:hover {
	border : 1px dotted #ff0000;
}

a.sitemapnested:link {
	text-decoration : none;
	font-weight : bold;
	float : left;
	clear : both;
	padding-left : 20px;
	padding-top : 5px;
	color : #003366;
	background-color : transparent;
}

a.sitemapnested:visited {
	text-decoration : none;
	font-weight : bold;
	float : left;
	clear : both;
	padding-left : 20px;
	padding-top : 5px;
	color : #003366;
	background-color : transparent;
}

a.sitemapnested:hover {
	text-decoration : none;
	font-weight : bold;
	float : left;
	clear : both;
	padding-left : 20px;
	padding-top : 5px;
	color : #ff0000;
	background-color : transparent;
}

a.sitemaptop:link {
	font-weight : bold;
	text-decoration : none;
	color : #003366;
	background-color : transparent;
}

a.sitemaptop:visited {
	font-weight : bold;
	text-decoration : none;
	color : #003366;
	background-color : transparent;
}

a.sitemaptop:hover {
	font-weight : bold;
	text-decoration : none;
	color : #ff0000;
	background-color : transparent;
}