html,body,form,fieldset,textarea {
	font: 110%/ 120% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,pre,blockquote,ul,ol,dl,address {
	margin: 0;
	padding: 0;
}

li,dd,blockquote {
	margin-left: 1em;
}

form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input,select,textarea {
	font-size: 100%;
}

a img {
	border: 0px;
}

a {
	color: #666;
}

a:hover {
	color: #333;
}

p {
	float: left;
	width: 100%;
}

img {
	padding: 0px;
	margin-bottom: 0px;
}

html {
	height: 100%;
	width: 100%;
	margin: 0;
}

body {
	background-color: #fff;
	color: #444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 100%;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	background-image: url(../img/topBg.png);
	background-repeat: repeat-x;
}

* html .clearfix {
	height: 1%;
	overflow: visible;
}

*+html .clearfix {
	min-height: 1%;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/*LAYOUT*/
#top {
	width: 920px;
	margin: 0 auto;
	height: 145px;
	position: relative;
}

#top #logo {
	float: left;
	margin-left: 30px;
	margin-top: 15px;
}

#top #claim {
	float: left;
	width: 300px;
	font-size: 1.4em;
	color: #2f498f;
	width: 500px;
	height: 30px;
	line-height: 30px;
	margin-top: 105px;
}

#top #languages {
	width: 240px;
	top: 20px;
	right: 30px;
	font-size: 70%;
	position: absolute;
}

#languages #international {
	float: right;
}

#languages img {
	float: right;
	margin-left: 10px;
	margin-top: 3px;
}

#languages a img {
	border: 0px;
}

#menu {
	width: 920px;
	margin: 0 auto;
	height: 56px;
	position: relative;
}

#leftCorner {
	position: absolute;
	top: 56px;
	left: 0px;
}

#rightCorner {
	position: absolute;
	top: 56px;
	right: 0px;
}

#menu .item, #menu .itemWide, #menu .itemMedium {
	float: left;
	width: 117px;
	text-align: center;
	margin: 0px;
	display: inline;
	height: 46px;
	margin: 10px 2px 0px 2px;
	height: 46px;
}

#menu .itemWide {
	width: 165px;
}
#menu .item {
	width: 99px;
}

#menu .item a {
	height: 46px;
	line-height: 40px;
	width: 99px;
	display: block;
}

#menu .itemWide a {
	height: 46px;
	line-height: 40px;
	width: 165px;
	display: block;
}

#menu .itemMedium a {
	height: 46px;
	line-height: 40px;
	width: 117px;
	display: block;
}

#menu .item a:hover {
	background: url(../img/item.png) 0 0 no-repeat;
}
#menu .item a.selected{
	background: url(../img/item.png) 0 0 no-repeat;
}
#menu .itemMedium a.selected{
	background: url(../img/itemMedium.png) 0 0 no-repeat;
}
#menu .itemMedium a:hover {
	background: url(../img/itemMedium.png) 0 0 no-repeat;
}
#menu .itemWide a.selected{
	background: url(../img/itemWide.png) 0 0 no-repeat;
}
#menu .itemWide a:hover {
	background: url(../img/itemWide.png) 0 0 no-repeat;
}

#menu a {
	text-decoration: none;
	color: #000;
}

#content {
	width: 900px;
	margin: 0 auto;
	background-image: url(../img/layoutBg.png);
	background-repeat: repeat-y;
	padding: 0 10px;
	min-height: 300px;
	_height: 300px;
	font-size: 0.9em;
}


#textContent {
	width: 860px;
	padding: 20px;
	padding-top: 10px;
	float: left;
	padding-bottom:20px;
}

.halfColumn {
	width: 400px;
	float: left;
	margin-right: 30px;
	display: inline;
}

h1 {
	color: #f68321;
	float: left;
	width: 100%;
	line-height: 50px;
	height: 50px;
	font-weight: normal;
	font-size: 190%;
}

h2 {
	marign-bottom: 0px;
	color: #1d3480;
	line-height: 50px;
	height: 50px;
	font-weight: normal;
	width: 100%;
	float: left;
}

h3 {
	marign-bottom: 0px;
	color: #1d3480;
	line-height: 30px;
	height: 30px;
	font-weight: normal;
	width: 100%;
	float: left;
}

h1.smaller {
	width: 630px;
}

#bottom {
	height: 51px;
	width: 860px;
	margin: 0 auto;
	margin-bottom: 20px;
	background-image: url(../img/bottomBg.png);
	line-height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 80%;
}

#mainText {
	float: left;
	width: 620px;
	font-size: 1.1em;
	line-height: 25px;
	text-align: justify;
}

.smallerBox {
	float: left;
	width: 620px;
}

.smallerBox .item {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	text-align: justify;
	height:160px;
}

.smallerBox .title {
	font-size: 1.4em;
	margin-bottom: 10px;
}

.smallerBox .text {
	width: 400px;
	float: left;
}

.smallerBox .item img, .ilustL {
	float: left;
	border: 10px solid #dadada;
	margin-right: 20px;
}

.smallRightBox {
	float: right;
	width: 220px;
}

.smallRightBox .item {
	background-color: #dadada;
	padding: 10px;
	width: 200px;
	font-size: 0.9em;
	text-align: justify;
}

.smallRightBox .item img {
	float: left;
}

.bottomSpace {
	margin-bottom: 20px;
}

#copyAira {
	float: right;
}

.smallBottomSpace {
	margin-bottom: 10px;
}
.topSpace{
	margin-top:10px;	
}

p {
	float: left;
	width: 100%;
}

.clear {
	clear: both;
}

ul {
	padding: 00px 0px 30px 30px;
}

.linkBox {
	margin: 15px 25px 25px 25px;
	line-height: 26px;
}
.linkBox a {
	background: #dadada;
	padding: 10px;
	display: block;
}
.linkBox img {
	float: left;
	margin: 0px 10px 0px 0px;
}
.linkMenuBox {
	background: #dadada;
	padding: 7px 0px 7px 0px;
	margin-bottom: 20px;
	text-align: center;
	clear: both;
	overflow: hidden;
}
.linkMenuBox a {
	padding: 9px;
}
.linkMenuBox a:hover {
	background: #bbbbbb;
}

/* TABLE */
table {
	margin-bottom: 30px;
}
td {
	padding: 6px 8px 6px 8px;
}
td.small {
	width: 100px;
}
td.big {
	width: 220px;
}
tr.darker {
	background: #e6e6e6;
}
th {
	background: #b1bbd6;
	color: #ffffff;
	text-align: left;
	padding: 6px 8px 6px 8px;
}

/*FORM*/ /* FORM */
.inputWrapper label {
    float: left;
    width: 150px;
    clear: both;
    padding-top: 5px;
}

.inputWrapper {
    width: 430px;
    float: left;
    margin-left: 150px;
    display: inline;
}

.inputWrapper input {
    margin-bottom: 5px;
    float: left;
    border: 1px solid #5e5e5e;
    font-size: 1.1em;
    padding: 3px;
    width: 270px;
}

.inputWrapper select {
    margin-bottom: 5px;
    float: left;
    font-size: 1.1em;
    padding: 3px;
    width: 270px;
}

.inputWrapper textarea {
    margin-bottom: 5px;
    float: left;
    border: 1px solid #5e5e5e;
    font-size: 1.1em;
    padding: 3px;
    width: 270px;
    height: 220px;
}

.inputWrapper input.submit {
    width: 120px;
    background-color: #fff;
    border: 1px solid #5e5e5e;
}

.inputWrapper input.datepicker {
    background-image: url(../images/calendar.gif);
    background-position: 250px 1px;
    background-repeat: no-repeat;
}

.inputWrapper input.checkbox {
    width: 20px;
    background-color: #fff;
    border: 0px;
}

.inputWrapper .errors {
    color: #e5b022;
    float: left;
    clear: left;
    margin-bottom: 5px;
    font-size: 0.9em;
}

.inputWrapper .errors ul {
    list-style: none;
    float: left;
    clear: both;
    margin-left: 140px;
}
.newsTitle{
	flaot:left;
	font-size: 1em;
	font-weight: bold;
}
#map{
	float:left;
	margin-bottom:20px;
}
#mapText{
	float:right;
	width:300px;
}
