html {
	height: 100%;
}

body {
	height: 100%;
	background: url(../images/bg.gif);
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
}
/*
ul {
	margin: 0;
}
*/
#sitecontainer {
	background: url(../images/bg-grad.gif) repeat-x top left;
	width: 100%;
	height: 100%;
}

#maincontainer {
	width: 875px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	min-height: 100%;
	position: relative;
	background: url(../images/maincontainer-bg-repeat-2cols.gif) top left repeat-y;
}

#backgroundcontainer {
	background: url(../images/maincontainer-bg-2cols.gif) top left no-repeat;
}

#header {
	height: 150px;
	background: url(../images/header-bg.gif) no-repeat;
}

#logo {
	position: relative;
	left: 28px;
	top: 12px;
	float: left;
}

#headerimage {
	float: right;
	position: relative;
	top: 3px;
	right: 20px;
}

#logo img {
	border: none;
}

#menu {
	background: url(../images/menu-bg.gif) no-repeat;
	height: 42px;
	padding: 5px 0px 0px 17px;
}

#content {	
	padding: 0px 0px 65px 17px;
	font-size: 1px;
}

#content-top {
	height: 9px;
	padding: 0;
	margin: 0;
	background: url(../images/content-top-2cols.gif) no-repeat top right;
}

#submenu {	
	float: left;
	width: 185px;
	background: url(../images/submenu-bg.gif) repeat-x top left;
	min-height: 200px;
}

#submenu ul {
	border-bottom: 1px solid #858585;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 6px;
}

#submenu ul li {
	border-top: 1px solid #858585;
	padding: 0px;
	padding: 5px 12px 5px 12px;
}

#submenu ul li ul li {
	border-top: 1px solid #858585;
	padding: 0px;
	padding: 2px 12px 2px 18px;
	background-color: Aqua;
}

#submenu ul li a {
	text-decoration: none;
	color: white;
	font-size: 11px;
}

#submenu ul li.active {
	border-top: 1px solid #858585;
	padding: 5px 12px 5px 12px;
	background-color: #4e4e4e;
}

#submenu ul li.active div {
	text-decoration: none;
	color: white;
	font-size: 12px;
	font-weight: bold;
	background-color: #4e4e4e;
}

#submenu ul li a:hover {
	text-decoration: underline;
}

#textarea {	
	float: left;
	position: relative;
	left: 1px;
	width: 652px;
	background-color: Aqua;
	margin-right: 17px;
	min-height: 250px;
	background: url(../images/textarea-bg.gif) white top repeat-x ;
	padding: 0px 0px 0px 3px;
}

#textarea h1 {
	color: #195541;
	background-color: #eee;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	font-size: 16px;
	font-weight: normal;
	border-bottom: 1px solid #999;
}

#textarea a {
	color: #09704d;	
}

#textarea th {
	color: White;
	text-align: left;
	padding: 5px 10px 5px 10px;
	background-color: #09704d;
}

#textarea td {
	padding: 5px 10px 5px 10px;
	background-color: #f3f8f6;
}

#textarea hr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: none;
	border-right: none;
	color: white;
	background-color: white;
	height: 3px;
	margin-bottom: 20px;
}

#texttitle {
	float:right;
	padding-top: 6px;
	margin-bottom: 8px;
}

#textholder {
	padding: 13px;
	font-size: 12px;
	color: #666;
}

#footer {
	background: url(../images/footer-bg-2cols.gif) no-repeat;
	height: 68px;
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
	font-size: 11px;
}

#footerleft {
	float: left;
	position: relative;
	left: 115px;
	top: 26px;
	color: #484848;
}

#footerleft a {
	color: #484848;
}

#footerleft a:hover {
	color: Black;
}

#footerright {
	float: right;
	position: relative;
	right: 30px;
	top: 36px;
}

#footerright img {
	border: none;
}

.clearer {
	clear: both;
	height: 1px;
	visibility: hidden;
	background-color: Blue;
}

.formulario .obrigatorio{
	color: Red;
}

.formulario .input {
	width: 100%;
}

.formulario textarea {
	width: 100%;
	height: 150px;
}