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


/****** FAQ PAGE *****/
h1, h2{
	font-size:2.2em;
	color:#38404b;
	margin-bottom:2px;
	line-height:26px;
}

#contact{
	background:#EAEAEA;
	line-height:18px;
	overflow:hidden;
	padding:14px;
}
#contact p{
	margin-bottom:8px;
	font-size:1.2em;
}

@media screen and (max-width:1000px){
	h1, h2{
		font-size:1.8em;
		line-height:22px;	
	}
	#banner img{
		width:320px;
		height:106px;
	}
	#companyPhone{
		display:none;	
	}
}