/* CSS Document */

/* CSS básico */

body {
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666;
	margin: 0;
	padding: 0;
	font-size: 11px;
	background-color: #F2F2F2;
	background-image: url(../images/fundo.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* WRAPPER */

#wrapper {
	position: relative;
	width: 986px;
	margin: auto;
}

#popup {
	position: absolute;
	width: 360px;
	height: 300px;
	top: 90px;
	left: 10px;
	z-index: 100;
}

/* BARRA SUPERIOR */

#calltoactionbar {
	position: relative;
	width: 986px;
	height: 80px;
}

#vline {
	position: relative;
	width: 2px;
	height: 75px;
	padding-top: 5px;
	float: left;
}

#actionbutton1 {
	position: relative;
	width: 190px;
	height: 80px;
	float: left;
}

#actionbutton2 {
	position: relative;
	width: 189px;
	height: 80px;
	float: left;
}

.fade {
  position: absolute;
  top: 14px;
  left: 11px;
}

.fade div {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

/* LOGO */

#logo {
	position: relative;
	width: 986px;
	height: 175px;
	clear: both;
	text-align: center;
	padding-top: 25px;
}

/* ÁREA DE CONTEÚDO */

#contentarea {
	position: relative;
	width: 986px;
	background-image: url(../images/wrappershadow.png);
	background-repeat: repeat-y;
}

/* COLUNA DA ESQUERDA COM MENU */

#leftcolumn {
	position: relative;
	width: 230px;
	float: left;
	padding-left: 3px;
}

#spaceovermenu {
	position: relative;
	width: 230px;
	height: 10px;
}

#menuarea {
	position: relative;
	width: 230px;
	background-image: url(../images/menushadow.png);
	background-repeat: repeat-y;
}

#menu {
	position: relative;
	width: 210px;
	left: 10px;
}

#spaceundermenu {
	position: relative;
	width: 230px;
	height: 10px;
	clear: both;
}

ul#menu div {
	display: none;
}

ul#menu h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #404040;
	font-weight: bold;
	text-align: left;
	margin: 12px 0 0 20px;
	
}

ul#menu h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #BF1E2E;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

ul#menu h5 a {
	color: #BF1E2E;
	text-decoration: none;
}

ul#menu h5 a:hover {
	text-decoration: underline;
}

ul#menu li.mega {
	width: 210px;
	height: 41px;
}

ul#menu li.mega div.megamenuexterno1c {
	position: absolute;
	width: 205px;
	height: 398px;
	top: 0px;
	left: 220px;
	background-color: #CCC;
	border: 1px solid #999;
}

ul#menu li.mega div.megamenuinterno1c {
	position: absolute;
	width: 165px;
	height: 338px;
	top: 40px;
	left: 20px;
	background-color: #FFF;
	border: 1px solid #AFAFAF;
	text-align: left;
}

ul#menu li.mega div.megamenuexterno1cwide {
	position: absolute;
	width: 305px;
	height: 398px;
	top: 0px;
	left: 220px;
	background-color: #CCC;
	border: 1px solid #999;
}

ul#menu li.mega div.megamenuinterno1cwide {
	position: absolute;
	width: 265px;
	height: 338px;
	top: 40px;
	left: 20px;
	background-color: #FFF;
	border: 1px solid #AFAFAF;
	text-align: left;
}

ul#menu li.mega div.megamenuexterno3c {
	position: absolute;
	width: 538px;
	height: 398px;
	top: 0px;
	left: 220px;
	background-color: #CCC;
	border: 1px solid #999;
}

ul#menu li.mega div.megamenuinterno3c {
	position: absolute;
	width: 498px;
	height: 338px;
	top: 40px;
	left: 20px;
	background-color: #FFF;
	border: 1px solid #AFAFAF;
	text-align: left;
}

ul#menu li.mega div.submenucolumn11c {
	position: absolute;
	width: 155px;
	height: 320px;
	top: 10px;
	left: 10px;
}

ul#menu li.mega div.submenucolumn11cwide {
	position: absolute;
	width: 255px;
	height: 320px;
	top: 10px;
	left: 10px;
}

ul#menu li.mega div.submenucolumn13c {
	position: absolute;
	width: 155px;
	height: 320px;
	top: 10px;
	left: 10px;
	border-right: 1px solid #CCC;
}

ul#menu li.mega div.submenucolumn23c {
	position: absolute;
	width: 156px;
	height: 320px;
	top: 10px;
	left: 176px;
	border-right: 1px solid #CCC;
}

ul#menu li.mega div.submenucolumn33c {
	position: absolute;
	width: 155px;
	height: 320px;
	top: 10px;
	left: 343px;
}

ul#menu li.submenuitem {
	border-bottom: 1px dotted #CCC;
	margin: 0 10px 4px 0;
	padding: 0 0 4px 0;
}

ul#menu li.submenuitem a {
	text-decoration: none;
}

ul#menu li.submenuitem a:hover {
	text-decoration: underline;
}

ul#menu li.hovering div {
	display: block;
	z-index: 100;
}

/* COLUNA DO MEIO COM MENU E CONTEÚDO */

#middlecolumn {
	position: relative;
	width: 540px;
	float: left;
}

#mainbanner {
	position: relative;
	width: 540px;
	height: 240px;
	padding: 10px 0 10px 0;
}

#espaco_sobre_video {
	position: relative;
	width: 540px;
	height: 10px;
}

#mainvideo {
	position: relative;
	width: 540px;
	height: 360px;
	margin-top: 10px;
}

#presentationtext {
	position: relative;
	width: 480px;
	padding: 5px 20px 20px 20px;
	font-size: 13px;
	text-align: justify;
	line-height: 20px;
}

/* COLUNA DA DIREITA COM DESTAQUES */

#rightcolumn {
	position: relative;
	width: 210px;
	float: left;
}

#welcomevideo {
	position: relative;
	width: 210px;
	height: 153px;
}

#destaquesenvolvimento {
	position: relative;
	width: 210px;
	height: 370px;
	background-image: url(../images/destaquesenvolvimento.png);
	background-repeat: no-repeat;
}

#destaquepequenosgrupos {
	position: relative;
	width: 160px;
	height: 88px;
	padding: 5px 0 1px 25px;
}

#destaquevoluntariado {
	position: relative;
	width: 160px;
	height: 89px;
	padding: 0 0 1px 25px;
}

#destaqueris {
	position: relative;
	width: 160px;
	height: 89px;
	padding: 0 0 1px 25px;
}

#destaquefcp {
	position: relative;
	width: 160px;
	height: 87px;
	padding: 0 0 0 25px;
}

/* FOOTER */

#footer {
	position: relative;
	width: 958px;
	height: 238px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	background-image: url(../images/footerbackground.png);
	background-repeat: no-repeat;
	padding: 6px 14px 5px 14px;
	clear: both;
}

#footer li {
	font-size: 9px;
}

#footerleftcolumn {
	position: relative;
	width: 229px;
	height: 238px;
	float: left;
}

#footerlogo {
	position: relative;
	width: 229px;
	height: 89px;
}

#footerinfo {
	position: relative;
	width: 209px;
	height: 129px;
	padding-left: 20px;
}

#footerinfo p {
	margin: 0 0 10px 0;
	padding: 0;
}

#footerseparator {
	position: relative;
	width: 2px;
	height: 238px;
	float: left;
}

#footerlinkscolumn {
	position: relative;
	height: 218px;
	padding: 10px 20px 10px 20px;
	border-right: 1px solid #CCC;
	float: left;
	line-height: 20px;
}

#footerlinksrightcolumn {
	position: relative;
	height: 218px;
	padding: 10px 20px 10px 20px;
	float: left;
	line-height: 18px;
}

.footerlinks li a {
	text-decoration: none;
}

.footerlinks li a:hover {
	text-decoration: underline;
}

/* CLEAR DA ÁREA DE CONTEÚDO */

#contentclear {
	position: absolute;
	width: 986px;
	height: 5px;
	clear: both;
}

/* FIM DA ÁREA DE CONTEÚDO */

#contentareabase {
	position: relative;
	width: 986px;
	min-height: 12px;
	margin-bottom: 40px;
}

/* BARRA NA BASE DA PÁGINA */

#barra-inferior {
	position: absolute;
	bottom: 0px;
	width: 100%;
	float: bottom;
	height: 40px;
}
