/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
}

body{
	background: url(../images/fundo_site.gif) repeat;
}
 
#header{
	background: url(../images/fundo_conteudo.png) repeat;
	width: 729px;
	margin: 0px auto;
}

#header h1{
	background: url(../images/topo_laranja.gif) repeat-x;
	width: 705px;
	height: 10px;
	margin: 0px auto;
	overflow: hidden;
}

#header_topo{
	width: 705px;
	height: 85px;
	margin: 0px auto;
	position: relative;
}

#header_logo{
	width: 191px;
	height: 45px;
	position: absolute;
	top: 20px;
	left: 25px;
}

#header_linha{
	background: url(../images/linha_laranja.gif) repeat-x;
	width: 705px;
	margin: 0px auto;
	clear: both;
	height: 5px;
	overflow: hidden;
}

#header_menu{
	width: 705px;
	height: 200px;
	margin: 0px auto;
	position: relative;
	margin-bottom: 1px;
}

#headerconteudo{
	width: 705px;
	margin: 0px auto;
}

#headerconteudo p{
	padding: 15px 0 15px 25px;
}

#headerconteudo h2{
	padding: 5px 0 0px 25px;
}

#headerconteudo h3{
	padding: 15px 0 15px 0;
}

#ListaForm{
	width: 654px;
	margin-left: 0px;
	text-align: left;
	background: #FFFFFF;
}

form {
	margin: 0px 0px; 
	padding: 0px 0;
}

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

.errorMessage {
	color: red;
	padding: 2px;
}

input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 28px;
	margin: 0;
	font-weight: bold;
	margin-top: 5px;
	padding: 2px 3px; 
	color: #fff;
	background: #183B65; 
	border: 1px solid #306bc1;
}

#cont_ttconteudo{
	background: url(../images/linha_das_paginas.gif) no-repeat;
	width: 685px;
	height: 30px;
	margin: 0px auto;
	position: relative;
	padding: 25px 0 0 20px;
	font-size: 22px;
	font-weight: bold;
	color: #183B65;
}

#cont_conteudo{
	width: 705px;
	margin: 0px auto;
}

#cont_conteudoint{
	width: 665px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px;
}

#rodape{
	background: url(../images/rodape_azul.gif) repeat-x;
	width: 705px;
	height: 99px;
	position: relative;
	margin: 0px auto;
	padding: 0px 0px 11px 0px;
}

#rodape a {  
	text-decoration: underline;
	color: #FFFFFF;
}
#rodape a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.h1{
	width: 300px;
	height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 20px 0 0 15px;
}

.h2{
	position: absolute;
	width: 207px;
	height: 20px;
	left: 493px;
	top: 20px;
	font-weight: bold;
	color: #FFFFFF;
}

.h3{
	position: absolute;
	width: 157px;
	height: 20px;
	left: 541px;
	top: 60px;
	color: #FFFFFF;
}

h4{
	font-size: 16px;
	font-weight: bold;
	color: #183B65;
}

h6{
	padding: 0 0 30px 20px;
}

h5{
	font-size: 22px;
	font-weight: bold;
	color: #183B65;
}

.texto{
	font-size: 11px;
	color: #000000;
	text-decoration: none;	
}
#cont_conteudoint ul li{
	width: 214px;
	height: 150px;
	float: left;
	text-align: center;
	list-style-type: none
}
#cont_conteudoint_pro ul li{
	padding: 20px 0px 20px 20px;
	list-style-type:none
}
a {
	text-decoration: none;
	color: #FF9933;
	font-weight: bold;
}
a:hover {
	text-decoration: none; 
}
.link {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}
.link:hover {
	text-decoration: none; 
}

.linkmais {
	text-decoration: none; 
	font-weight: bold;
	font-size: 16px
}
.linkmais:hover {
	text-decoration: none; 
}

input, select {
	font: normal 1em Verdana, sans-serif;
	color: #183B65;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
}

textarea {
	width:350px;
	font: normal 1em Verdana, sans-serif;
	height:80px;
	color: #183B65;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
}
