@charset "utf-8";

/* CSS Document */

@import url("basic.css");
/*********************************************************/

body {
	background:#ffffff url(../images/body_bg.jpg) center 0 repeat-x;
	font-family:Verdana;
	font-size:100%;
	color:#7d7d7d;
}
#wrapper {
	margin:0 auto;
	width:1140px;
	overflow:hidden;
}
/**********Header*****************/

header {
	float:left;
	width:100%;
	height:165px;
}
#logo {
	float:left;
	width:201px;
	height:138px;
	margin-top:15px;
	margin-right:5px;
}
#logo a {
	float:left;
	width:201px;
	height:138px;
	display:block;
	background:url(../images/logo.png) 0 0 no-repeat;
}
p.call_us {
	float: left;
	font: italic 29px 'Archivo Narrow', sans-serif;
	margin: 5px 0px 6px;
	text-align: center;
	width: 685px;
}
p.call_us span {
	color:#2483FF;
	font-style:normal;
	font-size:32px;
}
p.header_txt {
	color: #2483FF;
	float: left;
	font: normal 28px 'Archivo Narrow', sans-serif;
	margin: 15px 0 5px 10px;
	text-align: center;
	text-transform: uppercase;
	width: 685px;
}
.united {
	background:url(../images/united.png) 0 0 no-repeat;
	height:60px;
	width:200px;
	float:right;
}
.navigation {
	float:right;
	width:934px;
}
.navigation ul ul {
	display: none;
}
.navigation ul li:hover > ul {
	display: block;
}
.navigation ul {
	background:url(../images/nav_bg.jpg) 0 0 repeat-x;
	list-style: none;
	position: relative;
	display: inline-table;
}
.navigation ul:after {
	content: "";
	clear: both;
	display: block;
}
.navigation ul li {
	float: left;
}
.navigation ul li:hover, .navigation ul li a.active_tab {
	background: #fff339;
	background: linear-gradient(top, #fff339 0%, #f7df31 40%);
	background: -moz-linear-gradient(top, #fff339 0%, #f7df31 40%);
	background: -webkit-linear-gradient(top, #fff339 0%, #f7df31 40%);
	box-shadow:0 0 5px #666;
	color:#736d6b;
}
.navigation ul li a {
	display: block;
	padding: 19px 36px;
	color: #FFFFFF;
	font: bold 16px Verdana;
	text-transform: capitalize;
	color:#fff;
}
.navigation ul ul {
	background: #5286bd;
	border-radius: 0px;
	padding: 0;
	position: absolute;
	top: 58;
	z-index: 1002;
}
.navigation ul ul li {
	float: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.navigation ul ul li a {
	padding: 14px 20px;
	color: #fff;
}
.navigation ul a:hover {
	color: #736d6b;
}
/**********Mid Content**********/

#content_wrapper {
	float:left;
	width:100%;
}
.content {
	float:left;
	width:100%;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
.content .blog {
	float:left;
	margin-right:7px;
}
.last {
	margin-right:none;
}
.banner_area {
	background: url(../images/banner_bg.jpg) no-repeat scroll 0 0 transparent;
	float: left;
	margin-top: 1px;
	padding: 18px 0 60px;
	width: 100%;
}
#sticky_notes {
	width:202px;
	height:399px;
	float:left;
	background-image:url(../images/1_03.png);
}
#sticky_notes2 {
	width:202px;
	height:399px;
	float:left;
	background-image:url(../images/1_04.png);
}
.get_quote {
	float:left;
	background:url(../images/get_a_quote.png) 0 40px no-repeat;
	width:303px;
	height:305px;
	border-radius: 8px;
}
.form_area {
	float: left;
	padding: 70px 49px 0px 62px;
	width: 190px;
}
.button {
	background: none repeat scroll 0 0 transparent;
	float: left;
	height: 43px;
	margin: 11px 0 0 22px !important;
	padding: 0;
	width: 145px !important;
	cursor:pointer;
}
.form_area select {
	float:left;
	width:190px;
	border:none;
	margin-bottom:13px;
	padding:7px 2px;
	color:#7d7d7d;
	font-size:13px;
	border:1px solid #DEE2E1;
}
.form_area input {
	float:left;
	width:180px;
	border:none;
	margin-bottom:10px;
	padding:8px 4px;
	margin-left:1px;
	color:#7d7d7d;
	font-size:13px;
	border:1px solid #DEE2E1;
}
.banner {
	float:left;
	height:400px;
	margin-left:14px;
}
.banner_img {
	margin-top:5px;
}
/*************Footer***************/

footer {
	float:left;
	width:100%;	font:normal 11px Verdana;
}
nav.footer_links {
	margin:20px auto 10px;
	width:62%;
	overflow:hidden;
}
nav.footer_links ul li {
	float:left;
}
nav.footer_links ul li a {
	float:left;
	font:normal 11px Verdana;
	padding:0 10px;
	color:#7d7d7d;
}
nav.footer_links ul li a:hover {
	text-decoration:underline;
}
p.address {
	width: 133px;
	float: left;
	margin: 0px 5px 25px 14px;
	padding: 5px;
	color: #7d7d7d;
	
}
p.address1 {
	width: 133px;
	float: left;
	margin: 27px 5px 0px 14px;
	padding: 5px;
	color: #7d7d7d;
	border-bottom: 2px solid #7d7d7d;
	font-size:16px
}
p.address2 {
	width: 457px;
	float: left;
	margin: 27px 5px 0px 14px;
	padding:5px;
	color: #7d7d7d;
	border-bottom: 2px solid #7d7d7d;
	text-align:center;
	font-size:16px
}
/********Free Quote Form Page***************/
.free_quote_form {
	float:left;
	width:100%
}
.free_quote_form h2 {
	font:normal 42px "myriad Pro";
	color:#fff;
	text-align:center;
	margin:30px auto;
	text-shadow:0 0 5px #000;
}
.form_content {
	float:left;
	width:96.3%;
	background:#f5e232;
	padding:35px 20px 30px;
	box-shadow: -2px 5px 10px #999999;
}
ul.formlist {
	margin: 0 21% 0 16%;
	overflow: hidden;
	width: 63%;
}
ul.formlist li {
	float:left;
	width:100%;
	display:block;
	margin-bottom:12px;
}
ul.formlist li div.col {
	float:left;
	width:49%;
}
ul.formlist li div.col label {
	float:left;
	width:300px;
	font:normal 14px Verdana;
	color:#000;
	text-transform:capitalize;
	text-indent:10px;
	margin-bottom:6px;
}
ul.formlist li label span.red {
	color:#fe1e07;
}
ul.formlist li div.col input.input {
	float:left;
	width:230px;
	height:28px;
	line-height:28px;
	border:1px solid #dee2e1;
	padding:3px 5px;
	color:#7d7d7d;
}
ul.formlist li ul li {
	margin-bottom:0px;
}
ul.formlist li ul li label {
	float:left;
	font:normal 14px Verdana;
	color:#000;
	text-transform:capitalize;
	text-indent:10px;
	margin-bottom:6px;
}
ul.formlist li ul li input.input {
	float:left;
	width:450px;
	height:28px;
	line-height:28px;
	border:1px solid #dee2e1;
	padding:3px 5px;
	color:#7d7d7d;
}
ul.formlist li ul li input.fullwid {
	float:left;
	width:98.3%;
}
ul.formlist li ul li select.sel {
	float:left;
	width:210px;
	height:35px;
	border:1px solid #dee2e1;
	padding:6px 5px;
	color:#7d7d7d;
}
ul.formlist li ul li textarea.txtarea {
	float:left;
	width:98%;
	height:118px;
	border:1px solid #dee2e1;
	padding:3px 4px;
	color:#7d7d7d;
	font-family:Verdana;
	font-size:14px;
}
.button_out {
	margin:10px auto 0;
	width:147px;
}
.button_out .button_in {
	background:url(../images/button.png) 0 0 no-repeat;
	width:147px;
	height:43px;
	border:none;
	cursor:pointer;
}
p.message {
	color: #0033CC;
	float: left;
	font: 17px Verdana;
	margin-top: 7px;
	padding: 3px;
	text-align: center;
        width:100%;
        margin-bottom: 10px;
}
/********Residential Page***************/
aside {
	width:261px;
	height:auto;
	float:left;
}
/*ol li .links {
	width:260px;
	height:auto;
	float:left;
}*/
ol#txt_colr {
	color:#fb773b;
}
ol#txt_colr li {
	margin-bottom:2px;
	font-size:18px;
	font-weight:bold;
	color:#000;
}
ol#txt_colr li a {
	line-height:15px;
	color:#FB773B;
	font:normal 18px Verdana, Geneva, sans-serif;
}
ol#txt_colr li a:hover {
	text-decoration:underline;
}
ul li p {
	font:bold 19px Verdana;
	display:block;
	float:right;
	color: #4C4C4C;
	line-height: 22px;
	margin-bottom: 10px;
	text-align: left;
}
#upper_space {
	margin-top:20px;
	margin-bottom:10px;
	width:auto;
}
article {
	width:843px;
	height:auto;
	float:right;
	margin-left:34px;
}
h1 {
	font-family:Kozuka Mincho Pro;
	font-size:45px;
	color:#5f5f5f;
	margin-bottom:10px;
	float:left;
	width:100%;
}
h2 {
	font-family:Kozuka Mincho Pro;
	font-size:32px;
	color:#5f5f5f;
	margin-bottom:10px;
	float:left;
	width:100%;
}
.left {
	color: #000000;
	float: left;
	font-size: 14px;
	height: auto;
	line-height: 15px;
	width: 490px;
}
ul.links {
	margin-bottom:10px!important;
}
p.learn_more {
	float:right;
	width:100%;
	text-align:right;
}
p.learn_more a {
	float:right;
	color:#FB773B;
	font:normal 18px Verdana, Geneva, sans-serif;
}
ul.links li#upper_space h3 {
	color:#010001;
	font-size:20px;
	font-weight:bold;
	padding-bottom: 10px;
	width:100%;
}
h4.pg_headg {
	font:bold 18px Verdana, Geneva, sans-serif;
	color:#000;
	margin-bottom:8px;
}
.left ul {
	margin-bottom:20px;
	float:left;
}
.left ul li {
	background: url("../images/tick_mark.png") no-repeat scroll 0 0 transparent;
	height: auto;
	padding-left: 30px;
	font:normal 20px Verdana;
	display:block;
	float:left;
	color: #4c4c4c;
	line-height: 18px;
	margin-bottom: 8px;
	text-align: left;
	width:87%;
}
h3.heading {
	float:left;
	font:bold 24px Verdana, Geneva, sans-serif;
	color:#4c4c4c;
	margin-bottom:10px;
}
.right ul li {
	background: url("../images/tick_mark.png") no-repeat scroll 0 0 transparent;
	height: auto;
	line-height: 20px;
	padding-left: 30px;
}
ul li p .right_txt {
	float:left;
	/*	color:#fb773b;
*/	margin-top:10px;
}
ul li p a {
	color:#fb773b;
}
.left p {
	color: #000;
	font:normal 18px Verdana, Geneva, sans-serif;
	line-height: 20px;
	margin-bottom: 10px;
	margin-right: 40px;
	text-align: left;
	width: 95%;
}
.left #imag {
	margin-top:28px;
	border:none;
}
.right h3 {
	float:left;
	font:bold 20px Verdana, Geneva, sans-serif;
	color:#000;
	margin-bottom:5px;
}
span.bold {
	font-weight:bold;
}
p.txtbold {
	font-weight:bold
}
.notepad {
	margin-left: 85px;
}
.right {
	float:right;
	height:auto;
	width:353px;
	color:#000000;
	font-size: 14px;
	line-height: 15px;
}
.right a {
	color:#508ac3;
}
ol {
	float: right;
	width: 330px;
	margin-bottom:20px;
}
ol li {
	list-style-type:decimal;
}
ol li p {
	color: #508ac3;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
	margin-right: 40px;
	text-align: right;
	width: 95%;
}
/***********about us ***********/
p.ofc_located {
	font:normal 20px Verdana, Geneva, sans-serif;
	line-height:22px;
	text-align:center;
	color:#000;
	width:465px;
	margin:12px auto;
	overflow:hidden;
}
h4 {
	color:#fb773b;
	font:bold 17px Verdana, Geneva, sans-serif;
}
.ans {
	margin-bottom:13px;
	margin-top:6px;
	font:normal 18px Verdana, Geneva, sans-serif;
}
.para {
	margin:12px 0;
	font:normal 20px Verdana;
	line-height:22px;
}
.bottom_txt {
	width:100%;
	margin:30px auto 0;
	float:left;
}
/**************storage*****************/
img.floatRight {
	float: right;
	height: 260px;
	margin: 0 0 10px 10px;
	width: 300px;
}
img.floatLeft {
	float: left;
	height: 215px;
	margin: 0 10px 10px 0px;
	width: 300px;
}
/*********moving tips**************/
table.office_moving_serv {
	margin-top:28px;
}
table.office_moving_serv td {
	height:346px;
	width:422px;
}


/******Zip code css****************/
.fancy-form {
	float:left;
}
.zip-error1, .zip-error2 {
	float:left;
	color: #d70000;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border-top: 2px dotted #ec9696;
	border-bottom: 2px dotted #ec9696;
	text-align: center;
	padding: 4px 10px;
	margin-top: 10px;
	display: none;
}
h2.sml_frm_heading{ background:url(../images/smllfrm_hedg.png) 0 0 no-repeat; width:303px; height:40px;}
h2.sml_frm_heading2{ background:url(../images/storage_hedg.png) 0 0 no-repeat; width:303px; height:40px;}