@charset "UTF-8";
/* CSS Document */


/****** FAQ PAGE *****/
h1, h2{
	font-size:2.2em;
	color:#38404b;
	margin-bottom:2px;
	line-height:26px;
}

#faq{
	background:#EAEAEA;
	line-height:18px;
	overflow:hidden;
	padding:14px;
}
#faq section{
	width:49%;
}
#faq p{
	margin-bottom:8px;
	font-size:1.2em;
}
#faq a{
	color:#22AA13;	
}

@media screen and (max-width:1000px){
	h1, h2{
		font-size:1.8em;
		line-height:22px;	
	}
	#banner img{
		width:320px;
		height:106px;
	}
	#faq section{
		width:100%;
	}
	#companyPhone{
		display:none;	
	}
}