/*GERAL - INICIO*/
html, body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	border: 0;
}
ul, li, form, input {
	margin: 0;
	padding: 0;
}
a, a:link, a:active, a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
a:hover {
	text-decoration:underline;
	font-weight:bold;
	color:#09D;
}
img {
	border: 0;
}
p {
	text-decoration:none;
	color:#000;
}
/*GERAL - FIM*/
/*ESTRUTURA - INICIO*/
/*HEADER - INICIO*/
#header {
	height: 173px;
	background: #FFF url(header_bg.gif) repeat-x;
}
/*HEADER - FIM*/
/*MENU - INICIO*/
#menu {
	width: 100%;
	height: 42px;
	background: #FFF url(menu_home_bg.gif) no-repeat;
}
#menu ul{
	position: absolute;
	left: 180px;
	list-style-type: none;
}
#menu ul li {
	float: left;
	margin: 9px 15px 0 5px;
}
#menu ul li a, #menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
	top: 0;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
	display: block;
	color:#000;
	margin: 0;
	padding: 0;
	/*border: 1px solid #f90;*/
}
#menu ul li a:hover{
	color:#09D;
	text-decoration:underline;
}
.duaslinas{
	width: 45px;
}
.ultimo{
	margin: 0;
}
/*MENU - FIM*/
/*CONTEUDO - INICIO*/
#conteudo{
	position: relative;
	top: 0;
	margin-right: 205px;
	z-index: 5;
}
#conteudo h1{
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
	display: block;
	color:#09d;
	margin: 15px 9px 0 9px;
}
#conteudo p{
	font-size: 13px;
	text-decoration: none;
	font-weight: normal;
	line-height: 18px;
	display: block;
	color:#000;
	margin: 15px 9px 10px 9px;
}
#conteudo #boxunidade{
	width: 542px;
	height: 266px;
	margin: 0 auto;
	padding: 0;
	z-index: 10;
}
#boxes {
	position: relative;
	float: right;
	width: 202px;
	margin: 10px 0 0 0;
	top: 0px;
	min-height: 400px;
} 
#boxes #boxnoticias{
	position: relative;
	display: block;
	width: 201px;
	background: #FFF url(boxnoticias_bg.gif) no-repeat;
	float: none;
}
#boxes #boxnoticias h1{
	position: relative;
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
	width: 80px;
	height: 19px;
	background: #FFAC00 url(boxnoticias_titulo.gif) no-repeat;
	top: 10px;
	left: 10px;
}
#boxes #boxnoticias h1.trabalhe{
	position: relative;
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	width: 200px;
	height: 22px;
	background: url(boxtrabalhe_titulo.gif) no-repeat;
	top: 10px;
	left: 10px;
}
#boxes #boxnoticias h1 span{
	display: none;
}
#boxes #boxnoticias ul{
	display: block;
	padding: 0 18px 0 10px;
	margin: 0;
	list-style-type: none;
}
#boxes #boxnoticias ul li{
	margin: 0;
	padding: 10px 0 0 0;
	color:#047;
	/*font-weight: bold;*/
}
#boxes #boxnoticias ul li a, #boxes #boxnoticias ul li a:link, #boxes #boxnoticias ul li a:active, #boxes #boxnoticias ul li a:visited {
	text-decoration: none;
	font-weight: normal;
	color:#047;
}
#boxes #boxnoticias ul li a:hover{
	text-decoration:underline;
	font-weight: normal;
	color:#09D;
}
#boxes #boxnoticias #boxnoticias_end{
	display: block;
	width: 201px;
	height: 18px;
	background: #FFF url(boxnoticias_bg_end.gif) no-repeat;
}
#boxes #boxdestaque{
	position: relative;
	display: block;
	width: 201px;
	background: #FFF url(boxdestaque_bg.gif) no-repeat;
	float: none;
}
#boxes #boxdestaque h1{
	position: relative;
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	width: 94px;
	height: 22px;
	background: #FFAC00 url(boxdestaque_titulo.gif) no-repeat;
	top: 10px;
	left: 10px;
}
#boxes #boxdestaque h1 span{
	display: none;
}
#boxes #boxdestaque img{
	padding: 0 18px 5px 10px;
}
#boxes #boxdestaque p{
	padding: 10px 18px 5px 10px;
	margin: 0;
}
#boxes #boxdestaque a{
    font-weight:normal;
}
#boxes #boxdestaque #boxdestaque_end{
	display: block;
	width: 201px;
	height: 18px;
	background: #FFF url(boxdestaque_bg_end.gif) no-repeat;
}
#boxes #boxtrabalhe{
	position: relative;
	display: block;
	width: 201px;
	background: #FFF url(boxtrabalhe_bg.gif) no-repeat;
	float: right;
}
#boxes #boxtrabalhe h1{
	position: relative;
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	width: 200px;
	height: 22px;
	background: url(boxtrabalhe_titulo.gif) no-repeat;
	top: 10px;
	left: 10px;
}
#boxes #boxtrabalhe h1 span{
	display: none;
}
#boxes #boxtrabalhe p{
	padding: 10px 18px 5px 10px;
	margin: 0;
}
#boxes #boxtrabalhe a{
    font-weight:normal;
}

#boxes #boxtrabalhe #boxtrabalhe_end{
	display: block;
	width: 201px;
	height: 18px;
	background: #FFF url(boxtrabalhe_bg_end.gif) no-repeat;
}



.clear {
	clear: both;
}
/*CONTEUDO - FIM*/
/*FOOTER - INICIO*/
#footer{
	position:relative;
	width: 100%;
	height: 22px;
	background: #FFF url(footer_bg.gif) repeat-x;
	clear: both;
}


#footer #sitebytau {
	float: right;
	position:relative;
	top:3px;
	right:8px;
}
#footer #direitos{
	float:left;
	padding:3px 8px;
	color:#f60;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
}

#footer span{
	position: relative;
	display: block;
	top: 5px;
	right: 10px;
	text-align: right;
}
#footer span a, #footer span a:link, #footer span a:active, #footer span a:visited {
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	line-height: 14px;
	display: block;
	color:#f60;
	margin: 0;
	padding: 0;
	/*border: 1px solid #f90;*/
}
#footer span a:hover{
	color:#000;
	text-decoration:underline;
}
/*FOOTER - FIM*/

/*POPUP*/
#popup {
	position: absolute;
	width: 338px;
	height: 463px;
	top: 160px;
	left: 200px;
	z-index: 10000;
}

/*ESTRUTURA - FIM*/

