@charset "utf-8";
/* CSS Document */

/* força o safari do iphone a usar o tamanho das fontes corretos */
html { -webkit-text-size-adjust: none }

/* -- itens genericos -- */
body {
	font-family: "Trebuchet Ms", Helvetica, Sans-Serif;
	font-size: 13px;
	margin:0 !important;
	padding: 0px;
	background: #F3F3F3;
}

h1, h2, h3, h4, h5, h6, p {
	position: relative;
	margin:0 !important;
}

img { border: none; }

.reveal h1, h2, h3, h4, h5, h6, p {
	position: static;
	text-align: left;
}

u {
	text-decoration: none;
}

a { 
	text-decoration:none !important;
	color: #006295;
}

a:hover { 
	text-decoration:underline !important;
	color: #666;
}

ul, li { margin: 0; padding: 0; list-style: none; }


.container925 {
	width: 925px;
	margin: 0 auto;
}


#topo {
	background: url(../imgs/topo_bg.jpg) no-repeat top center;
}

#topo h1 {
	background: url(../imgs/logo_h1.gif) no-repeat;
	text-indent: -9999px;
}

#topo h1 a {
	display: block;
	width: 200px;
	height: 80px;
}


/* ADICIONA CSS PARA O MENU */

#navmenu {
	float: left;
	overflow: hidden;
	position: relative;
	margin-top: -50px;
	margin-left: 240px;
}

#navmenu ul {margin: 0; padding: 0px 0px 0px 0px; list-style-type: none; list-style-image: none; }
#navmenu li {display: inline; padding: 0px 15px 0px 0px} /* ESPAÇO ENTRE OS ITENS DO MENU */
#navmenu ul li a {text-decoration:none;  margin: 0px; padding: 6px 5px 5px 0px; color: black} /* azul escuro:  #09225a  ou claro #00a9fe */
#navmenu ul li a:hover {color: #d2ab67; background: url('images/rollover_menu.jpg') repeat-x top center;}

/* FIM DO CSS PARA O MENU */


/* -----------------   LAYOUT   -----------------*/

body {
	background: url(../imgs/body_bg.jpg) repeat-x;
}

#banner, #container, #rodape {
	width: 925px;
	margin: 0 auto;
}

#banner {
	height: 200px;
	background: url(../imgs/banner.jpg) no-repeat 0 0px;
}


/*	clearfix para elementos float	
--------------------------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/*	IE7 hack */
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.theBreaker {
	height: 0.005em;
	clear: both;
	overflow: hidden;
}

input {
	font-family: Arial,Verdana,sans-serif;
	font-size: 12px;
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

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



#container {
	background: url(../imgs/container_bg.jpg) repeat-y;
}

#geral {
	background: url(../imgs/geral_bg.jpg) no-repeat;
}

#rodape {
	background: url(../imgs/rodape_bg.jpg) no-repeat;
	padding: 38px 0 15px 0;
}

#rodape p {
	text-align: center;
}


/* ---------- MENU LATERAL ----------- */

#menu {
	width: 179px;
	margin: 0 15px 0 20px;
	float:left;
	display: inline;
}

.ul_principal {
	font-size: 15px;
	/* font-weight: bold; */
	color: #006295;
	/* text-transform: uppercase; */
	letter-spacing: -0.03em;
}

.ul_principal li {
	padding: 7px 0 8px 0;
	border-bottom: 1px solid #ccc;
}

.ul_principal li a:hover { 
	text-decoration:none !important;
	color: #666;
}

.submenu {
	background: #F90;	
}

.ul_secundario {
	margin-top: 6px;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-transform: none;
	letter-spacing: normal;
	padding-bottom: 2px;
}

.ul_secundario li {
	padding: 3px 0 3px 12px;
	border-bottom: none 0px;
	background: url(../imgs/menu_li_bullet.gif) no-repeat 2px 7px ;
}

.ul_secundario li a {
	color: #666;
}

.ul_secundario li a:hover {
	text-decoration: underline !important;
	color: #999;
}


/*  ------------------  CONTEUDO --------------------- */
#content {
	width: 625px;
	float: right;
	margin: 0 40px 0 0;
	display: inline;
}

.box_full {
	padding-bottom: 25px;
}

.box_content {
	padding-top: 5px;
}

#content h2 {
	color: #b79758;
	font-size: 16px;
	font-weight: bold;
/*	padding: 5px 0px; */
}

