﻿/******************** CSS - F O R M A T A C A O *************************** */
body {
	margin: 0px;
	font-family: "Trebuchet MS", arial, sans-serif;
	color: #666;
	background: url(../img/bg1.gif);
}
h1 {
	margin:5px 0;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size:14pt;
	color:#2A7F17;
 }
h2 {
	margin:15px 0;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size:10pt;
	color:#666600;
	font-style: normal;
	font-weight:bold;
}
h3 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:12pt;
	color:#536F00;
	text-align:left;
	font-weight: normal;
	margin: 10px 0 0 20px;
}
h4 {
	margin: 2px 0px;
	padding:0px;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size:9pt;
	color:#666600;
	font-weight:normal;
}
h4.recuo { padding: 10px 20px; }
h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#669900;
	font-size:1em;
	margin: 20px 0 5px 5px;
	width:90%;
	border-bottom:1px solid #669900;
	text-align:left;
}
h6 {
	font-family: "Tremuchet ms", Verdana, Arial, Helvetica, sans-serif;
	color:#2A7F17;
	font-size:0.6em;
	text-align:center;
	margin: 20px 0 5px 15px;

}
.titulo {
	width:90%;
	border-bottom:1px solid #708F59;
}
p {
	margin: 0 0 5px 0;
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size:11px;
}
p a {
	color: #000;
	font-weight: bold;
}
p.recuo { margin: 0 0 5px 15px; }
p.center { text-align: center; }
fieldset { padding:10px 0 20px 20px; }
legend {
	font-size: 10px;
	color: #C5C9CC;
	padding:10px;
}
blockquote {
	width: 15em;
	margin: 1em auto 0 auto;
	text-align: left;
	text-indent: 20px;
	background: url(../img/quotes1.png);
	background-position: 0 2px;
	background-repeat: no-repeat;
}

blockquote p {
	line-height: 1.4;
	margin: 0;
	padding-right:15px;
	background: url(../img/quotes2.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-style:italic;
}
hr {
	margin:5px auto 5px auto;
	height:1px;
	color:#999999;
	width:100%;
	border:1px solid #669900;
}
form { margin:0px; }
form.adquira fieldset { margin:5px; }
form.adquira legend {
	font-size: 0.8em;
	color:#70956A;	
	font-weight:bold;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 230px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
}
label {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 12px;
	color: #333;
	margin:0px 10px 10px 0;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
ul {
	margin:0;
	padding:0;
	list-style:none;
}
li, li a {
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size:0.9em;
	color:#006633;
	text-decoration: none;
}
li a:hover {
	text-decoration: none;
	color:#666;
}
.fotos td { background: #DFE3D2; }
.fotos td:hover { background: #fff; }
.fotos img { border:#FFFFFF; cursor: hand; }
img.left { 
	float:left; 
	border: 1px solid #CCCCCC; 
	margin: 5px 20px 5px 5px;
	padding: 1px;
}
img.right {
	float:right; 
	margin: 5px 5px 5px 20px;
	padding: 1px;
}
.top { 
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight:bold;
	text-decoration: none;
	text-align:right;
}
.botao { 
	background:url(../img/enviar.gif) green no-repeat center; 
	width: 70px;
	height: 25px;
	border: 1px solid #00CC00;
	margin: 5px 0 10px 0px;
	color:#FFFFFF;
}
img.border { 	padding: 1px; border: 1px solid #CCCCCC; }

/******************** CSS - E S T R U T U R A *************************** */
#all {
	margin: 0 auto 0 auto;
	width: 790px;
	height: auto;
	text-align: center;
	background: url(../img/sombra.jpg) repeat-y center;
	min-height: 470px;
}
#head {
	width: 790px;
	height:174px;
	z-index:0;
}

/******************** MENU PRINCIPAL *************************** */
/* remove all list stylings */
#cssdropdown, #cssdropdown ul {
	margin: 0 auto 0 auto;
	width: 770px;
	height: 36px;
	list-style-type: none;
	display: block;
}

#cssdropdown li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
}

#cssdropdown li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

#cssdropdown li li {
	float: none;/* items of the nested menus are kept on separate lines */
}


#cssdropdown .subuls{
	display: none;
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the top left corner, */
	top: 36px;		/* 		to avoid scrollbars as much as possible */
}

#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}

#cssdropdown li:hover ul, #cssdropdown li.over ul { /* lists nested under hovered list items */
display: block;
}

#content { /*wrap rest of content of the page inside this div*/
clear: left;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, #cssdropdown ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
#cssdropdown, #cssdropdown ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the "#cssdropdown UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
#cssdropdown ul {
	background-image: url(empty.gif);	/* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
#cssdropdown ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* -- sticky.submenu.END -- */






/* - - - Menu: DESIGN styles  - - - */

#cssdropdown {
  background: #EDEFEA url(../img/bg_menu.jpg) repeat-x center;
  }

#cssdropdown ul {
	width: 11em;
}

#cssdropdown li a {
  display:block;
  padding:6px 20px 6px 20px;
  text-decoration:none;
  border-right: 1px solid #8B9F94;
  border-top: 4px solid #006633;
  border-bottom:2px solid #8B9F94;  
  font-family:  trebuchet ms, Arial, Verdana;
  font-size: 14px;
  color: #006633;
  text-align:center; 
}

#cssdropdown li a:hover, #cssdropdown li:hover>a {
  padding:6px 20px 8px 20px;
  border-right: 1px solid #ccc;
  border-top: 4px solid #fff;
  border-bottom: none;
  color: #006633;
  background: #fff;
}

#cssdropdown li li a, #cssdropdown li li a:hover {
    border-right: 1px solid #8B9F94;
	border-left: 1px solid #8B9F94;
    border-bottom: 1px solid #8B9F94;
    border-top: none;
	padding:5px;
	width:110%;
	height:20px;
	text-align:left;
    color: #006633;
    background: #F7F9F8;
}
#menu li li a:hover {
    color: #006634;
	font-weight:bold;
    background: #fff;
}
#cssdropdown li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
#cssdropdown>li:first-child>a, #cssdropdown li + li + li li:first-child>a {
	color: #567;
}

/* Fix for IE5/Mac \*//*/
#cssdropdown a {
	float: left;
}
/* End Fix */

/*]]>*/
#menu .selected {
  padding:6px 20px 8px 20px;
  border-right: 1px solid #ccc;
  border-top: 4px solid #fff;
  border-bottom: none;
  color: #70956A;
  background: #fff;
}

/******************** SUB-MENU *************************** */
#submenu { 	
	padding: 41px 0 0 0;
	background:url(../img/top_menu.jpg) #DFE3D2 no-repeat top left;
}
#submenu ul {
	padding: 0;
	padding:0;
	list-style:none;
}
#submenu li {
	background:url(../img/bg_submenu.jpg) center;
	padding:5px 5px 5px 10px;
	border-bottom:1px solid #A7AF8E;
}
#submenu li a {
  	/* display:block; */	
	text-decoration:none;
	font-family: trebuchet ms, Arial, Verdana;
	font-size: 0.8em;	
	color:#006633;	
}

#submenu li a:hover, #submenu a.selected {
	font-weight: bold;
	text-decoration:none;
	color:#006633;
	/* background:url(../img/bg_menu_hover.jpg) center;  */
}

/******************** CONTEÚDO *************************** */
#content {
	margin: 0 auto 0 auto;
	clear:both;
	width: 770px;
	min-height: 500px;
	background: url(../img/bg_left.jpg) repeat-y left;
}
.centraliza {
	text-align:center;
}
#colLeft {
	margin: 25px 0 0 0;
	padding: 0;
	float: left;
	width:168px;
	text-align: left;
	background: #DFE3D2;
}
#colRight {
	margin: 25px 0 0 0;
	padding: 15px 25px 20px 10px;
	float: right;
	width:550px;
	text-align:justify;
}
#conteudo {
	padding: 15px 30px 20px 65px;
	float: left;
	width:600px;
	text-align:justify;
}
#noticia, #noticia-semfoto, #descricao {
	padding: 15px 30px 20px 45px;
	float: left;
	width:400px;
	text-align:justify;
}
#destaque_lateral {
	float: right;
	width:250px;
	padding: 30px 30px 20px 0px;
	text-align:left;
}
#noticia-semfoto  {
	width:600px;
}
#destaque {
	margin: 10px auto 10px auto;
	width: 350px;
	height: 90px;
	padding: 0px;
	text-align:center;
	background: url(../img/bg_destaque.gif) no-repeat center;
}
#destaque p {margin:0px; padding:0px; line-height:1}
#rodape {
	margin: 0 auto 0 auto;
	width: 770px;
	clear:both;
	font-family: "Trebuchet MS", arial, sans-serif;
	text-align:center;
	background: #70956A;
	font-size:0.6em;
	color:#E2EFE0;
	border-top: 2px solid #006633;
}
#rodape a {
	font-size:1em;
	color:#F1FFEF;
	text-decoration: none;
}
#duplo p { margin-bottom:10px; }
#voltar {
	margin: 10px;
	width: 50px;
	float: right;
	text-align:center;	
	border: 1px solid #ccc;
	padding: 1px;
}
#voltar a { 
	font-family: Arial, sans-serif;	
	font-size: 8pt;
	color: #666666;	
	font-weight:bold;	
	text-decoration: none;
}
#voltar a:hover {
	color: #008E00;	
}
.titulo1 {
	font-size: large;
	color: #778086;
}
