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;
}
@font-face {
    font-family: 'MyriadProRegular';
    src: url('font/myriadpro-regular_1.eot');
    src: url('font/myriadpro-regular_1.eot') format('embedded-opentype'),
         url('font/myriadpro-regular_1.woff') format('woff'),
         url('font/myriadpro-regular_1.ttf') format('truetype'),
         url('font/myriadpro-regular_1.svg#MyriadProRegular') format('svg');
}
@font-face {
    font-family: 'MyriadProItalic';
    src: url('font/myriadpro-it_1.eot');
    src: url('font/myriadpro-it_1.eot') format('embedded-opentype'),
         url('font/myriadpro-it_1.woff') format('woff'),
         url('font/myriadpro-it_1.ttf') format('truetype'),
         url('font/myriadpro-it_1.svg#MyriadProItalic') format('svg');
}
@font-face {
    font-family: 'MyriadProSemibold';
    src: url('font/myriadpro-semibold_1.eot');
    src: url('font/myriadpro-semibold_1.eot') format('embedded-opentype'),
         url('font/myriadpro-semibold_1.woff') format('woff'),
         url('font/myriadpro-semibold_1.ttf') format('truetype'),
         url('font/myriadpro-semibold_1.svg#MyriadProSemibold') format('svg');
}
@font-face {
    font-family: 'MyriadWebProBold';
    src: url('font/myriadwebpro-bold.eot');
    src: url('font/myriadwebpro-bold.eot') format('embedded-opentype'),
         url('font/myriadwebpro-bold.woff') format('woff'),
         url('font/myriadwebpro-bold.ttf') format('truetype'),
         url('font/myriadwebpro-bold.svg#MyriadWebProBold') format('svg');
}
#wrapper {
	width:100%;
	height:auto;
	margin:auto;
	padding:0px;
	min-width:970px;
}
a {
	color:#11a2d8;
	-webkit-transition: color linear .2s;
	-moz-transition: color linear .2s;
	-o-transition: color linear .2s;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
/*=========================================== Header Start ==============================================*/
.header_conti_m{
	background:url(images/header_bg.jpg) repeat;
	width:100%;
	height:100px;
}
.header_conti_m_wrap{
	width:960px;
	height:auto;
	margin:auto;
}
.logo{
	float:left;
	margin-top:22px;
	margin-left:10px;
}
.top_nav{
	float:right;
	padding-top:40px;
}
.top_nav ul li{
	list-style:none;
	background:url(images/bulet.png) no-repeat right;
	display:inline;
	padding-left:12px;
	padding-right:25px;
}
.top_nav ul li a{
	font-size:19px;
	color:#000000;
	font-family: 'MyriadProRegular';
	text-decoration:none;
}
.top_nav ul li a:hover{
	color:#11a2d8;
}
.top_nav ul li:last-child{
	padding-right:0px;
	background:none;
}
/*------------------------------- Home Banner -------------------------------*/
.banner_conti_m{
	background:url(images/banner.jpg) no-repeat center;
	width:100%;
	height:460px;
}
.banner_conti_m_sh{
	background:url(images/header_shad.png) repeat-x top;
	width:100%;
	height:402px;
	padding-top:58px;
}
.banner_m_wrap{
	width:960px;
	height:auto;
	margin:auto;
}
.calculate_conti{
	width:710px;
	height:auto;
	text-align:center;
}
.calculate_wrap{
	background:url(images/calculate_bg.png) repeat;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-khtml-border-radius:15px;
	position:relative;
	padding:10px;
}
.girl{
    left: 635px;
    position: absolute;
    top: -85px;
}
.calculate{
	background:#eef3f6;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-khtml-border-radius:15px;
	height:300px;
	padding:0px 30px;
}
.calculate h1{
    font-family: 'MyriadWebProBold';
	font-size:34px;
	color:#373b3e;
	font-weight:normal;
	padding-top:32px;
}
.calculate h2{
    font-family: 'MyriadWebProBold';
	font-size:29px;
	color:#67696b;
	font-weight:normal;
	padding-top:14px;
	padding-bottom:10px;
}
.calculate p{
    font-family: 'MyriadProRegular';
	font-size:19px;
	color:#383c3d;
	font-weight:normal;
	border-bottom:1px solid #cdd1d4;
	padding-bottom:20px;
}
.calculate p strong{
    font-family: 'MyriadWebProBold';
	font-weight:normal;
}
.calculate table tr td input[type="text"]{
	background:#FFF;
	border:1px solid #898c8e;
	font-size:23px;
	color:#939699;
	font-family: 'MyriadProRegular';
	padding:13px;
	width:260px;
	outline:none;
}
.calculate table tr td input[type="text"]:focus{
	border:1px solid #888888;
}
.calculate tr td img{
	margin-right:55px;
}
.free_view_receive{
	background:#213787;
	border-top:5px solid #FFF;
	padding-bottom:30px;
}
.free_view_receive_conti{
	width:830px;
	height:auto;
	margin:auto;
	color:#fff;
	font-family: 'MyriadProRegular';
	margin-top:-35px;
	position:relative;
	z-index:999999999999;
}
/*=========================================== Body Start ==============================================*/
.body_conti_m{
	width:100%;
	height:auto;
}
.body_conti_wrap_m{
	width:940px;
	height:auto;
	margin:auto;
	padding:20px;
}
.body_conti_wrap_m h1{
	color:#4d4d4f;
    font-family: 'MyriadWebProBold';
	font-weight:normal;
	font-size:33px;
}
.body_conti_wrap_m h6{
	color:#4d4d4f;
    font-family: 'MyriadProItalic';
	font-weight:normal;
	font-size:15px;
	padding-top:10px;
}
.body_conti_wrap_m h5{
	color:#4d4d4f;
    font-family: 'MyriadProSemibold';
	font-weight:normal;
	font-size:21px;
}
.body_conti_wrap_m p{
	color:#4d4d4f;
    font-family: 'MyriadProRegular';
	font-weight:normal;
	font-size:15px;
	padding-top:5px;
}
.body_conti_wrap_m hr{
	border:1px dashed #d3d3d4;
	margin:20px 0px;
	border-bottom:none;
	clear:both;
}
.alignleft{
	margin-right:35px;
	border:1px solid #f0f0f0;
	margin-top:5px;
}
.more_resource{
	margin:auto;
	text-align:center;
	margin-top:70px;
}
.more_resource a{
	color:#fff;
    font-family: 'MyriadWebProBold';
	font-weight:normal;
	font-size:25px;
	text-decoration:none;
	padding:12px 10px;
	background:#11a2d8;
	-webkit-transition: background linear .2s;
	-moz-transition: background linear .2s;
	-o-transition: background linear .2s;
}
.more_resource a:hover{
	background:#333;
}
.more_tips{
	font-size:26px;
	font-weight:normal;
	color:#5b5d5e;
    font-family: 'MyriadProRegular';
	text-align:left;
	cursor:pointer;
	background:url(images/d_arrow.jpg) no-repeat right 0px;
	width:223px;
	height:31px;
	margin:auto;
	margin-top:50px;
	-webkit-transition: color linear .2s;
	-moz-transition: color linear .2s;
	-o-transition: color linear .2s;
}
.more_tips:hover{
	color:#11a2d8;
}
.tipshide{
	background:url(images/d_arrow_x.jpg) no-repeat right 0px !important;
}
.more_tips_hid{
	display:none;
}
/*================================== Inner Pages ========================================*/
.inner_pages_s{
	background:url(images/header_shad.png) repeat-x top #dbecf6;
	width:100%;
	height:auto;
	padding-top:58px;
	padding-bottom:120px;
}
.inner_pages_box_conti_s{
	background:url(images/inner_box_bg.png) repeat;
	width:940px;
	height:auto;
	margin:auto;
	padding:10px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-khtml-border-radius:15px;
	-moz-box-shadow: 1px 1px 2px #7e7e7e;
	-webkit-box-shadow: 1px 1px 2px #7e7e7e;
	box-shadow: 1px 1px 2px #7e7e7e;
}
.inner_pages_box_s{
	background:#FFF;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-khtml-border-radius:15px;
	padding:20px;
}
.about_image{
	background:url(images/about_image.png) no-repeat center bottom;
	border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;
	-khtml-border-radius-bottomleft:15px;
	border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
	-khtml-border-radius-bottomright:15px;
	padding:20px;
	margin:-20px;
	padding-bottom:60px;
}
.inner_pages_box_s h1{
	color:#4d4d4f;
    font-family: 'MyriadWebProBold';
	font-weight:normal;
    font-size: 45px;
	text-transform:uppercase;
}
.inner_pages_box_s h2{
	color:#11a2d8;
    font-family: 'MyriadWebProBold';
	font-weight:normal;
	font-size:24px;
	text-align:center;
	border-bottom:1px solid #dadada;
	padding-bottom:10px;
}
.inner_pages_box_s h3{
	color:#000;
    font-family: 'MyriadProRegular';
	font-weight:normal;
	font-size:19px;
}
.inner_pages_box_s h4{
	color:#11a2d8;
    font-family: 'MyriadProSemibold';
	font-weight:normal;
	font-size:17px;
	padding-top:15px;
}
.inner_pages_box_s p{
	color:#4d4d4f;
    font-family: 'MyriadProRegular';
	font-weight:normal;
	font-size:17px;
	padding-top:12px;
}
.inner_pages_box_s ul{
	padding-top:12px;
}
.inner_pages_box_s ul li{
	color:#4d4d4f;
    font-family: 'MyriadProRegular';
	font-weight:normal;
	font-size:17px;
	padding-top:5px;
	list-style:disc;
	margin-left:20px;
	padding-left:5px;
}
/*---------------------------- Contact Page ----------------------------*/
.cnotact_form_s{
	color:#4d4d4f;
    font-family: 'MyriadProRegular';
	font-weight:normal;
	font-size:16px;
}
.contact_title_s{
	border-bottom:1px solid #dadada;
	padding-bottom:10px;
	margin:0px 100px;
	padding:0px 20px;
}
.contact_title_s h1{
	float:left;
    padding-top: 4px;
}
.contact_title_s h4{
	float:right;
	padding:0px;
	color:#585858;
    font-family: 'MyriadProRegular';
	font-weight:normal;
	font-size:17px;
}
.cnotact_form_s input[type="text"]{
	border:1px solid #acabab;
	padding:3px 5px;
	font-size:20px;
	color:#000;
	font-family: 'MyriadProRegular';
	width:342px;
	margin-left:15px;
	outline:none;
	-webkit-transition: border linear .2s;
	-moz-transition: border linear .2s;
	-o-transition: border linear .2s;
}
.cnotact_form_s textarea{
	border:1px solid #b3b4b5;
	padding:3px 5px;
	font-size:20px;
	color:#000;
	font-family: 'MyriadProRegular';
	width:342px;
	height:120px;
	margin-left:15px;
	-webkit-transition: border linear .2s;
	-moz-transition: border linear .2s;
	-o-transition: border linear .2s;
	outline:none;
}
.cnotact_form_s input[type="text"]:focus,
.cnotact_form_s textarea:focus{
	border:1px solid #000;
	color:#000;
}
.cnotact_form_s input[type="button"]{
	background:#11a2d8;
	color:#fff;
    font-family: 'MyriadWebProBold';
	font-weight:normal;
	font-size:30px;
	text-align:center;
	padding:7px 80px;
	cursor:pointer;
	border:none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-transition: background linear .2s, color linear .2s;
	-moz-transition: background linear .2s, color linear .2s;
	-o-transition: background linear .2s, color linear .2s;
	margin-left:57px;
}
.cnotact_form_s input[type="button"]:hover{
	background:#333;
}
/*================================== Quote Pages ========================================*/
.quote_pages_s{
	background:url(images/header_shad.png) repeat-x top #213787;
	width:100%;
	height:auto;
	padding-top:58px;
	padding-bottom:120px;
}
.quote_pages_box_conti_s{
	background:url(images/inner_box_bg.png) repeat;
	width:940px;
	height:auto;
	margin:auto;
	padding:10px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-khtml-border-radius:15px;
	-moz-box-shadow: 1px 1px 2px #7e7e7e;
	-webkit-box-shadow: 1px 1px 2px #7e7e7e;
	box-shadow: 1px 1px 2px #7e7e7e;
}
.quote_pages_box_s{
	background:#FFF;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-khtml-border-radius:15px;
	padding-top:20px;
}
.quote_bg_s{
	background:url(images/quote_bg_s.jpg) no-repeat bottom;
	border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px;
	-khtml-border-radius-bottomleft:15px;
	border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
	-khtml-border-radius-bottomright:15px;
}
.moving_search_display{
	background:#11a2d8;
	-moz-border-radius:32px;
	-webkit-border-radius:32px;
	border-radius:32px;
	-khtml-border-radius:32px;
	padding:12px 10px;
	margin:0px 20px;
	-moz-box-shadow: 0px 0px 6px #343434 inset;
	-webkit-box-shadow: 0px 0px 6px #343434 inset;
	box-shadow: 0px 0px 6px #343434 inset;
}
.moving_search_display ul{
	padding:0px 30px;
}
.moving_search_display ul li{
	list-style:none;
	display:inline;
	background:url(images/step_arrow.png) no-repeat right;
	margin-left:35px;
	margin-right:15px;
	padding-right:75px;
	font-size:20px;
	color:#fff;
	font-family: 'MyriadProRegular';
    float: left;
	line-height:26px;
}
.moving_search_display ul li:last-child{
	padding-right:0px;
	background:none;
}
.moving_search_display ul li img {
    float: left;
    margin-right: 5px;
    margin-top: -1px;
}
.moving_search_display ul li span,
.moving_search_display ul li span img{
	opacity: 0.5;
}
.active span,
.active span img{
	opacity: 100 !important;
}
.info_box_s{
	width:645px;
	height:auto;
	margin:auto;
	margin-top:35px;
	color:#6b6a68;
	font-size:20px;
	font-family: 'MyriadProRegular';
	font-weight:normal;
}
.info_box_s h1{
	color:#4a4b4c;
    font-family: 'MyriadWebProBold';
	font-weight:normal;
	font-size:45px;
	text-align:center;
	text-transform:uppercase;
	border-bottom:1px solid #CCC;
}
.info_box_s h3{
	color:#000000;
    font-family: 'MyriadProRegular';
	font-weight:normal;
	font-size:18px;
	text-align:center;
	padding-top:10px;
}
.info_box_s input[type="text"]{
	border:1px solid #acabab;
	padding:10px;
	font-size:17px;
	color:#585b5e;
	font-family: 'MyriadProRegular';
	width:253px;
	outline:none;
	-webkit-transition: border linear .2s;
	-moz-transition: border linear .2s;
	-o-transition: border linear .2s;
}
.info_box_s select{
	border:1px solid #b3b4b5;
	padding:10px;
	font-size:17px;
	color:#585b5e;
	font-family: 'MyriadProRegular';
	width:275px;
	-webkit-transition: border linear .2s;
	-moz-transition: border linear .2s;
	-o-transition: border linear .2s;
	outline:none;
}
.info_box_s input[type="text"]:focus,
.info_box_s select:focus{
	border:1px solid #000;
	color:#000;
}
.info_box_s label{
	padding-left:50px;
}
.search_movers{
	background:url(images/search_movers_bg.jpg) no-repeat center bottom;
    padding-bottom: 70px;
    padding-top: 314px;
}
.search_movers h1{
	background:url(images/searching_bg.png) repeat;
	text-align:center;
	color:#FFF;
    font-family: 'MyriadWebProBold';
	font-weight:normal;
	font-size:53px;
	text-align:center;
	text-transform:uppercase;
	padding:30px 0px;
	text-shadow:3px 3px 3px #599ab2;
}
.by_clicking{
	font-size:10px;
	color:#4a4b4c;
	font-family: 'MyriadProRegular';
}
/*=========================================== Footer Start ==============================================*/
.footer_conti_m{
	background:url(images/footer_bg.png) no-repeat center top;
	width:100%;
	height:174px;
	margin-top:120px;
}
.footer_logo{
	text-align:center;
}
.footer_logo img{
	margin-top:-60px;
}
.footer_menu_m{
	text-align:center;
	padding-top:10px;
}
.footer_menu_m ul li{
	list-style:none;
	background:url(images/bulet_w.png) no-repeat right;
	display:inline;
	padding-left:12px;
	padding-right:25px;
}
.footer_menu_m ul li a{
	font-size:19px;
	color:#fff;
	font-family: 'MyriadProRegular';
	text-decoration:none;
}
.footer_menu_m ul li a:hover{
	color:#000;
}
.footer_menu_m ul li:last-child{
	padding-right:0px;
	background:none;
}
.footer_conti_m p,
.footer_conti_inner_m p,
.footer_conti_quote_m p{
	font-size:14px;
	color:#fff;
	font-family: 'MyriadProRegular';
	text-align:center;
	padding-top:10px;
}
.footer_conti_inner_m{
	background:url(images/footer_bg.png) no-repeat center top #dbecf6;
	width:100%;
	height:174px;
}
.footer_conti_quote_m{
	background:url(images/footer_bg.png) no-repeat center top #213787;
	width:100%;
	height:174px;
}
.clear {
	clear:both;
}
