@charset "UTF-8";
/* CSS Document */
/*  GENERAL STYLING  */
body {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	padding: 0;
	margin: 0;
}
img.creative {
    display: block;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto 
	}
.title {
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
	padding: 5% 2% 5% 2%;
	text-align: center;
    background-color: #6cca98;
    color: #ffffff;
}
.cat1 {
	font-size: 16px;
	padding: 2%;
    background-color: #cccccc;
}
.cat2 {
	font-size: 16px;
	padding: 2%;
	background-color: #dddddd;
}
.cat3 {
	font-size: 16px;
	padding: 2%;
	background-color: #329ed4;
	color: #ffffff;
}
.infocell {
	font-size: 16px;
	padding: 2%;
	text-align: left;
}
.item {
    border-bottom: solid;
    border-bottom-width: thin;
    border-bottom-color: #eeeeee;
}
a:link {
	color: #00367e;
	text-decoration: underline;
}
a:visited {
	color: #00367e;
	text-decoration: underline;
}
a:hover {
	color: #1d74de;
	text-decoration: underline;
}
a:active {
	color: #00367e;
	text-decoration: underline;
}


/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float: left;
	margin: 0;
}
.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: 96%;
}
.span_6_of_7 {
    width: 76.8%;
}
.span_5_of_7 {
    width: 67.8%;
}
.span_4_of_7 {
    width: 48%;
}
.span_3_of_7 {
    width: 37.8%;
}
.span_2_of_7 {
    width: 24%;
}
.span_1_of_7 {
    width: 11%;
}
/*  GRID OF EIGHT */
.span_8_of_8 {
    width: 96%;
}
.span_7_of_8 {
    width: 84%;
}
.span_6_of_8 {
    width: 72%;
}
.span_5_of_8 {
    width: 58%;
}
.span_4_of_8 {
    width: 48%;
}
.span_3_of_8 {
    width: 34%;
}
.span_2_of_8 {
    width: 24%;
}
.span_1_of_8 {
    width: 12%;
}
.textCenter {
	text-align: center;
	}

/*  GO FULL WIDTH BELOW 1000 PIXELS */
@media only screen and (max-width: 1000px) {
.col {
	margin: 0;
}
.span_8_of_8, .span_7_of_8, .span_6_of_8, .span_5_of_8, .span_4_of_8, .span_3_of_8, .span_2_of_8, .span_1_of_8 {
	width: 90%;
}
.span_7_of_7, .span_6_of_7, .span_5_of_7, .span_4_of_7, .span_3_of_7, .span_2_of_7, .span_1_of_7 {
	width: 90%;
}
.title {
    padding: 10% 5% 10% 5%;
	font-size: 26px;
	line-height: 26px;
}
.cat1 {
	padding: 5%;
}
.cat2 {
	padding: 5%;
}
.cat3 {
	padding: 5%;
}
.infocell {
	padding: 5% 5% 2% 5%;
}
.item {
    padding-bottom: 3%;
}
    .hide {
        display: none;
        visibility: hidden;
    }
}
