@charset "utf-8";
body {
	background: #c9d2b9 url(i/bg.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	_padding: 10px 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/* Target IE7 only */
html>body {
*padding: 0px;
*margin: 10px 0 0 0;
}
/* end */


#header {	
	width:850px;
	background: url(i/topo.jpg) no-repeat;
	margin:0;
}

#container {
	width: 850px;  
	background: url(i/topo.jpg) no-repeat;
	margin: -10px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px dashed #c9d2b9;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#mainContent {
	padding: 0 80px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:url(i/bg2.gif) repeat-y;
}

#menu{
	width: 100%;
	margin: 110px 0 0 0;
	_margin: 100px 0 0 0;
	font-size: 21px; line-height:32px; font-weight: lighter; letter-spacing: -1px;
	color:#7ea06b;
	text-align:center;
}

/* Target IE7 only */
html>body #menu{
*margin: 100px 0 0 0;
}
/* end */

.menuItem:hover{border-bottom: 3px double #7ea06b;}

#fotohome{
	 
	margin: 20px 80px;
	font-size: 21px; line-height:32px; font-weight: lighter; letter-spacing: -1px;
	color:#7ea06b;
	text-align:center; padding:8px;
	width:674px;
	height: 283px;
}

#mainContent {
	margin:0;
}
	
	
a {color:#7ea06b; text-decoration:none; }
a:hover {text-decoration:none;}
a:active, a:visited {color:#a88a22; text-decoration:none; }

#missao{
	width: 270px;
	margin: 10px 0 0 560px;
	font-size: 15px; line-height:16px; font-weight: lighter; letter-spacing: -1px;
	color:#656B4B; font-style: italic; text-align:left; padding-top:4px;
}
.vermelho{color:#F7E8AF; font-size: 17px;}
.marrom{color:#D2B344;}
.imagem{border: #ece6c4 2px solid; margin-bottom: 20px; padding:8px; background:#FFF;}
.thumbs{margin-right:20px;}



#rodape{
	background:url(i/rodape.jpg) no-repeat; 
	width:850px; height:150px; padding: 0 0px 0 80px; 
	_width: 770px;
	text-align:left; font-size: 14px; color:#848c63;
}

#assina{
	width:850px; height:90px; 	 
	color:#BAC3A9; font:Georgia, serif; position: relative;

}


#assina a.creditos {font-size: 11px; font-family: Georgia; font-style: italic; color:#958f79; position: absolute; top: 25px; left:720px;}



.clock{
 border:0; font: Georgia, Times, serif; color:#BAC3A9; text-align:left;}

/* tipografia */
body { font-size: 16px; line-height: 16px; }
h1,h2,h3,h4,h5,h6,ul,body  { font-family: Georgia, Times, serif; letter-spacing:-2; }
h1,h2,h3,h4,h5,h6 { color:#7ea06b; }
h1, h2 {font-size: 32px; line-height:32px; font-weight: lighter; letter-spacing: -1px; margin: 0 0 4px 0;}
h3 { font-size: 26px; line-height:24px; margin: 20px 0 0 0; font-weight: lighter; }
h4 { font-size: 14px; font-weight:bold; }
h5 { font-size: 12px; }
h6 { font-size: 12px; }
h1{border-bottom: 2px dotted #D2B344; margin-bottom:20px; padding-bottom:10px; font-style:italic;}
p { color: #848c63; font: 16px "Tahoma", arial, sans-serif; line-height: 24px; margin: 0 0 16px 0; }
blockquote {
	color: #999; font-style: italic; font-family: Georgia, Times, serif;
	margin: 15px 30px 15px 30px; padding-left: 20px; line-height: 20px;
	border-left: 5px solid #9aa17c;
	}
ul {color:#7ea06b; font-size: 26px; margin: 20px 0 8px 0; line-height: 24px;}
li{color: #848c63; font: 16px "Tahoma", arial, sans-serif; line-height: 24px; margin-left:20px; list-style:circle;}




/*formulario*/

#formulario{
	text-align:left;
}

.form{
	width: 670px;
	margin-bottom: 10px;
	font: 24px Georgia, serif;  
	border: 1px solid #ece6c4;
	padding: 10px; 
	color:#ccc; 
	_vertical-align: middle; 
	display: table-cell;
	 
}
.drop{
	width: 690px;
	margin-bottom: 10px;
	font: 24px Georgia, serif;  
	padding: 10px; 
	color:#ccc; 
	_vertical-align: middle; 
	display: table-cell;
	border: 1px solid #ece6c4;
	 
}
.enviar{
	color: #7ea06b;
	font-weight: lighter;
	font: 38px Georgia, Times, serif;
	letter-spacing:-2;
	text-decoration: none;
	background: none;
	cursor:pointer;
	text-align:left;
	margin:0;
	border: none; 
}
.enviar:hover{
	color: #a88a22;
	border-bottom: 5px double;
}