/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
	background:url(../images/bg0001.jpg);
	color:#5B370F;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

.grid_12b h2, .grid_6Conteudo h4{
	border-bottom: 1px solid #6B5632;
}
.grid_12b h2, .grid_4Internas h4{
	border-bottom: 1px solid #6B5632;
	margin-top: 10px;
}
h2.titLancamento{
	background:url(../images/titulo_lancamento.gif) no-repeat;
	height: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
}
h2.titObras{
	background:url(../images/titulo_obrasRealizadas.gif) no-repeat;
	height: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
}
h2.titInstitucional{
	background:url(../images/titulo_institucional.gif) no-repeat;
	height: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
}
h2.titContatos{
	background:url(../images/titulo_contatos.gif) no-repeat;
	height: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
}
h2.titLancamento span, h2.titObras span, h2.titInstitucional span, h2.titContatos span{display:none;}

h3.titulo{margin-top: 40px; margin-bottom: 20px; border-bottom: 1px solid #6B5632;}

a:link {
	color: #993300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: underline;
	color: #996633;
}
a:active {
	text-decoration: none;
	color: #993300;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
.imgIndex{
	margin-right: 20px;
}

.imgObras{
	margin-right: 40px;
}
.imgEmp{
	margin-right: 6px;
	margin-top: 10px;
}
.ImgInterna{
	float: left;
	width: 220px;

}
.rodape{
	text-align: center;
	font-size: 10px;
}
.leiamais{
	display:block;
	margin-top: 30px;
	text-align: right;
}      
#contato fieldset{
	padding: 20px;
	width: 100%;
}

#contato legend{
display: none;
}


/* HACK PARA CORRIGIR O MARGIN-BOTTOM*/
html>body #contato legend{
	margin-bottom: 0px;
}

#contato input.texto, #contato textarea.texto{
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 13px;
	margin-bottom: 10px;
	color: #0E0659;
	width: 200px;
}


#contato select{
	border: 1px solid #333;
	font-size: 13px;
	margin-bottom: 10px;
	color: #0E0659;
}

#contato label{
	display: block;
	width: 100px;
	float: left;
	color: #000;
}

#contato span{
	color: #999;
	font-size: 12px;
}
        
#contato .botao{
	font-size: 13px;
	background: #f1f1f1;
	margin: 15px 0px 0px 0px;
}
.voltar{
	width: 50px;
	height: 30px;
	padding-top: 7px;
	padding-left: 25px;
	float: right;
	position: relative;
	background: url(/images/icon_voltar.gif) no-repeat;
}
