/* documento */
body {
	background: #d4c8ae url(img/bgbody.gif);
	margin: 0;
	padding: 0;
}
#main {
	width: 750px;
	position: absolute;
	top:15px;
	left:50%;
	margin: 0 0 0 -375px;
	background: #bba87e url(img/bgmain.gif);
	padding: 0;
}
img {
	border: 0;
}
a {
	color: #00009c;
}
a:hover {
	color: #00f;
	text-decoration: none;
}

/* logo */
#logoctn {
	margin: 0;
	padding: 20px 0 0 0; 
	background: url(img/borda-topo.gif) no-repeat center top;
}
#logoctn h1 {
	height: 100px;
	padding: 0;
	margin: 0;
	background: url(img/logo.png) no-repeat center bottom;
}
#logoctn h1 span {
	display: none;
}

/* titulos */
h2 {
	text-align: left;
	font: normal small-caps 600 20px Tahoma, Arial;
	padding: 0;
	margin: 10px 0 10px 0; 
	width: 380px;
	border-bottom: 2px solid #18330c;
	height: 30px;
}
* html h2 { /* IE hack */
	width: 372px;
}

h3 {
	margin: 0;
	padding: 0;
	text-align: center;
	font: bold 16px Verdana;
	color: #4a3723;
	margin-left: 95px;
	width: 285px;
}
* html h3 { /* IE hack */
	width: 275px;
}

/* estrutura */
#esq {
	float: left;
	clear: left;
}
#conteudo {
	margin: 0 70px 0 210px;
}
#menu {
	float: right;
	width: 120px;
}

/* rodape */
#rodape {
	height: 25px;
	margin: 0;
	padding: 0;
}
address {
	display: block;
	font: 10px Arial;
	color: #18330c;
	text-align: right;
	padding: 3px 5px 10px 5px;
	margin: 10px 60px 0 200px;
	clear: both;
	border-top: 1px solid #18330c;
}
hr {
	display: none;
}

/* menu */
#menu {
	list-style-type: none;
	margin: 30px 25px 10px 15px;
	padding: 0;
	display: inline;
}
#menu li {
	list-style-type: none;
	margin: 0 0 5px 0;
}
#menu a {
	display: block;
	text-align: center;
	text-decoration: none;
	background: #18330c;
	border: 1px solid #344a29;
	font: 12px Tahoma,Arial;
	color: #fff;
	padding: 2px;
	margin: 0;
}
#menu a:hover {
	background: #e0610c;
	color: #18330c;
	border: 1px solid #18330c;
}
/* IE hacks */
* html #menu li {
	width: 120px;
	margin: 0 0 1px 0;
}
* html #menu {
	margin-left: 0;
	margin-bottom: 0;
}
/* submenu projetos */
#menu ul {
	margin: 5px 0 0 20px;
	padding: 0;
}
#menu ul li {
	margin: 5px 0 0 0;
	padding: 0;
}
* html #menu li li {
	width: 100px;
	margin: 0;
}
#menu ul a {
	background: #2a5915;
	border: 0;
	color: #fff;
	padding: 2px 4px 2px 1px;
	text-align: right;
}
#menu ul a:hover {
	background: #36731b;
}

/*** CONTEUDO ***/

/* texto */
p, #conteudo li, label, input, textarea, #conteudo {
	font: 12px Verdana;
	color: #4a3723;
	text-align: justify;
}
p, #conteudo li {
	text-indent: 40px;
}
p:first-letter {
	font: 14px Tahoma;
	font-weight: bold;
}
p.noindent, #conteudo li {
	text-indent: 0;
}
p.noindent:first-letter {
	font: inherit;
}

/* bordas */
.borda-topo, .borda-baixo {
	clear: both;
}
.borda-topo {
	background: url(img/borda-topo.gif) no-repeat center top;
}
.borda-baixo {
	background: url(img/borda-baixo.gif) no-repeat center bottom;
}

/* esquerda */
#esq {
	padding: 70px 0 0 13px;
	width: 180px;
}
#esq {
	text-align: right;
}
#esq a {
	font: 12px Arial;
	text-decoration: none;
	color: #fefefe;
}
#esq a:hover {
	color: #ddf;
} 
/* imagens */
img.right {
	float: right;
	margin: 8px 0 8px 8px;
	display: inline;
}
img.left {
	float: left;
	margin: 8px 8px 8px 0;
	display: inline;
}

/* linhas */
#conteudo hr {
	display: block;
	border: 1px solid #4a3723;
	height: 1px;
	width: 80%;
	text-align: center;
}

/* contato */
input, label, textarea {
	display: block;
	margin-bottom: 10px;
}
input, select, textarea {
	background: #fff;
}
input:focus, select:focus, textarea:focus {
	background: #fdf6d7;
}
label {
	display: inline;

	text-align: right;
	width: 90px;
	padding-right: 15px;
}
input {
	width: 250px
}
textarea {
	width: 440px;
	height: 80px;
}
form .submit {
	width: 150px;
	font: inherit;
	text-align: center;
}
p.contato {
	text-indent: 0;
	border-top: 2px solid #4a3723;
	border-bottom: 2px solid #4a3723;
	text-align: center;
}
p.contato:first-letter, p.erro {
	font: inherit;
}
p.erro {
	color: #900;
	font-weight: bold;
	text-indent: 0;
	margin-top: 50px;
}

div.foto {
	display: block;
	width: 450px;
	text-align: center;
}
.topo {
	text-align: left;
	display: block;
	margin-bottom: 20px;
}

#parceiros {
    margin: 20px 10px 10px 0;
    text-align: right;
    color: white;
    text-decoration: underline;
    font: 12px Arial;
}

