/*******************************************************************
	Geral
*******************************************************************/
body {
	background: #ccc url('../images/bg_ensino.gif') repeat-x center top;
	font-family: Arial;
	font-size: 12px;
    color: #666;
}


/*******************************************************************
	Conteudo
*******************************************************************/
#conteudo {
    display: block;
	background: #fff;
	width: 930px;
	margin: 0 auto;
	padding: 60px 25px 20px 25px;
}

#tit_educacaoinfantil, #tit_ensinofundamental1, #tit_ensinofundamental2, #tit_orientacao, #tit_proposta {
    height: 35px;
    text-indent: -9000px;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 3px #008c3e solid;
}

#tit_educacaoinfantil {background: url(../images/h3_tit_educacaoinfantil.gif) no-repeat left top;}
#tit_ensinofundamental1 {background: url(../images/h3_tit_ensinofundamental1.gif) no-repeat left top;}
#tit_ensinofundamental2 {background: url(../images/h3_tit_ensinofundamental2.gif) no-repeat left top;}
#tit_orientacao {background: url(../images/h3_tit_orientacao.gif) no-repeat left top;}
#tit_proposta {background: url(../images/h3_tit_proposta.gif) no-repeat left top;}

#tit_ensino {
    display: inline;
    height: 12px;
    width: 43px;
    background: url(../images/h4_tit_ensino.gif) no-repeat left top;
    text-indent: -9000px;
    overflow: hidden;
    position: relative;
    float: right;
    right: 50%;
    margin: -32px -466px 0 0;

}

#conteudo #container {
    margin-left: 190px;
}

#conteudo p {
    line-height: 20px;
    margin-bottom: 20px;
}


/*******************************************************************
	Sub menu vertical
*******************************************************************/
#conteudo ul {
    float:left;
    width: 160px;
}

#conteudo ul li {
    border-bottom: 1px #c4c4c4 solid;
    font-size: 11px;
    padding:7px;
}

#conteudo ul li a {
    color: #008c3e;
    text-decoration: none;
}

#conteudo ul li a:hover {text-decoration: underline;}

#conteudo ul li .active {font-weight: bold }
