html, body {
	background-color: #FFF;
	background: url(../gfx/bg_site.jpg) top left repeat-x #FFF;
	color: #667;
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;}
a {
	outline: none;
	color: #667;
	text-decoration: none;}
p {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: justify;
}
h2 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	margin: 15px 0 15px 0;
}
/* HEADER */
#top {
	background: url(../gfx/bg_topo.gif) top left repeat-x #FFF;
	position: relative;
	padding-top: 18px;
	width: 960px;
	z-index: 1;}
.topLeft {
	position: absolute;
	top: 0;
	left: -29px;
}
.topRight {
	position: absolute;
	top: 0;
	right: -31px;
}
#menu { position: relative; }
#menu ul { position: absolute;
	top: 20px;
	right: 60px;
	text-align: right;}
#menu ul li{ display: inline; }
#menu a{
	float: left;
	display: block;
	height: 21px;
	margin-left: 36px;
	text-decoration: none;}
#menu a span{ visibility: hidden; }
#menu .inicio{
	background: url(../gfx/li_inicio.png) top left no-repeat;
	width: 40px;}
#menu .institucional{
	background: url(../gfx/li_institucional.png) top left no-repeat;
	width: 98px;}
#menu .fale{
	background: url(../gfx/li_fale.png) top left no-repeat;
	width: 95px;}
#menu a:hover, .current {background-position: center bottom !important;}
.banner {
	margin-top: 15px;
	margin-bottom: 15px;}

/* CONTEUDO */
.cinza { background-color: #F0F0F0 !important; }
#content {
	background-color: #FFF;
	width: 960px;
}
#menuLateral ul {
	width: 160px;
	margin-bottom: 20px;
}
#menuLateral li { background: #F7F7F7; }
#menuLateral li a {
	font-family: Arial;
	display: block;
	padding: 9px;
	padding-left: 30px;
	text-decoration: none;
}
#menuLateral li a:hover, #menuLateral li.current {
	color: #007CB9;
	background: url(../gfx/bullet.gif) left center no-repeat #D5EAFF !important;}
.imgLateral {
	margin-bottom: 10px;
	margin-top: 10px;
}

/* CONTATO */ 
.form {
	border: 1px solid #D6D6D6;
	background-color: #E5E5E5;
	padding: 10px 20px 9px 20px;
	text-align: right;
	height: 30px;
	margin-bottom: 20px;
}
.form2 {
	border: 1px solid #D6D6D6;
	background-color: #E5E5E5;
	padding: 37px 20px 21px 20px;
	text-align: right;
	height: 93px;
	margin-bottom: 20px;
}
.input {
	border: 1px solid #D6D6D6;
	padding-top: 5px;
	height: 21px;
	width: 478px;
}
.textarea {
	border: 1px solid #D6D6D6;
	height: 92px;
	width: 536px;
}
.nome { background: url(../gfx/contato_nome.gif) left center no-repeat #E5E5E5; }
.email { background: url(../gfx/contato_email.gif) left center no-repeat #E5E5E5; }
.mensagem { background: url(../gfx/contato_mensagem.gif) left top no-repeat #E5E5E5; }
label.error {
	color: red;
	display: block;
	font-size: 11px;
	font-style: italic;}
.control { float: right; }

/* RODAPE */
#rodapeMaster {
	background: url(../gfx/bg_footer_site.jpg) bottom left repeat-x #FFF;
	height: 124px;}
#footer {
	border-bottom: 1px solid white;
	padding-top: 28px;
	height: 67px;
	background: url(../gfx/bg_footer.jpg) bottom left repeat-x #FFF;}
.footerLeft {
	position: absolute;
	bottom: -96px;
	left: 10px;
	z-index: 10;}
.footerRight {
	position: absolute;
	bottom: -96px;
	right: 10px;
	z-index: 10;}
.dothcom {
	position: absolute;
	top: 100px;
	right: 10px;}
.institutos {
	float: right;
	margin-top: 21px;
}

/* POPUP */
#popup {
	background: url(../gfx/bg_popup.jpg) top left no-repeat #FFF;
	padding: 5px;
	margin: 5px;
}
.dotSpacer {
	position: relative;
	clear: both;
	height: 6px;
	line-height: 1px;
	overflow: hidden;
	border-bottom: 1px dotted #CCC;}