/*
Copyright (c) 2012, Ability. All rights reserved.
version: 0.0.1
*/

html{
    background: #fff !important;
}

body {
    font-family:"Tahoma";
    text-align:justify;
    font-size:10px;
    background: url("/images/bg_repeat.jpg") repeat-y scroll center 0 transparent;
}

.header {
    height:100px;
    width:890px;
    margin:0 auto;
    padding-top:35px;
}

.header .logo {
    float:left;
    margin-right:40px;
}

.header .sub-sites{
    float:left;
    height:25px;
    width:685px;
    border-bottom:1px solid #dfdfdf;
    text-align:right;
    padding-top:30px;
}

.header .sub-sites{
    font-family: FuturaBook;
    font-size: 14px;
}

.header .sub-sites a{
    color: #4C4C4C;
    text-decoration: none;
    padding-bottom: 7px;
}

.header .sub-sites a span{
    color: #8eba59;
}

.header .sub-sites a:hover, .header .sub-sites a.selected{
    border-bottom: 3px solid #8eba59;
}

#content-header{
    border-bottom: 2px solid #C7C7C7;
    margin: 0 auto;
    padding: 15px 0;
    width: 890px;
}


#content-header h1{
    font-family: FuturaLight;
    font-size: 25px;
    margin-right: 25px;
    padding-top: 38px;
    text-transform: uppercase;
}

#content-menu{
    font-family: FuturaBook;
    font-size: 15px;
    margin: 0 auto 0px;
    padding: 8px 0;
    height:30px;
    text-transform: uppercase;
    width: 890px;
    position: absolute;
    top:37px;
    left: 0;
}

#content-menu ul li{
    display: inline;
    margin-left: 40px;
    border-left: none;
    margin-right: 0;
}

#content-area ul{
    padding-top:0px;
}

#content-area ul li{
    background: url(/images/bullet_01.jpg) no-repeat scroll 0 4px transparent;
    padding-left: 20px;
    margin-top:2px;
    padding-bottom:5px;
    border-bottom:1px solid #e3e3e3;
}


#content-menu ul.areas li:first-child{
    margin-left: 4px;
}

#content-menu ul.ask li:first-child{
    margin-left: 20px;
}

#content-menu ul li a{
    color: #4C4C4C;
    text-decoration: none;
    border: none;
    font-size:10px;
    background:none;
    font-weight:normal;
}

#content-menu ul li a:hover, #content-menu ul li.active a{
    border-bottom: 2px solid #5c6851;
    color:#3a5f15;
    padding-bottom:10px;
    background:none;
    font-weight:normal;
}

#content-submenu{
    margin: 0 auto;
    padding: 10px 0;
    width: 890px;
    font-size: 9px;
    font-family: arial;
    text-transform:uppercase;
}

#content-submenu ul li{
    display: inline;
    padding-left: 38px;
}

#content-submenu ul li:first-child{
    margin: 0;
    padding-left: 20px;
}

#content-submenu ul li a{
    color: #5e5e5e;
    font-family: FuturaBook;
    font-weight: none;
    text-decoration: none;
}

#content-submenu ul li a:hover, #content-submenu ul li.active a{
    border-bottom: 1px solid #95a685;
    color:#4c662d;
}

#content-area{
    color: #383838;
    font-family: arial;
    font-size: 12px;
    line-height:20px;
}

#content-area p{
    font-size: 12px;
    line-height: 17px;
    margin: 7px 0 30px 0;
}

#content-area h1, #content-area h2, #content-area h3, #content-area h4{
    font-family: FuturaBook;
    margin: 25px 0 0 0;
}

#content-area h1{
    font-size: 20px;
    text-transform:uppercase;
    display:none;
}

#content-area h2{
    font-size: 18px;
    color: #89937d;
    font-weight:bold;
    border-bottom: 1px solid #C7C7C7;
    line-height:35px;
    margin-top: 0px !important;
}

#content-area h2.flit{
    cursor: pointer;
}

#content-area h3{
    font-size: 15px;
    color: #45622A;
}

#content-area h4{
    font-size: 30px;
    color:#9a9a9a;
    line-height:32px;
    margin-top: 0px !important;
}

#content-area a{
    font-weight: none;
    color: #9a9a9a;
    text-decoration:none;
}

#content-area a:hover{
    color: #28430c;
    text-decoration:underline;
}

#content-area strong{
    font-weight: bold;
    color: #4c5d3c;
}

#content-area em{
    font-style: italic;
}

#content-area ul, #content-area ol{
    padding-left: 15px; 
    margin: 0px 0;
}

#content-area input, #content-area select{
    width: 250px;
    padding: 5px;
    border: 1px solid #C8C8C8;
}

#content-area textarea{
    width: 250px;
    padding: 5px;
    border: 1px solid #C8C8C8;
}

#content-area label{
    font-size: 13px;
    color: #3a5f15;
    font-weight: bold;
}

#content-area input[type=submit], #content-area input[type=reset]{
    font-size: 11px;
    width: 150px;
    color: #FFF;
    font-weight: bold;
    background-color: #3a5f15;
    border: 1px solid #C8C8C8;
}
.input{
    font-size: 11px;
    color: #FFF;
    font-weight: bold;
    background-color: #6f9b3a;
    border: 1px solid #C8C8C8;
}

.content {
    width:860px;
    margin: 8px auto 35px auto;
}

.home .content {
    width:890px;
    margin: 40px auto;
}

.home .content .container-block{
    height: 160px;
    overflow: hidden;
}

.home .content div.up, .home .content div.down{
    position: relative;
}

.home .content div.up{
    z-index: 10;
}

.home .content div.down{
    z-index: 1;
    top: -160px;
}

.content .photo {
    width:455px;
    height:240px;
    float:left;
}

.content .entry {
    border-left: 4px solid #74954E;
    float: left;
    height: 126px;
    margin-top: 80px;
    width: 380px;
    padding-left:20px;
    color: #4F4F4F;
    font-family: FuturaLight;
}

.content .entry h2 {
    padding-bottom:22px;
    font-size:16px;
}

.content .entry p {
    font-size:15px;
}

.content .sub-links {
    float:left;
    width:890px;
    height:75px;
    margin-top:18px;
    text-transform: uppercase;
}

.content .sub-links li {
    background: url(/images/seta_01.jpg) left top no-repeat;
    margin-right:175px;
    padding:14px 0 0 28px;
    float: left;
    height: 41px;
    margin-top:20px;
}

.content .sub-links li a{
    font-family: FuturaBook;
    font-size: 15px;
    text-decoration: none;
    color: #4C4C4C;
}

.content .sub-links li a:hover{
    border-bottom: 1px solid #90B95B;
}

.content .sub-links li.last{
    margin: 0 0 0 17px;
    padding-left: 30px;
    margin-top:20px;
}
.content .sub-links2 {
    float:left;
    width:845px;
    height:30px;
    border-bottom:2px solid #ccc;
    text-transform: uppercase;
}

.content #content-area ul.sub-links2 li {
    background: url(/images/seta_baixo.jpg) left top no-repeat;
    margin-right:30px;
    padding:0 0 0 26px;
    float: left;
    border:none;
}

.content .sub-links2 li a{
    font-family: FuturaBook;
    font-size: 12px;
    text-decoration: none;
    color: #4C4C4C;
    font-weight:normal !important;
}

.content .sub-links2 li a:hover{
    border-bottom: 1px solid #90B95B;
}

.content .sub-links2 li.last{
    margin: 0 0 0 5px;
    padding-left: 30px;
}

.disclaimer {
    padding:15px;
    border-top: 1px solid #d3d3d3;
    margin: 0 auto;
    width:890px;
    color: #4F4F4F;
    line-height: 15px;
}
.disclaimer2 {
    font-size:10px;
    line-height:14px;
    color: #808080;
}

.address {
    background-color:#e9eee3;
    color: #3a5f15;
    height:20px;
    padding-top:10px;
    text-align:center;
    margin:0 auto;
}

#footer {
    background-color:#8eba59;
    border-top: 1px solid #fff;
    height:10px;
}

.track {
    border: 3px solid #d9e8c6;
    padding:5px;
}


/* CSS ToolTip Image */
#preview{
    position:absolute;
    top: -100px;
    border:1px solid #ccc;
    background:#fff;
    padding:5px;
    display:none;
    color:#fff;
}

/*#track-list{
    width: 835px;
    margin: 0 auto;
}*/

#track-list p{
    margin-bottom: 10px;
}

#track-list p span{
    margin: 10px 0px 10px 10px;
}

h4.deactive{
    padding-bottom: 25px;
}

h4.active, h4.deactive{
    text-align: left;
}

#content-area h4.active a{
    color: #8EA275;
}

#content-area h4 a:hover{
    text-decoration: none;
}

table#ano-list{
    margin: 10px 0;
}

hr {
    border: 1px solid #dee9d1;
}

table#grid{
    width: 100%;
	font-size:10px;
    margin: 10px 0;
	color:#666;
    border-spacing: 0;
}

table#grid.perfil{
    width: 100%;
	font-size:11px;
    margin: 10px 0;
    border-spacing: 0;
}

table#grid tr td, table#grid tr th{
    padding: 3px;
    margin: 0;
}

table#grid tr th{
    width: 160px;
    font-weight: bold;
    vertical-align: top;
}

table#grid tr.row td, table#grid tr.row th{
    background: #f6f6f6;
}

table#grid thead td{
    font-weight: bold;
    text-align: left;
}

table#grid tbody td{
    text-align: left;
}

h2.open-guide{
   /* background: url(/images/menos.png) no-repeat scroll right 8px transparent;*/
    cursor: pointer;
    clear: left;
}

h2.close-guide{
    /*background: url(/images/mais.png) no-repeat scroll right 8px transparent;*/
}

.address p {
    margin: 0 auto; width: 890px;
}

.address p a {
    float: right; margin-top: -5px;
}

.address .logo-ability {
    float:right;
}