@charset "utf-8";
/* CSS Document */

 html, body {
	background-color: #c0d0b5;
	font-family: "trebuchet MS", Arial;
	font-size: 11px;
	color: #373737;
	text-align:justify;
}
h1 {
	text-indent:-9000px;
	background: url(img/logomarca.jpg) no-repeat;
	width:277px;
	height:101px;
	float:right;
	margin:0px;}
h1 a {display:block; height:100%; width:100%}
h2 {
	font-family: "trebuchet MS", Arial;
	font-size: 16px;
	font-weight: bold;
	color: #4c7eaa;
	text-transform:uppercase;
	margin-top:0px;
}
h3 {
	font-family: "trebuchet MS", Arial;
	font-size: 13px;
	font-weight: bold;
	color: #3D6487;
	text-transform:uppercase;
	margin-top:0px;
}

#topo {
	height:101px;
	background: url(img/bt_home_over.jpg) left top no-repeat;}
#geral { width:1004px;
margin:0 auto;
background-color:#fff;}
#conteudo {
	background: url(img/lateral_internas.jpg) left top no-repeat;
	padding: 20px 30px 20px 200px;
	min-height:400px;
}
#rodape {
	width:1004px;
	margin:0 auto;
	text-align:center;
	_margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #26492b;
	}
.clara {
	color: #666666;
	font-size: 10px;
}
.destaque {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
a.download:link {
	color: #990000;
	text-decoration: none;
}
a.download:visited {
	color: #990000;
	text-decoration: none;
}
a.download:hover {
	color: #990000;
	text-decoration: underline;
}
a.download:active {
	color: #990000;
	text-decoration: none;
}
a:link {
	color: #336699;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}


/*** listas ***/

#conteudo ul
{
list-style-type: none;
text-align: left;
margin: 0 0 10px 0;
padding: 0;
cursor: default;
background-color:#f0f0f0;

}

#conteudo ul li 
{
background: transparent url(img/list-off.gif) left 10px no-repeat ;
margin-left:0px;
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #666;
padding:5px 15px;;
border-bottom:2px solid #FFFFFF;
}

#conteudo ul li a
{
text-decoration: none;
color: #336699;
}

#conteudo ul li a:hover
{
color: black;
}

#conteudo ul li a#current
{
color: #666;
}

#sublista ul
{
list-style-type: none;
text-align: left;
margin: 0 0 0px 0;
padding: 0;
cursor: default;
background-color: #CCCCCC;
}


#sublista  ul li
{
background: transparent url(img/list-off.gif) left center no-repeat ;
margin-left:0px;
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #666;
padding:5px 35px;;
border-bottom:2px solid #FFFFFF;
}

/*** home ***/

#conteudohome {
	background: url(img/lateral_home.jpg) left top no-repeat;
	padding: 230px 30px 20px 200px;
}

#conteudohome ul
{
list-style-type: none;
text-align: left;
margin: 0 0 10px 0;
padding: 0;
cursor: default;
background-color:#f0f0f0;

}

#conteudohome ul li 
{
background: transparent url(img/list-off.gif) left center no-repeat ;
margin-left:0px;
text-align: left;
font: normal 11px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
text-decoration: none;
color: #666;
padding:5px 15px;;
border-bottom:2px solid #FFFFFF;
}

#conteudohome ul li a
{
text-decoration: none;
color: #666;
}

#conteudohome ul li a:hover
{
color: black;
}

#conteudohome ul li a#current
{
color: #666;
}

/*** form ***/

#form{
background:#f0f0f0;
padding:15px;
}
fieldset {
	margin:0;
	padding:0;
}
#form label{
display:inline;
font-weight:bold;
float:left;
padding:4px 0;
text-align:left;
clear:both;
}
#form input, textarea, select{
	float:left;
	font-size:10px;
	padding:1px 1px;
	border:solid 1px #aacfe4;
	margin: 0px;
	display:inline;
	width:740px;
}

#form button{
	clear:both;
	margin:0 auto;
	width:80px;
	text-align:center;
	line-height:22px;
	color:#fff;
	font-size:10px;
	border:0px;
	background-color:#333;
	padding:5px 15px;
}


.center {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#logo2
{
padding-left:250px;
padding-top:45px;
}