/* CSS Document */
body{
	
	margin: 0px;	
	background-color: #288800;
		}
	
html{
min-height: 100%;
height: auto;
bottom: 0px; 
}
H1{
	FONT-SIZE: 26px;
	COLOR: #fff; 
	FONT-FAMILY: "Lucida Sans",Arial, verdana, , sans-serif; 				
	LETTER-SPACING: -2px
}
H3{
	FONT-SIZE: 15px;
	COLOR: #333300; 
	FONT-FAMILY: "Lucida Sans",Arial, verdana, , sans-serif; 				
	LETTER-SPACING: -1px
}
html{
	color:#fff;
	FONT-FAMILY: "Lucida Sans",Arial, arial, verdana, , sans-serif; 				
		height: 100%
	
}

#wrapheader{
	width: 100%;
	background-color: #fff;
	float: left;
	height: 198px;
	padding-top: 20px;
	
}
#header{
	width: 900px;
	margin: auto;
	height: 198px;
	background: url(images/logo.gif) no-repeat right bottom;
}

#wrapper{
	float: left;
	width: 100%;
	clear: both;
	background:  url(images/bg.jpg) repeat-x;
}

#contentwrap{
padding-bottom: 30px;
padding-top: 30px;
margin:auto;
width: 900px;
clear: both;
}
#left{
width: 200px;
float: left;

}
#right p{
	text-align: justify;
	font-size: 12px;
	line-height: 150%;
	color: #003300;
}
#right{
	width: 680px;
	float: right;

}
#footer{
	width: 800px;
	clear: both;
	padding: 10px;
	margin: auto;
	bottom:0px;
	height:150px;
	background-image: url(images/footer.jpg) ;
	background-repeat: repeat-x;
	background-position: bottom;
}

/*menu */

#navcontainer { width: 200px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: tahoma, Helvetica, sans-serif;
font-size: 13px;
font-weight: bold;
}

#navcontainer a
{display: block;
padding: 5px 5px 5px 10px;
width: 185px;
margin: 2px;
}

#navcontainer a:link
{color: #333300;
background-color: #BDD861;
text-decoration: none;
}
#navcontainer a:visited
{color: #333300;
background-color: #BDD861;
text-decoration: none;
font-size: 13px;
font-weight: bold;
}
#navcontainer a:hover
{background-color: #FFDE00;
color: #006601;
}

img.home{
border: 2px solid #FFCC00;
	float: right;
	margin-left: 15px;
}
#right ul li{
	list-style: none;
	font-size: 12px;
	color:#FFDE00;
}
#right a:link, a:visited{
	color: #BED75F;
	text-decoration: none;
}
#right a:hover{
	color: #FFDE00;
	text-decoration: none;
}



form{
line-height:150%;
color:#000;
font-size:11px;
text-align: justify;
}

input{  BORDER: #519E1C 1px solid; color: #fff; BACKGROUND-COLOR: #72AF30;font-size:11px; padding: 2px;width: 200px;}
input.submit{ BORDER: #67AA29 1px solid; color: #fff; BACKGROUND-COLOR: #298C00;font-size:10px; padding: 2px;width: 80px;}


textarea{   BORDER: #519E1C 1px solid; color: #fff; BACKGROUND-COLOR: #72AF30;font-size:11px; padding: 2px;width: 200px;}

/*galeria com transições*/

div.slideshow {
margin:auto

}
div.slideshow p {
  padding-top:0px;
}
div.slideshow ul {
 left: 10px;
  overflow: hidden;
  padding: 5px 0;
  z-index: 10001;
}
div.slideshow ul a {
  cursor: pointer;
  display: block;
  height: 25px;
  margin-right: 5px;
  opacity: 0.5;
  width: 30px;
}
div.slideshow ul a.active,
div.slideshow ul a:hover {
  opacity: 1;
}
div.slideshow ul li {
  float: left;
  list-style: none;
} 
.prev{
	background-image: url(ant.jpg);
	background-repeat: no-repeat;
}
.next{
background-image: url(prox.jpg);
background-repeat: no-repeat;
}


