/* layout.css */

body {
	background-color: #f9fcff;
	text-align: center;

}

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

div#container {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	
}


/* cabecalho */

div#cabecalho {
	width: 940px;
	height: 377px;
	background-image: url(../img/topo01.jpg);
}

div#bandeiras {
	width: 908px;
	height: 40px;
	text-align: right;
}

div#bandeiras p {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	line-height: 44px;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 0;
}


div#bandeiras1 {
	float: left;
	width: 454px;
	height: 40px;
	text-align: right;
}

div#bandeiras1 p {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	line-height: 44px;
	text-decoration: none;
	text-align: left;
	padding-left: 20px;
	padding-right: 0;
}

div#bandeiras2 {
	float: left;
	width: 454px;
	height: 40px;
	text-align: right;
}

div#bandeiras2 p {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	line-height: 44px;
	text-decoration: none;
	padding-left: 20px;
	padding-right: 0;
}


h1 {
	margin: 0;
	height:908px;
	position: absolute;
}

h1 span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

h1 a {
	display: block;
	width: 908px;
	height: 377px;
}

/* fim cabecalho */


/* corpo */

div#section-a {
	width: 940px;
	height: 44px; 	
	background-image: url(../img/bg_menu.jpg);
	background-repeat: repeat-x;
}

div#section-a p a {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #48661C;
	font-size: 15px;
	font-weight: bold;
	line-height: 44px;
	text-decoration: none;
	margin-left: 20px;
	margin-right: 20px;
}

div#section-a p a:hover {
	text-decoration: underline;
}

div#section-a1 {
	float: left;
	width: 313px;
	height: 44px; 	
	background-image: url(../img/bg_menu.jpg);
	background-repeat: repeat-x;
}


div#section-a2 {
	float: left;
	width: 313px;
	height: 44px; 	
	background-image: url(../img/bg_menu.jpg);
	background-repeat: repeat-x;
	text-align: center;
}


div#section-a3 {
	float: left;
	width: 313px;
	height: 44px; 	
	background-image: url(../img/bg_menu.jpg);
	background-repeat: repeat-x;
	text-align: right;
}



div#section-b {
	width: 940px; 	
	background-image: url(../img/bg_txt.jpg);
	background-repeat: repeat-y;
	background-color: #fff;
}

div#section-b p {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;	
	padding-left: 30px;
	padding-right: 40px;
	padding-top: 20px;
}


div#section-b ul {
	list-style: none;
}

div#section-b ul li {
	width: 420px;
	float: left;
}


div#section-b1 {
	width: 350px;
	background-color: #fff;
}

div#section-b1 p {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;	
	padding-left: 30px;
	padding-right: 40px;
	padding-top: 20px;
}


.titulo01 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #48661c;
	font-size: 18px;
	font-weight: bold;
}

.link01 {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	text-decoration: underline;
}

.link01:hover {
	text-decoration: none;
}

.table01 {
	width: 940px;
}


.formInput {
	width: 80px;
	height: 18px;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: #48661c 1px solid;
	color: #48661c;
	background-color: #fff;
}

.formCombo {
	height: 24px;
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: #48661c1px solid;
	color: #003366;
	background-color: #fff;
}

.formBotao {
    background-color: #48661c;
	border:1px solid #48661c;
	width: 30px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;

}


/* rodape */

div#rodape {
	clear: both;
	width: 940px;
	height: 55px;
	background-image: url(../img/rodape.jpg);
}

div#rodape ul {
	list-style: none;
}

div#rodape ul#imgsRodape li#rod1 {
	background-image: url(../img/rodape01.jpg);
	background-repeat: no-repeat;
	width: 865px;
	height: 75px;
	float: left;
	line-height: 85px;
}

div#rodape ul#imgsRodape li#rod2 a {
	background-image: url(../img/rodape_sinapse.jpg);
	background-repeat: no-repeat;
	width: 75px;
	height: 75px;
	float: left;
}

/* fim do rodape */
