/* CSS Document */

*{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
body{
	background:#d0cbab url('Links/fundo.jpg') top center repeat-x;
}
#topo{
	height:149px;
	background:url('Links/topo.jpg') top center no-repeat;
}
#topo h1 a{
	width:140px;
	height:116px;
	margin-top:30px;
	margin:0 auto;
	display:block;
	padding-right:590px;
	text-indent:-9000px;
	overflow:hidden;
	background:url('Links/logo.jpg') left center no-repeat;
}





#topo #menu #nav{
	width:730px;
	height:29px;
	margin:0 auto;
	padding-top:4px;
	list-style: none;
}

#topo #menu #nav ul{
	width: auto;
	float: left;
	list-style: none;
}




#topo #menu #nav li{
	float: left;
}
#topo #menu #nav a{
	display: block; 
	text-decoration: none;
	padding:8px 7px 7px 7px;
	font-size:11px;
	color:#A49B70;
}

#topo #menu #nav a.submenu{
	border-top:1px solid #FFF;
}

#topo #menu #nav a:hover {
	color:#685911;
	background: #efeee4;
}


#topo #menu #nav li ul{
	position: absolute;
	left: -999em;
    width: 200px;
	height: auto;
}

#topo #menu #nav li li {
	width:200px;
}

#topo #menu #nav li ul a {
	width: 186px;
}

#topo #menu #nav li ul ul {
	margin: -1.75em 0 0 13.2em; 
}


#topo #menu #nav li:hover ul, 
#topo #menu #nav li.sfhover ul{ 
	left: auto;
	background: #E9E7D8;
}

#topo #menu #nav li:hover, #topo #menu #nav li.sfhover {
	background:#E9E7D8; 
}




#container{
	width:850px;
	margin:0px auto;
	background:url('Links/conteudo-fundo.jpg') center center repeat-y;
}
#container #conteudo{
	width:790px;
	padding:4px 30px 0 30px;
	background:url('Links/conteudo-topo.jpg') top center no-repeat;
}
#container #conteudo #principal{
	width:730px;
	padding:0 30px 0 30px;
	float:left;
	background:url('Links/conteudo-principal-fundo.jpg') top left repeat-x;
}
#container #conteudo #principal #noticias{
	width:464px;
	height:276px;
	padding:73px 26px 26px 26px;
	float:left;
	background:url(Links/noticias-fundo.jpg) top left no-repeat;
}
#container #conteudo #principal #noticias dl dt{
	font-weight:bold;
}
#container #conteudo #principal #noticias dl dd{
	margin-bottom:2px;
}
#container #conteudo #principal #noticias dl dd a{
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
#container #conteudo #principal #banner-direita{
	width:205px;
	height:183px;
	float:left;
	padding:0 0 9px 9px;
}


#container #conteudo #principal #textos{
	width:505px;
	margin-right:11px;
	float:left;
}
#container #conteudo #principal #textos a{
	color:#A49B70;
}

a.botao-500, a.botao-500-texto{
	width:500px;
	height:55px;
	margin:5px 0 20px 145px;
	display:block;
	float:left;
	text-align:center;
	text-decoration:none;
	line-height:53px;
	font-size:18px;
	color:#A49B70;
	background:url(Links/botao-500.jpg) center center no-repeat;
}
a.botao-500-texto{
	margin:5px 0 20px 0;
}

#container #conteudo #principal h2{
	margin-bottom:10px;
	font-size:26px;
	font-weight:100;
	color:#777562;
	border-bottom:2px solid #777562;
}
#container #conteudo #principal h3{
	margin-bottom:5px;
	font-size:16px;
	font-weight:100;
	color:#0A71B1;
}
#container #conteudo #principal #textos p{
	margin-bottom:12px;
	line-height:22px;
}
#apoio{
	width:730px;
	height:66px;
	padding:39px 60px 0 60px;
	margin:0px auto;
	background:url('Links/apoio-fundo.jpg') top center no-repeat;
}


#rodape{
	width:527px;
	height:70px;
	margin:0px auto;
	padding:33px 60px 73px 263px;
	background:url(Links/rodape-fundo.jpg) bottom center no-repeat;
}
#rodape .logo-roteiro{
	width:162px;
	height:70px;
	display:block;
	float:left;
	overflow:hidden;
	text-indent:-19000px;
	background:url(Links/logo-roteiro.jpg) center center no-repeat;
}
#rodape .logo-gwg{
	width:160px;
	height:70px;
	display:block;
	float:left;
	overflow:hidden;
	text-indent:-12000px;
	background:url(Links/logo-gwg.jpg) center center no-repeat;
}
#rodape .endereco{
	float:left;
}