.inner {
	margin:				0 auto;
	padding:			0;
	
	max-width:			990px;
	
	position:			relative;	
}

#headerwrap {
	position:			fixed;
	top:				0;
	left:				0;
	z-index:			99;
	
	width:				100%;
	height:				165px;

	background-color:	rgb(255,255,255);
	background-image:	url('../images/bg_header.png');
	background-repeat:	no-repeat;
	background-position:center top;
}

#headerwrap .inner {
	height:				165px;
	
	background-image:	url('../images/bg_header_inner.png');
	background-repeat:	no-repeat;
	background-position:center top;	
	background-size:	contain;	
}

.admin-bar #headerwrap {
	top:				32px;
}

#headerwrap h1 {
	display:			none;

	overflow:			hidden;

	text-align:			left;
	text-indent:		-9999px;
}

#headerwrap h2 {
	position:			absolute;
	z-index:			99;

	top:				0;
	left:				680px;

	margin:				0;
	padding:			0 0 5px 0;

	font-size:			40px;
	line-height:		105px;
	color:				rgb(231,205,68);
}

#headerwrap h3 {
	display:			inline-block;
	
	margin:				0;
	padding:			0 0 5px 25px;
			
	font-size:			30px;
	line-height:		105px;
	color:				rgb(231,205,68);
	
	background-color:	rgb(237,28,46);
	background-image:	url('../images/phone_icon.png');
	background-repeat:	no-repeat;
	background-position:left center;	
}

#headerwrap h4 {
	overflow:			hidden;

	margin:				0 auto;
	padding:			0;
	
	max-width:			620px;

	text-align:			left;
	text-indent:		-9999px;
	line-height:		55px;	

	background-image:	url('../images/byline_get-the-power.png');
	background-repeat:	no-repeat;
	background-position:center;	
	background-size:	contain;
}

#mainwrap {
	padding:			165px 0 0 0;
}

#contentwrap {
	padding:			40px 0 80px 0;
	margin:				0 auto;
	
	max-width:			1440px;
	
	text-align:			center;
}

.directory ul,
.directory li {
	margin:				0;
	padding:			0;
	
	list-style:			none;
	
	display:			inline-block;
	text-align:			center;
}

.directory li {
	margin:				10px;

	padding:			10px 20px;

	min-width:			260px;

	border:				1px solid #CCC;
	border-radius:		8px;	
	font-weight:		600;
	
	box-shadow:			0 0 10px rgba(0,0,0,0.1);
}

#footerwrap {
	position:			fixed;
	bottom:				0;
	left:				0;
	
	width:				100%;
	height:				50px;
	
	line-height:		50px;
	
	color:				#FFF;
	text-align:			center;
	
	background-color:	#000;
}