/* CSS Document */
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 1em; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* header */
#header {
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0;
	background: white url("/shared/header_top_left.gif") no-repeat top left;
	text-align: center;
}
#header #head {
	height: 23px;
	margin: 0;
	padding: 0;
	background: transparent url("/shared/header_top_right.gif") no-repeat top right;
}
#header a#logo img { 
	width: 350px;
	height: 98px;
	border: 0;
	margin-top: 30px;
}
/* menu */
#menu {
	height: 65px;
	margin: 0;
	padding: 0;
	background: white url("/shared/menu_top_left.gif") no-repeat top left;
	
}
#menu #nav {
	height: 65px;
	margin-bottom: 0;
	padding-bottom: 0;
	background: transparent url("/shared/menu_top_right.gif") no-repeat top right;
	list-style: none;
	text-align: center;
}
#menu #nav li {
	position: relative;
	top: 13px;
	font-size: 12px;
	margin: 5px 0;
	line-height: 18px;
	display: inline;
	color: white;
}
#menu #nav li a {
	padding: 0 15px;
	background: rgb(6,44,83) url("/shared/menu_bullet.gif") no-repeat 5px 5px;
	color: white;
	text-decoration: none;
}

#menu #nav li a:visited {
	color: #ccc;
	text-decoration: none;
}
#menu #nav li a:hover {
	color: white;
	text-decoration: underline;
}
#menu #nav li ul.dropdown {
	position: absolute;
	top: 14px;
	padding: 10px;
	margin: 0;
	text-align: left;
	display: none;
	z-index: 10000;
}
#menu #nav li:hover ul.dropdown, #menu #nav li.over ul.dropdown {
	display: block;
}
#menu #nav li#linkInstitucional ul.dropdown {
	width: 140px;
	height: 70px;
	left: 0;
	background: transparent url("/shared/menu_dropdown_bg1.gif") no-repeat left 3px;
}
#menu #nav li#linkProjeto ul.dropdown,
#menu #nav li#linkInternacional ul.dropdown {
	width: 200px;
	height: 60px;
	left: 0;
	background: transparent url("/shared/menu_dropdown_bg2.gif") no-repeat left 3px;
}
#menu #nav li#linkEstado ul.dropdown {
	width: 240px;
	height: 120px;
	left: 0;
	background: transparent url("/shared/menu_dropdown_bg3.gif") no-repeat left 3px;
}
#menu #nav li#linkRDE ul.dropdown {
	width: 100px;
	height: 195px;
	left: -60px;
	background: transparent url("/shared/menu_dropdown_bg4.gif") no-repeat left 3px;
}
#menu #nav li ul.dropdown li {
	top: 0;
	list-style: none;
	display: block;
}
#menu #nav li ul.dropdown li a {
	padding: 0;
	margin: 0;
	background: transparent none;
}
#menu #nav li ul.dropdown li#linkREdicao ul.subDropdown, #menu #nav li ul.dropdown li#linkREdicaoAnterior ul.subDropdown {
	width: 120px;
}
#menu #nav2 {
	width: 250px;
	height: 18px;
	margin: -20px 0 0 20px;
	font-size: 9px;
	float: left;
}
#menu #nav2 a { 
	width: 17px;
	height: 13px;
	padding: 0 8px;
	margin-right: 10px;
}
#menu #nav2 a:link, #menu #nav2 a:visited, #menu #nav2 a:hover { 
	color: transparent;
	text-decoration: none;
	border: 0;
}
#menu #nav2 a span { 
	display: none;/**/
}
#menu #nav2 a#linkHome { 
	background: transparent url("menu_icon_home.gif") no-repeat left top;
}
#menu #nav2 a#linkMapa { 
	background: transparent url("menu_icon_mapa.gif") no-repeat left top;
}
#menu #nav2 a#linkContato { 
	background: transparent url("menu_icon_contato.gif") no-repeat left top;
}

#menu #tamanhoTexto {
	width: 250px;
	margin: -20px 20px 0 0;
	font-size: 10px;
	color: #666;
	text-align: right;
	float: right;
}
#menu #tamanhoTexto a:link { 
	color: #036;
	text-decoration: none;
}
#menu #tamanhoTexto a:active { 
	color: #990000;
	text-decoration: none;
}
#menu #tamanhoTexto a:visited { 
	color: #036;
	text-decoration: none;
}
#menu #tamanhoTexto a:hover { 
	color: #990000;
	text-decoration: underline;
}
/* content */
#content {
	font-size: 1em;
	line-height: 1.4em;
	background: rgb(231,232,240) url("/shared/content_bg_left.gif") repeat-y left top;
}
#content #main {
	width: 100%;
	min-height: 330px;
	background: transparent url("/shared/content_bg_right.gif") repeat-y right top;
}
#content #main #sidebar {
	width: 230px;
	margin-left: 15px;
	float: left;
}
#content #main #sidebar form, #content #main #sidebar #subMenu {
	font-size: 0.8em;
	line-height: 1em;
	padding: 0 10px;
	background-color: white;
	border: 1px solid silver;
}
#content #main #sidebar form dl dt { 
	margin-bottom: 5px;
}
#content #main #sidebar form dl dd { 
	height: 18px;
	margin-left: 0;
}
#content #main #sidebar form dl dt label span { 
	color: #990000;
}
#content #main #sidebar form dl dd input { 
	color: #666;
	border: 1px solid silver;
	background-color: #eee;
}
#content #main #sidebar form dl dd input#q { 
	width: 175px;
	float: left;
}
#content #main #sidebar form dl dd input.ok { 
	width: 24px;
	color: #eee;
	border: 1px solid #888;
	background-color: #888;
	margin-left: 5px;
}
#content #main #sidebar #subMenu { 
	margin: 10px 0;
}
#content #main #sidebar #subMenu dl dt { 
	padding-bottom: 5px;
	margin: 10px 0;
	color: #990000;
	border-bottom: 1px solid silver;
}
#content #main #sidebar #subMenu dl dd { 
	margin-left: 0;
}
#content #main #sidebar #subMenu dl dd a { 
	padding-left: 10px;
	line-height: 1.4;
	text-decoration: none;
	color: #888;
	background: transparent url("submenu_bullet.gif") no-repeat left 5px;
}
#content #main #sidebar #subMenu dl dd a:visited { 
	text-decoration: none;
	color: #666;
}
#content #main #sidebar #subMenu dl dd a:hover { 
	text-decoration: underline;
	color: #990000;
}
#content #mainBody {
	min-height: 200px;
	padding: 10px;
	margin: 0 10px 0 250px;
	background-color: white;
	border: 1px solid silver;
}
#content #mainBody #print { 
	margin-bottom: -10px;
	float: right;
}
#content #mainBody #print a { 
	height: 16px;
	line-height: 20px;
	padding:5px;
	font-size: 8px;
	color: #990000;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	padding-right: 20px;
	background: transparent url("content_icon_print.gif") no-repeat right top;
}
#content #mainBody h2 { 
	padding-bottom: 0;
	margin: 10px 0 0 0;
	font-size: 1em;
	color: #990000;
	border-bottom: 1px solid silver;
}
#content #mainBody h3 { 
	padding: 0;
	margin: 0 0 10px 25px;
	font-size: 1em;
	color: #999;
}
#content #mainBody h4 { 
	padding: 0 0 0 40px;
	margin: 10px 0;
	font-size: 0.9em;
	color: #036;
	background: transparent url("content_h2_bullet.gif") no-repeat 25px 5px;
}
#content #mainBody h5 {
	margin: 20px 0 10px 25px;
	font-size: 0.9em;
	color: #000;
	text-transform: uppercase;
}
#content #mainBody p { 
	padding: 0;
	margin-left: 25px;
	font-size: 0.8em;
	color: #000;
}
#content #mainBody p a { 
	color: #888;
	text-decoration: underline;
}
#content #mainBody p a:visited { 
	color: #666;
	text-decoration: underline;
}
#content #mainBody p a:hover { 
	color: #036;
	text-decoration: underline;
}
#content #mainBody dl { 
	margin: 0 0 0 25px;
	padding: 0;
	font-size: 0.8em;
	color: #000;
}
#content #mainBody dl dt { 
	margin: 10px 0 0 0;
	padding: 0;
	color: #036;
	font-weight: bold;
}
#content #mainBody dl dd { 
	margin: 10px 0 0 20px;
	padding: 0;
}
#content #mainBody dl dd a { 
	color: #888;
	text-decoration: underline;
}
#content #mainBody dl dd a:visited { 
	color: #666;
	text-decoration: underline;
}
#content #mainBody dl dd a:hover { 
	color: #036;
	text-decoration: underline;
}
#content #mainBody dl dt a { 
	color: #888;
	text-decoration: underline;
	font-weight: normal;
}
#content #mainBody dl dt a:visited { 
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}
#content #mainBody dl dt a:hover { 
	color: #036;
	text-decoration: underline;
	font-weight: normal;
}
#content #mainBody #listaBusca dt a { 
	color: #888;
	text-decoration: underline;
}
#content #mainBody #listaBusca dt a:visited { 
	color: #666;
	text-decoration: underline;
}
#content #mainBody #listaBusca dt a:hover { 
	color: #036;
	text-decoration: underline;
}
#content #mainBody table.navegador a { 
	color: #888;
	text-decoration: underline;
}
#content #mainBody table.navegador a:visited { 
	color: #666;
	text-decoration: underline;
}
#content #mainBody table.navegador a:hover { 
	color: #036;
	text-decoration: underline;
}
#content #mainBody ul { 
	margin: 0 0 0 25px;
	padding: 0;
}
#content #mainBody ul li { 
	list-style: none;
	font-size: 0.8em;
	line-height: 1.4em;
	padding-left: 10px;
	background: transparent url("content_bullet.gif") no-repeat left 5px;
	margin-left: 10px;
}
#content #mainBody ul li.linkMais { 
	background: transparent none;
}

#content #mainBody ul li a { 
	color: #888;
	text-decoration: none;
}
#content #mainBody ul li a:visited { 
	color: #666;
	text-decoration: none;
}
#content #mainBody ul li a:hover { 
	color: #036;
	text-decoration: underline;
}
#content #mainBody ul li.linkMais a { 
	color: #036;
	text-decoration: underline;
}
#content #mainBody ul li.linkMais a:visited { 
	color: #888;
	text-decoration: underline;
}
#content #mainBody ul li.linkMais a:hover { 
	color: #666;
	text-decoration: none;
}
#content #mainBody form dl { 
	margin: 0 0 0 25px;
	padding: 0;
	font-size: 0.8em;
	color: #000;
}
#content #mainBody form dl dt { 
	margin: 10px 0 0 0;
	padding: 0;
	color: #036;
	font-weight: bold;
}
#content #mainBody form dl dd { 
	margin: 0;
	padding: 0;
}
/*content - destaque*/
#content #mainBody fieldset {
	background: #fff;/*rgb(231,232,240)*/
	border: 1px solid silver;
	margin-bottom: 10px;
}
#content #mainBody fieldset legend {
	background: #fff;
	margin: 10px;
	color: #990000;
	font-size: 0.9em;
	font-weight: bold;
	_margin: 0 0 0 15px; /* IE Win */
	_padding: 1px; /* IE Win */
}
#content #mainBody fieldset p {
	margin: 0 15px 10px 15px;
	_margin: 0 25px 10px 25px; /* IE Win */
	padding: 0;
}
/*content - contatoform*/
#content #mainBody form.contatoform fieldset {
	background: #fff;/*rgb(231,232,240)*/
	border: 1px solid silver;
	margin-bottom: 10px;
}
#content #mainBody form.contatoform fieldset legend {
	background: #fff;
	margin: 10px;
	color: #990000;
	font-size: 0.8em;
	_margin: 0 0 0 15px; /* IE Win */
	_padding: 1px; /* IE Win */
}
#content #mainBody form.contatoform fieldset dl {
	font-size: 0.8em;
	color: #036;
	margin: 0 0 0 15px;
	_margin: 0 0 0 25px; /* IE Win */
	padding: 0;
}
#content #mainBody form.contatoform fieldset p {
	margin: 0 15px 10px 15px;
	_margin: 0 25px 0 25px; /* IE Win */
	padding: 0;
}
#content #mainBody form.contatoform fieldset dl dt {
	font-weight: normal;
}
#content #mainBody form.contatoform fieldset dl dt label {
	display: block;
	vertical-align: top;
	width: 100px;
	padding-bottom: 10px;
	font-weight: bold;
	float: left;
}
#content #mainBody form.contatoform fieldset dl dt input,
#content #mainBody form.contatoform fieldset dl dt select,
#content #mainBody form.contatoform fieldset dl dt textarea {
	color: #036;
	background: #fff;
	border: 1px solid silver;
}
/* Fix IE. Hide from IE Mac \*/
#content #mainBody form.contatoform fieldset dl dt #limpar,
#content #mainBody form.contatoform fieldset dl dt #enviar {
	margin: 10px 10px 10px 0;
}
/* End */
/**/

/*content - buscaform*/
#content #mainBody form.buscaform fieldset {
	background: #fff;/*rgb(231,232,240)*/
	border: 1px solid silver;
	margin-bottom: 10px;
}
#content #mainBody form.buscaform fieldset legend {
	background: #fff;
	margin: 10px;
	color: #990000;
	font-size: 0.8em;
	_margin: 0 0 0 15px; /* IE Win */
	_padding: 1px; /* IE Win */
}
#content #mainBody form.buscaform fieldset dl {
	font-size: 0.8em;
	color: #036;
	margin: 0 0 0 15px;
	_margin: 0 0 0 25px; /* IE Win */
	padding: 0;

}
#content #mainBody form.buscaform fieldset dl dt {
	font-weight: normal;
}
#content #mainBody form.buscaform fieldset dl dt label {
	display: block;
	vertical-align: top;
	width: 140px;
	padding-bottom: 10px;
	font-weight: bold;
	float: left;
}
#content #mainBody form.buscaform fieldset dl dt #laarea {
	clear: both;
}
#content #mainBody form.buscaform fieldset dl dt input,
#content #mainBody form.buscaform fieldset dl dt select {
	color: #036;
	background: #fff;
	border: 1px solid silver;
}
/* Fix IE. Hide from IE Mac \*/
* html #content #mainBody form.buscaform fieldset dl dt #tipo1,
* html #content #mainBody form.buscaform fieldset dl dt #tipo2,
* html #content #mainBody form.buscaform fieldset dl dt #tipo3, {
	border: none;
}
#content #mainBody form.buscaform fieldset dl dt #limpar,
#content #mainBody form.buscaform fieldset dl dt #enviar {
	margin: 10px 10px 10px 0;
}
/* End */
/**/

#content .clear {
	width: 100%;
	height: 18px;
	clear: both;
	background: rgb(231,232,240 url("/shared/content_bg_left.gif") repeat-y left top;
}
#content .clear #assinatura {
	width: 100%;
	background: transparent url("/shared/content_bg_right.gif") repeat-y right top;
	color:#a8a8ac;
	font-size:9px;
	text-align:right;
}
#content .clear #assinatura a {
	color: #666;
	/*line-height: 18px;*/
	margin-right: 12px;
	position:relative;
	top: 4px;
}

/* footer */
#footer {
	width: 100%;
	height: 46px;
	background: white url("/shared/footer_bottom_left.gif") no-repeat bottom left;
}
#footer #footerInfo {
	height: 46px;
	background: transparent url("/shared/footer_bottom_right.gif") no-repeat bottom right;
}
#footer #footerInfo p {
	position: relative;
	top: 15px;
	margin: 0 auto;
	font-size: 11px;
	color: white;
	line-height: 18px;
	text-align: center;
}
