﻿
html, body, form
{
    padding: 0;
    margin: 0;
    border: 0;
    /*width: 100%;
    height: 100%;*/
}
#wrapper
{
    width: 1024px;
    height: auto;
    margin: 0 auto;
}
.top
{
    height: 155px;
}
.middle
{
    height: auto;
}
.bottom
{
    height: 60px;
}
h1
{
    text-indent: -9999px;
    width: 223px;
    height: 127px;
    background-image: url(../../img/logo.gif);
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 0px;
    float: left;
}

h2
{
    text-indent: -9999px;
    /*
    width: 150px;
    height: 63px;
    background-image: url(../../img/Selo.gif);
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 28px;
    */
    width: 200px;
    height: 82px;
    background-image: url(../../img/Selo.jpg);
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    
    float: left;
}

/*h3
{
    top: 0px;
    left: 0px;
    right: 0px;
    background: url(../../img/tituloPagina.gif) #FFFFFF repeat-x;
    height: 28px;
    vertical-align: top;
}*/

h4
{
    text-indent: -9999px;
    width: 150px;
    height: 66px;
    background-image: url(../../img/Skype_logo.gif);
    margin-top: 5px;
    margin-left: 28px;
    float: left;
}

h5
{
    text-indent: -9999px;
    width: 440px;
    height: 200px;
    background-image: url(../../img/AACC_VPS.gif);
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
}

h7
{
    text-indent: -9999px;
    width: 100%; 
    height: 150px;
    background-image: url(../../img/funfoBon.jpg);
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: left;
    padding-right: 0px;
}

#fundoContato
{
    width: 530px;
    padding: 10px 0px;
    border: 1px solid #D6E7EF;
    background-color: #F7FCFF;
    margin: 10px auto;
}

.fundoContato
{
    width: 530px;
    padding: 10px 0px;
    border: 1px solid #D6E7EF;
    background-color: #F7FCFF;
    margin: 10px auto;
}

.FaleConosco tr td
{
    border: 0;
    height: 30px;
}

.FaleConosco th
{
    border: 0;
    height: 30px;
    font-size: 16px;
}

input[type="text"], textarea, select, .input[type="text"]
{
    border: 1px solid #ccc;
    height: 120px;
    width: 90%;
    font: #123456 13px Tahoma, Arial, Verdana;
    margin-left: 4px;
}

input[type="text"]
{
    height: 18px;
    padding-top: 3px;
    padding-left: 1px;
}

select
{
    height: 20px;
    width: 100px;
}

div#geral
{
    width: 804px;
    height: auto;
    margin: 0px auto 0px auto;
}

.topLeft
{
    width: 7px;
    height: 99px;
    background-image: url(../../img/bgTopLeft.jpg);
    float: left;
}

.topCenter
{
    width: 790px;
    height: 99px;
    background-image: url(../../img/bgTop.jpg);
    float: left;
}

.txtApresentacao
{
    width: 1024px;
    height: 155px;
    float: left;
    border-bottom: 2px solid #66CCFF;
    background: url(../../img/topo.gif) #E1EEFD repeat-y;
}

#conteudo
{
    background-color: #FFF;
    float: left;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
    width: 804px;
}

#conteudoInterno
{
    width: 804px;
    /*background-color: #E2F4FD;*/
    float: right;
    bottom: 10px;
    padding: 0px 0px 0px 0px;
    vertical-align: top;
}

#conteudoLeft
{
    width: 218px;
    background-color: #FFF;
    float: left;
    bottom: 10px;
    vertical-align: top;
    *width: auto; /*Feito para o IE6 e IE7*/
}

#menu
{
    width: 215px;
    height: 271px;
    background-image: url(../../img/bgMenu.gif);
    margin-left: 0px;
    float: left;
}

/******* Menu Principal *******/

.menuHome, .menuHomeAtual
{
    width: 205px;
    height: 20px; 
    cursor: pointer;
    font: bold 13px Tahoma, Arial, Verdana;
    color: #080080;
    padding: 5px 0px 0px 10px;
    background-repeat: no-repeat;
    text-decoration: none;
}

.menuHome
{
    background-image: url(../../img/menu/baseAtual.gif);
}

.menuHome a
{
    vertical-align: middle;
}

.menuHome:hover
{
    background-image: url(../../img/menu/baseHover.gif);
}
.menuHome:active
{
    background-image: url(../../img/menu/baseSelecionada.gif);
}

ul
{
    font: 12px Tahoma, Verdana, Arial;
    color: #333;
    line-height: 22px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li
{
    position: relative;
}

li ul
{
    position: absolute;
    left: 215px;
    top: 0px;
    display: none;
    z-index: 99999;
    margin-left: 1px;
    float: left;
}

ul li a
{
    display: block;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li
{
    float: left;
    height: 1%;
}
* html ul li a
{
    height: 1%;
}
/* End */

li:hover ul, li.over ul
{
    display: block;
    z-index: 999999;
}
/******* Fim do Menu Principal *******/

#textoConteudo p, #textoConteudoInternas p
{
    margin: 10px;
    font: 12px Tahoma, Verdana, Arial;
    color: #333;
    line-height: 22px;
}

.botoes
{
    width: 90px;
    height: 18px;
    margin-left: 195px;
    background-image: url(../../img/botaoSaibaMais.gif);
    cursor: pointer;
    padding-top: 4px;
    text-align: center;
}

.botoes a
{
    font: 12px Arial, Verdana;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.botoes:hover
{
    background-image: url(../../img/botaoSaibaMaisHover.gif);
}

.botoes a:hover
{
    color: #FFF;
}

.botoesdic
{
    width: 30px;
    height: 18px;
    background-image: url(../../img/botaoDicionario.gif);
    cursor: pointer;
    padding-top: 4px;
    text-align: center;
    vertical-align: middle;
}

.botoesdic a
{
    font: 14px Tahoma, Arial, Verdana;
    color: #123456;
    font-weight: bold;
    text-decoration: none;
    display: block;
    vertical-align: middle;
}

.botoesdic:hover
{
    background-image: url(../../img/botaoDicionarioHover.gif);
}

.botoesdic a:hover
{
    color: #FFF;
}

.botoesdic:active
{
    background-image: url(../../img/menu/baseHover.gif);
}

.botoesdic a:active
{
    color: #000;
}

.botoesdicDis
{
    width: 30px;
    height: 18px;
    background-image: url(../../img/botaoDicionario.gif);
    cursor: default;
    padding-top: 4px;
    text-align: center;
    vertical-align: middle;
}

.botoesdicDis a
{
    font: 14px Tahoma, Arial, Verdana;
    color: #123456;
    text-decoration: none;
    display: block;
    vertical-align: middle;
}


.botoesdic2
{
    width: 140px;
    height: 18px;
    background-image: url(../../img/botaoDefault.gif);
    cursor: pointer;
    padding-top: 4px;
    text-align: center;
    vertical-align: middle;
}

.botoesdic2 a
{
    font: 14px Tahoma, Arial, Verdana;
    color: #123456;
    font-weight: bold;
    text-decoration: none;
    display: block;
    vertical-align: middle;
}

.botoesdic2:hover
{
    background-image: url(../../img/botaoDefaultHover.gif);
}

.botoesdic2 a:hover
{
    color: #FFF;
}

.botoesdic2:active
{
    background-image: url(../../img/menu/baseHover.gif);
}

.botoesdic2 a:active
{
    color: #000;
}

#footer
{
    width: 1024px;
    height: 60px;
    text-align: center;
    float: inherit;
    color: #736E67;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
    margin-top: 0px;
    line-height: 15px;
    padding-bottom: 0px;
    background: url(../../img/topo.gif) #E1EEFD repeat-y;
    border-top: 2px solid #66CCFF;
}

.tituloPagina
{
    font: 22px Tahoma, Arial, Verdana;
    color: #080080;
    margin-top: 0px;
    background: url(../../img/tituloPagina.gif) #FFFFFF repeat-x;
    height: 28px;
    vertical-align: top;
    width: 801px;
    padding-left: 3px;
}

#dvConteudo
{
    color: #123456;
    font-family: Tahoma, Arial, Verdana;
    font-size: 14px;
    line-height: 20px;
    float: inherit;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.textoConteudo
{
    padding-bottom: 10px;
}
