dl{
    margin-bottom: 10px;
    text-align: justify;
}

/* @group Classes */

.curved{
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

.noborder{
    border: none !IMPORTANT;
}

.left{
    float: left;
    display: block;
}

.right{
    float: right;
    display: block;
}

/* @end */

/* @group Default */

body{
    background: url(../img/peimg/bg-body.png) 0 55px repeat-x; 
    margin-top: 20px;
}

#header{
    margin: 8px 0 20px 0;
}

#header a{
    color: #fff;
    text-decoration: none;
}

#info-top{
    margin-top: 20px;
}
#info-top .data-site{
    font-size:11px;
}

#acc a{
    display: block;
    float: left;
    margin: 0 0 0 10px;
}

#sucesso{ 
    border:1px solid #009966; 
    background: #CFF7CC;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
}

#search input[type=text]{
    width: 298px;
    padding: 5px;
    border: 1px solid #E5E5E5;
    background: #F9F9F9;
}
#search input[type=submit]{
    position:absolute;	
    width: 25px;
    margin:2px 0 0 275px;
    padding: 4px;
    border:none;
    background: #F9F9F9 url(../img/peimg/icon-search.png) right center no-repeat;
}

#search p{
    text-align: right;
}

#search a{
    font-size: 11px;
    text-decoration: none;
}

#tools a:hover{
    text-decoration: underline;
}

#menu{
    background: url(../img/peimg/bg-menu.png) repeat-x;
    height: 35px;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    z-index: 999;
    margin-top:2px;
}

#menu ul{
    min-height:0; /*IE7 haslayout*/
    position:relative;
    z-index:99;
    padding:0;
}

#menu ul li{
    list-style: none;
    margin: 0 0px;
    float: left;
    border-right: 1px solid #D8D8D8;
    padding: 10px 19px 6px 19px;
    position: relative;
}

#menu ul li:hover{
    background: #fff;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
}

#menu a{
    color: #333333;
    font-weight: bold;
    display: block;
    background: url(../img/peimg/icon-drop.png) no-repeat right center;
    padding-right: 13px;
}

#menu ul ul{
    display: none;
    width: 200px;
    position: absolute;
    top: 35px;
    left:0;
}

#menu ul ul li:last-child{
    -webkit-border-radius: 0 0 7px 7px !IMPORTANT;
    -moz-border-radius: 0 0 7px 7px !IMPORTANT
}

#menu ul ul li{
    background: #F5F5F5;
    border: 1px solid #D7D7D7;
    float: left;
    border-top: none;
    padding-left: 10px;
    z-index:99;
    /*min-width: 150px;*/
    width: 200px;
    -webkit-border-radius: 0 !IMPORTANT;
    -moz-border-radius: 0 !IMPORTANT;
}

#menu ul ul li a{
    background:none;
    font-weight: normal;
    color: #2C465F;
}

#menu li:hover ul{
    display: block;
}

#content{
    margin-top: 20px;
}

#slider{
    z-index:5 !IMPORTANT;
}

#slider img{
    display: none;
}

#slider-nav{
    background: #E5E5E5;
    border: 1px solid #D8D8D8;
    height: 31px;
    margin-bottom: 20px;
    -webkit-border-radius: 0 0 7px 7px;
    -moz-border-radius: 0 0 7px 7px;
}

#news {
    margin-bottom: 20px;
}

#news h1{
    line-height: 1.1em;
    font-size: 18px;
    margin-bottom: 10px;
    padding-right: 5px;
}

#news h5{
    line-height: 1.1em;
    font-size: 13px;
    margin-bottom: 0;
}

.news-item{
    border-bottom: 1px solid #E4E4E4;
    padding: 5px 0;
}

#news a{
    text-decoration: none;
    color: #004487;
    font-weight: normal;
}

#news a:hover{
    text-decoration: underline;
}

.more-news{
    font-size: 10px;
    margin:5px 20px 0 0;
}

.title-module{
    font-size: 10px;
    border-bottom: 3px solid #E5E5E5;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.date{
    font-size: 11px;
    color: #838383;
}

#services{
    /*border-bottom: 3px solid #E5E5E5;*/
    margin-bottom: 20px;
}

#services .title-module{
    color: #fff;
    background: url(../img/peimg/bg-orange.png) repeat-x;
    padding: 5px 10px;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
}

#services a{
    color: #FF6600;
    font-weight: bold;
    text-decoration: none;
}

.service-item{
    margin-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;
}

#sidebar{
    margin-top: 15px;
}

#sidebar .module{
    display: block;
    float: right;
    margin-bottom: 10px;
}

.poll{
    border:1px solid #E4E4E4;
    border-top: none;
    padding: 40px 15px 15px 15px;
    background: url(../img/peimg/poll-title.png) no-repeat top;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    margin-bottom: 13px;
}

.poll p{
    margin-bottom: 10px;
    font-weight: bold;
}

.poll a{
    font-size: 11px;
    text-decoration: none;
    color: #004487;
}

.sites{
    border:1px solid #E4E4E4;
    border-top: none;
    padding: 40px 15px 5px 15px;
    background: url(../img/peimg/sites-title.png) no-repeat top;
    overflow: auto;
    -webkit-border-radius: 7px 7px 0 0;
    -moz-border-radius: 7px 7px 0 0;
    margin-bottom: 13px;
}

.sites a{
    color: #00539F;
    text-decoration: none;
    font-size: 12px;
}

.site-item{
    margin-bottom: 10px;
    border-bottom:1px solid #D2D2D2;
}

.site-item:last-child{
    border: none;
    padding: 0;
}

.site-item dd{
    color: gray;
    font-size: 10px;
}

/* @end */



/* @group Footer */

#footer{
    border-top: 5px solid #CCCCCC;
    padding: 30px 0;
    background: #FEFEFE url(../img/peimg/bg-footer.png) repeat-x bottom;
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 20px;
    font-size: 11px;
}

#footer ul{
    list-style: none;
}

#footer h6{
    color: #333333;
    margin-bottom: 7px;
    font-size: 12px;
}

#footer ul li{
    margin: 0;
}

#footer li a{
    color: #333333;
    text-decoration: none;
}

#footer li a:hover{
    text-decoration: underline;
}

.ass-bot{
    margin-bottom: 30px;
}

/* @end */

/* @group Page */

#breadcumb{
    margin-bottom: 20px;
}

#breadcumb a{
    color: #065E99;
    text-decoration: none;
}

#text{
    margin: 20px 0;
}

img.left{
    padding: 8px;
}

#page .title{
    margin-bottom: 0;
}

#menu-tree{
    background: #F9F9F9;
    border: 1px solid #E5E5E5;
    -webkit-border-radius: 7px ;
    -moz-border-radius: 7px ;
    padding: 10px;
}

.title-tree{
    margin-bottom: 0;
    font-size: 13px;
    text-align: center;
    font-weight: normal;
}

/* @end */

/* @group Hacks */

.ie8 #menu{
    margin-top: 1px;
}

.ie7 #header{
    padding: 15px 0;
    margin-bottom: 0;
}

.ie7 dd{
    margin: 0 !IMPORTANT;
    padding: 0 !IMPORTANT;
}

.ie7 #news{
    margin-bottom: 0;
}

.gecko #menu{
    margin-top: 6px;
}

/* @end */



.frm-pesquisar input[type=text]{
    width: 298px;
    padding: 5px;
    border: 1px solid #E5E5E5;
    background: #F9F9F9;
    border-radius: 5px 5px 5px 5px;	
}
.frm-pesquisar select{
    border-radius: 5px 5px 5px 5px;	
    width: 298px;
    padding: 5px;
    border: 1px solid #E5E5E5;
    background: #F9F9F9;
}
.frm-pesquisar input[type=submit]{
    border-radius: 5px 5px 5px 5px;		
    padding: 2px;
    border: 0px solid #E5E5E5;
    background: #F9F9F9;
}

#divLogos
{
    width: 950px;
}
#logoEsquerda
{
    position: relative;
    float:left;
}
#logoDireita
{
    position: relative;
    float:right;
}
.separadorLogo
{
    padding: 5px;
    display: inline;
}