.floatLeft{
	float: left;
}

.bottom20px{
	margin-bottom: 20px;
}

.padding15px{
	padding: 15px;
}

.padded{
	padding: 10px;
}

.thirdpart{
	width: 33%;
}

.halfpart{
	width: 50%;
}

.clearfloat{
	clear: both;
}

.greyborder{
	clear: both;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid gray;	
}

.failureMessage{
	color: red;
}

.successMessage{
	color: green;
}

#googleMap{
	width: 100%;
	height: 350px;
	border: 1px solid #f9a61b;
}

#header h1{
	text-indent: -9999px;
	width: 700px;
	height: 100px;
}

#header h1.pt-br{
	background: url(../pics/logo.png) no-repeat;
}

#header h1.en{
	background: url(../pics/logo-en.png) no-repeat;
}

#header h1.fr{
	background: url(../pics/logo-fr.png) no-repeat;
}

#header h1.es{
	background: url(../pics/logo-es.png) no-repeat;
}

#content h2{
	margin-top: 0px;
	margin-bottom: 20px;
}

#top_nav{
	position: absolute;
	top: 10px;
	right: 10px;
}

#divSlide{
	height: 300px;
	width: 640px;
	float: left;
	margin-right: 7px;
	border: 1px solid #a16c44;
}

#divSlide img{
	display: none;
	position: absolute;
}

.paginate {
  height: 24px;
  padding-bottom: 3px;
  padding-top: 3px;
  position: relative;
  text-align: right;
  top: 270px;
}

.paginate ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.paginate li{
	padding-top: 2px;
    height: 22px;
    width: 24px;
	color: white;
	float: right;
    cursor: pointer;	
    margin-right: 3px;
	text-align: center;
	vertical-align: middle;
	opacity: 0.8;
	background-color: #111111;
	border: 1px solid #eee;
}

.text{
    text-align: justify;
	line-height: 1.4em;	
}

img.border {
	padding: 2px;
	border: 1px solid;
}

img.alignedleft{
	float: left;
	margin-right: 10px;
}

.hIcons{
	position: absolute;			/* The width will be not inherited from the parent div */
}

.hIcons li{
	float: left;
	padding: 5px;
}

.hIcons img{
	display: block;				/* necessary to stay alone in the line */
	margin: auto;
}

.hIcons .caption{
	font-size: 10px;
}

#flags{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#flags li{
	float: left;
	padding: 5px;
}

#flags img{
    display: block;
    margin: auto;
}

#flags span.caption{
    font-size: 10px;
}

#hmenu{
	overflow: hidden;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
}

#hmenu li{
	width: 120px;
	float: left;
	text-align: center;
}

#hmenu a {
	padding: 5px;
	display: block;
	text-decoration: none;
	color: #4D4D4D;
}

#hmenu a.selected{
	color: white;
	background-color: #f7c300;  
}

#hmenu a:hover{
	color: white;
	background-color: #f7c300; 
}

fieldset{
	border: none;
}

form {
	float: left;
	width: 400px;						/* take out width if you want labels in side of inputs */
	line-height: 2.1em;;	
}

form label{
	display: block;
	width: 100px;
	float: left;
	text-align: left;
}

form textarea{
	float: left;
	width: 400px;
}

form input{
	float: left;
	width: 400px;
}

form input.submit{
	width: 100px;
	float: right;
}

#loginForm input.submit{
	float: left;
}

.news {
	position: relative;
	overflow: hidden;
	font-size: 12px;
	height: 100px;
}

.last .newscontent{
	bottom: 0px;
}

.first .newscontent{
	bottom: 30px;
}

.newscontent{
	position: absolute;
	overflow: hidden;
	bottom: 15px;
}

.news  h3{
	padding-top: 0px;
	padding-bottom: 5px;
}

.news img{
	float: left;
	margin-right: 10px;
}

.column{
	float: left;
}

.column h3{
	margin-bottom: 10px;
}

.column .content{
	padding-right: 20px;
}

.column .text{
	text-align: left;
}

#footerleft{
	width: 640px;
	float: left;
	margin-right: 7px;
}

#footerright{
	width: 350px;
	float: left;
}

.footerfeedback  .textWithH3{
    background: url("../pics/bg_feedback.png") no-repeat scroll right top transparent;
    padding-right: 30px;
}

.content{
	overflow: hidden;
}

.imageWithText img{
	float: left;
	padding-right: 20px;
}

.imgright img{
	float: right;
	padding-left: 20px;	
}

.text ul {
    list-style: circle inside;
    margin-left: 20px;
}

.marginLeft210px{
    margin-left: 210px;
}

