html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	margin:auto;
	padding:0px;
	background:url(images/inner_bg_HF.jpg) repeat;
}
@font-face {
    font-family: 'HelveticaNeueUltraLight';
    src: url('font/helveticaneueultralight.eot');
    src: url('font/helveticaneueultralight.eot') format('embedded-opentype'),
         url('font/helveticaneueultralight.woff') format('woff'),
         url('font/helveticaneueultralight.ttf') format('truetype'),
         url('font/helveticaneueultralight.svg#HelveticaNeueUltraLight') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueUltraLightItalic';
    src: url('font/helveticaneueultralightitalic.eot');
    src: url('font/helveticaneueultralightitalic.eot') format('embedded-opentype'),
         url('font/helveticaneueultralightitalic.woff') format('woff'),
         url('font/helveticaneueultralightitalic.ttf') format('truetype'),
         url('font/helveticaneueultralightitalic.svg#HelveticaNeueUltraLightItalic') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueLight';
    src: url('font/helveticaneuelight.eot');
    src: url('font/helveticaneuelight.eot') format('embedded-opentype'),
         url('font/helveticaneuelight.woff') format('woff'),
         url('font/helveticaneuelight.ttf') format('truetype'),
         url('font/helveticaneuelight.svg#HelveticaNeueLight') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueLightItalic';
    src: url('font/helveticaneuelightitalic.eot');
    src: url('font/helveticaneuelightitalic.eot') format('embedded-opentype'),
         url('font/helveticaneuelightitalic.woff') format('woff'),
         url('font/helveticaneuelightitalic.ttf') format('truetype'),
         url('font/helveticaneuelightitalic.svg#HelveticaNeueLightItalic') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('font/helveticaneue.eot');
    src: url('font/helveticaneue.eot') format('embedded-opentype'),
         url('font/helveticaneue.woff') format('woff'),
         url('font/helveticaneue.ttf') format('truetype'),
         url('font/helveticaneue.svg#HelveticaNeueRegular') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueItalic';
    src: url('font/helveticaneueitalic.eot');
    src: url('font/helveticaneueitalic.eot') format('embedded-opentype'),
         url('font/helveticaneueitalic.woff') format('woff'),
         url('font/helveticaneueitalic.ttf') format('truetype'),
         url('font/helveticaneueitalic.svg#HelveticaNeueItalic') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('font/helveticaneuebold.eot');
    src: url('font/helveticaneuebold.eot') format('embedded-opentype'),
         url('font/helveticaneuebold.woff') format('woff'),
         url('font/helveticaneuebold.ttf') format('truetype'),
         url('font/helveticaneuebold.svg#HelveticaNeueBold') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueBoldItalic';
    src: url('font/helveticaneuebolditalic.eot');
    src: url('font/helveticaneuebolditalic.eot') format('embedded-opentype'),
         url('font/helveticaneuebolditalic.woff') format('woff'),
         url('font/helveticaneuebolditalic.ttf') format('truetype'),
         url('font/helveticaneuebolditalic.svg#HelveticaNeueBoldItalic') format('svg');
}
a{
	transition: color linear .2s;
	-webkit-transition: color linear .2s;
	-moz-transition: color linear .2s;
	-ms-transition: color linear .2s;
	-o-transition: color linear .2s;
	text-decoration:underline;
	color:#f15a29;
}
a:hover {
	text-decoration:none;
	color:#f15a29;
}
#wrapper{
	width:auto;
	height:auto;
}
/*============================================ Header Start ============================================*/
.header_container_HF{
	border-top:4px solid #f15a29;
	padding:15px 0px 5px 0px;
	background:#FFF;
}
.header_wrapper_HF{
	width:960px;
	height:auto;
	margin:auto;
}
.homes_fast{
	text-align:left;
}
.homes_for_sale_rent{
	text-align:right;
	color:#000000;
	font-size:23px;
    font-family: 'HelveticaNeueUltraLight';
}
.homes_for_sale_rent span{
	color:#f15a29;
    font-family: 'HelveticaNeueRegular';
}
/*------------------------------- Navigation Start ----------------------------------*/
.navigation_container_HF{
	background:url(images/nav_bg_HF.jpg) repeat-x;
	height:54px;
	margin-top:15px;
}
.navbar {
    border:none !important;
}
.navigation_wrap_FH{
	width:960px !important;
	height:auto;
	margin:auto;
}
.navigation_wrap_FH ul{
	margin:0px;
}
.navigation_wrap_FH ul li{
	list-style:none;
	float:left;
	background:url(images/menu_separetor.jpg) no-repeat right;
	line-height:49px;
}
.navigation_wrap_FH ul li a{
	line-height:50px;
	color:#5e5c5b;
	font-size:22px;
    font-family: 'HelveticaNeueRegular';
	padding:0px 29px;
	text-shadow:1px 1px #FFF;
	transition: all linear .2s;
	-webkit-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-ms-transition: all linear .2s;
	-o-transition: all linear .2s;
}
.navigation_wrap_FH ul li a:hover{
	color:#f15a29;
	text-decoration:none;
}
.navigation_wrap_FH ul li:first-child a{
	display:inline-block;
	background:url(images/menu_separetor.jpg) no-repeat left;
}
.navigation_wrap_FH ul li:last-child a{
	color:#f15a29;
}
/*--------------- Breadcrumbs -----------------*/
.breadcrumbs_conatoner_home_HF{
	background:#FFF;
	padding-bottom:0px;
}
.breadcrumbs_conatoner_HF{
	background:url(images/bradcam_bg_HF.png) repeat-x bottom;
	padding-bottom:3px;
}
.breadcrumbs_bar_HF{
	background:#FFF;
	padding:5px 0px 10px 0px;
}
.breadcrumbs_box_HF{
	width:960px;
	height:auto;
	margin:auto;
	background:url(images/b_home_HF.png) no-repeat left;
	padding-left:20px;
}
.breadcrumbs_box_HF ul{
	margin:0px;
}
.breadcrumbs_box_HF ul li{
	list-style:none;
	display:inline;
	padding:0px 20px 0px 7px;
	background:url(images/b_arrow_HF.png) no-repeat right;
	font-size:13px;
    font-family: 'HelveticaNeueLight';
}
.breadcrumbs_box_HF ul li a{
	color:#000;
	font-size:13px;
    font-family: 'HelveticaNeueLight';
}
.breadcrumbs_box_HF ul li a:hover{
	color:#f15a29;
	text-decoration:none;
}
.breadcrumbs_box_HF ul li:last-child{
	background:none;
}
/*============================================ Home Page Start ============================================*/
.home_container_HF{
	width:auto;
	height:auto;
}
.home_banner_container_HF{
	background:url(images/home_image_HF.jpg) repeat-y center;
	width:auto;
	height:auto;
	padding:20px 0px;
}
.home_banner_wrap_HF{
	width:960px;
	height:auto;
	margin:auto;
	background:url(images/home_for_sale_bg_HF.png) repeat;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-khtml-border-radius: 30px;
	padding:10px;
}
.home_banner_box_HF{
	background:#FFF;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-khtml-border-radius: 20px;
	padding:20px;
}
.home_banner_box_HF h1{
	text-align:center;
	color:#5e5c5b;
	font-size:35px;
	font-weight:normal;
    font-family: 'HelveticaNeueRegular';
	border-bottom:1px solid #d7d7d6;
	margin-bottom:30px;
}
.home_banner_box_HF h1 span{
	margin-bottom:-18px;
	display:inline-block;
	background:#FFF;
	padding:0px 25px;
}
.search_bar_HF{
}
.search_bar_HF input[type="text"]{
	color:#5e5c5b;
	font-size:24px;
	font-weight:normal;
    font-family: 'HelveticaNeueRegular';
	border:1px solid #969697;
	-moz-box-shadow: 0px 0px 6px #999999 inset;
	-webkit-box-shadow: 0px 0px 6px #999999 inset;
	box-shadow: 0px 0px 6px #999999 inset;
	padding:8px 15px;
}
.search_bar_HF button[type="button"]{
	background:url(images/see_homes_button_bg.jpg) repeat-x;
	width:auto;
	height:52px;
	border:none;
	color:#ffffff;
	font-size:24px;
    font-family: 'HelveticaNeueRegular';
	text-shadow:1px 1px #999;
	padding:0px 20px;
}
.search_bar_HF button[type="button"] img{
	margin-left:5px;
	margin-top:-5px;
}
.search_bar_HF p{
	color:#ada9a8;
	font-size:17px;
	padding-top:5px;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
}
.min_max{
	text-align:center;
	margin-top:20px;
	color:#5e5c5b;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
}
.min_max input[type="text"]{
	color:#5e5c5b;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	border:2px solid #aaa9a9;
	width:110px;
	padding:6px 10px 5px 10px;
	margin:0px 10px;
	outline:none;
}
.min_max select{
	color:#5e5c5b;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	border-radius: 5px !important;
	-khtml-border-radius: 5px !important;
	border:2px solid #aaa9a9;
	width:135px;
	padding:6px 10px;
	margin:0px 10px;
	line-height:32px;
	outline:none;
}
.home_content_container{
	background:#FFF;
	padding:20px 0px;
}
.home_content_wrapper{
	width:960px;
	height:auto;
	margin:auto;
}
.home_google_add{
}
.home_content_HF{
	margin-top:20px;
}
.home_content_HF h2{
	color:#f7941e;
	font-size:26px;
	font-weight:normal;
    font-family: 'HelveticaNeueRegular';
	padding-top:20px;
}
.home_content_HF p{
	color:#353434;
	font-size:18px;
	font-weight:normal;
    font-family: 'HelveticaNeueRegular';
	padding-top:15px;
	line-height:20px;
}
.home_content_HF ul{
	margin-top:10px;
}
.home_content_HF ul li{
	list-style:square;
	color:#f7941e;
	font-size:18px;
	font-weight:normal;
    font-family: 'HelveticaNeueRegular';
	margin-left:20px;
	margin-top:10px;
}
.home_content_HF ul li span{
	color:#353434;
}
.home_chart_HF{
	margin-top:40px;
}
.home_chart_HF img{
	border:1px solid #CCC;
}
.home_chart_HF p{
	color:#000;
	font-size:14px;
	font-weight:normal;
    font-family: 'HelveticaNeueRegular';
}
/*============================================ Inner Page Start ============================================*/
.inner_page_container_HF{
	width:960px;
	padding-top:10px;
	padding-bottom:10px;
	height:auto;
	margin:auto;
	background:#FFF;
	margin-top:20px;
	-moz-box-shadow: 1px 1px 2px #b5b5b4;
	-webkit-box-shadow: 1px 1px 2px #b5b5b4;
	box-shadow: 1px 1px 2px #b5b5b4;
}
.inner_page_title{
	padding:20px 10px 0px 10px;
}
.inner_page_title h1{
	color:#5e5c5b;
	font-weight:normal;
    font-family: 'HelveticaNeueRegular';
	font-size:30px;
	border-bottom:1px solid #d7d7d6;
	margin-bottom:30px;
	text-align:center;
}
.inner_page_title h1 span{
	margin-bottom:-18px;
	display:inline-block;
	background:#FFF;
	padding:0px 25px;
}
.inner_page_title h2{
	text-align:center;
	color:#f15a29;
	font-size:22px;
	font-weight:normal;
}
.content{
	padding:10px 15px;
}
.content p{
	color:#727272;
	font-size:16px;
    font-family: 'HelveticaNeueRegular';
	padding-top:15px;
	line-height:18px;
}
.adsbar_fh_HF{
	text-align:center;
	margin-top:10px;
	font-family: 'HelveticaNeueBold';
	font-size:60px;
	color:#d8d3d2;
	border:1px solid #e6e5e5;
}
.adsbar_fh_bottom_HF{
	text-align:center;
	margin-top:30px;
	font-family: 'HelveticaNeueBold';
	font-size:60px;
	color:#d8d3d2;
	border:1px solid #e6e5e5;
}
/*--------------------------------------------- Listings Page*/
.listings_conti_HF{
	border:1px solid #d7d7d6;
	margin:40px 10px 0px 10px;
	padding:10px;
}
.listings_title_box_HF{
	color:#424040;
	font-size:20px;
    font-family: 'HelveticaNeueRegular';
}
.listing_title_image{
	width:237px;
	height:64px;
	text-align:center;
	float:left;
	line-height:64px;
}
.listing_title_image img{
	margin-top:-5px;
	margin-right:10px;
}
.listing_title_descrip{
	width:313px;
	height:64px;
	text-align:center;
	float:left;
	line-height:64px;
}
.listing_title_beds{
	width:78px;
	height:64px;
	text-align:center;
	float:left;
	line-height:64px;
}
.listing_title_baths{
	width:78px;
	height:64px;
	text-align:center;
	float:left;
	line-height:64px;
}
.listing_title_prices{
	width:210px;
	height:64px;
	text-align:center;
	float:right;
	line-height:64px;
}

.listings_container_box_HF{
	background:#f7fcfd;
	border:1px solid #d7d7d6;
	margin-top:10px;
}
.listing_box_image_HF{
	width:236px;
	height:auto;
	min-height: 175px;
	float:left;
	text-align:center;
	position:relative;
	border-right:1px solid #d1d4d5;
}
.listing_i_HF{
	display:block;
	min-height: 175px;
}
.listing_i_HF img {
	-webkit-transition: all .20s ease-in-out .0s;
	-moz-transition: all .20s ease-in-out .0s;
	-ms-transition: all .20s ease-in-out .0s;
	-o-transition: all .20s ease-in-out .0s;
	transition: all .20s ease-in-out .0s;
	margin-top:10px;
	width:175px;
	height:105px;
}
.listing_i_HF:hover img{
	margin-top:0px;
	width:235px;
	height:144px;
	border:5px solid #0c2d49;
	border-bottom:10px solid #0c2d49;
}
.click_for_more_info_button{
	position:absolute;
	left: 28px;
	top: 117px;
}
.click_for_more_info_button img{
	width:auto;
	height:auto;
	margin-top:0px;
}
.click_for_more_info_button img:hover{
	width:auto;
	height:auto;
	border:none;
}
.listing_box_descrip_HF{
	width:313px;
	height:auto;
	min-height: 175px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	border-right:1px solid #d1d4d5;
	padding-top:10px;
	padding-bottom:10px;
}
.listing_box_descrip_HF h2{
	color:#000000;
	font-size:17px;
	font-weight:normal;
    font-family: 'HelveticaNeueRegular';
}
.listing_box_descrip_HF p{
	color:#727272;
	font-size:15px;
	font-weight:normal;
    font-family: 'HelveticaNeueRegular';
	padding-top:15px;
	line-height:17px;
}
.listing_box_beds_HF{
	width:77px;
	height:auto;
	min-height: 175px;
	float:left;
	text-align:center;
	border-right:1px solid #d1d4d5;
	padding-top:10px;
	padding-bottom:10px;
}
.listing_box_baths_HF{
	width:77px;
	height:auto;
	min-height: 175px;
	float:left;
	text-align:center;
	border-right:1px solid #d1d4d5;
	padding-top:10px;
	padding-bottom:10px;
}
.listing_box_beds_HF img, .listing_box_baths_HF img{
	display:inline-block;
	margin-top:50%;
}
.listing_box_beds_HF p, .listing_box_baths_HF p{
	display:block;
	color:#5e5c5b;
	font-size:22px;
    font-family: 'HelveticaNeueRegular';
	padding-top:10px;
}
.listing_box_prices_HF{
	width:212px;
	height:auto;
	min-height: 175px;
	float:right;
	text-align:center;
	background:#f3f9eb;
	padding-top:10px;
	padding-bottom:10px;
}
.listing_box_prices_HF p{
	color:#414042;
	font-size:29px;
    font-family: 'HelveticaNeueBold';
	padding-top:10px;
	padding-bottom:10px;
}
.frre_moving_rate_container_HF{
	margin-top:20px;
	padding:15px;
}
.are_you_moving_out_HF{
	float:left;
	margin-left:20px;
}
.get_free_moving_container{
	float:right;
	width:610px;
	text-align:center;
	margin-top:50px;
}
.get_free_moving_container img{
	width:100%;
	height:auto;
	max-width:486px;
}
.get_free_moving{
	background:url(images/get_free_box_bg.jpg) repeat-x top;
	-moz-box-shadow: 1px 1px 2px #b5b5b4;
	-webkit-box-shadow: 1px 1px 2px #b5b5b4;
	box-shadow: 1px 1px 2px #b5b5b4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
}
.get_free_title{
	background:url(images/get_free_bg.jpg) repeat-x #022f76;
	color:#FFF;
	font-size:20px;
    font-family: 'HelveticaNeueRegular';
	padding:5px 0px;
}
.get_free_form{
	padding:20px 0px;
}
.get_free_left_HF{
	float:left;
	width:49%;
	margin-top:10px;
	clear:left;
	font-size:14px;
}
.get_free_right_HF{
	float:right;
	width:49%;
	margin-top:10px;
	clear:right;
}
.get_free_right_HF p{
	font-size:8px;
	padding-left:60px;
	text-align:center;
}
.get_free_moving label{
	color:#414141;
	font-size:13px;
	font-weight:normal;
	width:31%;
	text-align:right;
	padding-right:5px;
}
.get_free_moving input[type="text"]{
	border:1px solid #bfc0c0;
	outline:none;
	width:177px;
	padding:4px;
	color:#414141;
	font-size:13px;
	font-weight:normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px #b5b5b4 inset;
	-webkit-box-shadow: 0px 0px 2px #b5b5b4 inset;
	box-shadow: 0px 0px 2px #b5b5b4 inset;
}
.get_free_moving select{
	border:1px solid #bfc0c0;
	outline:none;
	width:178px;
	padding:4px;
	color:#414141;
	font-size:13px;
	font-weight:normal;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px #b5b5b4 inset;
	-webkit-box-shadow: 0px 0px 2px #b5b5b4 inset;
	box-shadow: 0px 0px 2px #b5b5b4 inset;
}
input.phone_HF{
	width:56px !important;
}
.get_rates_button_HF{
	margin-top:20px;
	text-align:center;
}
/*--------------------------------------------- Details Page*/
.details_title_bar_HF{
	margin:20px 0px;
}
.details_title_bar_HF h1{
	color:#5e5c5b;
	font-weight:normal;
    font-family: 'HelveticaNeueRegular';
	font-size:35px;
}
.details_title_bar_HF h3{
	color:#f15a29;
	font-weight:normal;
    font-family: 'HelveticaNeueRegular';
	font-size:22px;
	padding-top:10px;
}
.credit_moving_HF{
	float:left;
	width:324px;
	margin-left:15px;
}
.google_ads_left_HF{
	text-align:center;
	font-family: 'HelveticaNeueBold';
	font-size:60px;
	color:#d8d3d2;
	border:1px solid #e6e5e5;
	padding:35px 0px;
}
.google_ads_left_HF p{
	font-size:133px;
	line-height:100px;
}
.free_credit_score_button{
	float:left;
	margin-top:20px;
}
.free_moving_quote_button{
	float:right;
	margin-top:20px;
}
.details_image_HF{
	text-align:center;
	float:right;
	width:590px;
	margin-right:15px;
}
.home_information_HF{
	margin-top:20px;
}
.home_info{
	background:#f15a29;
	color:#FFF;
	float:left;
	font-size:29px;
    font-family: 'HelveticaNeueRegular';
	padding:5px 30px 2px 10px;
}
.home_info img{
	margin-right:20px;
	float:left;
	margin-top:4px;
}
.home_information_HF h2{
	color:#f15a29;
	float:left;
	margin-left:10px;
	line-height:48px;
}
.est_pay_HF{
	text-align:center;
	padding:20px 15px;
	color:#5e5c5b;
	font-size:24px;
    font-family: 'HelveticaNeueRegular';
}
.est_pay_HF a{
	color:#5076e2;
	text-decoration:underline;
}
.est_pay_HF a:hover{
	text-decoration:none;
	color:#f15a29;
}
.wanna_to_see{
	text-align:center;
	padding:20px 15px;
	padding-bottom:12px;
	color:#000000;
	font-size:30px;
    font-family: 'HelveticaNeueBold';
	border-top:1px solid #e6e5e5;
	border-bottom:1px solid #e6e5e5;
}
.wanna_to_see img{
	margin-top:-10px;
}
.wanna_to_see a{
	font-size:27px;
	color:#539f00;
}
.wanna_to_see a:hover{
	color:#f15a29;
	text-decoration:none;
}
.find_this_HF{
	text-align:center;
	padding:20px 15px;
	color:#5e5c5b;
	font-size:34px;
    font-family: 'HelveticaNeueRegular';
	border-bottom:1px solid #e6e5e5;
}
.find_this_HF a{
	color:#5076e2;
	text-decoration:underline;
}
.find_this_HF a:hover{
	text-decoration:none;
	color:#f15a29;
}
.hellertown_container_HF{
	text-align:center;
	width:890px;
	height:auto;
	margin:auto;
}
.hellertown_box_HF{
	background:url(images/hellertown_bg.png) repeat-x bottom;
	width:auto;
	height:auto;
	min-height:335px;
	margin-top:40px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-box-shadow: 1px 0px 2px #b5b5b4;
	-webkit-box-shadow: 1px 0px 2px #b5b5b4;
	box-shadow: 1px 0px 2px #b5b5b4;
	border:1px solid #e7e7e7;
	border-bottom:none;
	padding:15px;
}
.hellertown_box_HF h1{
	color:#f15a29;
	font-size:32px;
    font-family: 'HelveticaNeueRegular';
	font-weight:normal;
	text-align:left;
	border-bottom:1px solid #e6e5e5;
	padding-bottom:10px;
}
.hellertown_thm_HF{
	margin-top:20px;
}
.click_for_more_details_HF{
	text-align:center;
	border-bottom:1px solid #dedddd;
}
.click_for_more_details_HF span{
	margin-bottom:-20px;
	display:inline-block;
	background:url(images/hellertown_bg.png) repeat-x bottom;
	padding:0px 20px;
}
.click_for_more_details_HF a{
	color:#000000;
	font-size:29px;
    font-family: 'HelveticaNeueRegular';
	font-weight:normal;
	text-decoration:none;
}
.click_for_more_details_HF a:hover{
	text-decoration:none;
	color:#f15a29;
}
.return_to_HF{
	text-align:center;
	color:#726f6f;
	font-size:19px;
    font-family: 'HelveticaNeueRegular';
}
.return_to_HF a{
	color:#726f6f;
	text-decoration:none;
}
.return_to_HF a:hover{
	text-decoration:none;
	color:#f15a29;
}
/*============================================ Footer Start ============================================*/
.footer_container_HF{
	background:#eae9e8;
	padding:15px;
	margin-top:20px;
	text-align:center;
}
.footer_container_home_HF{
	margin-top:0px;
}
.footer_navigation_HF, .footer_navigation_HF a{
	color:#565655;
	font-size:15px;
    font-family: 'HelveticaNeueRegular';
}
.footer_navigation_HF a:hover{
	color:#f15a29;
	text-decoration:none;
}
.footer_copy_HF{
	font-size:13px;
    font-family: 'HelveticaNeueRegular';
	color:#565655;
	padding-top:6px;
}
.clear {
	clear:both;
}
