@charset "utf-8";
/* CSS Document */

body{
	text-align:center;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#FBFBFB;
}
#container{
	width:778px;
	margin:0 auto;
	text-align:left;
	display:table;
	background:#fff;
	border-bottom:1px solid #EDF7EC;
	border-left:1px solid #EDF7EC;
	border-right:1px solid #EDF7EC;
}
#topo{
	background:url(../images/topo.jpg);
	height:170px;
	width:778px;
	z-index:1;
	position:relative;
	margin-top:-330px;
}
#links_topo{
	width:280px;
	height:23px;
	float:right;
	color:#0C9344;
	font-weight:bold;
	text-align:center;
	line-height:23px;
}
#links_topo a{
	color:#0C9344;
	font-weight:bold;
	text-align:center;	
	text-decoration:none;
}
#titulo_topo{
	float:right;
	height:30px;
	clear:both;
	width:558px;
	margin-top:117px;
	color:#106B11;
	font-weight:bold;
	font-size:18px;
	line-height:30px;
}
.linha{
	height:10px;
	background:url(../images/fundo_linha.jpg) repeat-x;
	width:778px;
	clear:both;
}
#conteudo{
	width:548px;
	margin-left:220px;
	padding-right:10px;
	background:url(../images/fundo_conteudo.jpg) right top no-repeat;
	display:table;
	padding-top:10px;
	background-color:#fff;
}
#rodape{
	width:778px;
	height:50px;
	text-align:right;
	clear:both;
}
#rodape strong{
	color:#0C9344;
	margin-right:10px;
	line-height:15px;
	margin-top:10px;
	display:block;
}

#menu{
	width:220px;
	position:relative;
	background-image: url(../images/menu_fundoBaixo.png)!important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/menu_fundoBaixo.png, sizingMethod='crop');
	z-index:100;
	background-position:bottom;
	height:330px;
	top:170px;
}
#menu h1{
	text-transform:uppercase;
	font-size:14px;
	color:#0C9343;
	display:block;
	margin:0px 0px 15px 20px;
	background:url(../images/cipa_icone.jpg) left no-repeat;
	line-height:18px;
	padding-left:25px;
}
#menu_borda{
	padding:0px 10px 0px 10px;
}
#menu ul{
	margin:0px 10px 10px 10px;
	padding:0px;
}
#menu ul li{
	list-style:none;
	border-bottom:1px solid #EDEDED;
	line-height:23px;
	padding-left:15px;
}
#menu li a{
	color:#666666;
	text-decoration:none;
	padding-left:15px;
	background:url(../images/lista_menu.jpg) center left no-repeat;
}
#menu li a:hover{
	color:#10A404;
}
#copyright{
	color:#666666;
	font-size:10px;
	text-align:center;
	padding-bottom:10px;
	line-height:14px;
	display:block;
}
#copyright img{
	margin-bottom:5px;
}
/*****TITULO******/
.titulo{
	color:#0C9344;
	font-size:18px;
	margin:0px;
	padding:0px 0px 10px 0px;
	line-height:22px;
	display:block;
}
/*****configs******/
img{
	border:none;
	margin:0px;
	padding:0px;
}
p{
	margin:0px;
	text-align:justify;
	line-height:18px;
}
/******Conteudo***/
.texto{
	display:block;
	margin-bottom:10px;
}
.banner{
	width:210px;
	display:block;
	float:left;
	margin-bottom:5px;
}
.noticias{
	margin-left:10px;
	width:327px;
	float:left;
	display:block;
	margin-bottom:5px;
}
.container_noticias{
	background:#FFFFFF;
	display:block;
	border-top:1px solid #469E21;
	border-bottom:1px solid #469E21;
}
.container_noticias a{
	color:#0C9344;
	padding:0px 0px 0px 5px;
	text-decoration:none;
}
.container_noticias a:hover{
color:#10A404;
}
.noticia_par{
	line-height:18px;
	display:block;
	clear:both;
	background:#FFFFFF;
}
.noticia_impar{
	line-height:20px;
	display:block;
	clear:both;
	background:#E9F5EE;
}
a{
	color:#006600;
	text-decoration:none;
	font-size:12px;
}
a:hover{
	color:#003300;
	text-decoration:underline;
}
input, textarea{
	border:1px solid #669900;
	background:#ECF6EE;
}
