/*############################################################## 
	@AtivaWeb:		www.ativaweb.com
	@Autor:			Éber Costa
	@e-mail:		ebersc@gmail.com
	@data:			09/03/2009
	@content:		Folha de estilo para o layout principal 
###############################################################*/
* {	margin: 0;	padding: 0;}
address,th { font-style: normal; font-weight: normal;}
table {	border-collapse: collapse;	border-spacing: 0;}
caption,th {text-align: left;}
img,fieldset {border: none;}
ol,ul {list-style: none;font-size: inherit;	margin:0px;}
a {text-decoration: none;color: #000;}
div {position: relative;text-align: left;}

body {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	background: url(../images/bgAll.jpg) top repeat-x #9DB4C2;
}

div#corpo{
	width: 985px;
	margin: 0 auto;
}

div#area-logar{
	width: 170px;
	height: 65px;
	padding: 3px;
	background: #CCC;
	color: #000;
	float: right;
	margin-right: 22px;
	margin-top: 2px;
	opacity: 0.5;filter:alpha(opacity=50);zoom:1;
	font-size: 9px;
}

div#topo{
	width: 985px;
	height: 156px;
	background: url(../images/bgTop.jpg) no-repeat;
	z-index: 200;
}

div#menu{
	width: 860px;
	height: 26px;
	margin-left: 20px;
	margin-top: 13px;
	float: left;
	z-index: 200;
}

#menu a{
	color: #000;
}#menu a:hover{
	color: white;
}

#Nav{
	z-index: 200; position: absolute;
}

#Nav li{
	background: url(../images/bgMenu.jpg);
	width: 92px;
	height: 21px;
	padding-top: 2px;
	text-align: center;
	color: white;
	float: left;
	margin-right: 2px; 
	cursor: pointer;
	z-index: 200;
}
#Nav li:hover{
	background: url(../images/bgMenuOver.jpg);
	width: 92px;
	height: 21px;
	padding-top: 2px;
	text-align: center;
	color: white;
	float: left;
	margin-right: 2px; 
	cursor: pointer;
	z-index: 200;
}

#Nav a{
	color: #FFF;
}
#subMenu {
	margin-top: 8px;
}
#subMenu li{
	background: url(../images/bgSubMenuOver.jpg);
	padding: 2px;
	color: #000;
	width: 146px;
	height: 18px;
	cursor: pointer;
	text-align: left;
	z-index: 200;
}
#subMenu li:hover{
	background: #627186;
	border-bottom: 4px solid #949597;
	padding: 2px;
	color: #FFF;
	width: 146px;
	height: 14px;
	cursor: pointer;
	text-align: left;
	z-index: 200;
}

div#container{
	width: 945px;
	height: 330px auto;
	padding: 10px;
	background-color: #FFF;
	margin: 0 auto;
	z-index: 1;
}

div#esquerda{
	float: left;
	width: 140px;
	z-index: 1;
}

div#centro{
	float: left;
	width: 649px;
	margin-left: 8px;
	z-index: 1;
}
/*
.bannerFull{
	width: 640px;
	height: 150px;
	margin-left: 8px;
	margin-bottom:8px;
	z-index: 1;
}*/


.notEsq{
	width: 220px;
	margin-right: 8px;
	float: left;
	z-index: 1;
}

.notDir{
	float: left;
	width: 420px;
	z-index: 1;
}

.contEsq{
	width: 320px;
	margin-right: 8px;
	float: left;
	z-index: 1;
}

.contDir{
	float: left;
	width: 320px;
	z-index: 1;
}

div#direita{
	float: left;
	width: 140px;
	margin-left: 8px;
	z-index: 1;
}

div#rodape{
	width: 965px;
	height: 36px;
	margin: 0 auto;
	background: url(../images/bgRodape.gif) no-repeat;
}

.destaque-d{
	width:220px;
	height:200px;
}
.titulo-d{
	text-align:center;
	width:212px;
	height: 50px;
	padding:4px;
	background: #666;
	top:150px;
	vertical-align: text-bottom;
}

.titleEnquete{
	background: url(../images/titleEnquete.jpg);
	height: 11px;
	padding: 6px;
	font-weight: bold;
	font-size: 12px;
}

.corpoTable{
	padding: 6px;
	background: url(../images/bgEnquete.jpg) repeat-x;
}

.selVoto{
	font-size:10px;
	border: 1px solid #999999;
}

#legislacao li{
	padding: 3px;
	background: url(../images/bgLesigslacao.jpg) bottom repeat-x #FFF;
}

#taxas li{
	padding: 3px;
	background: url(../images/bgLesigslacao.jpg) bottom repeat-x #FFF;
}