/* ============================== */
/* ! Layout for desktop version   */
/* ==============================     font-size: 16px;
    line-height: 24px;*/

	body {
	color: #3D3D3D;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

	}
	
	p {
	color: #fff;
    font-size: 15px;
    line-height: 28px;
    text-align: left;
	margin: 20px 0 0 0;
	font-family: 'Droid Serif', serif;
	}
	
	.logos {
    background: #E8E8E8;
    padding-bottom: 70px;
    padding-top: 10px;
	}
	
	.about {
    background: #E8E8E8;
    padding-bottom: 30px;
    padding-top: 60px;
	}
		
	.about h2 {
	color: #222222;
	font-size: 46px;
	line-height: normal;
	text-align: left;
	margin: 20px 0 0 0;
	}
	
	
	
	.about p {
	color: #222222;
	line-height: 24px;
	background: none;
	text-align: left;
	margin: 20px 0 0 0;
	}
	
	.who h2 {
	color: #FF0000;
	font-size: 46px;
	line-height: normal;
	text-align: left;
	margin: 20px 0 0 0;
	}
	
	.who h4 {
	color: #E8E8E8;
	text-align: center;
	}
	
	
	.who p {
	color: #FFFFFF;
	background: #;
	text-align: left;
	margin: 20px 0 0 0;
	}
	
	.who img {
	text-align: center;
	display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    padding-top: 20px;
	}


	.about .elevencol {
	background: none;
	}

	.elevencol {
	color: #fff;
	line-height: 100px;
	text-align: center;
	margin: 20px 0 0 0;
	}
	
		
	.twelvecol {
	color: #fff;
	line-height: 100px;
	background: #000;
	text-align: center;
	margin: 20px 0 0 0;
	background: #E8E8E8;
	}
	
	.header {
    background: #FFFFFF;
    padding-bottom: 30px;
    padding-top: 30px;
}

	.callout {
 	background:  url(../images/bg.jpg) repeat scroll 0 0 #FFFFFF;
    padding-bottom: 50px;
    padding-top: 60px;
}

    

	.callout h1{
	font-size: 62px;
	line-height: 65px;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-align: left;  

	  
}
	.callout p{
    background: #none;
    padding-bottom: 50px;
    padding-top: 60px;
    color: blue;
}



	.who {
    background: #222222;
    padding-bottom: 70px;
    padding-top: 50px;
}

	.contact {
    background:#000000;
    padding-bottom: 70px;
    padding-top: 40px;
}

	.contact  h2 {
	color: #ffffff;
	font-size: 46px;
	line-height: normal;
	text-align: left;
	margin: 20px 0 0 0;
	}
	
	.contact  a:link {
	color: #FF0000;
	text-decoration: none;
	}
	
	.contact  a:visited {
	color: #ffffff;
	}
	
	.contact  a:hover {
	color: #FF0000;
	font-weight: bold;
	}
	
	.contact  a:active {
	color: #FF0000;
	}
	
	
	
	/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #eee; /* Old browsers */
		background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #444;
	  display: inline-block;
	  font-size: 13px;
	  font-weight: bold;
	  text-decoration: none;
	  text-shadow: 0 1px rgba(255, 255, 255, .75);
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #222;
		background: #ddd; /* Old browsers */
		background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		
	}
		.callout h1{
	font-size: 50px;
	line-height: 55px;
	padding-bottom: 10px;
	color: #FFFFFF;
	text-align: left;  

	  
}

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}