html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,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 {
	font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;
}caption, th, td {
	text-align:left;font-weight:normal;
}table {
	border-collapse:separate;border-spacing:0;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
* {
	margin:0;padding:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

/* cabecalho */
.topo {
	width:1000px;
	height:115px;
	margin:0 auto;
}
.logo {
	float:left;
	margin-top:20px;
}
.logo img {
	width:225px;
	height:27px;
}
.topdir {
	float:right;
	width:295px;
}
.topmenu {
	float:right;
	margin-top:10px;
}
.topmenu ul {
	display:block;
}
.topmenu ul li {
	display:inline;
	padding:3px;
	font-weight: bold;
	font-size:  10px;
}
.topmenu ul li a {
	color:#71706E;
	text-decoration:none;
}
.topmenu ul li a:hover {
	color:#FF9900;
}
.topbusca {
	float:right;
	width:281px;
	height:22px;
	margin-top:20px;
	margin-right:0;
}
.topbusca input {
	width:255px;
	height:22px;
	border:1px solid #333333;
	margin:0;
	padding:0;
	float:left;
}
.topbusca img {
	width:20px;
	height:20px;
	vertical-align:top;
	float:right;
}

.menudiv {
	float:left;
	width:100%;
	height:25px;
	background-color: #444444;
	/*background:url(../img/bg_menu.jpg) repeat-x;*/
	margin-top:13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

ul.menubar{
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
}

ul.menubar .submenu{
	margin: 0px;
	padding: 0 5px 0 5px;
	list-style: none;
	float:left;
	
}
ul.menubar ul.menu{
	display: none;
	position: absolute;
	margin: 0 -6px;
}

ul.menubar a{
	padding: 5px;
	display:block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight:bold;
}
.submenu a:hover {
	color:#FFFFFF;
}

ul.menu, ul.menu ul{
	margin: 0;
	padding: 0;
	width: 160px;
	background-color: #FFFFFF;
	font-size:10px;
}

ul.menu li{
	border-bottom: 1px solid #ccc;
	position: relative;
	list-style: none;
	border: 0px;
}

ul.menu li a{
	display: block;
	text-decoration: none;
	border: 1px solid #ccc;
	border-top: 0px;
	color: #777;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

ul.menu li sup{
	font-weight:bold;
	font-size:7px;
	color:#FF9900;
}


* html ul.menu li {
	float: left; height: 1%;
}
* html ul.menu li a { 
height: 1%;
}


ul.menu ul{
	position: absolute;
	display: none;
	left: 159px;
	top: 0px;
}

ul.menu li.submenu ul { 
	display: none;
	
}

ul. li a:hover { 
	color:#FF9900; 
}

/* fim cabecalho */

/* banner */
.banner {
	width:1000px;
	height:270px;
	margin:8px auto 0;
	background-color:#FFFFFF;
}
/* fim banner */

/* barra noticias */
.barnoticias {
	width:1000px;
	height:25px;
	margin:0 auto 0;
	background-color: #444444;
	/*background:url(../img/bg_menu.jpg) repeat-x;*/
	color:#FFFFFF;
	border-top:2px solid #FFFFFF;
}
.barnoticias #ultimas a {
	width:150px;
	height:14px;
	padding:3px 0px 0 30px;
	float:left;
	border-right: 2px groove #000000;
	*border-right: 2px groove #8C8C8C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 20px;
	margin-left: 15px;
	margin-top: 4px;
	color: #FFFFFF;
	text-decoration: none;
}

.destnoticias {
	line-height:25px;
}
.destnoticias ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
.destnoticias . a:hover {
	color: #CCCCCC;
}
ul.fade {list-style-type: none; padding-left:200px; *padding-left: 0px; _padding-left: 0px; } 
/* fim barra noticias */

/* index */
.meioindex {
	width:1000px;
	min-height:185px;
	margin:0 auto;
	
}
.b1 {
	margin:10px 0 10px 0;
	float:left;
}
.b1 img {
	width:330px;
	height:165px;
}
.b2 {
	margin:10px 0px 10px 0px;
	float:left;
}
.b2 img {
	width:340px;
	height:165px;
}
.b3 {
	margin:10px 0 10px 0;
	float:left;
}
.b3 img {
	width:330px;
	height:165px;
}
/* fim index */

/* interna */
.meio {
	width:1000px;
	min-height:185px;
	margin:0 auto;
}
.meio input:hover {
	background-color:#CCCCCC;
	border:1px inset #666666;
}
.meio select:hover {
	background-color:#CCCCCC;
	border:1px inset #666666;
}
.meio textarea:hover {
	background-color:#CCCCCC;
	border:1px inset #666666;
}
.meio input:focus {
	background-color:#CCCCCC;
	border:1px inset #666666;
}
.meio select:focus {
	background-color:#CCCCCC;
	border:1px inset #666666;
}
.meio textarea:focus {
	background-color:#CCCCCC;
	border:1px inset #666666;
}
.meio a {
	color:#FF9900;
}
.ondeestou {
	width:1000px;
	height:33px;
	margin:10px auto;
}
.ondeestou a {
	text-decoration:none;
}
.ondeestou a:hover {
	text-decoration:underline;
}
.ondeestou a:visited {
	color:#FF9900;
}
.col1 {
	width:235px;
	float:left;
	margin:0;
	padding:0;
}
.col1 h3 {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	background-color: #FFA54F;
	/*background:url(../img/bgmenucol1.jpg) repeat-x;*/
	line-height:35px;
	text-indent:5px;
}
.col1 ul {
	list-style:none;
	background:url(../img/bgmenucol1-2.jpg) bottom repeat-x;
	padding-bottom:11px;
	width:235px;
}
.col1 li {
	line-height:35px;
	border-bottom:1px solid #CCCCCC;
	background:url(../img/bgmenuli.jpg) repeat-y;
	text-indent:5px;
}
.col1 li a {
	color:#777;
	font-weight:bold;
	text-decoration:none;
}
.col1 li a:hover {
	color:#FF9900;
}
.fotocol1 img {
	width:235px;
	height:125px;
	margin:0 auto 20px;
	
}
.col2 {
	width:565px;
	min-height:150px;
	float:left;
	margin:0 25px 20px;
}
.col2 h2 {
	font-weight:bold;
	font-size:16px;
	float:left;
	margin-bottom:25px;
	width:100%;
}
.col2 h3 {
	font-weight:bold;
	color:#999999;
	margin-bottom:25px;
}
.col2 p {
	text-indent:25px;
	text-align:justify;
	margin:10px 0;
}
.col2 ul {
	padding-left: 20px;
}
.colFull {
	width:710px;
	min-height:150px;
	float:left;
	margin:0 25px 20px;
}
.colFull h2 {
	font-weight:bold;
	font-size:16px;
}
.colFull h3 {
	font-weight:bold;
	color:#999999;
	margin-bottom:25px;
}
.colFull p {
	text-indent:25px;
	text-align:justify;
	margin:10px 0;
}
.colFull ul {
	padding-left: 20px;
}
.imginterna {
	width:235px;
	height:260px;
	text-align:center;
	float:right;
	margin:10px 0 10px 15px;
}
.col3 {
	width:150px;
	float:right;
	margin:0;
	padding:0;
}

/* fim interna */

/* noticias */
h5 {
	color:#FF9900;
	font-weight:bold;
	padding-top:30px;
	font-size:15px;
}
.data {
	font-size:10px;
	color:#999999;
	font-weight:bold;
}
ul.outras {
	list-style:none;
	margin-top:10px;
}
ul.outras li a {
	color: #FF9900;
	text-decoration:none;
	line-height:18px;
	list-style:none;
	border-bottom:1px solid #CCCCCC;
	display:block;
	margin-bottom:10px;
	padding-bottom:5px;
	font-weight:bold;
}
ul.outras li a:hover {
	text-decoration:underline;
}
.mais {
	margin-top:15px;
	margin-bottom:35px;
	
	color: #FF9900;
	text-decoration:none;
	font-weight:bold;
}
.colNoticia {
	width:235px;
	float:left;
	margin:0;
	padding:0;
}
.colNoticia h3 {
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	background-color: #FFA54F;
	/*background:url(../img/bgmenucol1.jpg) repeat-x;*/
	line-height:35px;
	text-indent:5px;
}
.colNoticia ul {
	list-style:none;
	background:url(../img/bgmenucol1-2.jpg) bottom repeat-x;
	padding-bottom:11px;
	width:235px;
}
.colNoticia li {
	border-bottom:1px solid #CCCCCC;
	background:url(../img/bgmenuli.jpg) repeat-y;
	padding: 7px 5px 7px 5px;
}
.colNoticia li a {
	color:#777;
	font-weight:bold;
	text-decoration:none;
}
.colNoticia li a:hover {
	color:#FF9900;
}
/* fim noticias */

/* contato */

.cfform {
	margin:10px 0 10px 0;
	float:left;
}
.fassunto {
	width:500px;
	float:left;
	margin-bottom:20px;
}
.fassunto select {
	border:1px solid #666666;
	padding:1px;
	width:250px;
}
.fassunto select:hover {
	background-color:#CCCCCC;
}
.fnome {
	width:255px;
	float:left;
	display:inline;
}
.fnome input {
	width:250px;
	height:18px;
}
.femail {
	width:255px;
	float:left;
	margin-left:10px;
}
.femail input {
	width:250px;
	height:18px;
}
.fempresa {
	width:255px;
	float:left;
	margin:20px 0 10px 0;
}
.fempresa input {
	width:250px;
	height:18px;
}
.ftel {
	width:255px;
	float:left;
	margin:20px 0 10px 10px;
}
.ddd input {
	width:30px;
	height:19px;
}
.fone input {
	width:150px;
	height:18px;
}
.festado {
	width:255px;
	float:left;
	margin:10px 0 20px 0;
	
}
.festado select {
	border:1px solid #666666;
	padding:1px;
	width:250px;
}
.fcidade {
	width:255px;
	float:left;
	margin:10px 0 10px 10px;
}
.fcidade input {
	width:250px;
	height:18px;
}
.fmsg {
	width:520px;
	height:130px;
	float:left;
}
.fmsg textarea {
	width:512px;
	height:100px;
	border:1px solid #666666;
	padding:1px;
}
.fenviar {
	width:255px;
	float:left;
	margin:0;
}
.fenviar input {
	width:100px;
	height:25px;
	background-color:#999999;
	color:#333333;
	
}
.itemform {
	height:15px;
	margin:0;
}
.campoform {
	height:15px;
	margin:0;
}
.campoform input {
	border:1px solid #666666;
}
/* fim contato */

/* rodape */
.rodape {
	clear:both;
	width:1000px;
	height:50px;
	margin:0 auto;
	padding:0;
	background-color:#444444;
}

.rodape ul li {
	list-style:none;
	padding:15px;
	float:left;
	display:inline;
	font-size:11px;
}
.rodape ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
.rodape ul li a:hover {
	color:#999999;
}
.linhar {
	float:left;
	width:100%;
	height:1px;
	border-bottom:1px dashed #CCCCCC;
	margin-bottom:3px;
}
.rodape2 {
	clear:both;
	width:1000px;
	height:60px;
	margin:0 auto;
	padding:0;
	background:url(../img/bg_rodape.jpg) no-repeat;
}
.rodape2 h4 {
	font-size:10px;
	padding:10px;
	color: #333333;
}
/* fim rodape */
#query {
	height: 16px;
	padding-bottom: 1px;
	padding-top: 1px;
}
.licontato {
	background:url(../img/bgmenucol1-2.jpg);
	padding-bottom:10px;
}
.licontato p{
	margin:0 auto;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	font-size:17px;
}
.bannerInterno {
	text-align: right;
	width: 100%;
}
.space {
	height: 250px;
}
/* ajuda faq */
.divfaq {
	width:235px;
	float:left;
	margin:0;
	padding-bottom:20px;
}
.divfaq input {
	width:205px;
	height:18px;
	border:1px solid #333333;
	margin:0;
	padding:0;
	float:left;
}
.divfaq img {
	width:20px;
	height:20px;
	vertical-align:top;
	float:right;
}
.resultados {
	color:#999999;
	margin:8px;
	float:left;
}
.divfaq h2 {
	font-weight:bold;
	color:#666666;
	
}
.divfaq h2 a:link {
	color:#666666;
	text-decoration:underline;
	margin-top:25px;
}
.divfaq h2 a:hover {
	color:#FF9900;
}

.divfaq ul {
	margin:0;
	padding:0;
	background-image:transparent;
	background:none;
	border:0;
}
ul.faq {
	list-style-type:decimal;
	list-style-position:inside;
	margin:5px 15px 20px;
	color:#222222;
	text-align:justify;
}
ul.faq li {
	margin:5px 0;
}
ul.faq a {
	color: #FF9900;
	text-decoration:none;
	line-height:18px;
	font-weight:bold;
}
ul.faq a:hover {
	text-decoration:underline;
}
ul.faq ul {
	list-style-image:url(../img/list2.png);
	list-style-position:inside;
	margin:5px 22px;
}

.menu li a:hover {color: #FFA54F;}

/* fim ajuda faq */
