/*--------------------------------------------------------------------
LAYOUT "Organigrama" 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-organigrama-pic.jpg) no-repeat;}


/* =CONTENT PRIMARIO: texto 
------------------------------------------------------------------*/
.layoutConcelho #primContent h3{color: #538f72;}
.layoutConcelho #primContent{
	position: relative; width: 697px; min-height: 300px;  
	margin:0; padding: 20px 40px 0 20px;
}
.layoutConcelho #primContent strong{color: #538f72;}
.doc {padding-left: 20px; background: transparent url(../imgs/icon-documents.gif) no-repeat 0 2px;}

.layoutConcelho #primContent ul{
	margin: 15px 0 0 0; padding: 0; list-style: none; line-height: 16px; color: #120202; 
}
.layoutConcelho #primContent ul li{
	text-indent: 10px;
	background: transparent url(../imgs/listas-mapa-nivel1.gif) no-repeat 0 6px;;
}

.layoutConcelho #primContent ul.secNivel{
	margin: 4px 0 0 15px; padding: 0; list-style: none; line-height: 12px;
}
.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: 4px 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;;
}

.layoutConcelho #primContent a{color: #120202; text-decoration: none; border-bottom: 1px dashed #538f72;}
.layoutConcelho #primContent a:hover, .layoutConcelho #primContent a:focus{
	color: #ffffff; text-decoration: none; background-color: #538f72;
}