@charset "utf-8";
* {
   margin: 0;
   padding: 0; }
body {
   color: #555555;
   font-family: 'Trebuchet MS', Arial, Verdana, Helvetica, sans-serif;
   font-size: 75%;
   background: #2f6d5e url(img/gbackground.png) repeat-x;
   background-attachment: fixed;
   
   }


/******** Content variations ********/
#head { 
   background-color: #000; }
#outerwrapper {
   width: 920px; 
   background-color: #fff;
   margin: 0 auto;
   line-height: 1.4em;
   color: #404040; }
#innerwrapper {
   float: left; 
   margin-left:5px;

   width:730px;}
#content {
   float: left; 
   width: 530px; }
#contentmid {
   float: right;
   margin-right: 10px;
   width: 530px; }
#midsidebar { /* C-S-S Layout */
   margin-right: 5px;
   width: 165px;
   float: right; }
#leftsidebar { /* S-C-S Layout */
   margin-right: 5px; 
   width: 165px;
   float: left; }
#rightsidebar {
   float: right; 
   margin-right: 10px; 
   width: 165px; }

/***** General Styles *****/
h1{
  font-size: 20px;
  margin-bottom: 10px;
  color: #004040;
  }
h2{
  color: #004040;
  }
a {
   text-decoration: none;
   color: #337766;
   font-weight: bold; }
a:hover {
   color: #0c453f;
   text-decoration: none; }
a img {
   border:0; }
p {
   margin-bottom: 0px; }
code, pre {font-size: 1.2em; 
	color:#337766; }
blockquote:before, blockquote:after {content: "\"";
	font-size: 16pt;
	font-family: serif; }
blockquote {
	margin: 10px 0 0 0; 
	padding: 5px;
	background: #7cc0a8;
	border: 1px solid #499279;
	line-height: 1.6em;
	color: #ffffff;
	font-style:italic; }
blockquote p {display: inline; }
blockquote a {
   color: #fff; 
   text-decoration: underline; }
table {
   border-collapse: collapse; 
   margin: 10px auto 15px auto;
   border: 1px solid #499279; }
th {
   background: #7cc0a8; 
   height: 25px; 
   padding: 0 10px;
   color: #ffffff; 
   text-align: left; }
td {
   padding: 0 10px; 
   height: 25px; }
tr.odd {
   background: #efefef; }
tr.even {
   background: #cfcfcf; }
form {
   background: #7cc0a8; 
   margin: 10px auto; 
   padding: 5px; 
   border: 1px solid #499279; }
label {
   color: #fff;
   display: block; 
   font-weight: bold; 
   margin: 5px 0 ; }
input {
   padding: 2px; 
   border: 1px solid #499279; }
textarea {
   width: 400px; 
   padding: 2px; 
   border: 1px solid #499279;
   height: 100px; 
   display: block; }

input, select, textarea {
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 1.0em; }
h2 {
   font-size: 1.25em;
   font-weight: bold;
   color: #111;
   line-height: 1.2;
   margin: 0 0 5px 0; }
h3 {
   font-size: 1.1em; 
   display: block; 
   margin: 10px 0; } 
h4 {
   margin-bottom: 15px; 
   font-size: 10pt; 
   font-weight: bold; }
ul, ol {
   list-style-position: inside; }

   
/***** Identity ******/
#topbar {
   width: auto !important; 
   width /**/:760px; 
   height: 45px;
   border: 0px; }
#identity {
   height: 45px;
   width: 410px;
   border: 0px;
   float: left; }
#identity h1 {
   font-size: 1.0em;
   padding: 5px 0 0 3px; }
#identity h1 a, #identity h1 a:hover {
   color: #fff;
   text-decoration: none; }
#identity p.head2 {
   color: #fff;
   font-size: 0.9em; 
   padding-left: 3px; 
   font-weight: normal;
   line-height: 1.7; }

/****** Top Navigation ******/
#topnav {width: 350px; 
   height: 45px;
   border: 0px solid #000000;
   font-size: 0.9em;
   color: #fff;
   float: right; }
#topnav ul {margin: 0px;
   width: auto;
   list-style-type: none;
   line-height: 1.0em;
   border: 0px solid #000000;
   float: right; }
#topnav ul li {margin: 0px 5px 0px 10px;
   padding: 10px 5px 0px 5px;
   float: left; }
#topnav ul li a {text-decoration: none;
   color: #fff; }


/****** Searchbox ******/
#logo {
   height: 145px;
   width: 920px;
   background: url(img/bannergreen.jpg) no-repeat; }
#logo .logo{
   float:left;
   margin: 10px 0 0 10px;
   padding-right: 10px;
   }
#sitesearch {
   width: 225px;
   height: 35px;
   float: right;
   margin: 10px 15px 0 0; }
#sitesearch form {
   background: url(img/fgsearch.png) center center no-repeat;
   height: 40px;
   border: 0;
   margin: 0;
   width: 225px;
   text-align: right;
   padding: 0px 0 0 0;
   font-size: 1.0em; }
#sitesearch #busca {
   float:left;
   color: #337766;
   width: 150px; 
   margin: 8px 10px 0 10px;
   border: none;
   padding: 4px; }


/****** Navigation ******/
#navigation {
   width: 920px;
   background: url(img/nav_seagreen.png) top center repeat-x;
   height: 31px;
   border-top: #023634 solid 1px; 
   margin-bottom: 20px;}
#navbar_link {
   height: 30px;
   float: left; }
#navigation #navbar_link ul {
   float: left;
   height:30px;
   width: 100%;
   list-style-type: none; }
#navigation #navbar_link ul li {
   display: inline; }
#navigation #navbar_link ul li a {
   padding: 6px 15px;
   color: #fff;
   text-decoration: none;
   line-height: 1.6em;
   float: left;
   border-right: 1px solid #17514a;
   text-decoration: none;
   font-size: 1.0em;
   font-weight: bold; }
#navigation #navbar_link a:hover { 
   text-decoration: none;	
   border-right: 1px solid #17514a;
   color: #fff;
   background: #ddd url(img/nav_seagreen.png) center -33px repeat-x; }
   
.currentpage a {background: #ddd url(img/nav_seagreen.png) center -33px repeat-x; }



/****** Sidebar Items ******/
.SidebarItem {
   margin: 0 0 5px 5px; }
.SidebarItem ul, #SidebarItem ol {
   list-style: none; }
.SidebarItem li {
   line-height: 1.2; }

/******** Footer ********/
#footer {
   clear: both;
   width: 920px; 
   color: #777;
   height: 38px;
   font-size: 0.8em;
   font-weight: bold;
   margin: 0px auto; }
#footer p {
   font-weight: bold;
   border-top: 1px solid #aaa;
   padding: 5px 0 5px 3px; }
#footer p span {
   padding-right: 3px; }
#footer a {
   color: #777;
   text-decoration: underline; }
#footer a:hover {
   color: #444; }
   
#botao_buscar{
 float:right;
 width:40px;
 height: 40px;
 padding:0px;
 margin:2px 0 0 0;
 background: url(img/botao_buscar.png) no-repeat;
 border:0px;
 cursor: pointer; 
 
 }
#banner_topo{
float:left;
 padding: 30px 0 10px 10px;
 width: 400px;
}
#icones_topo{
float: left;
 padding: 35px 0 0px 80px;
}

#noticias_home{
 padding-top: 15px;
 }

#noticias_home .titulo{
  background: url(img/seta.gif) left no-repeat;
  padding-left: 15px;
  color: #666666;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:14px;
  width: 515px;
  border-bottom: 2px solid #CCCCCC;
}
#noticias_home .noticia_destaque{
 float:left;
 width: 300px;
 margin-left: 5px;
 }
#noticias_home .outras_noticias{
 float:left;
 width: 225px;
 font-size: 11px;
 }
#noticias_home .titulo_noticia{
 background: url(img/seta.gif) left no-repeat;
 padding-left: 15px;
 padding-top: 3px;
 padding-right: 3px;
 padding-bottom: 3px;
 border-bottom: 1px dashed #CCCCCC;

 font-weight:bold;
}

#noticias_home .titulo_noticia a{
    color: #999900;

}
#noticias_home .data{
 padding-left: 15px;
}
#noticias_home .data a{
 color: #336699;
}
.nenhum_resultado{
 color:#990000;
 font-weight:bold;
 text-align:center;
 }
.fonte{
 float:right;
 }
.noticia_mais{
    float:right;
	margin: auto;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #912213;
 }

/* CSS Document */

.noticias{
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #EEEEEE;
 font-size:11px;
 margin: 5px;
 padding: 5px;
 height: 65px;
 }
.noticias_descricao{

 }
.noticias_titulo{
 font-size: 13px;
 text-decoration:none;
 font-weight:bold;
 }
.noticias img{
float:left;
  margin-right: 5px;
 }
.noticias_data{
 margin-top: 10px;
 float:right;
 font-size:10px;
 }
.noticia img{
  float:left;
  margin-right: 10px;
  margin-bottom: 5px;
 }
.noticia_data{
 font-size:10px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 }
ul { list-style: none }

.espaco_banner{
 height: 7px;
 }
#albuns_home{
  margin:auto;
  font-size: 11px;
  margin-top: 20px;
  }
#albuns_home .album_home{
    float:left;
	width: 120px;
	height: 110px;
    margin-top: 5px;
}
#albuns_home .foto{
    background: url(img/albuns_home_hover.gif) left no-repeat;
	width: 120px;
	height: 92px;
	opacity:0.80;
	-moz-opacity: 0.80;
	filter: alpha(opacity=80);

}
#albuns_home .foto:hover{
    background: url(img/albuns_home.gif) left no-repeat;
	width: 120px;
	height: 92px;
    opacity:0.99;
	-moz-opacity: 0.99;
	filter: alpha(opacity=99);
}
#albuns_home .foto img{
  width: 94px;
  height: 69px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 12px;
}
#albuns_home .album_home_titulo{
text-align:center;
}

#albuns_home .titulo{
  background: url(img/seta.gif) left no-repeat;
  padding-left: 15px;
  padding-bottom: 5px;
  color: #666666;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:14px;
  width: 515px;
  border-bottom: 2px solid #CCCCCC;
}
.mais{
   border-bottom: 1px solid #333333;
     color: #004040;
   }
ul.list{
	margin-top: 10px;
	}
ul.list li{
	background: url(img/icon.gif) left no-repeat;
	padding-left :10px;
	}
ul.list li a{}

  .loop {
border: 1px solid #666666;
font-size:14px;
padding-left: 5px;
padding-right: 5px;
margin-left: 2px;
margin-right: 2px;
}
.loop_link {
border: 1px solid #666666;
padding-left: 5px;
padding-right: 5px;
margin-left: 2px;
margin-right: 2px;
}
.loop_link:hover {
background-color:#E6F2FF;
border: 1px solid #666666;
font-size:14px;
padding-left: 5px;
padding-right: 5px;
margin-left: 2px;
margin-right: 2px;
}
#galerias{
 float:left;
 width: 245px;
 height: 70px;
 margin:5px;
 padding: 5px;
 background: url(img/box_bg_galeria.jpg) top repeat-x;
}
#galerias img{
 float:left;
 margin: 3px;
 margin-right: 7px;
 }
#galerias .titulo{
 font-weight:bold;
 }
 
 #buscar{
 padding-top: 15px;
 }

#buscar .titulo{
  background: url(img/seta.gif) left no-repeat;
  padding-left: 15px;
  color: #666666;
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:14px;
  width: 515px;
  border-bottom: 2px solid #CCCCCC;
}
#buscar .outras_noticias{
 float:left;
 width: 527px;
 font-size: 11px;
 }
#buscar .titulo_noticia{
 background: url(img/seta.gif) left no-repeat;
 padding-left: 15px;
 padding-top: 3px;
 padding-right: 3px;
 padding-bottom: 3px;
 border-bottom: 1px dashed #CCCCCC;

 font-weight:bold;
}

#buscar .titulo_noticia a{
  color: #A37407;

}
#buscar .data{
 padding-left: 15px;
}
#buscar .data a{
 color: #336699;
}
.espaco_banner{
 height: 7px;
 }
#acessos{
 font-size:11px;
 text-align:center;
 }
.desc{
 font-weight:bold;
 color:#990000 !important;
 text-decoration:none;
 }