@charset "UTF-8";
/* .moduleWrap
full width wrapper around each module set to allow background colour/image */
.moduleWrap, .sectionOuterWrap {
	width: 100%;
	padding: 0;
	margin-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.moduleWrap:first-of-type {
	margin-top: 30px;
}
@media only screen and (max-width: 600px) {
	.moduleWrap:first-of-type {
		margin-top: 15px;
	}
	.moduleWrap {
		margin-top: 15px;
	}
}
.moduleWrap:before,
.moduleWrap:after {
    content:"";
    display:table;
}
.moduleWrap:after {
    clear:both;
}
.moduleWrap {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
/* .sectionWrap
Contain inner content to 80% width */
.sectionWrap,
.headSectionWrap,
.navSectionWrap {
	width: 80%; /* 1000px / 1250px */
	padding: 0;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.headSectionWrap {
	padding: 20px 0 0 0;
}
/* .section
splits up the page horizontally. */
.section {
	clear: both;
	padding: 0px;
	margin: 0 0 20px 0;
}
@media only screen and (max-width: 600px) {
	.section {
		margin-bottom: 1%;
	}
}
/* .group
solves floating problems, by forcing the section to self clear its children (aka the clearfix hack). This is good in Firefox 3.5+, Safari 4+, Chrome, Opera 9+ and IE 6+. */
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
/* .col
divides the section into columns. Each column has a left margin of 1.6% (around 20 pixels on a normal monitor), except the first one.
Using .col:first-child { margin-left: 0; }. It works in all browsers since IE6. */
.col {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	float:left;
	margin: 0 0 0 1.6%;
}
.col:first-child {
	margin-left: 0;
}
.cookies .col {
	margin: 0;
}
/* @media queries
as soon as the screen size gets less than 480 pixels the columns stack and the margins disappear. */
@media only screen and (max-width: 600px) {
	.col { 
		margin: 3% 0 3% 0%;
	}
}
/*  GRID OF TWELVE */
.span_12_of_12 {
	width: 100%;
}
.span_11_of_12 {
	width: 91.53%;
}
.span_10_of_12 {
	width: 83.06%;
}
.span_9_of_12 {
	width: 74.6%;
}
.span_8_of_12 {
	width: 66.13%;
}
.span_7_of_12 {
	width: 57.66%; 
}
.span_6_of_12 {
	width: 49.2%; 
}
.span_5_of_12 {
	width: 40.73%; 
}
.span_4_of_12 {
	width: 32.26%; 
}
.span_3_of_12 {
	width: 23.8%;
}
.span_2_of_12 {
	width: 15.33%; 
}
.span_1_of_12 {
	width: 6.86%; 
}
/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */
@media only screen and (max-width: 600px) {
	/*  spans 12 to 7 > 100% WIDTH */
	.span_12_of_12 {
		width: 100%;
	}
	.span_11_of_12 {
		width: 100%; 
	}
	.span_10_of_12 {
		width: 100%; 
	}
	.span_9_of_12 {
		width: 100%; 
	}
	.span_8_of_12 {
		width: 100%; 
	}
	.span_7_of_12 {
		width: 100%; 
	}
	.span_6_of_12 {
		width: 100%; 
	}
	.span_5_of_12 {
		width: 100%; 
	}
	.span_4_of_12 {
		width: 100%; 
	}
	.span_3_of_12 {
		width: 100%; 
	}
	.span_2_of_12 {
		width: 100%; 
	}
	.span_1_of_12 {
		width: 100%; 
	}
}

/* GRID OF TEN */
.span_10_of_10 {
	width: 100%;
}
.span_9_of_10 {
	width: 89.84%;
}
.span_8_of_10 {
	width: 79.68%;
}
.span_7_of_10 {
	width: 69.52%; 
}
.span_6_of_10 {
	width: 59.36%; 
}
.span_5_of_10 {
	width: 49.2%; 
}
.span_4_of_10 {
	width: 39.04%; 
}
.span_3_of_10 {
	width: 28.88%;
}
.span_2_of_10 {
	width: 18.72%; 
}
.span_1_of_10 {
	width: 8.56%; 
}
@media only screen and (max-width: 480px) {
	.span_10_of_10 {
		width: 100%; 
	}
	.span_9_of_10 {
		width: 100%; 
	}
	.span_8_of_10 {
		width: 100%; 
	}
	.span_7_of_10 {
		width: 100%; 
	}
	.span_6_of_10 {
		width: 100%; 
	}
	.span_5_of_10 {
		width: 100%; 
	}
	.span_4_of_10 {
		width: 100%; 
	}
	.span_3_of_10 {
		width: 100%; 
	}
	.span_2_of_10 {
		width: 100%; 
	}
	.span_1_of_10 {
		width: 100%; 
	}
}
/* xpandable divisions */
.tabTopHeader {
	cursor: s-resize;
	background-color: #DDDDDD;
	padding: 10px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tabTopHeader h3 {
	margin: 0;
}
.tabTopOpen {
	cursor: n-resize;
}