
/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	text-align:center;
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }



.col1 {
	background:#5B8DB0;
	border-bottom:solid;
	border-width:thick;
	border-color:#243A4A;
	border-radius: 10px 10px 5px 5px;	
	text-align:center;
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col1:first-child { margin-left: 0; }



.col2 {
	background:#CB8123;
	border-bottom:solid;
	border-width:thick;
	border-color:#000;
	border-radius: 10px 10px 35px 10px;	
	text-align:center;
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col2:first-child { margin-left: 0; }


.col3 {
	background:#9F4243;
	border-bottom:solid;
	border-width:thick;
	border-color:#000;
	border-radius: 10px 10px 35px 10px;	
	text-align:center;
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col3:first-child { margin-left: 0; }


.col4 {
	background:#71B072;
	border-bottom:solid;
	border-width:thick;
	border-color:#000;
	border-radius: 10px 10px 35px 10px;	
	text-align:center;
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col4:first-child { margin-left: 0; }


.col5 {
	background:#eee;
	border-radius: 5px 5px 5px 5px;	
	text-align:center;
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col5:first-child { margin-left: 0; }


.col6 {
	text-align:center;
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col6:first-child { margin-left: 0; }

.colx {
	background: #56BFEB;
	border-bottom:solid;
	border-width:thick;
	border-color:#000;
	border-radius: 10px 10px 35px 10px;	
	text-align:center;
	display: block;
	float:center !important;
	width: 85%;
}
.col:first-child { margin-left: 0; }


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col, .col1, .col2, .col3, .col4, .col5 { 
		margin: 6% 0 1% 0%;
	}
}





