@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'GillLight';
	src: url('fonts/GillLight.eot');
	src: url('fonts/GillLight.eot?#iefix') format('embedded-opentype'),
	     url('fonts/GillLight.woff') format('woff'),
	     url('fonts/GillLight.ttf') format('truetype'),
	     url('fonts/GillLight.svg#GillLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'gill_sans_mt-webfont';
	src: url('fonts/gill_sans_mt-webfont.eot');
	src: url('fonts/gill_sans_mt-webfont.eot?#iefix') format('embedded-opentype'),
	     url('fonts/gill_sans_mt-webfont.woff') format('woff'),
	     url('fonts/gill_sans_mt-webfont.ttf') format('truetype'),
	     url('fonts/gill_sans_mt-webfont.svg#gill_sans_mt-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}



*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.main {
	width:100%;
	max-width:900px;
	display:block;
	text-align:center;

}
.centered {
  position: absolute;
  left: 50%;
  margin-left: -400px;
}
body {
	background-color: #303239;
}
p{ font-family: 'GillLight'; font-size:11px; letter-spacing:2px; line-height:15px; color:#8c5736; text-align:left;padding-left: 20px;}
a{ color:#8c5736; text-decoration:none;}
h1{font-family: 'GillLight'; font-size:14px; letter-spacing:2px; line-height:15px; color:#8c5736; text-align:center;margin-top:50px; }
/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }
.logo{ width:446px; height:112px;}
.logo2{ width:800px; height:300px;}
/*  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: 90%; margin-top:100px;margin-bottom:50px; }
.span_2_of_3 { width: 65.83%; }
.span_1_of_3 { width: 31.66%; }
@media (max-width: 768px) {col {  margin: 10% 0 1% 0%; width:100%;}
	span_3_of_3 { width:100%; margin-top:100px;margin-bottom:50px; }
	 .span_2_of_3, .span_1_of_3 { width: 100%; }
	.centered {
  position: inherit;
  left: 0%;
  margin-left: 0px;
}
.main {
	width:100%;
	max-width:100%;
	display:block;
	text-align:center;

}.logo2{ width:600px; height:187px;}}
@media (max-width: 568px) {.logo2{ width:500px; height:187px;}p{ font-family: 'GillLight'; font-size:11px; letter-spacing:2px; line-height:15px; color:#8c5736; text-align:center;}}
/*  GO FULL WIDTH BELOW 480 PIXELS */
@media (max-width: 480px) {
	.col {  margin: 10% 0 1% 0%; width:100%;}
	span_3_of_3 { width:100%; margin-top:100px;margin-bottom:50px; }
	 .span_2_of_3, .span_1_of_3 { width: 100%; }
	.centered {
  position: inherit;
  left: 0%;
  margin-left: 0px;
}
.main {
	width:100%;
	max-width:100%;
	display:block;
	text-align:center;

}
.logo{ width:300px; height:75px;}
.logo2{ width:400px; height:150px;}
p{ font-family: 'GillLight'; font-size:11px; letter-spacing:2px; line-height:15px; color:#8c5736; text-align:center;}
}
@media (max-width: 375px) {.logo2{ width:350px; height:131px;}}
