
body {
	padding: 0px;
	margin: 0px;
	font-family: 'Times New Roman', Times, Georgia, serif;
	font-size: 15px;
	line-height: 21px;
	color: #8a8a8a;
	text-decoration: none;
	text-align: center;
	background: #ffffff;
}

a {
	color: #408779;
	text-decoration: none;
}

h1 {
	padding: 0 0 10px 0;
	margin: 0;
	font-family: 'Times New Roman', Times, Georgia, serif;
	font-size: 30px;
	line-height: 34px;
	font-weight: normal;
	color: #408779;
}

h2 {
	padding: 10px 0 10px 0;
	margin: 0;
	font-family: 'Times New Roman', Times, Georgia, serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	color: #408779;
}

.small {
	font-size: 60%;
	line-height: 60%;
	margin: 0 0 0 2px;
}

#clearer {
	clear: both;
}

#headercontainer {
	width: 100%;
	height: 399px;
	padding: 0px;
	margin: 0px;
}

#header {
	width: 900px;
	height: 399px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
	background: url(img/bg_header_consultoria.jpg) no-repeat right top;
	border-bottom: 1px solid #dedede;
}

#logo {
	width: 276px;
	height: 112px;
	padding: 89px 0 0 0;
	float: left;
}

#language {
	width: 624px;
	height: 201px;
	text-align: right;
	background: url(img/bg_language.gif) no-repeat right top;
	float: left;
}

#language a {
	line-height: 28px;
	color: #979797;
}

#language a:hover {
	line-height: 28px;
	color: #6b6b6b;
}

#navigation {
	width: 276px;
	height: 116px;
	padding: 35px 0 0 0;
}

#naviitem {
	width: 256px;
	height: 28px;
	text-align: left;
	margin: 1px 0 0 0;
	padding: 0 0 0 20px;
	background: #408779 url(img/bg_naviitem.gif) no-repeat right;
}

#naviitem a {
	line-height: 26px;
	font-weight: bold;
	color: #ffffff;
}

#naviitemactive {
	width: 256px;
	height: 28px;
	text-align: right;
	margin: 1px 0 0 0;
	padding: 0 20px 0 0;
	background: #f0f0f0 url(img/bg_naviitemactive.gif) no-repeat right;
}

#naviitemactive a {
	line-height: 26px;
	font-weight: bold;
	color: #408779;
}

#call {
	width: 900px;
	height: 47px;
	text-align: right;
	line-height: 44px;
}

.callnumber {
	font-weight: bold;
	color: #000000;
}

#contentcontainer {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
	background: url(img/bg_content.jpg) no-repeat left bottom;
}

#subnavigation {
	width: 276px;
	text-align: left;
	margin: -25px 0 270px 0;
	padding: 0;
	float: left;
}

#subnaviitem {
	width: 256px;
	height: 29px;
	text-align: left;
	padding: 0 0 0 20px;
	border-bottom: 1px solid #dedede;
	background: url(img/icon_subnaviitem.gif) no-repeat left center;
}

#subnaviitem a {
	line-height: 28px;
	font-weight: bold;
	color: #8a8a8a;
}

#subnaviitem a:hover, #subnaviitem .active {
	line-height: 28px;
	font-weight: bold;
	color: #424242;
}

#text {
	width: 557px;
	text-align: left;
	margin: 30px 0 0 343px;
	border-bottom: 1px solid #dedede;
}

#text img {
	border: 1px solid #dedede;
	margin: 20px 0 0 0;
}

#text p {
	/* padding: 0 18px 0 183px; */
	padding: 0 18px 0 0;
}

#textwide {
	width: 557px;
	text-align: left;
	margin: 30px 0 0 343px;
	border-bottom: 1px solid #dedede;
}

#textwide p {
	padding: 0 18px 0 0;
}

#textspacer {
	height: 15px;
}

#textclearer {
	height: 47px;
	clear: both;
}

#footercontainer {
	width: 100%;
	height: 200px;
	padding: 0px;
	margin: 0px;
	background: #f0f0f0;
}

#footer {
	width: 900px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
}

#footeritem {
	margin: 0 80px 0 0;
	padding: 15px 0 0 20px;
	font-weight: bold;
	float: left;
}

#footeritem a {
	color: #424242;
}

#footeritemlast {
	margin: 0 0 0 0;
	padding: 30px 0 0 20px;
	font-weight: bold;
	float: left;
}

.footersmall {
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
}


/* form */

form fieldset {
	border: none;
	margin: 10px 0 10px 0;
	padding: 0;
}

form label {
	display: inline-block;
	line-height: 1.3;
	vertical-align: top;
	width: 130px; /* Width of labels */
	padding: 0;
	margin: 0;
}

form fieldset ol {
	padding: 0;
	margin: 0;
	list-style: none;
}

form fieldset li {
	list-style: none;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}

form fieldset input, form fieldset textarea, form select {
	width:300px;
	border-style:solid;
	border-color:#b0b0b0;
	border-width:1px;
	font-family: 'Times New Roman', Times, Georgia, serif;
	font-size: 15px;
	line-height: 21px;
	color: #8a8a8a;
	text-decoration: none;
	background: #ffffff;
}

.button { 
	width:82px;
	height: 20px;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	color: #ffffff;
	background-color:#8a8a8a;
	border-style:solid;
	border-color:#8a8a8a;
	border-width:1px;
	margin: 0px 11px 0px 0px;
}

.buttons { 
	margin: 0 0 20px 200px;
}

.fieldblind {
  	display: none;
}

#captcha { margin-left:131px; }