@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

html, body {
    height: 95%;
}

@media print {
	.noprint { display: none; }
}

#pagewrap {
	margin: 0px auto;
	width: 950px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	background: url(../images/body-bg.jpg) repeat-y;
	background-position:center;
	}
#header {
	height:100px;
	width: 950px;
	background: url(../images/header-bg.jpg) no-repeat;
	background-color: #FFFFFF;
}

#footer {
	font-size: 9px;
	color: #000000;
	clear: both;
	width: 940px;
	background-color: #FFFFFF;
	text-align:right;
	padding:5px;
	margin: 0px auto;
	height: 35px;
	}

A:link{ text-decoration: none; color: #336699;}
A:visited{ text-decoration: none;color: #336699;}
A:active {text-decoration: none;color: #336699;}
A:hover {text-decoration: none;color: #000000;}

h1 {
	color:#003366;
	font-size: 20px;
	padding: 10px;
}


h2 {
	color:#003366;
	font-size: 16px;
	padding: 10px;
}

h3 {
	color:#003366;
	font-size: 14px;
}


#thicktabs-home{
	margin: 0;
	position: relative;
	top: 63px;
	width: 600px;
	float: right;
}

#thicktabs-home li{
	display: inline;
}

#thicktabs-home li a{
	width: 130px;
	float: left;
	color: #FFFFFF;
	padding: 18px 0 0 20px;
	text-decoration: none;
	background: url(../images/tab-light-blue.jpg) no-repeat;
	font-size: 9pt;
	font-weight: bold;
	height: 20px;

}

#thicktabs-home li a#selected{
	color: #FFFFFF;
	background-image: url(../images/tab-blue.jpg);
}

#thicktabs-home li a:visited{
	color: #ffffff;
}

#thicktabs-home li a:hover{
	color: #FFFFFF;
	background-image: url(../images/tab-blue.jpg);
}

#mainContent {
	width: 950px;
	font-size: 10pt;
	background-color: #FFFFFF;
	min-height: 550px;
	border-top: solid #696969 2px;
	border-bottom: solid #646b76 2px;
}


#ativioBanner {
	margin-right: 2px;
	float: right;
}

#copyright {
	font-size: 10pt;
	font-style: normal;
	color: #000000;
	text-align: left;
	position: relative;
	top: 10px;
	float: left;
	margin-left: 20px;
}

#intro-text p {
	padding:10px;
	font-size: 10pt;
}

#intro-text p A:link { text-decoration: none; color: #336699;}
#intro-text p A:visited {text-decoration: none; color: #336699;}
#intro-text p A:active {text-decoration: none; color: #336699;}
#intro-text p A:hover {text-decoration: none; color: #000000;}

#beneficiaries {
margin: 0 auto;
width:800px;
}

#beneficiaries td{
padding:10px;
text-align:center;
}

#beneficiaries img{
border: none;
}

#features {

	width: 910px;
	margin: 20px;
}

#features td{
	border: solid #cccccc 1px;
	padding:5px;
}
#features img {
	text-align:center;
	height: 150px;
}

#features p {
	float: right;
}

#features ul, #intro-text ul {
	list-style-type:square;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#hareauto {
	text-align:center;
	width: 950px;
	clear: both;
	margin-bottom: 20px;
}

#content {
	width: 910px;
	margin: 20px;
}

#contactinfo{
	width:300px;
	float:left;
	margin: 20px;
}

#contactform{
	width:520px;
	float:right;
	margin:20px;
}

div.row {
	clear: both;
	padding-top: 8px;
}
	
div.row div.label {
	float: left;
	width: 20%;
	text-align: right;
	padding-right:5%;
}
	
div.row div.field {
	float: right;
	width: 70%;
	text-align: left;
}
#contact_us_form {
	margin-bottom: 30px;
}
