@charset "utf-8";

body {
	padding-left: 10%;
	padding-right: 10%;
	
}

#logo h1 {
	width:1078px;
	height: 300px;
	text-indent: -9999px;
	border-bottom:none;
	background-image:url(../images/topbar1.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin: 0;
	padding: 0;
}
h1 {font-family: 'Passion One', sans-serif;
	color: #515050;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: .1em;
	
}

h2 {font-family: 'Passion One', 'Arial black', sans-serif;
	color: #799507;
	font-size: 24px;
	font-weight: 400;
	
}

h3 {font-family: 'Lato', sans-serif;
	color:#9C6D07;
	font-size: 16px;
	font-weight:bold;
	
}
	
h4 {font-family: 'Lato', sans-serif;
	font-weight: 700;
	font-size: 18px;
	
}

p {
	font-family: 'Lato', sans-serif;
	color: #565656;
	font-size: 95%;
	font-weight: 400;
	line-height: 24px;
	
}

ul {
	font-family: 'Lato', sans-serif;
	color: #565656;
	font-size: 95%;
	font-weight: 400;
	line-height: 24px;
}

a {
	color: #C97700;
	font-weight: 600;
	text-decoration: none;
	
}

a:hover {
	color: #4f6f18; 
	text-decoration:underline;
	
}

a:visited {
	color:#F1A03A;
	
	
}
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2%;
}
.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 TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.5%;
}
.span_10_of_12 {
  	width: 83%;
}

.span_9_of_12 {
  	width: 74.5%;
}

.span_8_of_12 {
  	width: 66%;
	padding-left: 10px;
	padding-right: 10px;
}

.span_7_of_12 {
  	width: 57.5%;
}

.span_6_of_12 {
  	width: 49%;
}

.span_5_of_12 {
  	width: 40.5%;
}

.span_4_of_12 {
  	width: 32%;
	border-left: 1px solid #D3D3D3;
	padding-left: 20px;
	padding-top: 10%;

}

.span_3_of_12 {
  	width: 23.5%;
	border-left: 1px solid #D3D3D3;
	padding-left: 20px;
	margin-top: 5%;

}

.span_2_of_12 {
  	width: 15%;
}

.span_1_of_12 {
  	width: 6.5%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}
}

.footer {
	width: 100%;
	font-size: 80%;
	border-top: 1px solid #C9C9C9;
	padding-top: 10px;
	
}

/*FAQS*/
.faq_question {
 margin: 0px;
 padding: 0px 0px 5px 0px;
 cursor: pointer;
 
}
 
.faq_answer_container {
 height: 0px;
 overflow: hidden;
 padding: 0px;
}