/*
955x600
*/

body {
	padding : 0;
	margin : 0;
	font : 75% "Trebuchet MS", tahoma, sans-serif;
	line-height : 1.5em;
	background : #c3d9c3 url(../images/bg.gif) repeat-y top center;
	color : #666;
}
#container {
	width : 945px;
	margin : 0 auto;
	padding : 0;
	border: 5px solid #fff;
}

/*banner*/
#banner {
	padding : 0;
	margin-top : 0;
	height : 130px;
	background : #5a8f57;
	border-bottom : 5px solid #fff;
}
#banner h1 {
	float : none;
	margin-top : 0;
	letter-spacing : 3px;
	padding : 40px 0 0 0;
	color : #000;
	text-align: center;
}
#banner h2 {
	float : none;
	margin-top : 0;
	letter-spacing : 3px;
	font-size : 110%;
	padding : 0 0 0 0;
	color : #000;
	text-align: center;
}

/*topnav*/
#navbar ul {
	float : left;
	width : 760px;
	padding : 0;
	margin : 0;
	list-style-type : none;
	font-size : 110%;
	text-align : left;
	border-top : 5px solid #fff;
	border-bottom : 5px solid #fff;
	background : #92cc8f;
	color : #000;
}
#navbar a {
	float : left;
	width : 6em;
	text-decoration : none;
	color : #000;
	background : #92cc8f url(../images/square.gif) no-repeat left center;
	padding : 0.5em 1em;
}
#navbar a:hover {
	background : #5a8f57 url(../images/square.gif) no-repeat left center;
	color : #fff;
}
#navbar li {
	display : inline;
}

/*main content*/
.alignleft { 
	float:left; 
	margin: 0 5px 0 0; 
}
.alignright { 
	float:right; 
	margin: 0 0 0 5px; 
}
#content {
	width : 740px;
	padding : 1em;
	margin-left : 180px;
	text-align: justify;
}

#content #primeira {
	float: left;
	width: 180px;
	padding: 0 0 0 10px;
}

#content #segunda {
	float: left;
	width: 180px;
}

#content #terceira {
	float: left;
	width: 180px;
}

#content #quarta {
	float: left;
	width: 180px;
}

#content #navegacao {
	float: right;
	font: 85% "Trebuchet MS", tahoma, sans-serif;
}

#content #titulo {
	width: 740px;
	border: 1px solid black;
	background: #fff;
	text-align: center;
	color : #5a8f57;
	letter-spacing : 3px;
	font-size : 120%;
}

#content #descricao {
	width: 730px;
	border: 1px solid black;
	background: #fff;
	padding: 5px 5px 5px 5px;
}

/*sidebar*/
#sidebar {
	float : left;
	width : 150px;
	padding : 1em;
	margin-top : 0;
}
/*bottom*/
#bottom {
	clear : both;
	height : 200px;
	padding : 5px;
	margin-top : 5px;
	margin-bottom : 35px;
	background : inherit;
}

/*footer*/
#footer h1 {
	letter-spacing : 2px;
	font-size : 110%;
	margin-left : 40px;
	color : #c7d9c3;
}
#footer p {
	font-size : 90%;
	padding : 0 0 0 10px;
	color : #c7d9c3;
	text-align: center;
}
#footer {
	padding : 5px;
	margin-top : 5px;
	border-top : 5px solid #fff;
	background : #5a8f57;
}
#footer a, a:visited {
	color : #333;
	background : inherit;
	text-decoration : underline;
}
#footer a:hover {
	color : #92cc8f;
	background : inherit;
	text-decoration : none;
}

/*footer columns*/
.col3, .col3center {
	float : left;
	width : 33%;
	margin-bottom : 20px;
}
.col3center {
	margin : 0;
}

/*link properties*/
a:link, a:visited {
	color : #5a8f57;
	background : inherit;
	text-decoration : underline;
}
a:hover {
	color : #143d55;
	background : inherit;
	text-decoration : none;
}
ul li {
	list-style-type : disc;
}
.navlist ul li {
	list-style-image : url(../images/square.gif);
	padding-left : 5px;
	margin-bottom : 0;
}

/*typography*/
h2 {
	letter-spacing : 3px;
	font-size : 130%;
	padding : 10px;
	color : #5a8f57;
}

blockquote {
	padding : 5px;
	font-style: italic;
	color : #5a8f57;
}

/*classes*/
.imgleft {
	float : left;
	padding : 10px;
}
.clear {
	clear : both;
	overflow : hidden;
	width : 0;
	height : 1px;
}
.descricao {
	width: 730px;
	border: 1px solid black;
	background: #fff;
	padding: 5px 5px 5px 5px;
}

/*labels*/
.alinhaLabel{
    display:block;
    float:left;
    width:100px;
    text-align:left;
}