body {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
background:#e1f5f6 url(../img/background/body.jpg) repeat-x 0 0;
margin:0;
padding:0;
color:#555555;
}
p {
padding:0;
margin:10px 0 10px 0;
line-height:18px;
text-align: justify;
}
a {
color:#126c6f;
text-decoration:underline;
}
a:hover {
color:#444444;
text-decoration:none;
}
img {
border:0;
}
#container {
width:800px;
margin:0 auto;
}
#top_nav ul {
list-style:none;
float:right;
padding:0;
margin:0;
border-left:1px solid #535353;
border-right:1px solid #1f1f1f;
}
#top_nav li {
list-style:none;
float:left;
padding:0 20px 0 20px;
margin:0;
height:34px;
border-left:1px solid #1f1f1f;
border-right:1px solid #535353;
}
#top_nav li img {
margin:0 0 -3px 0;
border:0;
}
#page_header {
height:235px;
margin-bottom:10px;
width:800px;
clear:both;
}
#logo {
float:left;
/* padding-top:66px;*/
padding-top:39px;
clear:left;
}
#header_banner {
float:right;
width:470px;
height:235px;
padding:50px 160px 0 0;
width/**/:/**/ 310px;
height/**/:/**/ 185px;
background:url(../img/background/header_character1.jpg) bottom right no-repeat;
}
#header_banner h1 {
font-size:26px;
font-weight:lighter;
color:#f7dcae;
font-family:Tahoma, Arial, Verdana;
margin:0 0 10px 0;
padding:0;
}
#header_banner span {
font-size:15px;
font-weight:bolder;
color:#FFFFFF;
font-family:Tahoma, Arial, Verdana;
line-height:22px;
}
#page_content {
width:530px;
float:left;
margin-bottom:20px;
}

#page_content ul {
margin: 0;
padding: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
#page_content li { 
padding-left: 30px;
margin-bottom: 12px;
background-image: url(../img/complete.gif);
background-repeat: no-repeat;
background-position: 0 50%;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
text-align: justify;
font-size: small;
line-height: 140%;
}
#right_nav {
width:250px;
float:right;
margin-bottom:20px;
background:#cae5e6;
}

#right_nav_hk {
width:250px;
background:#cae5e6;
}

#page_content h1 {
font-size:22px;
font-weight:normal;
font-family:Tahoma, Arial, Verdana;
color:#126c6f;
padding:3px 0 3px 0;
margin:10px 0 10px 0;
border-bottom:1px dotted #509597;
}
.highlighted1 {
float:left;
padding:4px;
width:240px;
border:1px solid #cae5e6;
background-color:#FFFFFF;
}
.highlighted2 {
float:right;
padding:4px;
width:240px;
border:1px solid #cae5e6;
background-color:#FFFFFF;
}
#right_inner {
padding:0px 18px 10px 18px;
}
#right_inner h1 {
font-size:16px;
font-weight:bold;
font-family:Tahoma, Arial, Verdana;
color:#126c6f;
padding:0 0 5px 0;
margin:10px 0 10px 0;
border-bottom:1px dotted #509597;
}
form {
margin:0;
padding:0;
}
.inputfield {
width: 130px;
}
.form_label {
text-align:right;
}
.form_inputfield {
text-align:right;
}
#right_inner ul {
margin:0;
padding:0 0 0 18px;
}
#right_inner li {
margin:0;
padding:0;
line-height:22px;
}
.content_section {
margin:20px 0px 20px 0px;
padding-bottom:10px;
border-bottom:1px dotted #126c6f;
}
.content_section_last {
margin:20px 0px 20px 0px;
}
.title {
font-size:14px;
font-weight:bold;
margin-top:10px;
color:#126c6f;
}
.portfolio {
margin:20px 0 20px 20px;
}
.portfolio p {
margin:5px 0 5px 0;
}
.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
height: 1%;
}
.cssform label{
font-weight: bold;
float: left;
margin-left: -155px; /*width of left column*/
width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}
.cssform textarea {
width:200px;
}
.textbox {
	background-color:#FFFFFF;
}
.textbox:focus, .textbox:hover {
	background-color:#F0FFE6;
}
#page_footer {
clear:both;
padding:10px 0 10px 0;
border-top:1px dotted #509597;
margin-bottom:20px;
}
#copyright {
float:left;
}
#footer_link {
float:right;
}
.Direita {
	text-align: right;	
	font-weight: 500;
	line-height: 120%;
}
.obrigatorio{
	color: Red;
}

div.Sucesso
{
	/* width: 98%; */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: green;
	border-right-color: green;
	border-bottom-color: green;
	border-left-color: green;
	background-color: #ffffff;
	background-image: url(img/suc_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
	font-size: 0.9em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	position: relative;
}

div.Sucesso h2
{
	height: 31px;
	margin-top: 5px;
	margin-right: 0pt;
	margin-bottom: -5px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 0pt;
	padding-bottom: 0pt;
	padding-left: 0pt;
	font-size: 1.3em;
	text-indent: 30px;
	background-color: transparent;
	background-image: url(img/suc_ico.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-x-position: 0%;
	background-y-position: 0%;
}

.Errado{
	border-top: 2px solid #8b0000;
	border-bottom: 2px solid #8b0000;
	background-color: #ffd2d2;
	padding-bottom: 2px;
	padding-top: 3px;
	background-image: url(../img/exclamation.png);
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-left: 20px;
	min-height: 40px;
}

#Contato{
	background-image: url(../img/background/contato.gif);
	background-repeat: no-repeat;
	width: 519px;
	height: 78px;
	padding-left: 8px;
	padding-top: 4px;
	line-height: 170%;
	vertical-align: middle;
	
}
.destaque{
	text-transform: uppercase;
	font-weight: 700;
}
