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

#carlTop{
	


	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #fff;
	width: 100%;
	margin: auto;
	text-align: center;
	background-color: #000000;
}

#topLogo{
	
	text-align: left;
}

#bottomBar{

	background-repeat: repeat-x;
	margin-top: 50px;
	
}


#buttons{
	margin-top: 40px;
	background-image:url(images/topBar_bg2.png);
	background-repeat: repeat;
	
	
}

#canvasText{
	text-align: left;
	padding-right: 20px;
	font-size: 13px;
}

.largeIt{
	color: #fff;
	font-weight:bold;
	font-size: 21px;
}

.canvasTitle{
	font-size: 16px;
	color: #fff;
	font-weight:bold;
	
}

img {
	max-width:100%
	}

.canvasTitle2{
	font-size: 15px;
	font-weight:bold;
}

.carlQuote{
	width: 60%;
	margin: auto;
	font-style:italic;
	text-align: center;
	font-size:12px;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.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 TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 64.66%; }
.span_1_of_3 { width: 29.33%; }

/*  GO FULL WIDTH AT LESS THAN 760 PIXELS */

@media only screen and (max-width: 940px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_2_of_2, .span_1_of_2 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
	
	#canvasText{
	padding-left: 20px;
	
   }
   #carlTop{
	background-image:url(images/carl_bg2_682.jpg);
	background-size: contain;
	
}
#topLogo{
	text-align: center;
	margin-top: 90px;
}

#bottomBar{
	text-align: center;
}
#bottomLogo{
	margin-top: 10px;
}
}

@media only screen and (max-width: 1120px) {
	#topLogo{
	
	text-align: center;
}
}


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (min-width: 1300px) {
	#carlTop{
	width: 1300px;
	
}