﻿/*Zona de Limpeza*/

* {					/*tirar as margens a tudo*/
	padding: 0px;
	margin: 0px;
	border: 0px;
	text-decoration:none;
}
li {
	list-style-type: none;
}
ul {
	list-style-type: none;
}
var {
visibility: hidden; /* para esconder o texto do link */
}
#nav {
	position:relative; 
}
/* Gerais */
html {
	background: #e5e5e5;
}
body {
	position: relative; /* sem isto o IE7 não mostra inicialmente o menu como deve ser*/;
	margin: 20px auto 20px auto; /*auto - para centar*/	
	width: 1000px;
	color: #000000;
	font-size: 62.5%;
/*	line-height: 1.2em; será preciso ter isto no body????
*/	background: #fff;
	font-family: Helvetica, Arial, sans-serif;
}
#contentor {
	width: 1000px;
	margin: 0 auto;
	background-position: right;
	background-image: url('../imagens/canto_ld_80x1.jpg');
	background-repeat: repeat-y;
}

/* Cabeçalho */
#cabecalho {
	background-position: left top;
	background-image: url('../imagens/canto_se_15x15.jpg');
	background-repeat: no-repeat;
}
#cabecalho h1 {
	background-position: right top;
	color: #4691C8;
	margin: 0;
	padding: 0px;
	font-size: 10px;
	background-image: url('../imagens/canto_sd_15x90.jpg');
	background-repeat: no-repeat;
}

/* Coluna de Navegação */
#navegacao {
	float: left;
	width: 270px;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 0px;
}
#navegacao h2{ /*acessibilidade - retirar da vista dos visuais*/
	color:fuchsia;
	z-index: 1;
	left: -886px;
	top: -63px;
	position: absolute;
	height: 86px;
	width: 265px;
}
/* Coluna do Conteúdo Central */
#conteudo {
	float: left;
	/*width: 450px;*/
	width:675px;
	/*border-right-style: solid;*/
	border-left-style: solid;
/*	border-right-width: 15px;
*/	border-left-width: 15px;
/*	border-right-color: #5E5E5E;*/
	border-left-color: #5CCCFE;
}

#conteudo a, a:visited {
	color: #0278AA;
	text-decoration: none;
}
#conteudo a:hover{
	text-decoration:underline;
} 
#conteudo h2 {
	text-align: right;
	font-size: 2em;
	font-weight: bold;
	color: #5CCCFE;
	font-family: Helvetica, Arial, sans-serif;
	vertical-align: bottom;
	padding-right: 10px;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #CCCCCC;
	margin-left: 5px;
	margin-bottom: 0px;
}
#conteudo h3{
	margin: 10px 10px 5px 5px;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #5E5E5E;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #CCCCCC;
	padding-left: 0px;
	padding-top: 10px;
}
#conteudo h4{
	margin: 10px 20px 5px 15px;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #5E5E5E;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding-left: 0px;
	padding-top: 10px;
}

#conteudo p{
	text-align: justify;
	font-size: 1.1em;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 7px;
	margin-left: 20px;
	margin-right: 8px;
}
#conteudo ol{
	text-align: justify;
	font-size: 1.1em;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 7px;
	margin-left: 0px;
	margin-right: 8px;
}
#conteudo li{
	margin-bottom: 7px;
	margin-left: 20px;
	margin-right: 8px;
}


/* Coluna do Conteúdo Central para a HOME PAGE*/
#conteudohome {
	float: left;
	width: 450px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 15px;
	border-left-width: 15px;
	border-right-color: #5E5E5E;
	border-left-color: #5CCCFE;
}

#conteudohome a, a:visited {
	color: #0278AA;
	text-decoration: none;
}
#conteudohome a:hover{
	text-decoration:underline;
} 
#conteudohome h2 {
	line-height:2em;
	text-align: right;
	font-size: 2em;
	font-weight: bold;
	color: #5CCCFE;
	font-family: Helvetica, Arial, sans-serif;
	vertical-align: bottom;
	padding-right:8px;
}
#conteudohome h3{
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #5E5E5E;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666666;
	margin-bottom: 5px;
	padding-left: 10px;
	margin-left: 5px;
	margin-right: 5px;
}
#conteudohome p{
	text-align: justify;
	font-size: 1.1em;
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 7px;
	margin-left: 8px;
	margin-right: 8px;
}

/* Coluna Extra */
#extra {
	float: left;
	width: 215px;
	background-color: #FFFFFF;
	margin-left: 10px;
}
#extra h2 {
	font-size: 1.4em;
	color: #c2b600;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#extra h3 {
	font-size: 1.2em;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#extra h4 {
	font-size: 1.2em;
	color: #c2b600;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #666;
}

#extra a, a:visited {
	color: #000000;
	text-decoration: none;
}
#extra a:hover {
	color: #000000;
	text-decoration: underline;
}

#extra p {
	padding-right: 1px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	color: #5e5e5e;
	text-align:left;
}

/* Rodape */
#rodape {
	border-width: 0px;
	clear: left;
	width: 100%;
	background-position: left bottom;
	background-image: url('../imagens/canto_ie_1440x18.jpg');
	background-repeat: no-repeat;
}
#rodape h6 {
	background-position: right bottom;
	color: #4691C8;
	font-size: 10px;
	margin: 0px;
	padding: 0 0 10px 0;
	background-image: url('../imagens/canto_id_36x36.jpg');
	background-repeat: no-repeat;
}
#conteudo h5 {
	margin: 5px 30px 5px 30px;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	color: #5E5E5E;
	font-family: Helvetica, Arial, sans-serif;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
	padding-left: 0px;
	padding-top: 10px;
}

