@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: url(../img/bg.jpg);
	background-position:center;
	color: #666;
}

a {
	text-decoration: none;
	color:#666666;
}

a:hover {
	text-decoration:underline;
	color:#333333;
}

/*-----------------------------------CONTAINER-----------------------------------*/

#container {
	margin: auto;
	width: 860px;
}

/*-----------------------------------HEADER-----------------------------------*/

#headertop {
	background:url(../img/banner.gif) no-repeat center;
	
}

#header {
	margin:auto;
	width: 860px;;
	height: 200px;
}


/*-----------------------------------MENU-----------------------------------*/
#menu {
	float: left;
	width: 195px;
	margin-bottom: 50px;
	border-right: dotted #999999 1px;
}

#menu ul{
	list-style: none;
}

#menu li {
	line-height: 15px;
	text-indent: -18px;
	color:#666666;
}

#menu h1 {
	text-indent: -28px;
	color: #123961;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#menu a {
	color:#666666;
}

#menu a:hover{
	color:#333333;
}
/*-----------------------------------CONTEUDO-----------------------------------*/
#conteudo {
	margin-left: 10px;
	margin-bottom: 40px;
	float:left;
	width: 650px;
}

#conteudo h2 {
	font-size: 12px;
	color: #123961;
	margin-top: 10px;
	padding-left: 20px;
	border-bottom: solid 1px #999999;
}

#conteudo h3 {
	font-size: 12px;
	margin: auto;
	padding-left: 20px;
	margin-bottom: 10px;
	border-bottom: solid 1px #999999;
	
}

#conteudo p {
	padding: 5px 20px 0 10px;
}

#principios {
	float: left;
}

.foto {
	float: left;
	margin-right: 10px;
	margin-left: -10px;
}

.bold {
	font-weight:bold;
}

/*-----------------------------------CONTEUDO-LINK ESTRUTURA-----------------------------------*/

#conteudotop {
	width: 650px;
	height: 100px;
}

.liestrutura {
	list-style: none;
	padding: 1px 20px 0 10px;
}



#conteudotopa {
	width: 310px;
	float: left;
}

#conteudotopb {
	width: 310px;
	float: right;
}

#conteudosec {
	width: 650px;
	height: 650px;
	float: left;
}

#conteudoseca {
	width: 310px;
	float: left;
}

#conteudosecb {
	width: 310px;
	float: right;
}

.listtop {
	list-style-type: none;
}

/*-----------------------------------FOOTER-----------------------------------*/
#footer {
	width:100%;
	height: 100%;
	clear:both;
	border-top: double;
	border-color: #999999;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align:center;
}

