@charset "UTF-8";
/* CSS Document */


/* ================ RESET ==================
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   =======================================*/

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	margin-bottom: 20px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h1, h2, h3, h4 {
	margin-bottom: 15px;
	color: #143357;
	line-height: 1;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em;
}

a {text-decoraton: none; outline: none;}

p {
	margin-bottom: 20px;
}

strong {
	font-weight: bold;
}

html, body {height: 100%;}

body {
	background: #FFF url(images/body-bg.jpg) repeat-x 0 0;
	line-height: 1.4em;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
   	font-weight: 300;
   	font-size: 14px;
   	color: #464646;
}

/* LAYOUT
========================================== */

.container {
	overflow: hidden;
	width: 980px;
	margin: 0 auto;
}

#header {
	width: 980px;
	margin: 0 auto;
	position: relative;
	height: 215px;
}

#header h1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 295px;
	height: 237px;
	z-index: 0;
}

#header h1 a {
	background: transparent url(images/logo.png) no-repeat 0 0;
	display: block;
	width: 295px;
	margin-top:30px;
	height: 280px;
	text-indent: -999999px;
}

#header > span.call-us-phone {
	background: url(images/phone-btn-bg.png) no-repeat right 0;
	position: absolute;
	top: 20px;
	right: 0;
	height: 33px;
	width: 211px;
	color: #FFF;
	font-size: 30px;
	text-align: center;
	padding-top: 18px;
}

#header > span.call-us {
	position: absolute;
	top: 40px;
	right: 231px;
	color: #FFF;
	font-size: 18px;

}

#main-content {
	position: relative;
	overflow: hidden;
	padding: 20px 0 20px;
	margin-bottom: 20px;
	z-index: 5;
}

.page #main-content {
	background: transparent url(images/page-content-top.png) no-repeat 0 0;
	width: 940px;
	padding: 20px;
}

#primary-content {
	float: left;
	width: 580px;
}

#primary-content ol {
	list-style-type: decimal;
	margin-left: 40px;
}

#primary-content ol li {
	margin-bottom: 5px;
}

div.article-divider {
	clear: both;
	background: url(images/article-divider.jpg) repeat-x 0 0;
	width: 100%;
	height: 11px;
	margin: 20px 0;
}

ul.check-list li {
	background: url(images/check-mark.png) no-repeat 0 50%;
	padding-left: 23px;
}

#secondary-content {
	width: 310px;
	float: right;
}

#footer-wrap {
	background: #081D38 url(images/footer-bg.jpg) repeat-x 0 0;
}

#footer {
	padding: 20px 0;
	font-size: 12px;
	color: #FFFFFF;
}

#footer-call-us {
	font-size: 16px;
	padding: 5px 0;
	margin-bottom: 20px;
	text-align: center;
}

#footer-call-us span {
	color: #143357;
	font-weight: bold;
	font-size: 24px;
}

#footer p.copyright {
	float: left;
	padding-left:100px;
}

#footer .footer-nav {
	float: right;
}
#footer .footer-nave {
	float: left;
}

#footer .footer-nav a {
	color: #EEEEEE;
	text-decoration: none;
	font-size:11px;
}
#footer .footer-nave a{
	color: #EEEEEE;
	text-decoration: none;
	font-size:12px;

}

/* MENU/NAVIGATION
========================================== */

#menu-wrap {
	height: 45px;
	position: relative;
	float: right;
	margin-top: 155px;
}

ul#main-menu {
	background: #EEEEEE url(images/menu-bg.jpg) repeat-x 0 0;
	border: 1px solid #EEEEEE;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	box-shadow: 0 2px 3px #111111;
	-moz-box-shadow: 0 2px 3px #111111;
	-webkit-box-shadow: 0 2px 3px #111111;
	float: right;
}

ul#main-menu li {
	float: left;
}

ul#main-menu > li > a {
	display: block;
	height: 45px;
	padding: 0 15px;
	font-size: 16px;
	line-height: 47px;
	color: #3D3D3D;
	border-right: solid 1px #B1B1B1;
	border-left: solid 1px #FFFFFF;
	text-decoration: none;
}

ul#main-menu li a:hover {
}

ul#main-menu li:first-child a {
	border-left: none;
}

ul#main-menu li:last-child a {
	border-right: none;
}

ul.sub-menu {
	position: absolute;
	background: #DDDDDD;
	width: 200px;
	left: -999999px;
	z-index: 10;
	box-shadow: 0 2px 3px #111111;
	-moz-box-shadow: 0 2px 3px #111111;
	-webkit-box-shadow: 0 2px 3px #111111;
}

ul#first-drop {
	margin-left: 10px;
}

ul.sub-menu li {
	display: block;
	float: left;
	width: 100%;
}

ul.sub-menu li a {
	display: block;
	padding: 7px 10px;
	text-decoration: none;
	color: #3D3D3D;
	font-size: 16px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #B1B1B1;
}

ul.sub-menu li a:hover {
	background-color: #EEEEEE;
}

ul#main-menu li:hover ul.sub-menu {
	display: block;
	left: auto;
}

/* HOME
========================================== */

#featured {
	overflow: hidden;
	width: 980px;
	height: 385px;
	margin: 0 auto;
}

#slider-wrap {
	position: relative;
	float: left;
	background: transparent url(images/slider-bg.jpg) no-repeat 0 0;
	width: 681px;
	height: 374px;
	padding: 9px 0 0 9px;
}

#slider img {
	position: absolute;
	top: 9px;
	left: 9px;
}

#quote-wrap {
	float: left;
	background: transparent url(images/quote-form-bg.jpg) no-repeat 0 0;
	width: 250px;
	height: 345px;
	padding: 20px;
	font-size: 16px;
}

form#quote-form {
	overflow: hidden;
}

form#quote-form p {
	overflow: hidden;
	margin-bottom: 0;
}

form#quote-form label, form#quote-form input {
	float: left;
	margin-bottom: 15px;
}

form#quote-form input[type="text"] {
	width: 172px;
}

form#quote-form input#moveDate {
	float:left;
	width: 200px;
	margin-bottom: 20px;
}

form#quote-form label {
	width: 60px;
	padding-top: 5px;
}

form#quote-form label.move-date {
	width: 200px;
}

#moving-date-picker {
	position: relative;
}

#moving-date-picker img.ui-datepicker-trigger {
	position: absolute;
	right: 0;
	top: 35px;
}

form#quote-form input[type="text"] {
	border: 1px solid #CCCCCC;
	height: 17px;
	padding: 4px;
}

form#quote-form input#submit-quote {
	float: right;
	margin-right: 10px;
}

#feature-boxes {
	margin-bottom: 20px;
}

.home-box {
	position: relative;
	float: left;
	background: transparent url(images/home-box.png) no-repeat 0 0;
	width: 294px;
	height: 135px;
	padding: 15px;
	margin-right: 4px;
}

.home-box img.home-img-thumb {
	float: left;
	margin: 0 15px 10px 0;
}

h3 {
	margin-bottom: 10px;
	font-size: 20px;
	color: #143357;
}

.home-box p {
	font-size: 12px;
	line-height: 1.3em;
}

.home-box a.read-more {
	position: absolute;
	bottom: 10px;
	right: 15px;
	display: block;
	background: transparent url(images/read-more-btn.png) no-repeat 0 0;
	width: 155px;
	height: 33px;
	font-size: 18px;
	color: #FFF;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
}

/* SIDEBAR
========================================== */

#secondary-content h3 {
	margin-bottom: 15px;
}

.widget {
	margin-bottom: 30px;
}

p.phone-numbers {
	color: #DE1F08;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2em;
}

/* -- testimonials -- */

#testimonials {
	font-size: 13px;
}

#testimonials strong {
	display: block;
	font-weight: bold;
	font-size: 14px;
	color: #143357;
}

#testimonials p.testimonial-head {
	margin-bottom: 10px;
}

#testimonials blockquote {
	font-style: italic;
}

#testimonials span {
	float: right;
	margin-bottom: 20px;
	font-weight: bold;
	color: #143357;
}

.testimonials p strong {
	display: block;
}


/* COLUMNS
========================================== */

.one-third {
	float: left;
	width: 31%;
	margin-right: 3%;
}

.two-thirds {
	float: left;
	width: 65%;
}

.half {
	float: left;
	width: 48%;
	margin-right: 2%;
}

/* ================ UTILITY CLASSES ==================
   =================================================*/
   
.clear {
	clear: both;
}

.last {
	margin-right: 0;
}

.floatLeft {
	float: left;
	margin: 0 15px 15px 0;
}

.floatRight {
	float: right;
	margin: 0 0 15px 15px;
}

ul#standards-of-trust {
	margin-left: 20px;
}

ul#standards-of-trust li {
	margin-bottom: 10px;
}

ul#standards-of-trust li strong {
	display: block;
}

ul#code-of-ethics {
	list-style-type: disc;
	margin-left: 40px;
}

ul#code-of-ethics li {
	margin-bottom: 5px;
}

ul#specialty-items {
	overflow: hidden;
}

ul#specialty-items li {
	float: left;
	width: 50%;
	font-weight: bold;
}

ul#moving-supplies {
	overflow: hidden;
}


ul#moving-supplies li {
	float: left;
	width: 50%;
}

ul#moving-supplies li span {
	display: block;
}


ul.disc-list {
	list-style-type: disc;
	margin-left: 40px;
}

ul.disc-list li {
	margin-bottom: 5px;
}

ul.disc-list li ul {
	list-style-type: circle;
	margin-left: 40px;
	margin-top: 5px;
}

form#quote-request-form label {
	display: block;
	margin-bottom: 5px;
}

form#quote-request-form input[type="text"], form#quote-request-form textarea {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
}

form#quote-request-form input[type="text"] {
	width: 300px;
}

form#quote-request-form textarea {
	width: 500px;
	height: 200px;
}

form#quote-request-form select {
	width: 200px;
	margin-bottom: 10px;
}

div.moving-location {
	background-color: #DDDDDD;
	padding: 10px 15px 5px;
	margin: 20px 0;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

img.padded-image {
	padding: 5px;
}

/* ====== Testemonial Scroller ====== */

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
/* Container DIV */
.simply-scroll { 
	width: 226px;
	height: 290px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 226px;
	height: 290px;
}

div#bbb {
	margin-bottom: 10px;
}


