/** Folha de estilos principal do site. */

@import url('yui/reset.css');
@import url('yui/fonts.css');
@import url('yui/base.css');

@import url('util.css');
@import url('uhtml.css');

/*-----------------------------------------------------------------------------*/

html{
	padding: 0;
	margin: 0 auto;
	position: relative;
}

body {
	background: #F0F0F0 url('../images/body.jpg') repeat-x 0 0;
	
	padding: 0;
	margin: 0 auto;
	position: relative;
}

/*-----------------------------------------------------------------------------*/


#container {
	background: white;
	position: relative;
	width: 920px;
	height: auto;
	
	margin: 5px auto;
}

#header {
	position: relative;
	overflow: hidden;
	width: 920px;
	height: 203px;
	margin: 0;
}

#logo {
	background: #FFF url('../images/logo.jpg') no-repeat 0 0;
	
	position: relative;
	overflow: hidden;
	width: 217px;
	height: 198px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#banner-centro {
	background: #DFDFDF;
	
	position: absolute;
	overflow: hidden;
	width: 697px;
	height: 146px;
	margin:0;
	top:1px;
	left: 221px;
	text-align: center;
}


#banner-dir {
	background: #DFDFDF;
	
	position: absolute;
	overflow: hidden;
	width: 201px;
	height: 146px;
	margin:0;
	top:1px;
	right: 0;
	text-align: center;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#tarja {
	background: #9C9895;
	position: absolute;
	overflow: hidden;
	width: 920px;
	height: 5px;
	bottom:0;
	left: 0;
}

.link-logo {
	position: absolute;
	text-decoration: none;
	width: 217px;
	height: 198px;
	
	top: 0;
	left: 0;
}

#frmSearch {
	position: relative;
	text-decoration: none;
	width: 208px;
	height: 22px;
	
	top: 10px;
	left: 5px;

}

#frmSearch input {
	font: normal 12px Tahoma, Verdana, Arial, serif;
	color: #333;
	background-color: transparent;
	
	position: absolute;
	width: 177px;
	height: 19px;
	
	top: 0;
	left: 0;
	padding-top: 2px;
	padding-left: 2px;
	border: 1px solid #dedede;
	
}

.bt-search {
	background: #FFF url('../images/bt_ok.jpg') no-repeat 0 0;
	position: absolute;
	display: block;
	width: 24px;
	height: 22px;
	
	top: 0;
	right: 0;
}


th, td {
	border: 0;
	padding: 0;
}

#left .titulo {
	background: url('../images/icone.jpg') no-repeat 5px 5px;
	font: bold 12px Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: #333;
	padding: 6px 30px;
	margin-top: 10px;
}

#submenu {

	background: white;
	position: relative;
	width: 207px;
	height: auto;
	
	padding: 0;
	margin-top: 12px;
	margin-left: 5px;
}
#submenu ul {
	margin-top: 3px;
	margin-bottom:10px;
}

#submenu ul li {
	list-style: url('../images/bullet.jpg');
	vertical-align: top;
}
#submenu ul li a{
	color: black;
}

#submenu a {
	position: relative;

	font: bold 12px Verdana, Arial, sans-serif;
	color: #333;
	height: 26px;
	text-decoration: none;
	padding:0;
	line-height: 25px;
	width: 174px;
	overflow: hidden;
	display: block;
}

#submenu a:hover,
#submenu a.selected {
	text-decoration: underline;
	color: gray;
}

#nav {
	background: white;
	position: absolute;
	width: 697px;
	height: 50px;
	left: 221px;
	padding: 0;
	margin: 0;
	bottom: 5px;
	border-right: 2px solid #fff;
	border-bottom: 1px solid #fff;
}

#nav ul {
	list-style: none;
	
	padding: 0;
	margin: 0 auto;
	float: left;
	padding-top: 3px;
	
	display: inline-block;
	width: 697px;
}

#nav ul li {
	
	position: relative;
	overflow: hidden;
	float: left;
	height: auto;
	valign: middle;
	width: auto;
	text-align: center;
	
	margin: 0px 1px;
	
	display: inline-block;
}

#nav ul li a {
	font: bold 11px Verdana, Arial, sans-serif;
	color: #333;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	
	line-height: 26px;
	
	background: url('../images/bg_menu_off.jpg') repeat-x 0 0;
	border: 1px solid #F1F1F1;
	position: relative;

	display: inline-block;

	height: 47px;
}

#nav ul li a .span {
	background: transparent url('../images/span_off.jpg') no-repeat center;
	
	margin-top: 12px;
	width: auto;
	height: 8px


}

#nav ul li a:hover .span,
#nav ul li a.selected .span {
	background: transparent url('../images/span_on.jpg') no-repeat center;
}

#nav ul li a:hover,
#nav ul li a.selected {
	background: url('../images/bg_menu_on.jpg') repeat-x 0 0;
	color:#fff;
}

/*
#nav ul li span {
	background: transparent url('../images/span_off.jpg') no-repeat 0 0;
	
	position: absolute;
	display: block;
	width: 13px;
	height: 8px;
	
	left: 0;
	top: 13px;
}


#nav ul li > span {
	background: transparent url('../images/span_on.jpg') no-repeat 0 0;
}
*/

#content {

	background: #F0F0F0;
	position: relative;
	width: 917px;
	height: auto;
	
	padding: 0;
	margin: 0;
	top: 0;
	float: left;
	
	border-left: solid 2px #DEDEDE !important;
	border-right: solid 2px #DEDEDE !important;
	
}

#left {
	background: white;
	position: relative;
	width: 217px;
	height: auto;
	float: left;
}

.includes{
	position: relative;
	float: left;
	margin:0;
	padding: 0;
	height: 100%
	border: 0;	
}

#right {
	background: white;
	position: relative;
	overflow: hidden;
	width: 201px;
	height: 100% !important;
	float: left;
	left: 0;
	min-height: 312px;
}

#right td {
	font: 11px Verdana, Arial, sans-serif;
	border-bottom: 1px dashed #D7D7D7;
	padding: 5px 0;
}

#right .titulo {
	background: url('../images/icone.jpg') no-repeat 5px 5px;
	font: bold 12px Verdana, Arial, sans-serif;
	color: #333;
	padding: 6px 30px;
	margin-top: 10px;
}

#right .txt {
	font: 12px Verdana, Arial, sans-serif;
	color: #333;
	margin-left: 12px;
	margin-top: 6px;
	margin-right: 5px;
}

#right .tel {
	font: bold 11px Verdana, Arial, sans-serif;
	color: #143F69;
	margin-left: 12px;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#left .txt {
	font: 11px Verdana, Arial, sans-serif;
	color: #333;
	margin-left: 12px;
	margin-top: 0px;
	margin-right: 5px;
}

#left .tel {
	font: bold 11px Verdana, Arial, sans-serif;
	color: #143F69;
	margin-left: 12px;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 0;
}

#left .titulo1 {
	background: url('../images/icone.jpg') no-repeat 5px 5px;
	font: bold 12px Verdana, Arial, sans-serif;
	color: #333;
	padding: 6px 30px;
	margin-top: 10px;
}

#left .txt1 {
	font: 12px Verdana, Arial, sans-serif;
	color: #333;
	margin-left: 12px;
	margin-top: 6px;
	margin-right: 5px;
}

#left .tel1 {
	font: bold 11px Verdana, Arial, sans-serif;
	color: #143F69;
	margin-left: 12px;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.outrosconteudos{
	background: white;
	border-top: 1px dashed #c0c0c0;
}

.outrosconteudos h2{
	color: #006699;
	font-weight: bold;
}

.outrosconteudos ul {
	margin-top: 3px;
	margin-bottom:10px;
}

.outrosconteudos ul li {
	list-style: url('../images/bullet.jpg');
	vertical-align: top;
}
.outrosconteudos ul li a{
	color: black;
}

table{
	margin:0;
}

#right table{
	margin-bottom: 0;
}

#right #leiamais {
	position: relative;
	overflow: hidden;
	width: 79px;
	height: 19px;
	top: 5px;
	left: 110px;
}


#right td a{
	text-decoration: none;
	color: #333;
}

#right td a:hover,
#right td a.selected {
	text-decoration: underline;
	color: gray;
}

#center {
	background: white;
	position: relative;
	overflow: hidden;
	width: 487px;
	height: auto;
	min-height: 300px;
	float: left;
	left: 5px;
	top: 5px;
	margin-bottom: 10px;
	border: 1px solid #dedede;
}

#conteudo {
	background: white;
	position: relative;
	overflow: hidden;
	width: 689px;
	height: auto;
	min-height: 300px;
	float: left;
	left: 5px;
	top: 5px;
	margin-bottom: 10px;
	border: 1px solid #dedede;
}

.imgleft {
	background: url(../images/left_img.jpg) no-repeat 0 0;
	position: relative;
	bottom: 5px;
	width: 182px;
	height: 156px;
	margin-top: 15px;
	margin-left: 16px;
}


#footer {
	background: url(../images/rodape_bg.jpg) repeat-x 0 0;
	position: relative;
	width: 920px;
	height: 38px;
	
	padding: 0;
	margin: 0;
	top: 0;
	float: left;

}

#footer .main {
	font: 11px Verdana, Arial, sans-serif;
	color: white;
	margin: 0;
	padding-bottom: 10px;
	text-align: center;
	line-height: 28px;
}

#footer .main a {
	color: white;
	text-decoration: none;
}

#footer .main a:hover {
	color: silver;
	text-decoration: underline;
}

h1 {
	font: 18px Verdana, Arial, sans-serif;
	color: black;
	padding: 15px 5px 5px 5px;
	margin: 0;
}
#center p,
p {
	font: 11px Verdana, Arial, sans-serif;
	color: #333;
	margin: 5px;
	padding-bottom: 7px;
}

p, img {
	border: 0;
}


/*-----------------------------------------------------------------------------*/

.uhtml {
	font: 12px Verdana, Arial, serif;
	color: #333333;
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px 5px 5px 20px;
}

.uhtml h1 {
	font-size: 18px;
	color: black;
	
	padding: 15px 0 15px 0;
	margin: 0;
}

.uhtml h2 {
	font-size: 15px;
	color: #006699;
	font-weight: normal;
	
	padding: 10px 5px 10px 0;
	margin: 0;
}

.uhtml a {
	color: CornflowerBlue;
	text-decoration: none;
}

.uhtml a:hover {
	color: ActiveCaption;
	text-decoration: underline;
}

img .borda {
	position: relative;
	margin: 2px;
	border: solid 1px #d3d3d3;
	border-spacing: 2px 2px;
}
/*-----------------------------------------------------------------------------*/
.main .about {
	background: transparent url('../images/lightbulb.gif') no-repeat center left;
	
	position: relative;
	clear: both;
	width: auto;
	height: auto;
	
	padding-left: 22px;
}
