* {
	font-family: verdana, thamona, arial;
	font-size: 10px;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 0;
}

body {
	background: url('img/site/bg_principal.jpg') repeat-x top left #FD9604;
}

#div {
	float: left;
}

#principal {
	padding-top: 30px;
	margin: auto;
	width: 770px;
	height: 553px;
}

#cabecalho {
	background: url('img/site/bg_cabecalho.jpg') no-repeat top left;
	margin: auto;
	width: 710px;
	height: 73px;
	clear: both;
}

#menu {
	margin: auto;
	width: 710px;
	height: 20px;
	clear: both;
}

.borda_left {
	background: url('img/site/bg_borda.jpg') repeat-y top left;
	width: 1px;
}

.borda_right {
	background: url('img/site/bg_borda.jpg') repeat-y top right;
	width: 1px;
}

#menu_borda_left {
	height: 20px;
	float: left;
}

#menu_borda_right {
	height: 20px;
	float: left;
}

#menu_bt {
	background: url('img/site/bg_menu.jpg') repeat-x top right;
	padding-left: 4px;
	width: 704px;
	height: 20px;
	float: left;
}

#conteudo {
	margin: auto;
	width: 710px;
	height: 20px;
	clear: both;
}

#conteudo table,tr,td {
	margin:0;
	padding:0;
	border: 0;
	vertical-align: top;
}

#conteudo_topo {
	background: url('img/site/bg_conteudo_topo.jpg') repeat-x top left;
	margin: 0;
	padding: 0;
	width: 708px;
	height: 130px;
}

#topo_1 {
	margin: 0;
	padding: 0;
	width: 286px;
	height: 128px;
	float: left;
}

#topo_content {
	width: 285px;
	height: 127px;
	float: none;
	overflow: hidden;
}

#topo_2 {
	width: 210px;
	height: 128px;
	float: left;
}

#topo_3 {
	width: 210px;
	height: 128px;
	float: left;
}

#conteudo_centro {
	background: #FFFFFF;
	margin: 0;
	width: 708px;
}

#conteudo_centro h1 {
	display: block;
	font-size: 12px;
	margin: 0 10px;
	margin-bottom: 10px;
}

#conteudo_centro p {
	display: block;
	margin: 0 10px;
	margin-bottom: 10px;
}

#conteudo_centro span {
	margin-bottom: 10px;
}

#conteudo_centro * div {
	margin: 5px;
	margin-bottom: 10px;
}

#conteudo_centro * div a:visited{
	color: #000000;
}

#centro_1 {
	width: 286px;
}

#centro_2 {
	width: 210px;
	border-left: 1px solid white;
}

#centro_3 {
	width: 210px;
	border-left: 1px solid white;
}

#bottom {
	color: #FFFFFF;
	margin: 0;
	width: 708px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
}

#bottom * {
	font-size: 9px;
	font-weight: normal;
}

.borda_inf {
	background: #FFFFFF;
	height: 1px;
}

.saiba_mais {
	display: block;
	margin-top: 20px;
}

.saiba_mais a {
	color: #000000;
}

#conteudo_principal .titulo_noticia {
	display: block;
	font-weight: bolder;
	font-size: 11px;
	margin-left: 7px;
	margin-bottom: 8px;
}

#conteudo_principal p {
	display: block;
	margin-left: 7px;
	margin-bottom: 10px;
}

#centro_3 .titulo_noticia {
	display: block;
	font-weight: bolder;
	font-size: 11px;
	margin-left: 7px;
	margin-bottom: 8px;
}

.link_noticias {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}

.link_noticias a,a:visited {
	color: #2C5983;
	font-size: 9px;
}

#retorno {
	float: right;
}

#retorno a,a:visited {
	color: #000000;
}

#centro_3 .noticia {
	margin: 7px;
}

.campos {
	margin-left:0px;
	margin-bottom:0px;
	clear:both;
	display:block;
	width:300px;
	border:1px solid #000000;
}

.lables {
	margin-left:0px;
	margin-bottom:0px;
	clear:both;
	display:block;
	color:#000000;
}


#conteudo #contato{
	display:block;
	width: 310px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#conteudo #contato_sucesso{
	display:block;
	text-align: center;
	width: 310px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}






/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul {
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background: #FEC06B url('img/site/bt_marcador.jpg') no-repeat center left; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a {
display: inline;
color: #000000;
font-size: 11px;
padding-left: 16px;
padding-right: 8px;
border-left-width: 0;
text-decoration: none;
color: navy;
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li a{
display: block;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul { 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding-left: 16px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
color: #4C4C4C;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #FEC06B url('img/site/bt_marcador_down.jpg') no-repeat center left;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #FEC06B url('img/site/bt_marcador_left.jpg') no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
















