﻿@import url("Main.css");
@import url("Header.css");
@import url("Footer.css");

section.pageWrapper
{
    float:left;
    min-height:108px;
    width:100%;
    background-color:#edefee; 
    padding:0 0 180px 0;       
}
section.pageWrapper > section.content
{
    margin: 0 auto;
    padding:0;
    width:980px;
    min-height:100px;
    background-color:#edefee;
}
section.pageWrapper section.content article.atuacao       
{
    float:left;
    width:980px; 
    margin:20px 0 0 24px;        
}
section.pageWrapper section.content article.atuacao H2
{
    float:left;
    width:980px;
    margin:0;
    padding:0;
    height:38px;
    line-height:38px;
    font-size:14px;
    text-transform:uppercase;
    border-bottom:solid 1px #ac8581;
}
section.pageWrapper section.content article.atuacao UL
{
    float:left;
    margin:20px 0 0 0;
    padding:0 0 0 20px;
    width:240px;
    font-size:14px;        
}
section.pageWrapper section.content article.atuacao UL LI
{
    float:left;
    margin:0;
    width:240px;
    line-height:25px;
}

section.pageWrapper section.content article.atuacao UL:nth-child(2)
{
    margin:20px 0 0 20px;
}
section.pageWrapper section.content article.atuacao UL:nth-child(3)
{
    margin:20px 0 0 10px;
    width:230px;
}
section.pageWrapper section.content article.atuacao UL:nth-child(4)
{
    margin:20px 0 0 20px;
    width:360px;
}
section.pageWrapper section.content article.atuacao UL:nth-child(4) LI
{
    width:360px;
}