body {
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS";
	font-size: 14px;
}

h1 {
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
	color: #4d4c4c;
	font-weight: normal;
	font-size: 30px;
	border-bottom: 1px solid #97a6ae;
	padding-bottom: 5px;
}

h2 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 22px;
	color: #5e5e5e;	
}

h3 {
	padding: 0;
	margin: 0;
	color: #ed0d27;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

li {
	list-style-image: url('images/list-image.png');
}

input {
	border: 1px solid #b6b5b5;
	background-color: #fff;
}

textarea {
	border: 1px solid #b6b5b5;
	background-color: #fff;
}

a {
	color: #00F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



#container {
	background-image: url('images/background_clouds.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: left;
}

#container-content {
	width: 964px;
	margin-left: auto;
	margin-right: auto;
}

.box-intro-top {
	height: 20px;
	width: 964px;
	background-image: url('images/box-top.png');
	float: left;
}

.box-intro-background {
	background-image: url('images/box-background.jpg');	
	width: 964px;
	
	float: left;
}

.box-intro-middle {
	min-height: 382px;
	width: 924px;
	background-image: url('images/box-background-gradient.jpg');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
}

.box-intro-bottom {
	height: 20px;
	width: 964px;
	background-image: url('images/box-bottom.png');
	margin-bottom: 20px;
	float: left;
}

#header {
	height: 126px;
	background-image: url('images/logo_transp.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#menu ul {
	list-style: none;
	margin: 0;
	margin-left: 330px;
}

#menu li {
	list-style: none;
	float: left;
	margin-right: 35px;
	line-height: 126px;
}

#menu li a {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
}

#menu li a {
	color: #FFF;
}

#menu li:hover {
	background-image: url('images/menu_hover.png');
	background-repeat: no-repeat;
	background-position: center 75px;
}

#box-foot {
	margin-top: 30px;
	width: 964px;
	height: 400px;
	background-image: url('images/box-foot.png');
	float: left;
}

.column {
	width: 295px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

/* Module templates */
.moduleTemplate_1_1 {
	width: 100%;	
}

.moduleTemplate_2_1 {
	width: 70%;	
	float: left;
}

.moduleTemplate_2_2 {
	width: 30%;	
	float: left;
}

.moduleTemplate_3_1 {
	width: 20%;	
	float: left;
}

.moduleTemplate_3_2 {
	width: 20%;	
	float: left;
}

.moduleTemplate_3_3 {
	width: 20%;	
	float: left;
}
/* Modules templates */

.modSubmenu {
	list-style: none;
}

.modSubmenu li {
	list-style: none;
	line-height: 30px;
	border-bottom: 1px solid #97a6ae;
}

.modSubmenu li a {
	color: #000;
	text-decoration: none;
}

.modSubmenu li a:hover {
	color: #ed0d27;
}

.mod_forms {
	margin-top: 40px;
	width: 370px;
}

.mod_forms input {
	margin-bottom: 20px;	
}

.mod_forms textarea {
	width: 270px;
	height: 80px;
	margin-bottom: 20px;
}

.xxl {
	display: none;
}

#bottom_text {
	position: absolute;
	bottom: 0;
	text-align: center;
	z-index: -1
}