@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	background-image:url(imagens/bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

form{margin:0;}

p{margin:0;}

#container{
	width:980px;
	overflow:hidden;
	margin:0 auto;
}

#topo{
	width:980px;
	height:71px;
	position:relative;
}

#topo2{
	width:980px;
	height:78px;
	background-image:url(imagens/topo2.jpg);
}

#submenu1{
	position:absolute;
	z-index:2;
	top:50px;
	left:172px;
}

#bts_sub a{
	background-color:#286287;
	text-decoration:none;
	display:block;
	padding:3px 3px 3px 8px;
	font-weight:normal;
	color:#FFFFFF;
}

#bts_sub a:hover{
	background-color:#4798C7;
	color:#FFFFFF;
}


#conteudo{
	width:980px;
	overflow:hidden;
}

#col_esquerda{
	width:259px;
	float:left;
	margin-right:11px;
}

#formulario{
	width:239px;
	height:256px;
	background-image:url(imagens/bg_form.jpg);
	overflow:hidden;
	padding-top:30px;
	padding-left:20px;
}

#col_direita{
	width:710px;
	float:left;
}

#titulo{
	width:710px;
	height:58px;
}

#texto{
	width:680px;
	padding-left:15px;
	padding-right:15px;
	overflow:hidden;
	background-color:#FFFFFF;
	line-height:135%;
	color:#555555;
	font-family:"Trebuchet MS", Arial;
}

#banner{
	width:710px;
	height:220px;
	margin-bottom:13px;
}

#bloco1{
	width:710px;
	height:134px;
	margin-bottom:16px;
}

#bloco2{
	width:710px;
	height:134px;
}

#rodape{
	width:100%;
	height:65px;
	background-color:#F4F4F4;
	float:left;
	margin-top:25px;
}

#rodape_inter{
	width:980px;
	height:65px;
	margin:0 auto;
}