/* CSS Document */

body{
	font-size: 13px;
	font-family: Arial;
	color: #666;
	margin: 0;
	padding: 0;
	background-color: #f1f1f1;
}
#tplGeral{
	text-align: center;
}
#tplSite{
	text-align: left;
	background-color: #FFF;
	width: 980px;
	margin: 0 auto;
	padding: 0;
	color: #333;
}
#tplTopo{
	background-color: #FFF;
	background-image: url(../images/bg_topo.gif);
	background-repeat: repeat-x;
	width: 980px;
	height: 84px;
}
#tplFaixa{
	background-image: url(../images/bg_faixa.jpg);
	background-repeat: no-repeat;
	height: 300px;
	background-color: #133250;
	position: relative;
	background-position: right 0;
}
#tplFaixaTexto{
	font-size: 22px;
	width: 440px;
	position: absolute;
	top: 110px;
	left: 60px;
	color: #FFF;
}
#tplMenu{
	font-size: 12px;
	background-image: url(../images/bg_topo.gif);
	width: 636px;
	height: 84px;
	background-repeat: repeat-x;
	position: relative;
	left: 0px;
	top: 0px;
	float: right;
}
#tplConteudo{}
#tplContent{
	padding: 20px;
	background-image: url(../images/bg_home.gif);
	background-repeat: no-repeat;
}
#tplHContent{
	padding: 0;
}
#tplHCol{
	background-repeat: repeat-y;
	background-color: #EDEDED;
	padding: 0;
}
#tplColContent{
	padding: 10px;
}
#tplColContent .campo{
	width: 90%;
}
#tplNews{
	height: 239px;
	background-image: url(../images/bg_news.gif);
	background-repeat: repeat-x;
	color: #FFF;
	font-size: 12px;
	padding: 0px 20px;
	clear: both;
	position: relative;
}
#tplRodape{
	height: 60px;
	background-color: #082745;
	color: #FFF;
	font-size: 12px;
	line-height: 60px;
	padding-left: 20px;
	clear: both;
	position: relative;
}
#tplCreditos{
	position: absolute;
	top: 0px;
	left: 920px;
	width: 60px;
}

ul#nav{
	height: 84px;
	margin: 0;
	padding: 0;
	margin-right: 16px;
}
#nav li{
	margin-right: 16px;
	padding: 0;
	list-style: none;
	float: left;
}
#nav li a{
	display: block;
	color: #082745;
	text-decoration: none;
	line-height: 84px;
}
#nav li a:hover{
	color: #082745;
	text-decoration: underline;
}

