@charset "UTF-8";

/* asterisco corresponde a todo o documento */
* {
	margin:0px;
	padding:0px;
	font-family:"Trebuchet MS",Verdana,Arial,Tahoma;
}

body {
	background-image: url(images/background_rodape.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: bottom;
	background-color: white;
}

p {
	font-size: 14px;
	color: #666;
}

a:link {
color: #007433;
text-decoration: none;

}
a:visited {
color: #007433;
text-decoration: none;
}
a:hover {
color: #000;
text-decoration: none;
}
a:active {
color: #007433;
text-decoration: none;
}

img { 
border:0; 
}

/* tudo que precisa ser verde inline */

.textoverde {
	color: #007433;
}

.margemesquerda{
margin-left:290px;
}
.margemesquerdaverde{
	margin-left:290px;
	color: #007433;
}
.margemesquerdalegenda{
margin-left:290px;
font-size:12px;
}
.legenda{
font-size:12px;
}



.margem10{
margin-left:10px;
}

.textoverdemargem10{
	color: #007433;
margin-left:10px;

}
h1 {
	font-size: 18px;
	color: #007433;
	padding-top: 40px;
	padding-bottom: 20px;
}

/*horizontal rule */
hr {
	margin-top: 5px;
	background: url(images/hr.gif) repeat-x;
	border: none;

}

/*Assinatura do rodapé */
address {
	font-size: 12px;
	font-style: normal;
	text-align: center;
	color: #666;
}
		
#geral {
	width:900px;
	margin:0px auto;
	z-index: 99;
}
	
#cabecalho{
	width:900px;
	height: 80px;
}
		
#cabecalho h1 {
	background: green;
	padding:10px;
	color:#FFF;
	z-index: 99;
}
	
#menu {
 	font-size: 14px;
 	font-weight: 800;
	width:250px;
	float:left;
	z-index: 99;
	padding: 0px;
}
	
#menu ul li {
	background: url(images/hr.gif) repeat-x bottom;
	padding-bottom: 3px;
	list-style-type: none; /* remove bullets e listas */
	list-style: inside url(images/menu_list.png); /* troca bullets pela imagem */
	margin-top: 4px;
	margin-bottom: 4px;
}
	
#menu ul li:hover {
	list-style-type: none; /* remove bullets e listas */
	list-style:  inside url(images/menu_list_hover.png); /* troca bullets pela imagem */
	font-weight: 900;
}	

#menu ul li.subitem{
	margin-left: 35px;

}

#menu ul li.menunaobotao {
	background: url(images/hr.gif) repeat-x bottom;
	padding-bottom: 3px;
	font-size:14px;
	font-weight: 800;
	color: #007433;
	margin-left: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style: none;
	list-style-image:none;
}

#menu a {
	color: #666666;
	text-decoration: none;
}
	
#menu a:hover {
	color: black;
	text-decoration: none;
}

#menu2 {
 	font-size: 14px;
 	font-weight: 800;
	float:left;
	z-index: 99;
	padding: 0px;
}
	
#menu2 ul li {
	padding-bottom: 3px;
	list-style-type: none; /* remove bullets e listas */
	list-style: inside url(images/menu_list.png); /* troca bullets pela imagem */
	margin-top: 4px;
	margin-bottom: 4px;
}
	
#menu2 ul li:hover {
	list-style-type: none; /* remove bullets e listas */
	list-style:  inside url(images/menu_list_hover.png); /* troca bullets pela imagem */
	font-weight: 900;
}	

#menu2 ul li.subitem{
	margin-left: 35px;

}

#menu2 ul li.menunaobotao {
	background: url(images/hr.gif) repeat-x bottom;
	padding-bottom: 3px;
	font-size:14px;
	font-weight: 800;
	color: #007433;
	margin-left: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style: none;
}

#menu2 a {
	color: #666666;
	text-decoration: none;
}
	
#menu2 a:hover {
	color: black;
	text-decoration: none;
}
.rightverde{
	text-align:right;
	color: #007433;

}

.slogan1 {
	font-weight: normal;
	font-size: 22px;
	color: #028B45;
	margin-left: 120px;
}

.slogan2 {
	font-weight: normal;
	font-size: 16px;
	color: #028B45;
	margin-left: 120px;
}

.pontilhado {
	width: 100%;
	height: 2px;
	background: url(images/hr2.gif) repeat-x bottom;
}
		
#conteudo {
	width:650px;
	padding:0px;
	float:right;
	z-index: 99;
}
				
#rodape {
	width: 900px;
	float:right;
	margin-top: 200px;
	z-index: 99;
	}

#imagem_pag{
	width:290px;
	height:550px;
	float:left;
	padding:0px;
}
		
#conteudo_pag {
	width:360px;
/*	height:550px;*/	
	height:auto;
	float:left;
	padding:0px;
	z-index:99;
}

/*posiciona as laterais verdes */
#verdeesquerdo {
	position: fixed;
	background-color: #007433;
	width: 12px;
	height: 100%;
	left: 0px;
	top: 0px;
}
#verdedireito {
	position: fixed;
	background-color: #007433;
	width: 12px;
	height: 100%;
	right: 0px;
	top: 0px;
}

.botao {
	cursor: pointer;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 11px;
	color: #000000;
	border-width: 0px;
	background-color:#ffffff;
}

.botao2 {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	border-width: 0px;
	border-style:solid;
	background-color:#999999;
	width: 60px;
	height: 24px;
	position:relative;
}

.campo {
	border-width: 1px;
	background-color:#ffffff;
	border-style: solid;
	border-color: #999999;
	width: 250px;
	height: 22px;
}