/*
Description: Front-End Desenvolvido por Ado Moraes
Author: Ado Moraes
Author URI: http://www.adomoraes.com.br
Version: 1.0
*/

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/**/
/*GENERAL STYLES*/
body{
	background-color: #CCC;
	font-family: Arial, Tahoma, Verdana;
}
.clear {
	display:block;
	clear:left;
	margin:0;
	visibility:hidden;
	border:none
}

.align {
	width:1000px;
	margin:0 auto;
	clear: both;
}
.spacer{
	height: 40px;
	width: 100%;
	clear: both;
}
strong{
	font-weight: bold;
}

/**/
#header{
	width: 100%;
	height: 116px;
	background-color: #DFDFDF;
}
#container{
	width: 100%;
	/*height: 820px;*/
	background-color: #DFDFDF;
}
.col1{
	width: 180px;
	background-color: #DFDFDF;
	float: left;
	height: 830px;
}
.col2{
	width: 630px;
	background-color: #FFFFFF;
	float: left;
}
.col3{
	width: 190px;
	background-color: #DFDFDF;
	float: left;
	height: 830px;
}
.topics{
	background: url('images/BgArrowTopic.jpg') left no-repeat #869197;
	color: #FFF;
	font-size: 10px;
	padding: 5px 0 4px 25px;
	margin: 15px 0 0 0;
}
.box{
	width: 272px;
	float: left;
	background-color: fuchsia;
	margin: 30px 0 0 30px;
	background-color: #DFDFDF;
	border-left: 3px solid #009de8;
}
.title{
	font-size: 11px;
	font-weight: bold;
	padding: 4px 7px;
	border-bottom: 2px solid #FFF;
	margin-left: -3px;
}
.resumo{
	font-size: 11px;
	color: #666;
	padding: 4px 7px;
}
.more{
	padding: 4px 7px;
}
.thumb{
	float: right;
	width: 75px;
	height: 75px;
}
/**/
/* Navbar Styles*/
/*#navbar{
	margin-top: 10px;
}

#navbar li {
	font-size: 13px;
	border-bottom: 1px solid #FFF;
	padding: 3px 0 3px 15px;
	color: #FFF;
}

#navbar li a{
	color: #000;
	text-decoration: none;
}

#navbar li a:hover{
	color: #009de8;
}

#navbar .active{
	background-color: #009de8;
	text-decoration: none;
	display: block;
}
/* submenu, it's hidden by default */
/*#navbar ul {
	display:none;
	margin-left:-15px;
}
#navbar .subnavbar{
	background-color: #a4e2ff;
	text-decoration: none;
	display: block;
	padding-left: 25px;
	border-bottom:none;
	border-top: 1px solid #FFF;
}*/

#gray-menu {
color:#7E8387;
font-size:10px;
font-weight:bold;
background: #E5E5E5;
float: left;
list-style: none;
margin: 0;
padding: 0;
width: 182px;
}
#gray-menu li {
font-size:12px;
margin: 0;
list-style:none;
padding: 0;
}
#gray-menu a {
background: #E5E5E5;
border-bottom: 1px solid #FFF;
font-family:Arial, Helvetica, sans-serif;
color: #54585B;
display: block;
margin: 0;
padding: 6px 12px;
text-decoration: none;
}
#gray-menu ul li a{
font-size:12px;
margin: 0;
list-style:none;
padding-left: 20px;
background-color:#a4e2ff;
}
#gray-menu ul ul li a{
font-size:12px;
margin: 0;
list-style:none;
padding-left: 30px;
background:#caecfc;
}
#gray-menu ul ul ul li a{
font-size:12px;
margin: 0;
list-style:none;
padding-left: 40px;
}
#gray-menu ul ul ul ul li a{
font-size:12px;
margin: 0;
list-style:none;
padding-left: 50px;
}

#gray-menu a:hover {
color: #fff;
padding-bottom: 6px;
background:#00B7F3;
}
/**/
/* Footer Styles*/

#footer{
	margin-top: 195px;	
	border-top: 1px solid #E3E3E3;
}

#footer ul{
	margin-left: 20%;
}

#footer li{
	font-size: 11px;
	float: left;
	text-align: center;
	border-left: 1px solid #E3E3E3;
	width: 100px;
	padding: 5px 0;
}
#footer li a{
	color: #666;
	text-decoration: none;
}
#footer li a:hover{
	color: #333;
}

#footer .last{
	border-right: 1px solid #E3E3E3;
}

/**/
/* Form Styles*/
#form_buscar{
	margin-left: 5px;
}

#form_buscar .default{
	background-color: #FFF;
	border: 1px solid #666;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 97%;
	font-style: italic;
	color: #CCC;
}

#form_buscar .defaultSubmit{
	background-color: #666;
	border: 1px solid #666;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
	text-transform: uppercase;
}
/**/
/*SEARCH RESULTS STYLES*/
#pesquisa {
    background: none repeat scroll 0 0 white;
    border: 1px solid #7D8891;
    display: block;
    left: 21%;
    margin: 10px 0 0 520px;
    padding: 0;
    position: absolute;
    width: 365px;
    z-index: 10;
}
/* H STYLES */
h2 {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
h3{
	color:#666;
	margin-bottom:20px;s
	}
