@charset "utf-8";
/* CSS Document */

/*  SECTIONS  */
.section1 {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.section1 h3 a{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 1.4;
	margin: 0;
	padding: 1em 0.5em;
	color: #1a1a1a;
	font-weight: bold;

	font: 20px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
	
	
	text-align: center;
	text-shadow: 0 0px 0px #000;
	-webkit-font-smoothing: antialiased;  
}

/*  COLUMN SETUP  */
.col1 {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col1:first-child { margin-left: 0; }

/*  GROUPING  */
.group1:before,
.group1:after { content:""; display:table; }
.group1:after { clear:both;}
.group1 { zoom:1; /* For IE 6/7 */ }

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 600px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}
