/********************************************************************************************/
/***************************************** COMUM ********************************************/
/********************************************************************************************/

html, body {
	margin: 0;
	padding: 0;
}

html {
	line-height: 18px;
}

form, dl, dt, dd {
	margin: 0;
	padding: 0;
}

html, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3A430C;
}

body {
	background: #eef3dd;
}

input, textarea {
	border: 0;
	padding: 0;
	margin: 0;
}

input.nocss {
	border:0;
	padding:0;
}

h1, h2, h3, h4, h5, p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

p {
	margin-bottom: 10px;
}

ul {
	margin: 10px 0;
	padding:0 0 0 20px;
}

a {
	color: #3A430C;
	text-decoration: none;
}

a img {
	border: 0;
}

img {
	border: none;
	margin: 0;
	padding: 0;
}

/********************************************************************************************/
/*************************************** PÁGINA *********************************************/
/********************************************************************************************/

#topo { 
	height: 205px;
	background: url(../bg.jpg) repeat-x center top;
	margin-bottom:10px;
}

#topo_logo {
	float:left;
	display:inline;
	margin:1px 0 0 0px;
}

#topo_fullbanner {
	float:right;
	margin-top:45px;
}

#topo_menu ul {
	overflow:hidden;
}

#topo_menu li {
	float:left;
	display:inline;
	margin:0px 0 0 50px;
}

#topo_menu li.first {
	margin-left:0;
}

#topo_menu li a {
	display:block;
	font-size:17px;
	text-transform:uppercase;
}

#rodape {
	margin:30px 0 0px 0;
	height: 70px;
	background-image: url(../img/bg_rodape.jpg);
}
.tamanho {
	width: 940px;
	text-align: left;
}
.logorodape h1 {
	width: 132px;
	height: 124px;
	display: relative;
	margin: -130px 0 0 780px;
	text-indent: -99999px;
	background: url(../img/logo_rodape.jpg) no-repeat;
}
.aldireita {
	align: float-right;
}

.barralogin {
	display: table;
	width: 940px;
}
.login {
	width: 400px;
	float: right;
}
.textologin {
	text-align: left;
	float: left;
	width: 410px;
}
#textorodape {
	position: relative;
	top: 25px;
	left: 0px;
}
#assinatura {
	height:30px;
	width: 940px;
	text-align: left;
}

#divisao_barra {
	text-align:center;
	padding-top:30px;
}

#login {
	float:right;
	width:445px;
}

#login .campo, #login .label {
	margin-bottom:0;
}

#login td {
	padding-bottom:5px;
}

#login label {
	font-size:17px;
	padding-right:20px;
}

#noticias {
	float:right;
	width:440px;
	background-color:#d5e794;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #3a430c;
}

#noticias .padding {
	padding:15px 20px;	
}

#noticias .noticia .data {
	display:block;
	font-size:10px;
}

#noticias .noticia {
	margin-top:15px;
}

#noticias .noticia a {
	display:block;
}

#noticias .noticia a span {
	text-decoration:underline;
}

#assessorias {
	float:left;
	width:445px;
}

#assessorias h3 {
	margin-bottom:0;
}

#assessorias .assessoria {
	float:left;
	width:210px;
	margin-left:25px;
	margin-bottom:20px;
}

#assessorias .assessoria .limit {
	height:135px;
	min-height:135px;
}

#assessorias a.leiamais {
	text-align:right;
	display:block;
	margin-top:5px;
	text-decoration:underline;
}

#mapa {
	float:left;
	margin-left:30px;
}

#mapa .endereco {
	padding-top:5px;
	font-size:11px;
}

/* :::::::::: FORM :::::::::: */

.campo, .input {
	float:left;
	display:inline;
	margin-top:5px;
}

.campo {
	margin-bottom:10px;
	margin-left:10px;
}

.campo label {
	display:inline;
	margin-bottom:5px;
}

.i_t {
	background:#f1f1f1 url(../img/inp-t.gif) repeat-x center top;
}

.i_b {
	background:url(../img/inp-b.gif) repeat-x center bottom;
}

.i_l {
	background:url(../img/inp-l.gif) repeat-y left center;
}

.i_r {
	background:url(../img/inp-r.gif) repeat-y right center;
}

.i_tl {
	background:url(../img/inp-tl.gif) no-repeat left top;
}

.i_tr {
	background:url(../img/inp-tr.gif) no-repeat right top;
}

.i_bl {
	background:url(../img/inp-bl.gif) no-repeat left bottom;
}

.i_br {
	height:24px;
	background:url(../img/inp-br.gif) no-repeat right bottom;
}

.input input, textarea {
	padding:5px 6px;
	background:#BED470;
}

textarea {
	overflow:auto;
	resize:none;
}

/* :::::::::: GERAL :::::::::: */

.center {
	width: 950px;
	margin: 0 auto;
}

h3 {
	font-size:20px;
	font-weight:normal;
	line-height:22px;
}

h5 {
	font-size:12px;
	font-weight:normal;
}

.ul {
	margin: 0;
	padding: 1;
}

.ul li {
	list-style: none outside;
}

.table {
	border-collapse: collapse;
}

.table td {
	padding: 0;
}

.firstcol {
	margin-left:0 !important;
	padding-left:0 !important;
	border-left:0;
}

.firstline {
	margin-top:0 !important;
	padding-top:0 !important;
	border-top:0;
}

.field_left {
	float:left;
}

.field_right {
	float:right;
}
