/* layout.css */

body {
	background-image: url(../img/bg_topo.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	text-align: center;

}

* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

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

div#cabecalho {
	width: 980px;
	height: 54px;
	background-image: url(../img/bg_topo.jpg);
}


/* menuTopo */

#menuTopo {
	width: 780px;
	height: 54px;
	left: 163px;
	position: relative;
	z-index: 2;
}

ul li {
	float: left;
}

div#menuTopo ul#menu {
	list-style: none;
	float: left;
}

div#menuTopo ul#menu li a {
	height: 54px;
	float: left;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	line-height: 54px;
	padding-left: 17px;
	padding-right: 17px;
}

div#menuTopo ul#menu li a:hover {
	color: #ffcc00;
	text-decoration: underline;
}

/* fim menuTopo */


div#imgTopo {
	width: 980px;
	height: 353px;
	background-image: url(../img/topo.jpg);
	background-repeat: no-repeat;
}

h1 {
	margin: 0;
	height:280px;
}

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

h1 a {
	display: block;
	width: 980px;
	height: 280px;
}


/* fim cabecalho */


/* corpo */

div#section-a {
	width: 980px;
}



div#section-a ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/* width: 100% */
}

div#section-a ul li {
	width: 225px;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	float: left;
	background-image: url(../img/box_bg.jpg);
}

div#section-a h2 {
	background-repeat: no-repeat;
	height: 44px;
	margin: 1px 4px 0 4px;
	font: bold 15px/1.2em Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #028CD3;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 44px;
}

div#section-a h3 {
	height: 145px;
	font: 12px/1.2em Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../img/box_cen.jpg);
}

div#section-a h5 {
	width: 225px;
	height: 17px;
	background-image: url(../img/box_bas.jpg);
	background-repeat: no-repeat;
}

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

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


div#section-a p{
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 12px;
}


div#section-b {
	width: 980px;
}

div#section-b p{
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 12px;
}

div#section-b1 {
	float: left;
	width: 470px;
}

div#section-b2 {
	float: left;
	width: 490px;
}

.titulo01{
	font-family: Trebuchet MS, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #028CD3;
	font-size: 15px;
	font-weight: bold;
}

.retangulo {
	border: solid #048DD5;
	background-color: #F4F4F4;
	margin-left: 10px;	
	margin-top: 10px;
}

/* rodape */

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