/* CSS Document */

*, html{
	margin:0px;
	padding:0px;
}

body{
	height:100%;
}

#interface{
	background-image: url(img/background.jpg);
	background-repeat:repeat-x;
}

img{
	margin:0px;
	padding:0px;
	border:0px;
}

.dist{margin:5px 0px;}


/* REGRAS PARA TEXTOS E LINKS ///////////////////////////////////////////////////////////////////////*/

h1 a{
	width:390px;
	height:65px;
	display:block;
	background-image: url(img/h1.gif);
	position: absolute;
	top: 30px;
	left: 15px;
	text-indent:-3000px;
	overflow:hidden;
}


h2{
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#004F9E;
	background-image:url(img/h2.gif);
	background-repeat:no-repeat;
	background-position: 2px 8px;
	text-indent: 15px;
}

.subh2{
	font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#004F9E;
	text-indent: 15px;
}


h3{
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #8BB900;
	padding-left: 15px;
}

h4{
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #004F9E;
	font-weight: bold;
}



p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height: 1.3;
}

.texto_branco{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
}

.pendencia{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#990000;
}


a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#074A90;
}

a:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#074A90;
}

a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#668F05;
}

.acesse a{
	width:121px;
	height:15px;
	display:block;
	background-image:url(img/btn_legislacao.gif);
	margin:5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	padding: 2px 0px 2px 0px;
	text-indent: 4px;
	}
	
.acesse a:hover{
	width:121px;
	height:15px;
	display:block;
	background-image:url(img/btn_legislacao_hover.gif);
	margin:5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9px;
	text-indent: 4px;
	padding: 2px 0px 2px 0px;
	}

/* REGRAS PARA OS BLOCOS ///////////////////////////////////////////////////////////////////////*/

#container{
	width:810px;
	height:100%;
	position:relative;
	margin:0 auto;
}

#esquerda{
	width:20px;
	height:500px;
	background-image:url(img/back_esquerda.jpg);
	background-repeat:no-repeat;
	float:left;
}

#centro{
	width:770px;
	float:left;
	background-color: #FFFFFF;
	position: relative;
}

#direita{
	width:20px;
	height:500px;
	background-image:url(img/back_direita.jpg);
	background-repeat:no-repeat;
	float:left;
}

.clear{
	clear:both;
	height:20px;
}

#topo{
	width:770px;
	height:115px;
	margin:0 auto;
	position:relative;
	background-image:url(img/back_topo.jpg);
	background-repeat:no-repeat;
}

#controle_home a{
	width:30px;
	height:80px;
	background-image:url(img/home.jpg);
	position:absolute;
	top:6px;
	right:48px;
	text-indent:-3000px;
	overflow:hidden;
}

#controle_home a:hover{
	background-image:url(img/home_hover.jpg);
}

#controle_faleconosco a{
	width:30px;
	height:80px;
	background-image:url(img/fale_conosco.jpg);
	position:absolute;
	top:6px;
	right:15px;
	text-indent:-3000px;
	overflow:hidden;
}

#controle_faleconosco a:hover{
	background-image:url(img/fale_conosco_hover.jpg);
}

#coluna_esquerda{
	width:235px;
	position:relative;
	float:left;
	left:8px;
	margin-top: 5px;
	/*background-image: url(img/back_menu.jpg);*/
}

#menu_container{
	width:235px;
	position:relative;
    background-image: url(img/back_menu.jpg);
}

#menu_topo{
	width:235px;
	height:15px;
	background-image:url(img/back_menu_topo.jpg);
}

#menu{
	width:235px;
	position:relative;
	background-image: url(img/back_menu.jpg);
}

#menu ul{
	width:220px;
	margin: 0 auto;
	display:block;
}

#menu ul li{
	list-style-type:none;
}

#menu ul li a{
	position:relative;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#1D5C87;
	text-decoration:none;
	width: 200px;
	display: block;
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	padding-left: 20px;
	background-image:url(img/back_item.jpg);
	background-repeat:no-repeat;
	background-position:2px 6px;
	display:block;
	background-color: #FBFBFB;
}

#menu ul li a:hover{
	color:#759B00;
	background-image:url(img/back_item_hover.jpg);
	text-decoration:none;
	background-repeat:no-repeat;
	background-position:2px 6px;
}

/* PARA O SUBMENU */

#menu ul li ul{
	margin-top: 5px;
	margin-bottom: 5px;
}

#menu ul li ul li a{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #277EB8;
	height: 20px;
	text-decoration: none;
	line-height: 20px;
	text-align:left;
	display: block;
	background-color: #CEDFEF;
	margin-bottom: 2px;	
	font-weight: normal;
	padding-left: 10px;
	width: 210px;
	background-image: url(img/back_subitem.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#menu ul li ul li a:hover{
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	text-align:left;
	display: block;
	background-color: #78B4D8;
	margin-bottom: 2px;
	background-image: url(img/back_subitem_hover.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}

#menu_base{
	width:235px;
	background-image:url(img/back_menu_base.jpg);
	height: 15px;
}

/* PARA O SUBMENU */



.item_borda{border-bottom:#D9E7F1 1px solid;}

.head{border-bottom:#D9E7F1 1px solid;}

.item_semborda{border-bottom: #FBFBFB;}


#servicos{
	width:235px;
	position:relative;
	margin-top: 20px;
}

#servicos ul{
	width:225px;
	margin:0 auto;
}

#servicos ul li{
	list-style-type:none;
	position:relative;
}

#servicos ul li a{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
	color:#1D5C87;
	text-decoration:none;
	display: block;
	font-weight: bold;
	height:70px;
	line-height:70px;
	margin-bottom:5px;
	text-indent:-3000px;
}

#servicos ul li a:hover{
	color:#759B00;
	text-decoration:none;
}

.glossario{
	background-image:url(img/glossario.jpg);
}

.glossario:hover{
	background-image:url(img/glossario_hover.jpg);
}

.faq{
	background-image:url(img/faq.jpg);
}

.faq:hover{
	background-image:url(img/faq_hover.jpg);
}

.passaporte{
	background-image:url(img/passaporte.jpg);
}

.passaporte:hover{
	background-image:url(img/passaporte_hover.jpg);
}

#home_tema{
	width:510px;
	height:450px;
	position:relative;
	float:right;
	right:8px;
	background-image:url(img/home_tema.jpg);
	background-repeat:no-repeat;
	margin-top: 5px;
}

#conteudo{
	width:510px;
	position:relative;
	float:right;
	right:8px;
	margin-top: 5px;
}

#textos{
	width:480px;
	float:left;
	left:8px;
	margin-top: 5px;
	position: relative;
}

#textos ul{
	margin-left:15px;
	display:block;
}

#textos ul li{
	list-style-type:disc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
}

#interno_tema{
	width:230px;
	height:230px;
	position:relative;
	background-image:url(img/interno_tema.jpg);
	background-repeat:no-repeat;
	margin: 5px auto;
}


#rodape_home{
	width:350px;
	height:35px;
	position: absolute;
	top: 414px;
	right: 10px;
}


#rodape{
	width:770px;
	height:40px;
	background-image: url(img/back_rodape.jpg);
	position: relative;
	clear: both;
	background-position: right;
	background-repeat: no-repeat;
}


#rodape_home address a{
	width: 280px;
	height: 23px;
	position: absolute;
	top: 5px;
	right: 0px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
	line-height: 23px;
	text-decoration:none;
	background-image: url(img/sfw.jpg);
	background-position: right;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 45px;
	
}

#rodape_home address a:hover{
	color:#000000;
	background-image: url(img/sfw_hover.jpg);
	background-position: right;
	background-repeat: no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
	text-decoration: none;
}

#rodape address a{
	width: 280px;
	height: 23px;
	position: absolute;
	top: 8px;
	right: 12px;
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
	line-height: 23px;
	text-decoration:none;
	background-image: url(img/sfw.jpg);
	background-position: right;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 45px;
	
}

#rodape address a:hover{
	color:#000000;
	background-image: url(img/sfw_hover.jpg);
	background-position: right;
	background-repeat: no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
	text-decoration: none;
}


/* FORMS FORMS FORMS */

.campo{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:4px 2px;
	border: #CCCCCC 2px solid;
	background-color:#FCFCFC;
}

.campo_focus{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:4px 2px;
	border: #003F82 2px solid;
	background-color:#FFFFFF;
}






/* HTML & AJAX TOOLTIP */

.ajaxtooltip{
	position: absolute; /*leave this alone*/
	display: none; /*leave this alone*/
	width: 200px;
	left: 0; /*leave this alone*/
	top: 0; /*leave this alone*/
	background-color: #BED8EA; /*#0099CC;*/
	border: 2px solid #003399;
	padding: 5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #003366;
}







/* HIGHSLIDE HTML */

.highslide-html {
    background-color: white;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    /*padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
