/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
body {
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
blockquote {
	margin: 1em 3em;
	color: #999;
	padding: 0 8em; 
	margin: 5em 0;
	witdh: 75%;
}

del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img {
    border: none;
}
#clear {
    clear:both;
}
/*****************************************************************************************************/

body {
    background: #f3f2f0 url(../images/bkg.jpg) repeat-x top center fixed;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	text-shadow: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: 0.003em;
	word-spacing: 0.109em;
	line-height: 1.23;
}

#container{
    width: 960px;
    margin: 0 auto;
}

h1 {
    font-size: 18px;
    margin-bottom: 12px;
	font-weight: bold;
}
h2 {
	margin: 2em 0 0.75em 0;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	font-weight: bold;	
}
#box_geral {
    background-color:#FFF;
    margin-top:20px;
    width:940px;
    padding:10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 3px #888;
    -webkit-box-shadow: 0px 0px 3px #888;
    box-shadow: 0px 0px 3px #888;
}
#box_geral #tpage{
    padding:10px 0px 0px 10px;
    color:#000;
    border-top:1px solid #999;
    border-bottom:1px solid #999;
}
#box_geral1 {
    padding:10px 10px 10px 20px;
    float:left;
    width:150px;
}
#box_geral1 a{
    text-decoration: none;
    color:#777;
    font-size:14px;
}
#box_geral1 li{
    padding-bottom:5px;
    list-style:inside url(../images/img_seta.png);
}
#box_geral1 a:hover {
    text-decoration: none;
    color:#000;
    font-size:14px;
}
#box_geral1 #date{
    margin-bottom:10px;
    font-size:10px;
    color:#777;
}
#box_geral1 #title a{
    text-decoration: none;
    color:#777;
    font-size:14px;
}
#box_geral1 #title a:hover {
    text-decoration: none;
    color:#333;
    font-size:14px;
}
#box_geral2 {
    color:#000;
/*    font-size:14px;
    text-align:justify;*/
    border-left:1px dashed #CCC;
    float:left;
    width:680px;
    margin-left:10px;
    padding:10px 20px 10px 19px;
}
#box_geral2 .imglogos {
    margin-top:20px;
    margin-right:10px;
    float:left;
    padding:10px;
    border:1px solid #999;
}
#box_geral2 .imgcards {
    margin-top:20px;
    margin-right:10px;
    float:left;
    padding:10px;
    border:1px solid #999;
}

#box_geral2 h1 {
    padding-top:20px;
    font-size:26px;
    color:#000;
}
#box_geral2 p {
    line-height:18px;
	margin: 10px 0;
	text-align: justify;
}
#box_geral2 #date {
    margin-top:10px;
    font-size:11px;
    color:#777;
}
#box_geral2 #newstxt {
    text-align:justify;
    margin-top:10px;
    margin-bottom: 20px;
    font-size:13px;
    color:#000;
}
#box_geral2 #title a {
    text-decoration: none;
    color:#777;
    font-size:24px;
}
#box_geral2 #title a:hover {
    text-decoration: none;
    color:#333;
    font-size:24px;
}
/*****************************************************************************************************/


/*****************************************************************************************************/
#box01 {
    background-image:url(../images/top_bkg.png);
    padding-bottom:8px;
    height:480px;
    width: 960px;
    -moz-box-shadow: 0px 0px 3px #888;
    -webkit-box-shadow: 0px 0px 3px #888;
    box-shadow: 0px 0px 3px #888;
}
#box01_int {
    background-image:url(../images/top_bkg.png);
    padding-bottom:8px;
    height:116px;
    width: 960px;
    -moz-box-shadow: 0px 0px 3px #888;
    -webkit-box-shadow: 0px 0px 3px #888;
    box-shadow: 0px 0px 3px #888;
}
/*****************************************************************************************************/

#menu {
    background: #000;
    padding: 0px;
    width: 960px;
    height: 30px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
}

/*****************************************************************************************************/

#box02 {
    margin-top:20px;
    width:960px;
    height:160px
}
#box02a {
    float:left;
    width:313px;
    height:160px;
    padding:0px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 3px #888;
    -webkit-box-shadow: 0px 0px 3px #888;
    box-shadow: 0px 0px 3px #888;
}
#box02a a{
    text-decoration:none;
    width:313px;
    height:160px;
    display:block;
    background-image:url(../images/img_box02a.png);
}
#box02a a:hover{
    text-decoration:none;
    width:313px;
    height:160px;
    display:block;
    background-image:url(../images/img_box02a_hover.png);
}
#box02b {
    float:left;
    margin-left:10px;
    width:313px; 
    height:160px;
    padding:0px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 3px #888;
    -webkit-box-shadow: 0px 0px 3px #888;
    box-shadow: 0px 0px 3px #888;
    background-image:url(../images/img_box02b.png);
}
#box02b a{
    text-decoration:none;
    width:313px;
    height:160px;
    display:block;
    background-image:url(../images/img_box02b.png);
}
#box02b a:hover{
    text-decoration:none;
    width:313px;
    height:160px;
    display:block;
    background-image:url(../images/img_box02b_hover.png);
}
#box02c {
    text-align:center;
    float:right;
    width:314px;
    height:160px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 3px #888;
    -webkit-box-shadow: 0px 0px 3px #888;
    box-shadow: 0px 0px 3px #888;
	background-color:#FFF;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EBEBEB), to(#FFFFFF), color-stop(.6,#FFFFFF));
    background: -moz-linear-gradient(43% 18% 270deg,#EBEBEB, #FFFFFF, #FFFFFF 100%);
}

#box02c #title{
    text-align:center;
    margin-top:20px;
}
#box02c #text{
    text-align:center;
    font-size:13px;
    color:#000;
}
#box02c #social{
    text-align:center;
    margin-top:20px;
    font-size:13px;
}
/*****************************************************************************************************/
#box03 {
    background-color:#FFF;
    margin-top:20px;
    width:940px;
    padding:10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 3px #888;
    -webkit-box-shadow: 0px 0px 3px #888;
    box-shadow: 0px 0px 3px #888;
}

#box03c hr{
    border-top: 1px dashed #999;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

#box03c #date{
    margin-top: 10px;
    font-size: 11px;
    color: #777;
}
#box03c #newstxt{
    margin-top: 10px;
    font-size: 13px;
    color: #000;
}
#box03c #newstxt a.box03a:link, a.box03a:visited, a.box03a:active {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}
#box03c #newstxt a.box03a:hover {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}
#box03c #text, #box03b #text{
    margin-top: 10px;
    font-size: 13px;
    color: #000;
}

#box03c {
    float: left;
    width: 170px;
    padding: 10px 30px;
}
#box03b {
    text-align: justify;
    /*border-left:1px dashed #CCC;*/
    border-right: 1px dashed #CCC;
    float: left;
    width: 670px;
    margin-left: 0px;
    padding: 10px 20px 10px 10px;
}
#box03b #text p{
    line-height: 18px;
}
/*
#box03a {
    text-align:center;
    float:right;
    width:180px;
    padding:10px;
}
#box03a #text{
    text-align:center;
    margin-top:10px;
    font-size:13px;
    color:#000;
}

#box03a #img{
    text-align:center;
    margin-top:20px;
}
*/
/*****************************************************************************************************/

#footer {
    background-color:#000;
    color:#FFF;
    font-size:12px;
    margin-top:20px;
    width:930px;
    padding:15px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 3px #888;
    -webkit-box-shadow: 0px 0px 3px #888;
    box-shadow: 0px 0px 3px #888;
}
.entry-content p {
    margin-top: 5px;
}
.entry-content ul {
	margin: 2em 4em;
	line-height: 1.3;
}
.entry-content ul li {
    list-style-type: disc;
    margin-top: 5px;
	list-style-position: outside;
}
.entry-content ol { list-style-type: lower-alpha;
	margin: 2em 4em;
	line-height: 1.3;
}
.entry-content ol li {
	list-style-type: decimal;
    margin-top: 5px;
	list-style-position: outside;
}
.pageImgTitle {
	margin-bottom: 35px;
}

#attachment_300 {
	text-align: center;
	margin-left: 280px;
}
/********************************************************************************************************/