﻿*  SECTIONS  */
.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 THREE  */
.span_3_of_3 { width: 100%;  }
.span_2_of_3 { width: 66.5%;  }
.span_1_of_3 { width: 33%; height:100% }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 1000px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

.header  {
    cursor: pointer;
    padding:10px 10px 8px 15px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	background:#959aa2;
    background-image: url(../_images/icons/white_arrow_right.png);	
    background-position:left center;
	background-repeat:no-repeat;
}

.header-open  {
    cursor: pointer;
    padding:10px 10px 8px 15px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	background:#073b6d;
    
    background-image: url(../_images/icons/white_arrow_down.png);
    background-repeat:no-repeat;
    background-position:left center;


}



/*<div class="section group">
	<div class="col span_1_of_3">
	This is column 1
	</div>
	<div class="col span_1_of_3">
	This is column 2
	</div>
	<div class="col span_1_of_3">
	This is column 3
	</div>
</div>*/