/* @override 
	http://www.florestaunida.net/css/styles.css
*/

body {
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	background: #39DBED url(../img/nuvens.jpg) no-repeat;
	color: #391e05;
}

a{
	color: #3D2B07;
	text-decoration: none;
}
a:hover, a.selected{
	color: #669900;
}

h4 { font-weight: bold; }

p{
	margin: 1em 0;
}
input {
	border-left: 1px solid #a7e9f4;
	border-top: 1px solid #a7e9f4;
	border-bottom: 1px solid #5fd1e9;
	border-right: 1px solid #5fd1e9;
	padding: 1px 3px;
	background-color: #7fddec; 
	vertical-align: middle;
}

table {
	border-spacing: 0;
	border-bottom: dotted 1px;
	border-color: white;
}
th {
	background-color: white;
	border-right: solid 1px #7fddec;
	padding: 5px;
}
tr {
	background-color: #7fddec; 
	border: dotted 1px white;
}
td {
	padding: 5px;
	border-right: solid 1px white;
}


hr {
	height: 1px;
	border-style: none;
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
	border-top: thin solid #a8e9f4;
}

/* @group Forms */
div.input {
	margin-bottom: 6px;
}

form table {
	width: 100%;
	margin-bottom: 14px;
}
form table tr {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
form table tr.last {
	border-bottom-width: 0;
}
form table tr td {
	padding: 10px;
}

form table div.input.text input {
	width: 100%;
}

div.input label {
	margin-right: 6px;
	margin-bottom: 3px;
	display: block;
	font-size: 11px;
	color: #216e98;
}
div.input.checkbox label {
	display: inline;
	margin-left: 6px;
}

.error-message {
	color: #ff9100;
	display: inline;
}
/* @end */

#arvore {
	width: 180px;
	height: 269px;
	z-index: 1;
	position: fixed;
	background-image: url(../img/fundo_arvore.png);
	bottom: 0;
	left: 0;
}

#wrapper {
	width: 875px;
	background: url(../img/bg_wrapper.png) repeat-y -1px;
	margin: 0 auto;
	padding-left: 3px;
	overflow: auto;
}
#wrapper_fundo {
	width: 877px;
	background: url(../img/bordo.png) repeat-y -7px;
	margin: 0 auto;
	padding-left: 2px;
	overflow: auto;
	height: 5px;
	padding-right: 1px;
}
#leftcol {
	width: 176px;
	float: left;
	margin-right: 3px;
}

	#logo {
		text-align: center;
		height: 220px;
	}
	#leftcontent {
		padding-bottom: 15px;
		height: 60%;
	}
	.header {
		height: 28px;
		background: url(../img/bg_menu.png) 0 -5px;
		color: #3399CC;
		font-size: 11px;
		text-align: center;
	margin-bottom: 7px;
	}
	.header div {
		padding-top: 6px;
	}
	#leftcol .texto {
		margin: 12px;
	}


#rightcol {
	float: left;
	}
	#above_banner {
		height: 32px;
		text-align: right;
		padding-right: 10px;
	}
	.ie7 #above_banner {
		float: right;
	}
	
#NewsletterSubscritorAddForm span.error-msg {
	display: none;
	margin-right: 7px;
	font-size: 11px;
	color: #ff9100;
}
	
#NewsletterSubscritorAddForm {
	padding-top: 7px;
}
#NewsletterSubscritorAddForm div {
	display: inline;
}
#NewsletterSubscritorAddForm label {
	display: inline;
}
.ff3 #NewsletterSubscritorAddForm div.submit input {
	padding: 0px 3px;
}
.ie7 #NewsletterSubscritorAddForm div.submit input {
	padding: 0px 3px;
	height: 20px;
}
	
/* @group Menu */
#menu {
	background: url(../img/bg_menu.png) repeat-x 0 -5px;
	height: 28px;
	width: 691px;
}

#menudropdown li {	
	float: left;
	margin-left: 13px;
	font-size: 10px;
}

#menudropdown li a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	margin-top: 7px;
}

#menudropdown li a:hover
{	}
	
#menudropdown li ul {
	background: white;
	position: absolute;
	visibility: hidden;
	padding: 4px 10px 10px;
}
#menudropdown li ul li {
	float: none;
	text-align: left;
	display: inline;
}
/* @end */
	
	#conteudo {
		display: block;
		width: 652px;
		clear: left;
		margin: 40px 19px 50px;
		overflow: auto;
	}
	
#conteudo .esq {
	width: 45%;
	float: left;
	margin-right: 5%;
}
#conteudo .dir {
	width: 50%;
	float: left;
}
	
	#conteudo ul {
		display: block;
		list-style-type: disc;
		margin: 0 1em;
	}
	#conteudo li {
		display: list-item;
	}

/*
#bottomarea {
	position: relative;
	width: 100%;
	background: url(../img/arvore.png) repeat-x;
	height: 269px;
	z-index: 1000;
	margin-top: -235px;
}
*/
#bottomarea {
	position: fixed;
	width: 100%;
	background: url(../img/fundo_base.png) repeat-x;
	height: 61px;
	z-index: 1000;
	bottom: 0;
}

/* DESTAQUES HOME */
.destaque {
	float: left;
	width: 160px;
	margin-left: 30px;
	border-left: 1px dotted white;
	padding-left: 30px;
}
.destaque img {
	margin-bottom: 10px;
}
.destaque .titulo {
	font-weight: bold;
	color: #576312;
	margin-bottom: 10px;
	display: inline-block;
}
.destaque p.data {
	font-size: 10px;
	color: gray;
}
.destaque a {
	color: #576312;
	font-weight: bold;
}
.destaque a:hover {
	text-decoration: underline;
}

/* ARTIGOS */
.titulo{
	color: #576312;	
}
.artigo_comimagem .titulo {
	padding-left: 248px;
	padding-bottom: 6px;
}
.artigo_comimagem .imagem {
	float: left;
	width: 230px;
}
.artigo_comimagem .texto {
	width: 365px;
	float: left;
	margin-left: 18px;
}

.artigo_semimagem .titulo {
	padding-bottom: 6px;
}
.artigo_semimagem .texto {
	width: 645px;
}

/* APOIOS */
.apoio_logo {
	margin-bottom: 10px;
	margin-right: 14px;
	border-width: 0;
}

/* @group Conservatoria */

#user_menu {
	background-color: #fff;
	padding: 4px;
}

#user_menu ul li {
	list-style-type: none;
	display: inline;
	margin-right: 8px;
}

/* @end */

/* @group Notícias */

.noticia {
	clear: both;
	margin-bottom: 15px;
	display: inline-block;
}
.noticiaImagem {
	float: left;
	width: 260px;
}
.noticiaTexto {
	float: left;
	width: 390px;
}

/* @end */

/* @group Flash Message */

#flashMessage.message {
	font-size: 15px;
	margin-bottom: 30px;
}

/* @end */

