/* ----------------------------- */
/* ==GLOBAL > COMMON	 */
/* ----------------------------- */
h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	font-size: 24px;
	font-weight: 600;
	color: #25346d;
	text-transform: uppercase;
	font-style: italic;
	line-height: 1.1;
}
h3 {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	font-weight: 600;
	color: #414042;
	text-transform: uppercase;
	font-style: italic;
	line-height: 1.1;
}

div.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

.xlarge { width: 80%; }
.large { width: 70%; }
.slarge { width: 60%; }
.xmedium { width: 50%; }
.medium { width: 40%; }
.smedium { width: 30%; }
.xsmall { width: 20%; }
.small { width: 10%; }
.ssmall { width: 5%; text-align: center; font-size: 80%; }

.upper { text-transform: uppercase; }
.bold { font-weight: bold; }

a {
	text-decoration: none;
	color: #414042;
}


/* -----------------------------	 */
/* ==GLOBAL > POSITIONS	 */
/* ----------------------------- 	*/
/* 	100%	*/
div.positions-100-wrapper {
	width: 100%;
}
	div.positions-100-col1 {
		width: 100%;
	}

/* 	70%	/  30% 	*/
div.positions-70_30-wrapper {
	width: 100%;
}
	div.positions-70_30-col1 {
		float: left;
		/*width: 685px;*/
		width:734px;
	}
	div.positions-70_30-col2 {
		float: right;
		/*width: 320px;*/
		width:274px;
	}

/* 	30%	/  70% 	*/
div.positions-30_70-wrapper {
	width: 100%;
}
	div.positions-30_70-col1 {
		float: left;
		/*width: 320px;*/
		width:274px;
	}
	div.positions-30_70-col2 {
		float: right;
		/*width: 685px;*/
		width:734px;
	}

/* 	50%	/  50% 	*/
div.positions-50_50-wrapper {
	width: 100%;
}
	div.positions-50_50-col1 {
		float: left;
		width: 49%;
	}
	div.positions-50_50-col2 {
		float: right;
		width: 49%;
	}

/* 	30%	/  30%	/  30% 	*/
div.positions-30_30_30-wrapper {
	width: 100%;
}
	div.positions-30_30_30-col1 {
		float: left;
		width: 33%;
	}
	div.positions-30_30_30-col2 {
		float: left;
		width: 34%;
	}
	div.positions-30_30_30-col3 {
		float: left;
		width: 33%;
	}

