/* CSS Document */

* {
	margin:0;
	padding:0;
}

.tudo {
	width: 980px;
	margin:auto;			
	padding: 0px;
	display: table;
	text-align:left; 	
}
	
body {
	background: url('images/top.jpg') repeat-x;
}

.conteudo {
	padding: 0px;
}

.top {
	height: 302px;
	width: 100%;
	background: url('images/top.jpg');
}

.header
{
	background: url('images/banner.jpg') no-repeat;
	height: 302px;
	width: 980px;
	margin: 0;
	padding: 0;
	border: 0px;
}

.flash {
	width: 596px;
	height: 169px;
	padding-top: 63px;
	padding-left: 340px;
}

.menu_wrap {
	height: 55px;
	width: 100%;
	background: url('images/menu_bg.jpg');
}


/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none;}.qmmc li:hover>ul{left:auto;}#qm0 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:980px;
		background-image:url(images/menu_bg.jpg);
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		background-color:#;
		color:#000;
		font-family: Verdana;
		font-size:12px;
		text-decoration:none;
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 20px;
		padding-bottom: 21px;
	}
	
	#qm0 a:hover	
	{	
	color:#fff;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:10px;
		margin: 0px 0px 0px 20px;
		background-color: #a1be94;
		border-width:1px;
		border-style:solid;
		border-color:#fff;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding: 5px 20px 3px 2px;
		margin:0px;
		background-color: #a1be94;
		color:#000;
		font-family: Verdana;
		font-size: 11px;
		text-decoration:none;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		color:#FFFFFF;
		text-decoration:underline;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		color:#FFFFFF;
		text-decoration:underline;
	}


	/*"""""""" (SUB) Parent Items""""""""*/	
	#qm0 div .qmparent, #qm0 ul .qmparent	
	{	
		background-repeat:no-repeat;
		background-position:97% 50%;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#FFFFFF;
		color:#000000;
		text-decoration:underline;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		margin:3px 0px 5px 0px;
		color:#000;
		font-family: Verdana;
		font-size:12px;
		font-weight:bold;
		padding-top: 5px;
		padding-bottom: 5px;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width: 1px;
		margin: 12px 4px 12px 4px;
		border-color:#000;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 a img	
	{	
		display:block;
		border-style:none;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li:hover > a.qmparent	
	{	
		background-color:#FFFFFF;
		background-image:url();
		color:#000000;
		text-decoration:underline;
	}
	
.text_wrap {
	width: 100%;
	background: url('images/text_bg.jpg') repeat-x;
}
.text {
	width: 600px;
	min-height: 300px;
	margin: 0;
	padding: 20px;
	border: 0px;
	float: left;
	display: table;
}
.sidebar {
	width: 269px;
	min-height: 300px;
	margin: 0;
	padding: 20px;
	border: 0px;
	display: table;
}
p {
	font-family: verdana;
	font-size:12px;
	line-height: 19px;
	padding-top: 10px;
	padding-bottom: 10px;
}


h1 {
	font-family: verdana;
	font-size: 26px;
	color: #7da66b;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	letter-spacing: 2px;
	border-bottom-width:1px;
	border-bottom-style: dotted;
	border-bottom-color:#7da66b;
}

h2 {
	font-family: verdana;
	font-size: 18px;
	color: #7da66b;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

h3 {
	font-family: verdana;
	font-size: 14px;
	color: #7da66b;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

h4 {
	font-family: verdana;
	font-size: 12px;
	color: #7da66b;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

blockquote {
	background: url('images/quote.gif') no-repeat;
	font-family: verdana;
	font-size:12px;
	line-height: 19px;
	margin-left: 15px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.text ul {
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.text li{
	font-family: verdana;
	font-size:12px;
	line-height: 19px;
	list-style-image: url(images/list.gif);
}

.text a {
	color: green;
	text-decoration: none;
	font-weight: bold;
}

.text a:hover {
	text-decoration: underline;
}

.mais {
	background: url('images/mais.jpg') no-repeat;
	font-family: verdana;
	font-size:13px;
	line-height: 19px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 108px;
}
.mais_home {
	background: url('images/mais.jpg') repeat-x;
	font-family: verdana;
	font-size:13px;
	line-height: 19px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 108px;
}
.mais a {
	color: green;
	text-decoration: none;
	font-weight: bold;
}

.mais a:hover {
	text-decoration: underline;
}

.duvida {
	background: url('images/duvida.jpg') no-repeat;
	font-family: verdana;
	font-size: 12px;
	line-height: 19px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 108px;
}

.duvida a {
	color: green;
	text-decoration: none;
	font-weight: bold;

}

.duvida a:hover {
	text-decoration: underline;
}

.footer {
	background: url('images/footer.jpg') no-repeat;
	height: 133px;
	width: 980px;
	margin: 0;
	padding: 0;
	border: 0px;
}
.footer_text {
	padding-left: 80px;
	padding-top: 55px;
	font-family: verdana;
	font-size:11px;
}
.footer_text a {
	color: green;
	text-decoration: none;
}
.footer_text a:hover {
	text-decoration: underline;
}
.footer_wrap {
	height: 133px;
	width: 100%;
	background: url('images/footer_bg.jpg');
}
.credits {
	font-family: verdana;
	font-size:10px;
	text-align: center;
}
.credits a {
	color: green;
	text-decoration: none;
}
.credits a:hover {
	text-decoration: underline;
}

.google {
	margin-bottom: 15px;
	width: 270px;
}

.home_col {
	width: 450px;
	float: left;
	padding: 20px;
}
.foto{
	margin-left: 10px;
	margin-right: 10px;
}
.outro{
	font-family: verdana;
	font-size: 12px;
	line-height: 19px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	height: 120px;
}

