/*--------------------------------------------------------------------
LAYOUT "Mapa do Site" Style - CAMARA MUNICIPAL DE SOURE (IE6+ FF1.5+ Opera9+)

Version: 	1.0 - 2007
author: 		Burocratik (alexandre r. gomes)
email: 		alex@burocratik.com
website: 	http://www.burocratik.com
-----------------------------------------------------------------------*/
@import url(corpo.css);

/* =HEADER
------------------------------------------------------------------*/
#headerFlash{background: transparent url(../pics/fmain-mapa-pic.jpg) no-repeat;}

/* =CONTENT PRIMARIO: texto 
------------------------------------------------------------------*/
.layoutConcelho #primContent h3{color: #4b6a8c;}
.layoutConcelho #primContent{
	position: relative; width: 697px; min-height: 300px;  
	margin:0; padding: 20px 40px 0 20px;
}

.layoutConcelho #primContent ul{
	margin: 15px 0 0 0; padding: 0; list-style: none; line-height: 19px; color: #4b6a8c; 
}
.layoutConcelho #primContent ul li{
	text-indent: 10px;
	background: transparent url(../imgs/listas-mapa-nivel1.gif) no-repeat 0 7px;;
}
.layoutConcelho #primContent ul a{color: #4b6a8c; text-decoration: none;}
.layoutConcelho #primContent ul a:hover, .layoutConcelho #primContent ul a:focus{
	color: #ffffff; text-decoration: none; background-color: #4b6a8c;
}

.layoutConcelho #primContent ul.secNivel{
	margin: 0 0 5px 15px; padding: 0; list-style: none; line-height: 14px;
}
.layoutConcelho #primContent ul.secNivel li{
	text-indent: 10px;
	background: transparent url(../imgs/listas-mapa-nivel2.gif) no-repeat 0 4px;;
}

.layoutConcelho #primContent ul.tercNivel{
	margin: 5px 0 0 15px; padding: 0; list-style: none; line-height: 12px;
}
.layoutConcelho #primContent ul.tercNivel li{
	text-indent: 8px;
	background: transparent url(../imgs/listas-mapa-nivel3.gif) no-repeat 0 4px;;
}

