/* CSS Document */


	/*
		Montagem: 	Danielle Freitas (maxmeio.com)
		Ano: 		2007
	
	*/
	
	
	 *{
	 	margin: 0;
		padding: 0;			
	 }
	 a img{
	 	border: 0;
	 }
	
	html{
		background-image: url(../imgs/bg.gif);
	}
	body{
		background-image: url(../imgs/bgtopo.jpg);
		background-repeat: repeat-x ;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
	}
	div#geral{
		width: 742px;
		margin: 0 auto;
	}
	div#principal{
		overflow: hidden;
		width: 726px; /* 742 - 16 */
		padding-left: 16px;
		background-image: url(../imgs/bg_principal.gif);
	}
	
	div#esq, div#conteudo, div#dir{
		float: left
	}
	div#esq{
		width: 138px;
		
	}
	div#conteudo{
		width: 392px;
		margin-left: 12px;
		background-image: url(../imgs/bg_conteudo.jpg);
		background-repeat: repeat-x;
		padding-left: 12px;
		padding-right: 10px;
	}
	div#dir{
		width: 144px;
		padding-left: 10px;
		padding-right: 8px;
		text-align: center;
		background-image: url(../imgs/bg_dir.jpg);
		background-repeat: repeat-x
		
	}
	div#conteudo,	div#dir{
		padding-top: 11px;
	}
	div.barra{
		background-color: #E40000;
		width: 138px;
		margin-left: 16px;
		height: 13px;
	}
	
	
	div#dir p, div#dir div#agenda{
		margin-bottom: 20px;
	}
	
	
	
	
	
	div#esq h3 , div#dir h3{
		background-image: url(../imgs/bg_itemmenu.jpg);
		background-repeat: no-repeat;
		border-top: 1px solid #CA0B0B;
		padding: 14px 5px 0 30px;
		height: 27px;
		margin-bottom: 2px;
	}
	
	div#esq ol#menu li{
		background-image: url(../imgs/bg_li_menu.jpg);
		background-color: #A10000;
		background-repeat: repeat-x;
		padding: 7px 10px 7px 8px ;
		/*height: 12px;*/
		border-bottom: 2px solid #CA0B0B;
		list-style-type: none;
		
	}
	div#esq ol#menu li a{
		background-image: url(../imgs/ico.gif);
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 13px;	
		font-size: 11px;
		color: #FFFFFF;
		font-weight: bold;
	}
	div#esq ol#menu ol.submenu{
	/*	display: none;*/
	}
	div#esq ol#menu ol.submenu li{
		padding: 3px 0 3px 13px ;
		background-image: none;
		border-bottom: none;
		
		
	}
	div#esq ol#menu ol.submenu li a{
		font-weight: normal;
		color:#FFFFFF; /* color: #A34343; */
		padding-left: 0;	
		background-image: none;
	}
	div#esq div#news p{
		margin-bottom: 10px;
		text-align: justify;
		color: #F5F5F5;
	}
	div#esq div#news p, div#esq div#news form{
		margin-left: 6px;
		margin-right: 6px;
	}
	div#esq div#news form  input.inp{
		background-color:#F5F5F5;
		background-image: url(../imgs/bg_input.gif);
		background-repeat: repeat-x;
		background-position: bottom;
		border: 3px solid #D90303;
		padding: 2px 2px 4px 7px ;
		width: 110px;
		margin-bottom: 8px;
		color: #342E2E;
		font-size: 10px;
	}
	div#esq div#news form{
		margin-bottom: 10px;
	}
	div#esq div.banner{
		text-align: center;
	}
	
	div#esq div.banner img{
		margin: 4px auto 4px auto;
		border: 3px solid #D90303;
	}
	
	div#dir div#agenda{
		text-align: left;
		background-color: #A10000;
		color: #FFFFFF;
	}
	div#dir div#agenda table{
		 width: 130px;
		 margin: 5px auto;
	}
	
	
	div#rodape{
		background-image: url(../imgs/bg_rodape.jpg);
		background-repeat: repeat-x;
		background-color: #E4E4E4;
		border: 1px solid white;
		margin-top: 2px;
		margin-bottom: 5px;
		text-align: center;
		padding: 20px 10px ; 
	}
	div#rodape img{
		vertical-align: middle
	}
	div#rodape a{
		padding-left: 15px;
	}
	
	