@font-family { /* IE Rule */
 font-family: "Century Gothic";
 src: url("/css/fonts/gothic.eot");
}
 @font-family { /* non-IE rule */
 font-family: "Century Gothic";
 src: url("/css/fonts/gothic.ttf") format("truetype");
}

html,body
		{
		bottom:0;
		text-rendering: optimizeLegibility;/* kerning, primarily */
		}
html
		{
		height:100%;
		width:100%;
		min-height: 100%;
		position:relative;
		padding:0;
		margin:0;
		overflow-y : scroll;
		text-align:center;
		font-family:'Ubuntu',arial,sans-serif;
		font-weight:200;
		font-size:17px;
		color:black;
		background-color:white;
		}
body
		{
		min-height: 100%;
		height:100%;
		width:100%;
		padding:0;
		margin:0;
		}
img
		{
		border:0 none;
		}
p,td,li,ul,ol
		{
		font-family: 'Muli', sans-serif;	
		font-weight:normal;
		line-height:150%;
		font-size:13px;
		padding-bottom:5px;
		}

#featuredworks p
		{
		color:white;
		font-size:17px;
		}
a
		{
		color:#5b1923;
		text-decoration:none;
		cursor:pointer;
		cursor:hand;
		}
a:hover
		{
		text-decoration:underline;
		}

#testimonials ul
		{
		padding-left:0;
		}

#testimonials li
		{
		list-style:none;
		float:left;
		margin-right:10px;
		margin-top:10px;
		padding:5px;
		border:1px solid #cdcdcd;
		}
.desktopHidden
		{
		display:none;
		}
div.testimonial_inner_content
		{
		background-image:url('/images/quotations_bg_left.jpg');
		background-repeat:no-repeat;
		padding-left:35px;
		}
div.testimonial_inner_last_line
		{
		position:relative;
		clear:both;
		color:#818181;
		font-size:15px;
		font-style:italic;
		font-family:Georgia,Times,serif;
		float:right;
		background-image:url('/images/quotations_bg_bottom_left.jpg');
		width:100%;
		background-position:right center;
		background-repeat:no-repeat;
		text-align:left;
		padding-left:35px;
		}

h1,
h3,
.h1_row {
	font-weight:bold;
	font-weight:900;
	font-family:"HelveticaNeueBlack", "HelveticaNeue-Black", "Helvetica Neue Black", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Arial Black", sans-serif;
	font-size:25px;
	color:#212121;
	text-transform:uppercase;
	letter-spacing:-2px;
	text-align:center;
	margin-bottom:1px!important;
	line-height:30px;
	z-index:5;
}

h2, h5, .h2_row {
	font-size:16px;
	color:#818181;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	text-align:center;
	line-height:25px;
	background-image:url(../images/h2_bg_bottom_repeat_x.jpg);
	background-repeat:repeat-x;
	background-position:0px 13px;
	z-index:6;
	margin-top:0;
}

h2 span {
	background-color:#FFF;
	padding-left:9px;
	padding-right:9px;
	color: #000;
}

h4 {
	font-size: 18px;
	color:#232323;
	text-transform:uppercase;
	font-weight:normal;
	text-align:left;
	letter-spacing:1px;
	margin-bottom:10px!important;
	font-family: 'Century Gothic', 'Futura', 'Helvetica', 'Arial', 'Liberation Sans', sans-serif;
}

h5 {
	background:none;
	margin-bottom:6px!important;
	text-align:left;
}

h6 {
	font-size: 15px;
}


.moduletable_logo {
	position:absolute;
	top:17px;
	left:298px;
}

.moduletable_logo p {
	text-align:center;
}

/*Phone Number*/
.moduletable_phoneheadermobile {
	display:none;
}

.moduletable_headersocial {
	position:absolute;
	right:0px;
}

.moduletable_headersocial img {
	margin-left:13px;
}

.moduletable_phoneheader {
	position:absolute;
	right:95px;
	top:29px;
	background-image:url(../images/phone_icon_header.png);
	background-position:0px 2px;
	padding-left:36px;
	background-repeat:no-repeat;
}

/**************
  QUICK LINKS
**************/

#quicklinks_homePage > div:nth-child(3) > div
{
	float:left;
	width:31.5%;
}

#quicklinks_homePage > div:nth-child(3) > div img
{
	width:100%;
	vertical-align: middle;
}

#quicklinks_homePage > div:nth-child(3) > div:nth-child(2)
{
	margin-left:2%;
	margin-right:2%;
}

#quicklinks_homePage > div:nth-child(3) > div img:hover,#quicklinks ul li img:hover
{
	opacity:0.8;
}

#quicklinks_homePage
{
	display:none;
	/*position:relative;*/
	width:100%;
}


/***********
  HOME PAGE
***********/

#homePageBlocks
		{

		}
#homePageBlocks h2
		{
		margin-bottom:0;
		}
.homePageBlock
		{
		position:relative;
		float:left;
		width:33.33%;
		text-align:left;
		padding:0 0 15px 0;
		border: 1px solid #ccc;
		background: #fff;
		box-sizing: border-box;
		min-height: 260px;
		}
#homePageBlocks > div:nth-child(3),#homePageBlocks > div:nth-child(6)
		{
		/*margin-left:2%;
		margin-right:2%;*/
		}

.homePageBlock h3
		{
		font-size: 18px;
		color:#232323;
		text-transform:uppercase;
		font-weight:normal;
		text-align:left;
		letter-spacing:1px;
		margin-bottom:10px!important;
		font-family: 'Century Gothic', 'Futura', 'Helvetica', 'Arial', 'Liberation Sans', sans-serif;
		padding-bottom:5px;
		font-weight:bold;
		}
.homePageBlock_heading
		{
		padding-left:10px;
		}
.homePageBlock_image
		{
		position:relative;
		float:left;
		width:90px;
		padding-left:7px;
		}
.homePageBlock_image img
		{
		border:1pt solid #CDCDCD;
		padding:3px;
		}
.homePageBlock_spiel
		{
		position:relative;
		float:left;
		width:210px;
		font-family:'Muli', sans-serif;	
		font-weight:normal;
		line-height:150%;
		font-size:13px;
		}
.homePageBlock_link
		{
		position: absolute;
		bottom: 15px;
		left: 0;
		right: 0;
		clear:both;
		padding-top:13px;
		}

.homePageBlock_spacer
		{
		position:relative;
		clear:both;
		background-color:#621421;
		font-size:1px;
		height:1px;
		width:100%;
		margin-top:10px;
		margin-bottom:10px;
		}

/****************
   MAIN CONTENT
****************/

#maincontent_outer
		{
		background-image:url('/images/bg_sectionDivider.png');
		background-repeat:no-repeat;
		background-position:center top;
		/*position:relative;*/
		width:940px;
		text-align:center;
		margin:0 auto;
		min-height:350px;
		margin-bottom:60px;
		}

#maincontent
		{
		z-index:1000;
		text-align:left;
		padding-top:10px;
		}

#maincontent p
		{
		margin-top:0px;
		}
#innerContent
		{
		width:620px;
		}
/****************
   SOCIAL MEDIA
****************/

#socialMedia_container
		{
		clear:both;
		}

#socialMedia_container div
		{
		display:inline;
		padding-left:3px;
		padding-right:3px;
		}

div.socialMediaIcons
		{
		display:inline;
		padding-left:7px;
		padding-right:7px;
		}

div.socialMediaIcons_top
		{
		display:inline;
		padding-left:3px;
		padding-right:3px;
		}

div.icon_socialMedia
		{
		display:inline;
		}

/*************
   HEADER
*************/

#header_outer
		{
		position:fixed;
		z-index:2000;
		width:100%;
		}

#header
		{
		width:950px;
		text-align:center;
		margin:0 auto;
		position:relative;
		height:100px;
		}


#tagline_outer
		{

		}

#tagline_inner,#tagline_inner a
		{
		color:#94c942;
		font-size:22px;
		}

#logo_container
		{
		position:relative;
		float:left;
		}

#logo_outer
		{
		position:absolute;
		top:5px;
		z-index:50000000;
		}

#top_of_page
		{

		}

/*********
  FOOTER
*********/
#footerMobile
	{
	display:none;
	}

#footer_container
		{
		position:relative;
		background-image:url(/images/library/footer_bg_center.jpg);
		}
#footer
		{
		text-align:left;
		margin:0 auto;
		width:940px;
		}
#footer h3
		{
		color:#FFF;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		font-size:15px;
		border-bottom:1px solid #2a2929;
		margin-bottom:10px!important;
		padding-bottom:10px!important;
		text-transform:none;
		text-align:left;
		font-weight:normal;
		letter-spacing:normal;
		line-height:normal!important;
		padding-top:20px;
		white-space: nowrap;
		}

#footer div.footerBlock
		{
		position:relative;
		width:173px;
		float:left;
		padding-right:15px;
		}

#footer a
		{
		color:#CDCDCD;
		text-decoration:none;
		}
#footer a:hover
		{
		text-decoration:underline;
		}
#footer ul
		{
		list-style:none;
		font-size:11px;
		padding-left:0;
		margin-left:0;
		margin-bottom:0px;
		padding-bottom:0px;
		}
#footer ul li
		{
		padding-bottom:3px;
		white-space: nowrap;
		font-size:11px;
		display:inline;
		margin: 0 20px;
		}
	
#siteby_content,#siteby_content a,#siteby_content p
		{
		color:#6e6e6e;
		font-size:11px;
		}

#legals_container
		{
		position:relative;
		clear:both;
		background-color:#212121;
		}

#legals
		{
		width:950px;
		text-align:center;
		margin:0 auto;
		}

#copyright
		{

		}

#siteby_content
		{
		display:inline;
		}

#siteby_content a
		{

		}

/********************
   IMAGE ANIMATION
********************/

img.grow:hover
		{
		transform: scale(1.2);
		-webkit-transition-duration: 1s;
		-moz-transition-duration: 1s;
		-o-transition-duration: 1s;
		transition-duration: 1s;
		z-index: 3;
		}

img.grow:not(:hover)
		{
		transform: scale(1);
		-webkit-transition-duration: 1s;
		-moz-transition-duration: 1s;
		-o-transition-duration: 1s;
		transition-duration: 1s;
		z-index: 3;
		}

/**********
    NEWS
***********/

#news_outer
		{
		width:950px;
		text-align:center;
		margin:0 auto;
		}

#newsYears
		{
		clear:both;
		}

#news
		{
		text-align:left;
		}

div.newsYear
		{
		position:relative;
		float:left;
		padding-top:3px;
		background-color:#2783c3;
		text-align:center;
		height:22px;
		width:77px;
		}

div.newsYear a
		{
		text-decoration:none;
		font-size:16px;
		}

#newsMonths
		{
		clear:both;
		text-align:center;
		margin:0 auto;
		}

div.newsMonth
		{
		position:relative;
		float:left;
		padding-top:5px;
		text-align:center;
		background-color:#2783c3;
		height:22px;
		font-size:16px;
		width:77px;
		}

div.newsMonth a
		{
		text-decoration:none;
		font-size:16px;
		}

#newsArticleSection
		{
		clear:both;
		padding-top:5px;
		font-size:16px;
		}

/************
   BANNER
************/

#banner
		{
		position:relative;
		padding:0px 0px 0px 0px;
		}

#slider
		{
		width:940px;
		}
#slider div
		{
		width:100%;
		background-size:cover;
		}

#contactUs_details a
		{
		color:#555555;
		}


div.btn_backToGallery
		{
		position:relative;
		float:right;
		background-color:#f26921;
		padding:5px 8px 5px 8px;
		border-radius:3px;
		}

div.btn_backToGallery
		{
		color:#FFF;
		text-decoration:none;
		}

div.btn_backToGallery a
		{
		color:#FFF;
		text-decoration:none;
		}

div.btn_backToGallery a:hover
		{
		color:#4f3f41;
		}


#pressIndex a
		{
		color:#FFF;
		text-decoration:none;
		}

.services-local-removals
	{
	width:200px;
	position: relative; 
	float: left;
	}

.safety-tips
	{
width: 600px; height: 120px; position: relative; float: left;
	}
.safety-header 
	{
	width: 400px; height: 60px; position: relative; float: left;
	}
.safety-content
		{
		width: 400px; height: 60px; position: relative; float: left;
		}



.readmore, #readmore a, .aidanews2_bottomlink a, a.readon {
	background-image:url(../images/read_more.png);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-variant:small-caps;
	text-shadow:0px -1px #280a0e;
	width:140px;
	display:inline-block;
	float:right;
	margin-right:45px;
	height:34px;
	line-height:29px;
}
.readmore:hover, #readmore a:hover, .aidanews2_bottomlink a:hover, a.readon:hover
		{
		color:white;
		}

	/* Quote form styles */
.left_col,
#left-form {
	width:35%;
	float:left;
	margin-right:10%;
}

.right_col,
#right-form {
	width:50%;
	float:left;
	margin-right:5%;
}

ul.sitemap
	{
	margin-left:10px;
	padding-left:10px;
	}

ul.sitemap_subItems
	{
	padding-top:10px;
	}

#footer_socialmedia_outer
	{
	position:relative;
	z-index:99999999999;
	}

#footer_socialmedia
	{
	position:absolute;
	left:715px;
	width:230px;
	height:20px;
	top:37px;
	}

div.facebook
	{
	display:relative;
	float:left;
	font-size:10px;
	background-image:url(/images/iconFooter_facebook.png);
	background-repeat:no-repeat;
	padding-left:15px;
	cursor:pointer;
	cursor:hand;
	}

div.googlePlus
{
	display:relative;
	float:left;
	font-size:10px;
	background-image:url(/images/library/iconFooter_googlePlus.png);
	background-repeat:no-repeat;
	padding-left:15px;
	cursor:pointer;
	cursor:hand;
	margin-left: 10px;
	background-size: contain;
}

div.instagram
{
	display:relative;
	float:left;
	font-size:10px;
	background-image:url(/images/library/instagram-logo.png);
	background-repeat:no-repeat;
	padding-left:15px;
	cursor:pointer;
	cursor:hand;
	margin-left: 10px;
	background-size: contain;
}


div.twitter
	{
	display:relative;
	float:left;
	margin-left:35px;
	font-size:10px;
	background-image:url(/images/iconFooter_twitter.png);
	background-repeat:no-repeat;
	padding-left:24px;
	cursor:pointer;
	cursor:hand;
	}

div.facebook a:hover, div.twitter a:hover, div.googlePlus a:hover
{
	text-decoration:none;
}

/***************
  TESTIMONIALS
***************/

#testimonials_outer,#testimonials2_outer
	{
	width:68%;
	min-height:400px;
	overflow:hidden;
	}

#testimonials2_outer
	{
	height:auto;
	min-height:1800px;
	display:inline-block;
	}

#testimonials_outer_outer
{
	padding-top:10px;
}

#testimonials2_outer_outer
{
	padding-top:25px;
}

#testimonials,#testimonials2
	{
	float:left;
	}

div.testimonial_inner_content
	{
	width:93%;
	position:relative;
	float:left;
	padding-right:10px;
	}

div.testimonialContainer
	{
	position:relative;
	float:left;
	width:600px;
	background-image:url('/images/quotations_bg_left.jpg');
	background-repeat:no-repeat;
	background-position:left 20px;
	padding-left:35px;
	padding-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #CDCDCD;
	}

div.testimonialAuthor
	{
	position:relative;
	float:left;
	color:#818181;
	font-size:16px;
	font-style:italic;
	font-family:Georgia,Times,serif;
	}

div.testimonialSubAuthor
	{
	position:relative;
	clear:both;
	float:left;
	color:#818181;
	font-size:14px;
	padding-top:5px;
	font-style:italic;
	font-family:Georgia,Times,serif;
	}

div.testimonialNav a
	{
	font-size:16px;
	}

div.testimonialPageNos
	{
	position:relative;
	float:right;
	text-align:right;
	font-size:13px;
	font-weight:bold;
	}
#testimonialRotatorContainer_desktop
{
	display: inline-block;
    width: 100%;
}

#testimonialRotatorContainer_mobile
{
	display:none;
}

/*****************
   QUICK QUOTE
*****************/

#frm_quickQuote,#frm_onlineQuote
	{
	color:#333333;
	}

#frm_quickQuote div.subSection,#frm_onlineQuote div.subSection
	{
	position:relative;
	clear:both;
	padding-top:5px;
	}

#frm_quickQuote div.subSection_field,#frm_onlineQuote div.subSection_field
	{
	width:75%;
	text-align:left;
	position:relative;
	float:left;
	}

#frm_quickQuote div.subSection_field div,#frm_onlineQuote div.subSection_field div
	{
	position:relative;
	float:left;
	}

#frm_quickQuote div.subSection_field > div:first-child,#frm_onlineQuote div.subSection_field > div:first-child
	{
	width:75%;
	}

#frm_quickQuote div.subSection_field input,
#frm_quickQuote div.subSection_field select,
#frm_quickQuote div.subSection_field textarea,
#frm_onlineQuote div.subSection_field input,
#frm_onlineQuote div.subSection_field select,
#frm_onlineQuote div.subSection_field textarea
	{
	width:100%;
	border-radius:5px;
	border:1pt solid #CDCDCD;
	font-size:16px;
	padding:5px;
	color:#5b1923;
	font-family:helvetica;
	}

#frm_quickQuote div.subSection_field input[type="radio"],#frm_onlineQuote div.subSection_field input[type="radio"],#frm_onlineQuote div.sectionContent_subSection_value input[type="radio"],#frm_onlineQuote div.sectionContent_subSection_value input[type="checkbox"]
	{
	width:5%;
	}
#frm_quickQuote div.lineSpacer,#frm_onlineQuote div.lineSpacer
	{
	position:relative;
	clear:both;
	font-size:1px;
	background-color:#CDCDCD;
	height:1px;
	margin-top:15px;
	margin-bottom:15px;
	}

#frm_quickQuote div.subSection_title,#frm_onlineQuote div.subSection_title
	{
	padding-top:8px;
	}

#frm_quickQuote div.subSection_title,#frm_quickQuote div,#frm_onlineQuote div.subSection_title,#frm_onlineQuote div
	{
	font-size:13px;
	}

#frm_quickQuote div.sectionHeading,#frm_onlineQuote div.sectionHeading
	{
	color:#bf9300;
	font-size:15px;
	margin-bottom:10px;
	}

#frm_quickQuote input.btn,#frm_onlineQuote input.btn
	{
	border:none;
	background-color:#CDCDCD;
	border-radius:5px;
	color:#FFF;
	font-size:20px;
	padding:5px;
	color:#555;
	cursor:pointer;
	cursor:hand;
	}

#frm_quickQuote input.btn:hover,#frm_onlineQuote input.btn:hover
	{
	background-color:#ABABAB;
	}

#frmConfirm
	{
	display:none;
	}

#frm_onlineQuote div.sectionContent_hidden
	{
	display:none;
	padding:5px;
	border-left:1px solid #5b1923;
	border-bottom:1px solid #5b1923;
	border-right:1px solid #5b1923;
    transition-property: all;
    transition-duration: 3s;
    transition-timing-function: ease-in-out;
	-webkit-transition: all 3s ease-in-out 3s;
    transition: all 3s ease-in-out 3s;
	}

#frm_onlineQuote div.sectionContent_show
	{
	display:block;
	padding:5px;
	border-left:1px solid #5b1923;
	border-bottom:1px solid #5b1923;
	border-right:1px solid #5b1923;
    transition-property: all;
    transition-duration: 3s;
    transition-timing-function: ease-in-out;
	-webkit-transition: all 3s ease-in-out 3s;
    transition: all 3s ease-in-out 3s;
	}




#frm_onlineQuote div.sectionHeader
	{
	background-color:#5b1923;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	font-size:16px;
	color:#FFF;
	padding:5px;
	cursor:pointer;
	cursor:hand;
	}

#frm_onlineQuote div.sectionHeader > div
	{
	position:relative;
	float:right;
	padding-right:5px;
	color:#FFF;
	font-size:20px;
	top:-5px;
	}




#frm_onlineQuote div.subSectionHeader_header
	{
	background-color:#9b9b9b;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	font-size:16px;
	color:#FFF;
	padding:5px;
	cursor:pointer;
	cursor:hand;
	}

#frm_onlineQuote div.subSectionHeader_header > div
	{
	position:relative;
	float:right;
	padding-right:5px;
	color:#FFF;
	font-size:20px;
	top:-5px;
	}



#frm_onlineQuote div.subSectionContent_hidden
	{
	display:none;
	padding:20px 10px 10px 10px;
	border-left:1px solid #9b9b9b;
	border-bottom:1px solid #9b9b9b;
	border-right:1px solid #9b9b9b;
    transition-property: all;
    transition-duration: 3s;
    transition-timing-function: ease-in-out;
	-webkit-transition: all 3s ease-in-out 3s;
    transition: all 3s ease-in-out 3s;
	}

#frm_onlineQuote div.subSectionContent_show
	{
	display:block;
	padding:20px 10px 10px 10px;
	border-left:1px solid #9b9b9b;
	border-bottom:1px solid #9b9b9b;
	border-right:1px solid #9b9b9b;
    transition-property: all;
    transition-duration: 3s;
    transition-timing-function: ease-in-out;
	-webkit-transition: all 3s ease-in-out 3s;
    transition: all 3s ease-in-out 3s;
	}

#frm_onlineQuote div.subSectionContent_itemSection
	{
	position:relative;
	float:left;
	width:40%;
	padding:5px;
	}

#frm_onlineQuote div.subSectionContent_itemSection_title
	{
	position:relative;
	float:left;
	width:75%;
	padding-left:6px;
	padding-right:6px;
	}

#frm_onlineQuote div.subSectionContent_itemSection_value
	{
	position:relative;
	float:right;
	}

#frm_onlineQuote div.subSectionContent_itemSection_value input
	{
	text-align:center;
	width:25px;
	border-radius:5px;
	border:1pt solid #CDCDCD;
	font-size:16px;
	padding:5px;
	color:#5b1923;
	}

#frm_onlineQuote div.sectionContent_subSection
	{
	position:relative;
	clear:both;
	padding-top:5px;
	}

#frm_onlineQuote div.sectionContent_subSection_title
	{
	position:relative;
	float:left;
	width:30%;
	text-align:left;
	}

#frm_onlineQuote div.sectionContent_subSection_value
	{
	position:relative;
	float:right;
	width:65%;
	text-align:left;
	padding-right:3%;
	margin-top: -1px;
	vertical-align: middle;
	display:inline;
	}

#frm_onlineQuote div.sectionContent_subSection_value input,#frm_onlineQuote div.sectionContent_subSection_value textarea
	{
	width:100%;
	border-radius:5px;
	border:1pt solid #CDCDCD;
	font-size:16px;
	padding:5px;
	color:#5b1923;
	font-family:helvetica;
	}
#frm_onlineQuote div.sectionContent_subSection select
	{
	width:102%;
	border-radius:5px;
	border:1pt solid #CDCDCD;
	font-size:16px;
	padding:5px;
	color:#5b1923;
	}

.youtubevideo
	{
	cursor:pointer;
	cursor:hand;
	}

.staff-profile
	{
	width: 120px;
	}
.please-text-area
	{
	font-size:11px;
	}

.phoneNo a
	{
	color:#FFF;
	}


/**********
  mobile
  *******/
#mobile_menu
	{
	display:none;
	}


div.phoneNo
	{
	display:block;
	}
div.phoneNo_tablet
	{
	display:none;
	}

#resConfirm
	{
	display:none;
	}

.mobileThirteenNumber
	{
	display:none;
	}
.desktopThirteenNumber
	{
	display:block;
	}


.getMovingBg
{
	background: #e4e4e4;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 200px;
	z-index: 9;
	margin-top: -107px;
}

.quickLinkWrap, #quicklinks_homePage h1
{
	position: relative;
	z-index: 99;
}

.headerContactWrap
{
	position:absolute;
	float:right;
	margin-top:23px;
	right:200px;
}

.headerContactImgWrap
{
	color:white;
	position:absolute;
	width:300px;
	font-weight:bold;
	font-size:26px;
	text-align:left;
	padding-top:5px;
	left:5px;
}

.requestVisit_header
{
	color:white;
	position:absolute;
	width:200px;
	font-style:italic;
	font-family: Georgia, Times, Times New Roman,serif;
	font-size:12px;
	text-align:left;
	padding-left:38px;
}

.contactHeaderPhoneWrap
{
	color:white;
	position:absolute;
	width:300px;
	top:12px;
	font-weight:bold;
	font-size:26px;
	text-align:left;
	padding-left:52px;
}

.contactHeaderPhoneSecondWrap
{
	color:white;
	position:absolute;
	width:300px;
	top:18px;
	font-weight:bold;
	font-size:20px;
	text-align:left;
	padding-left:40px;
}

.sat_guaranteed_burgandy_img_wrap
{
	position: absolute;
	right: 0;
	top: 111px;
}

.sat_guaranteed_burgandy_img_wrap img
{
	width: 300px;
}

.quickLink_movingCheckList
{
	border: 1px solid #8b2d35;
	border-radius: 5px;
    overflow: hidden;
	display: inline-block;
}

.quickLink_movingCheckList img
{
	vertical-align: middle;
}

.homePageBlock_heading h3, .homePageBlock_link
{
	text-align: center;
	color: #621421;
}

/*.removalServicesBg {
    background: #600516;
    width: 100%;
    height: 800px;
    left: 0;
    right: 0;
    position: absolute;
    margin-top: -50px;
}*/