/*************************************************************************/
/** ESTRUTURA ************************************************************/
/*************************************************************************/
#janela_conteudos div#conteudo_sitemap{
	position: relative;
	width: 900px;
	height: 360px;
	background-image: url(../images/bg_azul.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	border-bottom: none;
}

img#bg_conteudositemap{
	position: absolute;
	left: 135px;
	top: 43px;
}

img#topo_sitemap{
	position: absolute;
	top: 27px;
	left: 407px;
}


div#health{
	position: absolute;
	width: 238px;
	height: 255px;
	top: 53px;
	left: 145px;
}

div#solutions{
	position: absolute;
	width: 360px;
	height: 255px;
	top: 53px;
	left: 398px;
}

#health a:link,
#health a:visited,
#health a:active,
#health a:hover,
#solutions a:link,
#solutions a:visited,
#solutions a:active,
#solutions a:hover{
	text-decoration: none;	
}

/*************************************************************************/
/** CRITICAL HEALTH ******************************************************/
/*************************************************************************/
#health h1{
	float: left;
	clear: both;
	font-size: 16px;
}

#health ul{
	float: left;
	clear: both;
	margin: 15px 0 0 0;
	padding: 0;
	width: 238px;
	list-style-type: none;
}

#health ul li{
	float: left;
	clear: both;
	margin: 0 0 5px 0;
	padding: 0 15px;
	width: 208px;
	font-size: 14px;
	background-image: none;
}

/*************************************************************************/
/** SOLUTIONS ************************************************************/
/*************************************************************************/
#solutions h1{
	float: left;
	clear: both;
	font-size: 16px;
}

#solutions h1{
	float: left;
	clear: both;
	font-size: 16px;
}

#solutions ul{
	float: left;
	clear: both;
	margin: 15px 0 0 0;
	padding: 0;
	width: 360px;
	list-style-type: none;
}

#solutions ul li{
	float: left;
	clear: both;
	margin: 0 0 5px 0;
	padding: 0 15px;
	width: 330px;
	font-size: 14px;
	background-image: none;
}

#solutions li.subitem{
	padding-left: 25px;
}

