@charset "utf-8";
/* CSS Document */
	footer {
		background: #002c77;
		clear:both;
		font-size: 0.813em;
		margin-top:50px;
		padding-top: 10px;	  
		overflow: auto;
	}

	footer p {
		color: ghostwhite;
		margin-bottom: 10px;
	}
	
	footer ul {
		list-style: none;
		margin-top: 0;
		padding-left: 0;
		list-style-position: outside;
	}
	
	footer ul li a{
		color: #b29fa4;
		text-decoration: none;
	}
	
	/*  SECTIONS  */
	.section {
		clear: both;
		padding: 0px;
		margin: 0px;
	}

	/*  COLUMN SETUP  */
	.col {
		display: block;
		float:left;
		margin: 1% 0 1% 1%;
	}
	.col:first-child { margin-left: 0; }

	/*  GROUPING  */
	.group:before,
	.group:after { content:""; display:table; }
	.group:after { clear:both;}
	.group { zoom:1; /* For IE 6/7 */ }
	/*  GRID OF SIX  */
	.span_6_of_6 {
		width: 100%;
	}

	.span_5_of_6 {
		width: 83.16%;
	}

	.span_4_of_6 {
		width: 66.33%;
	}

	.span_3_of_6 {
		width: 49.5%;
	}

	.span_2_of_6 {
		width: 32.66%;
	}

	.span_1_of_6 {
		width: 15.83%;
	}

	/*  GO FULL WIDTH BELOW 984 PIXELS */
	@media only screen and (max-width: 984px) {
		.col {  margin: 1% 0 1% 0%; }
		.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
	}
