@charset "utf-8";
/* CSS Document */

*{
	padding: 0;
	margin: 0;
	list-style:none;
}

hr, img{
	
	border:none;
}



body{
	background-color: #5CB4E4;
	
	}

#estrutura{
	padding-top: 10px;
	background: url(images/bg_large.jpg) top right repeat-x;
	width: 1004px;
	height: 900px;
	margin: 0 auto;
	
	}
	
#topo{
	
	background: url(images/bg_topo.jpg) no-repeat;
	width: 1004px;
	height: 137px;

	}

#topo img{
	
	width: 278px;
	height: 111px;
	padding: 0 0 0 85px;
	margin-top: 15px;
	float:left;

	}

#formulario{
	float: left;
	padding: 70px 20px 5px 200px;
	color: #003366;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	}
	
#formulario input{
	background: #52ADE2;
	border: 0px;
	}
	
#formulario .bottom{
	width: 25px;
	height: 17px;
	font: Verdana, Geneva, sans-serif #fff;
	background: #52ADE2;
	border: 2px solid #52ADE2;
	font-size: 11px;
	text-align:center;
	color: #fff;
	font-weight:600;
	}

#banner{
	padding: 0 0 0 52px; /*1004 - 900px (tamanho do banner) /2 */
	margin: 0 0 0 0;
	padding-top: 0px
	}

#conteudo {
	background-color: #fff;
	margin: 0 52px 0 52px;
	font: 11px Verdana, Geneva, sans-serif;
	height: 540px;
	}

#esquerda{
	width: 540px;
	height: 450px;
	float: left;
	margin: 20px 15px 5px 30px;
	}
	
#esquerda p{
	color: #666;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-align:justify;
	line-height: 14px;
	}
	
#direita{
	width: 300px;
	height: 450px;
	background: url(images/retangulo.jpg) no-repeat;
	float: left;
	margin: 15px 0px 0px 10px;
	padding: 15px 0 0 0;
	}

	
#direita ul li a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 14px;
	color: #fff;
	line-height: 35px;
	margin: 30px 0 0 10px;
	}
#direita img{
	margin: 0 0 0 20px;
	}
	
#direita a:hover{
	color: #003366;
}
	
/*Menu Principal*/

#menu{
	background: url(images/bg_menu.jpg) no-repeat;
	width: 611px;
	height: 31px;
	margin: 0 144px 0 144px;
	
	}


#menu ul li a{
	padding: 5px 0 0 55px;
	float:left;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	color: white;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;

	}
#menu ul li a:link{
	text-decoration: none;
}

#menu ul li a:hover{
	text-decoration: underline;
	color: #5DB4E5;
}

#menu ul li a:visited{
	text-decoration: none;
}

#menu ul li a:active{
	text-decoration: none;
}

/*Fim do menu*/	
	
#footer {
	padding-top: 17px;
	font: 12px Verdana, Geneva, sans-serif;
	color: white;
	text-align: center;
	
	}
	
#t2a {
	margin: -30px 10px 0 0;
	float: right;
	color: white;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	text-align: center;
	
	}
	
#interna{
	width: 750px;
	margin-left: 60px;
	}
	
#interna p{
	margin-left: 10px;
	color: #666;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 14px;
	}