/**

*	Geraldo Lustosa

*	Copyright © 2008 Favo Internet [http://www.favointernet.com.br]

*

*	Developed By: Jonathan Pereira <jonathan@jonathanpereira.com.br>

*

**/



/* Default */

body {

	margin: 0px;

	font-family:Tahoma;

	font-size:11px;

}

/* Header */

#header {

	width:760px;

	margin:0 auto;

}

#topHeader {

	width:760px;

	height:62px;

}

#topHeader img, #topHeader div {

	float:left;

}

#topHeader div {

	width:184px;

	height:62px;

	background:#EDF1EE;

}

/* Menu */

#menu {

	width:760px;

	margin:0 auto;

	height:21px;

	background-image: url(../img/fundo_menu.jpg);

	background-repeat: repeat-x;

	background-position: bottom;

}

#menu ul {

	margin: 0;

	padding: 0;

	list-style: none;

	display:inline;

}

#menu ul li {

	float:left;

}

#menu a:link {

	color: #018367;

}

#menu a:visited {

	color: #018367;

}

#menu a:hover {

	color: #018367;

}

#menu a:active {

	color: #018367;

}

.menu_hag, .menu_hag ul li {

	width:102px;

}

.menu_estrutura, .menu_estrutura ul li, .menu_artigos {

	width:133px;

}

.menu_projetos, .menu_projetos ul li, .menu_plamhag, .menu_plamhag ul li {

	width:127px;

}

.menu_noticias, .menu_noticias ul li {

	width:127px;

}

.menu_ouvidoria, .menu_ouvidoria ul li {

	width:135px;

}

#menu li ul {

	position: absolute;

	display: none;

}

#menu ul li a {

	display: block;

	color: #0FAB7B;

}

#menu ul.sub li a {

	padding: 5px;

	border: 1px solid #ccc;

	background: #fff;

	border-bottom:0;

}

/* Fix IE. Hide from IE Mac \*/

* html #menu ul li {

	float: left;

	height: 1%;

}

* html #menu ul li a {

	height: 1%;

}

/* End */



#menu li:hover ul, #menu li.over ul {

	display: block;

}

/* Content */

#content {

	width:760px;

	margin:0 auto;

	background:url(../img/bgContent.jpg) repeat-x bottom;

	margin-top:7px;

	display:table;

}

/* Column Right */

#columnRight {

	width:183px;

	float:left;

}

#bannerColumnRight {

	width:174px;

	margin:0 auto;

	margin-bottom:7px;

}

#poll {

	background:url(../img/bgPoll.gif) no-repeat;

	width:156px;

	height:140px;

	padding:10px;

	margin:0 auto;

	margin-bottom:7px;

	color:#008366;

}

#poll a {

	color:#008366;

}

#options {

	margin:0;

	margin-top:3px;

}

#linksPoll {

	margin:0 auto;

	margin-top:7px;

	width:112px;

}

#linksPoll button {

	border: none;

	background: #bfe2d7;

	color: #008366;

	font: 11px Tahoma;

	margin: 0;

	padding: 0;

}

/* Column Left */

#columnLeft {

	width:155px;

	background:url(../img/bgNewsColumnLeft.jpg) repeat-y;

	float:right;

}

#columnLeft ul {

	list-style:none;

	margin:5px 10px 0px 15px;

	padding:0;

}

#columnLeft ul li {

	margin-bottom:15px;

}

#columnLeft ul li p {

	color:#939598;

	margin:0px;

}

#columnLeft ul li div {

	width:100%;

	text-align:right;

	margin-top:4px;

}

#columnLeft ul li a {

	color:#008366;

}

/* Footer */

#footer {

	width:760px;

	margin:0 auto;

	height:35px;

	background:url(../img/bgFooter.jpg) repeat-x;

}

#lineFooter {

	margin:0 auto;

	width:740px;

}

#textFooter {

	margin-top:4px;

	margin-left:67px;

	_margin-left:30px;

	width:600px;

	text-align:center;

	color:#008366;

	font-size:10px;

	float:left;

}

#imgUrsa {

	float:right;

	margin-top:6px;

	margin-right:4px;

}

/* Link default */

a:link {

	color: #008366;

	text-decoration: none !important;

}

a:visited {

	color: #008366;

	text-decoration: none !important;

}

a:hover {

	color: #008366;

	text-decoration: underline !important;

}

a:active {

	color: #008366;

	text-decoration: none !important;

}

/* listNews */



#listNews {

	color: #939598;

}

#loading {

	display: none;

	position: absolute;

	background: #008366;

	color: #FFF;

}

#contentColumnCenter h1 {

	color: #939598;

	font-size: 19px;

}



/* Alterado por Adriano Meira - Brail na WEB - 23/10/2008 */



#formulario input{

	border:1px solid #CCCCCC;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:10px;

	padding:3px;

}

#formulario textarea{

	border:1px solid #CCCCCC;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:10px;

	padding:3px;

}

#formulario .botao{

	border:1px solid #CCCCCC;

	border-bottom:1px solid #666666;

	border-right: 1px solid #666666;

	padding-bottom:5px;

	padding-top:5px;

	background-color:#E0F3EE;

	width:80px;

}