@charset "utf-8";
/* Página Inicial */
body{
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:11px;
	text-align:center;
	line-height:14px;
	color:#666666;
	overflow-y: hidden:
}
#geral{
	width:880px;
	_width:900px;/*hack IE*/
	background-color:#EEEEEE;
	background-image:url(../img/backgrund.jpg);
	background-repeat:repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:10px;
	color:#666666;
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	min-height:1147px;
	height:auto;
}
a{
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:10px;
	color:#666666;
	text-decoration:none;
}
a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:10px;
	color:#666666;
	text-decoration:underline;
}
a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size:10px;
	color: #333;
}
#topo{
	position:relative;
	width:100%;
	height:184px;
}
#topo_logo{
	float:left;
	height:164px;
	vertical-align:middle;
	padding-top:20px;
	padding-left:10px;
}
#topo_dir{
	float:right;
	width:675px;
	height:184px;
}	
#top{
	width:100%;
	height:31px;
	text-align:left;
	padding-top:5px;
}
#banner{
	width:100%;
	text-align:center;
	height:148px;
}
#geral2{
	position:relative;
	width:100%;
	background-color:#eee;}
#lado_esquerdo{
	width:190px;
	height:auto;
	float:left;
}
#lado_direito{
	width:678px;
	float:right;
	position:absolute;
	top:0px;
	left:200px;
	height:893px;
	overflow-y:auto;
	overflow-x:no;
}
#menu{
	z-index:20;
}
#banners_lat{
	text-align:center;
	vertical-align:middle;
	padding-top:2px;
	padding-bottom:2px;
	width:189px;
	margin-top:5px;
	border: solid 1px #ccc;}

#menu_grande{
	width:100%;
	z-index:0;
}
#ultimas_noticias{
	border:#ccc solid 1px;
	width:633px;
	background-image:url(../img/noticias.jpg);
	background-position:left;
	background-repeat:no-repeat;
	text-align:left;
	padding-left:33px;
	margin-top:3px;
	margin-left:5px;
	height:150px;
	z-index:1;
	}
#rodape{
	background-color:#91B946;
	background-repeat:repeat-y;
	bottom:0;
	clear:both;
	color:#FFFFFF;
	font-size:11px;
	height:60px;
	margin-left:-2px;
	padding-left:10px;
	padding-top:10px;
	position:relative;
	text-align:left;
	width:874px;
	_width:885px;/*Hack IE*/
}
#logo_rodape{
	background-image:url(../img/logo_rodape.jpg);
	float:right;
	width:105px;
	margin-top:10px;
	height:43px;
}
#texto_rodape{
	float:left;
	width:767px;
}

/*---------------------Destaque----------------------------------*/
#destaque{
	background-color:#FFFFFF;
	margin-left:6px;
	margin-top:4px;
	padding:4px;
	border:#E1E1E1 solid 1px;
	width:658px;
	min-height:170px;
	text-align:left;
	font-weight: bold;
}
.h1{
	font-size:18px;
	color:#036;
	border-bottom:#CCCCCC solid 1px;
	display:block;
	font-weight: normal;
}
.h2{
	font-size:16px;
	color:#759B3C;
	font-weight:bold;

}
.h3{
	font-size:14px;
	color:#759B3C;

}

.foto{
	float: left;
	position:relative;
	margin-left:2px;
	margin-right:5px;
	margin-top:4px;
}

/*---------------------Destaque----------------------------------*/
/*---------------------clip----------------------------------*/
#clip{
	background-color:#FFFFFF;
	margin-left:6px;
	margin-top:10px;
	border:#E1E1E1 solid 1px;
	width:658px;
	padding:4px;
	min-height:170px;
	text-align:left;
}
#clip1{
	float:left;
	width:320px;
}
#clip2{
	float:right;
	width:320px;
}
/*---------------------clip----------------------------------*/
/*----------------------MENU-------------------------------------------------*/
ul#primary-nav,
ul#primary-nav ul {
	margin: 0;
	padding: 0;
	line-height:18px;
	font-size:12px;
	width: 190px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	background: #E4E7ED; /* IE6 Bug */
	font-size: 100%;
	}

ul#primary-nav li {
	position: relative;
	list-style: none;
	}

ul#primary-nav li a {
	display: block;
	text-decoration: none;
	color: #4C5E8D;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul#primary-nav li { float: left; height: 1%; }
* html ul#primary-nav li a { height: 1%; }
/* End */

ul#primary-nav ul {
	position: absolute;
	display: none;
	left: 189px; /* Set 1px less than menu width */
	top: 0;
	}

ul#primary-nav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { display: block; } /* The magic */

ul#primary-nav li.menuparent { background: transparent right center no-repeat; }

ul#primary-nav li.menuparent:hover,
ul#primary-nav li.over { background-color: #CACFDB; }

ul#primary-nav li a:hover { color: #666; }
ul#primary-nav li a:active { background-color:#999999; color: #666; }

/*----------------------MENU-------------------------------------------------*/

.padrao {
	color :  inherit;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	text-align:left;
	font-size : 10px;
	font-family : Verdana,Arial;
	font-weight: normal;
}

.padrao a {
	color : #666;
}
.padrao a:hover {
	color : #666;
    font-weight: bold;
}

input, select {
	color : #666;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: normal;
	border: 1px dotted #D8DCDF;
}
div {
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}

.titulo {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-top : 2px;
	margin-bottom : 0px;
	margin-left : 5px;
	margin-right : 0px;
	font-size : 14px;
	font-family : Verdana,Arial;
}

.subtitulo {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-top : 2px;
	margin-bottom : 0px;
	margin-left : 5px;
	margin-right : 0px;
	font-size : 10px;
	font-family : Verdana,Arial;
}

.px {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-top : 2px;
	margin-bottom : 0px;
	margin-left : 5px;
	margin-right : 0px;
	font-size : 10px;
	font-family : Verdana,Arial;
}

.px5 {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	font-size : 12px;
	margin-top : 2px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}

.title {
	color : #D44409;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}

li {
	color : #000000;
	margin-top : -1px;
	padding-bottom : -1px;
	margin-bottom : -1px;
	margin-right : 1px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: normal;
}
ul, ol {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-right : 0px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
}
p {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: bold;
}
p a {
	color : #294A7B;
}
p a:hover {
	color : #000000;
}
#geral #geral2 #lado_direito #destaque p {
	font-weight: normal;
}
#geral #geral2 #lado_direito #destaque p {
	text-align: left;
}
#geral #geral2 #lado_direito #destaque p {
	text-align: right;
}
#geral #geral2 #lado_direito #destaque p {
	text-align: left;
	font-weight: bold;
}
#geral #geral2 #lado_direito #destaque p u {
	font-weight: bold;
}
#geral #geral2 #lado_direito #destaque p u {
	font-weight: bold;

}
#geral #geral2 #lado_direito #destaque p {
	font-weight: bold;
}
#geral #geral2 #lado_direito #destaque p {
	font-weight: bold;
}
#geral #geral2 #lado_direito #destaque p {
	font-weight: bold;
}
#destaque p {
	font-weight: bold;
}
#geral #geral2 #lado_direito #destaque p {
	font-weight: normal;

}
