/* CSS Document */
body{
	background-color:#FAFAFA;


}

	#mainbox{
	position: relative;
	left:50%; 
	top:20px;
	padding:0px;
	margin-left:-400px; 
	background-image: url(images/fdo_cont.jpg);
	background-repeat: repeat-y;
	width:800px;

}
	.borda{
	display: block;
	width: 800px;
	height:30px;
	margin:0;
	background-image: url(images/fdo_sup.jpg);
	background-repeat:no-repeat;

	}

	div.head {
	display: block;
	width: 800px;/*99.5%;*/
	height: 150px;
	margin: 0;
	padding: 0;/*0.2em 0 0 0.2em;*/
	text-align: center;
	background-color: #c0d5b8;
	background-image: url(images/fdo_cont.jpg);
	background-repeat: repeat-y;
	}

/*container da DIV do Menu Horizontal*/	
	.topMenu {
	/*position:absolute;*/
	color: #069;
	margin: 3px 0 3px 20px;
	padding: 0;
	width: 800px;
	z-index:510;
	background-image: url(images/fdo_nav.jpg);
	background-repeat: no-repeat;
	}
/* MENU HORIZONTAL*/
#menu {
width: 100%;
/*background: #eff9eb;*/
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 7.83em;
float: left;
}

#menu a {
font: bold 11px/16px Trebuchet MS, Verdana, Arial;
display: block;
border-width: 0.1em;
border-style: solid;
margin: 0;
padding: 2px 3px;
color: #0c6b4d;
background: #fafafa; /* configuração cor do menu mouse out*/
border-top: #fff solid 1px;
border-right: #fff solid 1px;
border-bottom: #ccc solid 1px;
border-left: #c0d5b8 solid 5px;
text-decoration: none;
}
#menu h2 {
font: bold 11px/16px Trebuchet MS, Verdana, Arial;
display: block;
border-width: 0.15em;
border-style: solid;
border-color: #fafafa #fafafa #0c6b4d #0c6b4d; /*top right bottom left */
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fafafa;/*#c0d5b8;*/
background-color: #0c684d;
text-transform: none;
}

#menu a:hover {
color: #b01b2e;
background: #fff;
border-left: #0c684d solid 5px; /*configuração menu mouse over*/
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
/* FIM MENU HORIZONTAL*/
.texto {
	width: 730px;
	margin-top:30px;
	padding:0px 10px 0px 40px;
	/*float:left;*/
	clear:right;
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#0c684d;
	/*border: #ccc solid 1px;border-right: #ccc solid 1px;*/
}
.boxes {
	width: 730px;
	height:280px;
	margin-top:30px;
	padding:0;
	font-family:"Trebuchet MS", Verdana, Arial;
	color:#0c684d;
	/*border: #ccc solid 1px;*/
	font-size:0.8em;
	text-align: justify;
	padding-right: 10px;
}
#usg{
	float: left;
	width:280px;
	height: 275px;
	
	margin-right:5px;

}
#tc{
	float: left;
	clear: right;
	width:280px;
	height: 275px;
	margin-right:5px;
}
#formTC{
	float: left;
	width:150px;
	height: 275px;
	
}
#formTC img{
	border:none;
}


.texto h2{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:0.6em;
	color:#0c684d;
	text-align: justify;
	border-bottom: #c0d5b8 dashed 1px;
	width: 300px;

}
.texto h3{
	margin-top:30px;
	padding-left: 40px;
	line-height:36px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.9em;
	color: #0c6b4d;
	background-image: url(images/ico_cdipreparo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0;
}
.texto h4{
	font-size: 0.8em;
}

.texto #longo {
	width: 340px;
}

/*.texto p{
	font-size:0.8em;
	text-align: justify;
	padding-right: 10px;

}*/
.texto p{
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:0.8em;
	color:#0c684d;
	text-align: justify;
	/*line-height:1.6em;*/
	padding: 5px 20px 5px 20px;
/*	background-color: #fafafa;*/
	width: 680px;

}
.texto ul li{
	font-size:0.8em;
	list-style: square;
}
.texto ul #subitem{
	font-size:1.2em;
	list-style: square;
	padding-top: 0.8em;
	padding-left: 2em;
}

.texto img {
	float: left;
	clear: right;
	/*width: 221px;*/
	padding-right:10px;
	padding-top:0px;
}
.texto a{
	color:#0c684d;
}

.texto a:visited{
	color:#0c684d;
	text-decoration:none;
}
.texto a:hover{
	color:#0c684d;
	font-weight: bold;
	text-decoration:underline;
}
.texto a:active{
	color:#0c684d;
	text-decoration:none;
}

#footer {
	width: 800px;
	height: 80px;
	margin: 0 0 0 0;
	clear: both;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:0.7em;
	text-align: center;
	color: #0c6b4d;
	background-image: url(images/fdo_inf.jpg);
	
}

