/* FOLHA DE ESTILOS GERAL DO SITE: AQUI DEVERÃO ENTRAR OS ESTILOS GENÉRICOS PARA O SITE*/
/* Definições dos elementos do site */
body{
	margin:0px;
	padding:0px;
	background: url("/corregolimpo/images/corrego_limpo_bg.jpg") no-repeat top center;
}

div, td, select, input{
	font-family:arial, arial, heveltica;
	font-size:12px;
	color: #688c9c;
}

img{
	border:0px;
}

form{
	margin:0px;
	padding:0px;
}

imput{
	font-family:arial, arial, heveltica;
	font-size:11px;
	color: #688c9c;	
}

.clear{
	clear: both;
}

.textoVerde{
	color: #097f9d;
}

.textoCinza{
	color: #9b9b9b;
}

.textoAzul{
	color: #0a7f9d;
}

.noticia{
	color: #0a7f9d;
}

/* Fim das definições dos elementos do site */

/* Definições da estrutura do site */
#controlaConteudo{
	width:755px;
	position:relative;
	left:50%;
	margin-left:-378px;
}

#topo{		
	margin-left: 5px;
	padding:0px;
}

.primeiroNivel{
	margin: 5px 0px 0px 37px;
	padding: 0px;
}

.primeiroNivel li{
	display : inline;
	position: relative;
	margin:0px 0px 0px -2px;
	z-index: 999;	
}

.segundoNivel{
	display: none;
	list-style-type:none;			
	margin:0px;
	top:15px;
	left:3px;
	position: absolute; 	
	background-color: #FFF;
}

.menuOver ul{
	display: block;
	margin: 0px;
	padding: 0px;
}

.primeiroNivel li:hover ul{
	display: block;
}

.segundoNivel li{
	display: block;
	padding: 5px 0px 5px 10px;	
	width: 150px;
	border-bottom: 1px solid #688c9c;
	background-color: #f3f8fc;
}

.segundoNivel li a{
	font-family:tahoma;
	display: block;
	color: #688c9c;
	text-decoration: none;
	font-size:11px;
}

.menuOver a:hover{
	font-family:tahoma;
	font-weight: bold;
	color: #688c9c;
	font-size:13px;	
	text-decoration: none;
}

#conteudo{
	width:781px;	
	position:relative;
	left:50%;
	margin-left:-390px;
	
	background-repeat: no-repeat;
	background-position: 0px 55px;
}

#rodape{
	background-color:;
	clear: both;
}

#texto{
	margin: 0px 25px 0px 25px;
}

#bread, #bread a{
	color: #82bb17;
	font-size: 11px;
	margin-left: 13px;
	text-decoration: none;
}

#tabelaAzul{
	background-color: #0a7f9d;
}

#tabelaAzul td{
	background-color: #FFFFFF;
	margin: 5px 10px 5px 10px
}

#tabelaAzul th{
	background-color: #e2eff8;	
}

/* Fim das definições da estrutura do site */

/* Definições do contedo */
.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}


.center{
	text-align:center;
}

.left{
	text-align:left;
}

.block{
	display:block;
}

.listaSeta{
	margin:0px;
	padding:0px;
	position: relative;
}
			
.listaSeta li{
	list-style-type: none;
	margin:5px;
	padding-left: 20px;
	background-image: url('/corregolimpo/images/bullet_itens.gif');
	background-position: 6px 6px;
	background-repeat: no-repeat;
}
/*Fim das definições do conteudo*/
