/* CSS Document */

body {
	border: 0px;
	padding:0px;
	font-family: Tahoma;
	font-size: 11px;
	background-color:#FFFFFF;
	COLOR: #000000;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
	text-align:left;
	background-image: url(../img/fundo.jpg);
	background-repeat: repeat-x;
}
.spacer_coluna_9 {width: 9px;
}
.imagem_esquerda {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.separacao_horizontal_cinza {
	background-image: url(../img/linha_cinza.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 20px;
	background-position: center;
}
.separacao_horizontal_azul {
	background-image: url(../img/linha_azul.jpg);
	background-color: #F7F7F7;
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 22px;
	background-position: center;
}
.linha_caminho {
	background-image:url(../img/linha_caminho.jpg);
	background-repeat:repeat-x;
}
.font_titulo_verde{
	COLOR: #72AF39;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	font-family: Verdana;
	font-size: 21px;
	text-align: left;
}
.font_titulo_verde_home{
	COLOR: #72AF39;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	font-family: Verdana;
	font-size: 18px;
	text-align: left;
}
.font_padrao{
	border: 0px;
	padding:0px;
	font-family: Tahoma;
	font-size: 11px;
	background-color:#FFFFFF;
	COLOR: #000000;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	line-height: normal;
}
.font_data_azul{
	COLOR: #005FA3;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	font-family: Tahoma;
	font-size: 11px;
}
.font_saibamais{
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	font-family: Verdana;
	font-size: 10px;
	text-align: right;
	color:#000000;
}
a.font_saibamais:link {text-decoration: none; color: #000000;}
a.font_saibamais:visited {text-decoration: none; color: #000000;}
a.font_saibamais:hover {text-decoration: none; color: #00719D;}
a.font_saibamais:active {text-decoration: none; color: #000000;}
.font_rodape_index {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-decoration:none;
	color: #999999;
	width: 548px;
}
.font_link{
	COLOR: #00719D;
	font-weight: normal;
	text-decoration: underline;
	font-style: normal;
	font-family: Tahoma;
	font-size: 11px;
}
.font_subtitulo_cinza{
	COLOR: #505452;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	font-family: Tahoma;
	font-size: 11px;
}
a.font_subitem_preto{
	color:#000000;
	text-decoration:none;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
}
a.font_subitem_preto:hover {
	color:#00719D;
	font-weight: normal; 
	ext-decoration:none; 
}
.font_caminhopao_cinza{
	COLOR: #949494;
	font-family: Tahoma;
	font-size: 10px;
	text-align: right;
	font-style: normal;
	text-decoration: none;
}
.font_caminhopao_verde{
	COLOR: #72AF39;
	font-family: Tahoma;
	font-size: 10px;
	text-align: right;
	font-style: normal;
	text-decoration: none;
}

/* navegação menu horizontal */

#nav {
	margin:0;
	list-style:none;
	position:relative;
	padding-bottom:12px;
	padding-left:9px;
}
#nav li.top {display:block; float:left;}

#nav li:hover {position:relative; z-index:200;}
#nav a:hover {position:relative; white-space:normal; z-index:200;}

#nav :hover ul.sub
{left:1px; top:48px; background: #568C4D; padding:3px; width:165px; height:auto; z-index:300; border:0}
#nav :hover ul.sub li
{display:block; height:24px; position:relative; float:left; width:165px;}
#nav :hover ul.sub li a
{display:block; font-size:11px; height:18px; width:165px; line-height:18px; text-indent:5px; color:#000; text-decoration:none;}

#nav ul, 
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

/* navegação menu lateral*/
.menu, 
.menu ul { 
margin:0; 
padding:0; 
list-style:none; 
} 
.menu {width:130px;} 
.menu li { 
margin:0; 
padding:0; 
margin-bottom:3px; 
} 
.menu a { 
display:block; 
padding:2px, 5px; 
background:#cadbeb; 
text-decoration:none; 
} 
.menu a:hover {background:#9cbad7;} 
.menu ul li {
	padding-left:15px;
} 
.menu ul a {background:#cadbeb;} 
.hidden {display:none;}

.text_menu_lateral {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #174d8e;
	font-weight: bold;
}
.text_menu_lateral_sub {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #052c59;
	font-weight: bold;
}
.formulario{
	border:dotted;
	border-color:#B9E9FF;
	border-width:thin;
	background-color:#E8F3FF;
}