@import url("grid.css");
@import url("conteudo.css");
@import url("side.treeview.css");

* {
	font-family: Arial, "Times New Roman", Times, serif;
    font-size: 10pt;
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	list-style-type: none;
	text-decoration: none;
	color: #336;
}

.floatLeft {
	float: left;
	margin: 0 10px 5px 0;
}

.floatRight {
    float: right;
    margin: 0 0 5px 10px;
}

.alignRight {
    text-align: right !important;
}

.clear {
	clear: both;
}

body {
	width: 940px;
	margin: 0 auto;
    padding: 0 10px;
    background: #B7BCC0 url(../img/padrao/bg_body.jpg) repeat-x top center;
}

header, hgroup, nav, section, footer, aside {
    display: block;
}

header {
	background: url(../img/padrao/bg_topo.jpg) no-repeat top left;
	height: 300px;
    margin-bottom: 20px;
}

hgroup {
    width: 220px;
    display: block;
    float: left;
}

hgroup *, #topo * {
    line-height: 50px;
}

hgroup h1 a {
    text-indent: -9000px;
    background: url(../img/padrao/logo.png) no-repeat;
    display: block;
    width: 220px;
    height: 50px;
}

hgroup h2 {
    display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma , Arial, Verdana;
	color: #633;
}

#topo {
    position: relative;
    float: right;
    width: 700px;
    height: 50px;
}

#topo span {
	font-family: Tahoma, Arial, Verdana;
	color: #666;
    position: absolute;
    top: 3px;    
    left: 65px;
    font-size: 120%;
}

#topo nav {
    position: absolute;
    right: 15px;
    top: 19px;
}

#topo nav * {
    line-height: 20px;
}
#topo nav ul li {
    display: inline;
}

#topo nav ul li a {
	font-family: "Franklin Gothic Medium", Arial, Verdana;
    padding: 0 10px;
    color: #666;    
    text-transform: lowercase;
}

#topo nav ul li a:hover {
    color: #fff;    
}

#menu {
	padding: 35px 0 0 25px;
    width: 195px;
    float: left;
}

#menu li a {
	font-family: "Franklin Gothic Medium", Arial, Verdana;
	background: url(../img/padrao/marcador.png) no-repeat center left;
    padding-left: 20px;
    line-height: 20px;
    color: #fff; 
    display: block;
    font-size: 110%;
}

#menu li a:hover {
	color: #ccf;	
}

#apresentacao {
    float: right;
    width: 700px;
    height: 249px;
}

#container {
	background: url(../img/padrao/bg_container.png) repeat-y left center;
    float:left;
    width: 700px;        
}

#conteudo {
	background: url(../img/padrao/bg_container_top.jpg) no-repeat left top;
	}
	
#container #sub {
	background: url(../img/padrao/bg_container_bottom.jpg) no-repeat left bottom;
	padding-bottom: 20px;
	min-height: 300px;
	}

aside {
    float: right;
    width: 220px;
    min-height: 330px;
}

aside section {
    margin-bottom: 10px;
    padding: 0 10px 10px;
}

aside h2 {	
	background: url(../img/padrao/tit_coluna.png) no-repeat left center;
	font-family: Tahoma, Arial, Verdana;
    font-weight: normal;
    color: #fff;
    margin: 0 -10px 10px -10px;
    padding: 0 10px;
    line-height: 25px;
    height: 27px;
    font-size: 120%;
    letter-spacing: 1px;
}

aside h1 {
    margin-bottom: 0.6em;
    line-height: 1.4em;
}

aside ul li a {
	background: url(../img/padrao/marcador_conteudo.png) no-repeat left 4px;
	padding-left: 12px;
	text-decoration: underline;
	display: block;
}

aside ul li a:hover {
	color: #633;
	text-decoration: none;
	}

aside a.vejamais {
	display: block;
	padding-left: 10px;
	background: url(../img/padrao/marcador_coluna.jpg) no-repeat left 4px;
	text-decoration: underline;
	font-size: 80%;
	font-weight: bold;
	color: #666;
	clear: both;
}

aside a.vejamais:hover {
	text-decoration: none;
	}

aside address {
	font-style: normal;
	}

aside address strong {
	color: #633;
	display: block;
	padding-bottom: 5px;
	}

#eventos figure a {
    font-size: 120%;
    font-style: italic;
}

#eventos figure a:hover {
	color: #fff;
	}

#eventos figure img {
	border: 2px solid #FFF;
}

footer {
	background: url(../img/padrao/bg_rodape.jpg) no-repeat left bottom;
	width: 940px;
	height: 155px;
    clear: both;
    padding-top: 15px;
}

footer section {
	float: left;
	}
	
#certificacao div {
	padding-right: 22px;
}

#filiacao div {
    padding-right: 20px;
}

#locais div a img.ultimo {
	margin-right: 0;
}

footer section h2 {
    display: block;
    padding-bottom: 10px;
    color: #5b6675;
    letter-spacing: 1px;
}

footer section a img {
    border: 0;
    margin-right: 18px;
}

#rodape {
	width: 100%;
	padding-top: 15px;
}

#rodape p {
	font-size: 80%;
    float: left;
    font-weight: bold;
    color: #d7dee0;
    font-family: Verdana, Arial;
}

#rodape .triares {
	float: right;
	display: block;
	width: 65px;
	height: 15px;
	background: url(../img/padrao/triares.gif) no-repeat left top;
	text-indent: -9000px;
}
#rodape .triares:hover {
	background-position: left bottom;
}

#comentarios {
    margin: 0 0 20px 0;
}

#comentarios li {
    border: 1px solid #d1dadc;
    padding: 15px;
}

/* FORM */

label {
	display: block;
	}

label span {
    display: block;
}

label input, label select, label textarea {
    width: 100%;
}

button {
	width: 130px;
	height: 22px;
	border: 0 none #fff;
	cursor: pointer;
	color: #e8e0cf;
	font-size: 90%;
	font-weight: bold;
	background: url(../img/padrao/btn.jpg) repeat-x;
	}
	
button:hover {
	color: #fff;
	}

/* CADASTRO */

#cadastro form {
	width: 180px;
}

#cadastro input {
	height: 18px;
}

#cadastro .antes {
	color: #666;
	font-weight: bold;
	font-size: 85%;
	padding: 15px;
}

#cadastro .depois {
	color: #336;
	font-size: 90%;
	padding: 15px;
	font-weight: bold;
}

#cadastro #nome, #cadastro #email {
	border: 0;
	float: left;
	margin-bottom: 10px;
	padding: 1px;
}

#cadastro #tel {
	border: 0;
	float: left;
	width: 100px;
	margin-bottom: 10px;
	padding: 1px;
}

#cadastro label {
	display: block;
}

#cadastro button {
	width: 68px;
	height: 20px;
	float: left;
	}
	
#cadastro span {
	font-weight: bold;
}