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

/* Create two equal columns that floats next to each other */


.column {
	float: left;
	width: 45%;
	padding: 5px;
}
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width:600px) {
.column {
	width: 100%;
}
}







/*  SECTIONS  */

.sectionHeader {
	clear: both;
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight: bold;
	color: #000;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float: left;
	margin: 1% 0 1% .5%;
}
.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 SEVEN  */
.span_7_of_7 {
	width: 100%;
}
.span_6_of_7 {
	width: 85.64%;
}
.span_5_of_7 {
	width: 71.28%;
}
.span_4_of_7 {
	width: 56.92%;
}
.span_3_of_7 {
	width: 42.57%;
}
.span_2_of_7 {
	width: 28.21%;
}
.span_1_of_7 {
	width: 12.65%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #000;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
.col {
	margin: 1% 0 1% 0%;
}
.span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7 {
	width: 100%;
	text-align: left;
	margin-left: 15px;
}
.sectionHeader {
	clear: both;
	padding: 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight: bold;
	color: #000;
	display: none;
	
}
}
@media only screen and (min-width: 480px) {

.hideLable {
	display: none;
	
}
}