@charset "UTF-8";
/* CSS Document */

html, body {
	background: url(../images/bg_hdr.jpg) repeat-x;
	margin: 0;
	font-family: Tahoma, Geneva, sans-serif;
}

#headerBox {
	float: left;
	height: 294px;
	width: 100%;
}
#canvasBox1 {
	float: left;
	width: 100%;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #85C226;
	background-color: #E4F2D0;
}

#canvasBox2 {
	float: left;
	width: 100%;
}
#footer {
	background-image: url(../images/bg_ftr.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
	min-height: 100px;
}

.clear {
	clear: left;
}

/** Header **/

.rowHeader {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#tdData {
	float: left;
	width: 200px;
	height: 34px;
}

#tdData p {
	font-size: 0.75em;
	color: #182424;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
}

#tdDatadx {
	float: right;
	width: 200px;
}

#tdDatadx p {
	font-size: 0.75em;
	color: #C33;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#tdHeader {
	height: 221px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

#tdSlogan {
	height: 39px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

h1.slogansx {
	font-size: 1.9em;
	color: #FFF;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 175px;
	font-weight: normal;
}

p.freccia {
	float: left;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 4px;
	margin-bottom: 0px;
	padding: 0px;
}

h2.slogandx {
	font-size: 1.15em;
	color: #85C226;
	float: left;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	text-transform: uppercase;
}

.content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.colsx {
	float: left;
	width: 540px;
	margin-top: 20px;
	margin-right: 26px;
	margin-left: 19px;
}

.colsx h3 {
	font-size: 1.4em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85C226;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #182424;
}

.colsx  p {
	font-size: 0.75em;
	color: #182424;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 10px;
}

.coldx {
	margin-top: 20px;
	float: left;
	width: 300px;
	margin-left: 33px;
}

.coldx h3 {
	font-size: 1.4em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #85C226;
	margin-top: 8px;
	margin-bottom: 8px;
	color: #478C19;
}

.coldx ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	list-style-type: none;
	padding: 0px;
	font-size: 0.75em;
	color: #478C19;
}

.coldx  li {
	line-height: 18px;
}

.coldx a {color: #478C19;}

.sepVertical {
	background-color: #85C126;
	float: left;
	margin-top: 11px;
	height: 180px;
	width: 3px;
	margin-bottom: 11px;
}

.images {
	float: left;
	margin-left: 0px;
	margin-right: 15px;
}

p.foot {
	color: #468C19;
	font-weight: bold;
	font-size: 0.65em;
	margin-top: 28px;
	margin-left: 19px;
	float: left;
}

p.footdx {
	color: #182424;
	font-size: 0.65em;
	margin-top: 28px;
	float: right;
	margin-right: 33px;
}

p.footdx a {color: #182424;}