@charset "UTF-8";
/* CSS Document */
@font-face {

    font-family: 'BebasNeueRegular';

    src: url('../fonts/BebasNeue-webfont.eot');

    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),

         url('../fonts/BebasNeue-webfont.woff') format('woff'),

         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),

         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');

    font-weight: normal;

    font-style: normal;



}

body{
	margin: 0px;	
}

#fullwidthheader {
	width: 100%;
	background-color: #000;
	height: 250px;
	border-bottom: 9px solid #F79415;
	display: block;	
	
}
#headlogo {
	text-align:center;
	padding-top: 20px;


}
#headlogo, h1 {
	color: #fff;
	font-family:BebasNeueRegular, Arial, Helvetica, sans-serif;


}
span.orange {
	color: #F7941F;	
	
}

#redirectbody {
	padding-top: 100px;
	padding-bottom: 100px;
}

#redirectbody, h2{

	font-family:BebasNeueRegular, Arial, Helvetica, sans-serif;
		text-align:center;
		font-size: 50px;
}
span.grey {
	color: #726e6e;	
	font-size: 30px;
}

#locations {
		width: 100%;
	background-color: #e9e5e5;
	height: 150px;
	display: block;	
	text-align:center;
	
}

#footer-block {
	width:100%;
	margin:0 auto;
	text-align:center;
}

.fullwidth.footer_locations {
	background-color:#eee;
}

.footer_locations .location {
	display:inline-block;
	background-color:#ddd;
	width:200px;
	min-height:60px;
	padding:17px;
	vertical-align:top;
	font-family:BebasNeueRegular, Arial, Helvetica, sans-serif;
	text-align:left;
	margin:32px 10px;
}

.footer_locations .location h3 {
	color:#333;
	font-size:18px;
	line-height:130%;
	margin:0;
}

.footer_locations .location p.address {
	color:#777;
	font-size:14px;
	line-height:130%;
}

.footer_locations .location p.phone {
	color:#F5941F;
	font-size:18px;
	line-height:130%;
}

.fullwidth.footer_sitemap {
	background-color:#000;
	border-top:12px solid #f7941f;
}

.footer-sec

{

	width:100%; margin:0 auto; color:#cccccc; font-weight:normal; 

}

.footer-sec a

{
	font-size:14px;
	display:block;
	color:#cccccc;
	text-decoration:none;
	line-height:140%;

}

#footer {
	width: 100%;
	background-color: #000;
	height: 150px;
	border-top: 9px solid #F79415;
	display: block;	
	
}
p {

	margin: 0;
}