/* GERAL */
* {padding: 0px; margin: 0px;}

body {
	background:#8abbdd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.default {
	font-size: 12px;
	font-weight: normal;
}

br {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	cursor: pointer;
	text-decoration: none;
	color: #000000;
}

a:hover {
	cursor: pointer;
	text-decoration: none;
	color: #164875;
}

p {
	margin-bottom: 18px;
}

img {
	border: 0px;
	vertical-align: bottom;
}

ul {
	margin: 15px;
	margin-left: 35px;
}

li {
	vertical-align: bottom;
}

ul.clear {
    list-style-type: none;
	margin: 0px;
}

ul.clear li {
	list-style: none;
	list-style-type: none;
	vertical-align: bottom;
}

/* FORM */
.inputTxt {
	height: 18px;
	border: 1px solid #666666;
}

.inputBtn {
	height: 25px;
}

select {
	height: 20px;
	border: 1px inset;
}

input.btnImg {
	background-color: transparent;
	background-repeat: no-repeat;
	border: 0px;
	cursor: pointer;
}

form.frmFloat {
	position: relative;
}

form.frmFloat div {
	float: left; 
	height: 40px;
	text-align: left;
} 



/* ESTRUTURA */
#main {
	top: 0px;
	width: 100%;
	text-align: center;
}

#container {
	margin: 0 auto; /*para centralizar no firefox e chrome*/
	width: 990px;
	background:#fff;
}

#header, #content, #footer {
	position: relative;
}

#content {
	height: auto !important;
	width: 990px;
	background:url(/img/bg_center.gif) repeat-y top left;
	margin: 8px 0px 8px 0px;
}

/*cabeçalho*/
#header {
	height: 153px;
	margin-bottom: 0px;
	background: url(/img/bg_header.jpg) no-repeat top left;
}

#headerLogo, #topBanner{
	position:absolute;
}

#headerLogo {
	width:245px;
	height:153px;
	top: 0px;
	left: 0px;
}

#topBanner {
 	width: 600px;
	height: 110px;
	top: 21px;
	right: 42px;
}

/* menu principal */
#menu {
	background: url(/img/bg_undermenu.jpg) bottom left no-repeat #164875;
	height:31px;
	line-height:27px;
	color:#ffffff;	
}

.menuItem {
	color:#ffffff;
	margin:0px 8px 0px 8px;
}

.menuItem:hover {
	color:#96caff;
}

#underMenu {
	height:4px;
}


/* busca laranja */
#search {
	height:110px;
	background: url(/img/bg_search.jpg) top left repeat-x;
}

#searchTitle, #searchContainer, .searchSelect {
	float:left;
	display:inline;
}

#searchTitle {
	background: url(/img/bg_search_title.jpg) top left no-repeat;
	height:110px;
	width:386px;
}

#searchContainer {
	position:relative;
	width: 290px;
	margin-left:28px;
	margin-top: 12px;
}

.searchSelect {
	height:20px;
	border:1px solid #ff4200;
	margin-bottom:2px;
	font-size:12px;
}

#searchBtn {
	position:absolute;
	right: 0px;
	top: 22px;
	background: url(/img/btn_search.gif) top left no-repeat;
	height:40px;
	width:40px;
}

#sendBtn {
	background: url(/img/enviar.jpg) top left no-repeat;
	height:17px;
	width:61px;
	margin: 10px;
}

#searchOport {
	float:right;
	width: 249px;
}


/* centro */

#center, #right {
	display: inline;
}

#center {
	margin: 0px 8px 0px 8px;;
	width: 800px;
	float: left;
}


#footer {
	position:relative;
	margin: 0 auto; /*para centralizar no firefox e chrome*/
	width: 990px;
	text-align: center;
	background: url(/img/bg_footer.jpg) top left repeat-x;
	color:#FFFFFF;
	text-align:center;
	height:41px;
	line-height:41px;
}

#bc {
	position:absolute;
	right:15px;
	bottom:10px;
}

/* publicidade a direita */
#right {
	width: 164px;
	float: right;
	margin: 0px 8px 0px 0px;
}

.pubRight, .pubRightTxt {
	float:right;
	display:inline;	
}

.pubRight {
	width:158px;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 4px 0px;
	border-bottom: 1px dashed #2e5986;
}

.pubRightImg {
	float:left;
}

.pubRightTxt {
	width:110px;
	text-align:justify;
	font-size:10px;
}

form div {
	float: left;
	padding-bottom: 10px;
	width: 600px;
	text-align: left;
}

/* Área Restrita */

#cont_area_restrita {
	background: url(../img/bnr_login.jpg) no-repeat;
	padding: 10px 10px 10px 20px;
	width: 219px;
	height: 90px;
	float: right;
	text-align: center;
	position:relative;
}

#cont_area_restrita .filantropia {
	width: 23px; 
	height:79px; 
	background: url(../img/filantropia.jpg) no-repeat; 
	position:absolute; 
	top:20px; 
	right:5px;
}

#cont_area_restrita .title {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}

#cont_area_restrita .title:first-letter {
	font-size: 20px;
}

#cont_area_restrita form {
	width: 180px;
}

#cont_area_restrita form div {
	color: #fff000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 90px;
	text-align: left;
	float: left;
}

#cont_area_restrita form div input {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 80px;
}

#cont_area_restrita form img {
	cursor: pointer;
}
