*{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:active {
text-decoration: underline;
color:#666;
text-decoration:underline;
}
html, body {height:100%;} 
body {
	margin:0; 
	padding:0;
	background:#ddd;
	color:#000;
	font:75%/1.4 Verdana, Arial, Helvetica, sans-serif;
	}
#tudo { 
	width:100%;
	position:relative;  /*Contexto de posicionamento */
	background-color:#FFF;
	min-height:100%;
	}
 * html #tudo {height: 100%;}
#conteudo {padding-bottom:30px;}
#topo {
	width:900px;
	height:281px;
	background-image:url(../img/comum/topo.jpg);
	margin:0 auto;
}
#conteudo-interno{
	width:860px;
	margin:0 auto;
	text-align:justify;
}
.titulo{
	font-size:16px;
	color:#005749;
	font-weight:bold;
	text-align:left;
	width:700px;
	height:22px;
}
.dl-pdf{
	color:#333;
	font-size:16px;
}
#imagens-capa{
	width:858px;
	height:170px;
	position:relative;
	margin:0 auto;
	top:30px;
	left:2px;
}
#topo100 {
	background:#cfc;
	width:100%;
	height:280px;
	background-image:url(../img/bg/topo.jpg);
	}
#principal {
	width:510px;
	padding-left:20px;
	float:left;
	padding-top:10px;
	text-align:justify;
	}
#auxiliar {
	width:200px;
	float:right;
	padding-top:10px;
	}
#menu{
	width:900px;
	height:60px;
	margin:0 auto;
	background-image:url(../img/bg/menu.jpg);
}
#enquadramento-menu{
	width:95%;
	padding-top:25px;
	font-size:12px;
	padding-left:90px;
}
#rodape {
	width:900px;
	height:55px;
	bottom: 0; /**/
	margin:0 auto;
}
#rodape100 {
	width:100%;
	height:55px;
	position: absolute;
	bottom: 0; /**/
	background-image:url(../img/bg/rodape.jpg);
}
#logar{
	width:400px;
	height:60px;
	position:relative;
	left:490px;
	top:35px;
}
.ok{
	width:50px;
	height:19px;
	background-image:url(../img/bt/ok.jpg);
	border:1px solid;
}
#formulario{
	width:75%;
	margin:0 auto;
}
#jason{
	width:100%;
	clear:both;
}
.clear {clear:both;}

#form-center{
	width:100px;
	margin:0 auto;
}
	



.preload1 {}
.preload2 {}

#nav {padding:0; left:-43px;margin:0;height:38px; width:820px; position:relative; z-index:500; font-family:arial, verdana, sans-serif; top:-15px}

#nav li.top {display:block; float:left; height:38px;}

#nav li a.top_link {display:block; float:left; height:35px; line-height:33px; color:#333; text-decoration:none; font-size:11px; padding:0 0 0 20px; cursor:pointer;}

#nav li a.top_link span {float:left; display:block; padding:0 24px 0 0px; height:35px; }

#nav li a.top_link span.down {float:left; display:block; padding:0 24px 0 0px; height:35px;}

#nav li:hover a.top_link {color:#000;}
#nav li:hover a.top_link span {}
#nav li:hover a.top_link span.down {}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{left:1px; top:38px; background:#ccc; padding:3px; border:1px solid #999; white-space:nowrap; height:auto; z-index:300; width:290px;}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:240px; font-weight:normal;}
#nav li:hover ul.sub li a
{display:block; font-size:11px; height:18px; width:240px; line-height:18px; text-indent:5px; color:#000; text-decoration:none;border:1px solid #ccc; width:285px;}
#nav li ul.sub li a.fly
{background:#666 240px 6px no-repeat;}
#nav li:hover ul.sub li a:hover 
{background:#666; color:#fff; border-color:#fff;}
#nav li:hover ul.sub li a.fly:hover
{background:#666 240px 6px no-repeat; color:#fff;}


#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:90px; top:-4px; background: #bbd37e; padding:3px; border:1px solid #5c731e; white-space:nowrap; width:120px; z-index:400; height:auto;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{background:#6a812c80px 6px no-repeat; color:#fff; border-color:#fff;} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{background:#bbd37e 80px 6px no-repeat; color:#000; border-color:#bbd37e;} 



<!-- 

.toolTip { /* This is the hook that the jQuery script will use */
	padding-right: 13px; /* This is need to make sure that the help icon is always visible */
	background:url(../img/comum/interrogacao.jpg) no-repeat right;
	cursor: help; 
	position: relative; /* This contains the .toolTipWrapper div that is absolutely positioned  */
	text-shadow: 1px 1px #fff;
}
 
.toolTipWrapper { /* The wrapper holds its insides together */
	background-color:#CCC;
	width: 175px;
	position: absolute; /* Absolute will make the tooltip float above other content in the page */
	display: none; /* It has to be displayed none so that the jQuery fadein and fadeout functions will work */
	color:#000;
	font-size: 9pt; /* A font size is needed to maintain consistancy */
	z-index:10000;
}
-->

.enviar-form{
	width:110px;
	height:40px;
	border:0px solid;
	background-image:url(../img/bt/enviar.jpg);
}
