@charset "utf-8";
/* ==================== Morse Moving & Storage Main Layout CSS Styles ==================== */

/*	Table Of Contents
	 1. Defaults
		 a. Default dreamweaver style
	 2. Header
	 3. Navigation
	 4. Sidebar1
	 	a. Quote Form
	 5. Moving Resources
	 6. Footer
*/

/* ==================== 1. Defaults ==================== */

* {
	margin:0px;
	padding:0px;
}
body {
	background:url("../images/bg-main.jpg") repeat-x scroll 0 0 #FFFFFF;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
}
p {
	font-size: 10pt;
	margin: 0 0 12px 0;
	line-height: 150%;
	color: #4a4a4a;
}
a {
	text-decoration:none;
	outline:none;
	color: #ff6702;
}

a:hover{
	color: #000;
}

img {
	border:none;
}
ol {
	list-style-position: inside;
}
ul {
	list-style:none;
}

.clear {
	clear:both;
}
#page .img-clear {
	clear:both;
	display:block;
	padding-top: 6px;
}
.err {
	color: #F00;
	font-weight: bold;
}
.img-bdr {
	margin-bottom:12px;
	padding:4px;
	border:#CCC 1px solid;
}
.img-left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding:4px;
}
.img-left-bdr {
	float:left;
	margin-right:15px;
	margin-bottom:5px;
	margin-top:5px;
	padding:4px;
	border:#CCC 1px solid;
}
.img-right {
	float:right;
	margin-left:15px;
	margin-bottom:5px;
	padding:4px;
}
.img-right-bdr {
	float:right;
	margin-left:15px;
	margin-bottom:5px;
	padding:4px;
	border:#CCC 1px solid;
}
#wrapper {
	width:1024px;
	margin: 20px auto 0px auto;
	padding-left:7px;
	background:url(/Computer-Movers.aspx) no-repeat left 158px;
}

.coupon{
	margin: 15px 0;
	padding: 0 0 0 11px;
}

strong{
	
}
/*===================== 1a. default dreamweaver style =================*/

#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0 0px 10px 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin: 0 10px 10px 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/* ==================== 2. Header ==================== */


#header {
	height: 166px;
	width: 100%;
	background: url(/images/header.jpg) no-repeat center 1px;
}
#header #top-nav {
	float: right;

}
#header #top-nav li {
	float: left;
	margin: 5px 0 0 10px;
}
#header #top-nav li a {
		color: #fff;
}
#header #top-nav li a:hover {
	color: #ffff99;
}
/*#header ul {float:right; padding-right:170px; padding-top:36px; text-align:center; width:500px; display:block;}

#header li {float:left; width:125px; font-size:1.1em; display:block; font-weight:bold;}*/

#logo {
	padding: 54px 0 0 0;
	width: 300px;
	float: left;
}
#logo a {
background:url("/images/logo.jpg") no-repeat scroll left top transparent;
display:block;
height:75px;
margin:0 0 0 -1px;
text-indent:-9999px;
width:280px;
}

#logo a:hover{
	background: url(/images/logo.jpg) no-repeat left -87px;
}

#call-us{
clear:right;
float:right;
padding:30px 0 0 0;
width:250px;
}

#call-us p{
margin: 0;
padding:0 80px 0 0;
font-size: 12px;
}

#call-us p span{
font-weight: bold;
font-size: 13px;
}



#call-us p#phone-number {
	font-size:20px;
	font-weight:bold;
	color: #FE6603;
	padding: 0;
	margin: 0;
}
/* ==================== 3. Navigation  ==================== */

#navigation {
	width:960px;
	background:url(../images/nav-back.jpg) repeat-x;
	font-weight:bold;
	color:#FFF;
	float:left;
	clear:both;
	height: 50px;
}
#navigation li {
	float:left;
	font-size:.9em;
}
#navigation a {
border-bottom:1px solid #001A3F;
border-left:1px solid #FFEECB;
border-right:1px solid #934400;
color:#000000;
display:block;
float:left;
font-size:11pt;
height:28px;
padding:18px 31px 3px;
}



#navigation li.lastlink a{
	padding:18px 29px 3px 30px;
}

#navigation a:hover {
	color: #fff;
}
#navigation .active, #navigation .active:hover {
	background:url(/images/nav-active.gif) no-repeat bottom center;
	color:#fff;
	border-bottom: none;
}
#navigation a.last {
	background:none;
	width:52px;
}
#navigation a.last:hover {
	color:#F90;
	background:url(/images/btn-hover-last.jpg) repeat-x right;
	width:52px;
}
#navigation a.active#AboutUs {
	background:url(../images/btn-active-last.jpg) no-repeat top right;
	width:52px;
}


/*===========4. Sidebar1================*/
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 271px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(/images/formbar-back.jpg) no-repeat top left #000;
	min-height: 900px;

}

/* --------- a.Quote Form ---------- */
#form {
	width: 226px;
	padding: 20px 15px 400px 23px;
	background: url(/images/form-bottom.gif) no-repeat right bottom;
}
#form-header {
background:url("/images/form-header-back.jpg") repeat-x scroll left top transparent;
color:#FFFFFF;
display:block;
font-size:19px;
font-weight:bold;
margin:0 0 15px;
padding:7px 0 7px 23px;
position:relative;
text-align:center;
width:202px;
}
#form-header span {
	text-transform: uppercase;
	font-style: italic;
}
#form fieldset {
	border: none;
	float: left;
}
#form label {
	display: block;
	height: 25px;
	font-weight: bold;
	color: #fff;
}
#form input {
	background: #fff;
	border: 1px solid #ccc;
	height: 24px;
	width: 220px;
}
#form select {
	background: #fff;
	border: 1px solid #ccc;
	height: 24px;
	width: 220px;
}
#form #place-info {
	width: 125px;
	border: none;
}

#place-info div{
	margin: 0 0 10px 0;
	padding: 2px 0 0 0;
}

#place-info div label{
	height: 23px;
}

#place-info label {
	width: 115px;
}
#place-info input {
	width: 110px;
}
#personal-info input {
	width: 90px;
}
p#dwell {
	clear: both;
}
#form input.submit-button {
	background: url(/images/submit.jpg) no-repeat top left;
	width: 220px;
	height: 36px;
	text-indent: -9999px;
	display: block;
	border: none;
	cursor: pointer;
	margin: 25px 0 0 0;
}
#form input.submit-button:hover {
	background: url(/images/submit.jpg) no-repeat bottom left;
}


p.sidebar-text{
padding: 0 0 0 14px;
}


ul.pri-list{
	margin: 0 0 10px 0;
}

ul.pri-list li{
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	background: url(/images/arrow.gif) no-repeat left 4px;
}

/*----------------------- 5. Moving Resources-------------*/
#main-content dl{
  width: 100%;
  margin: 0 0 10px 0;  
}

#main-content dt{
  font-size: 14px;
  margin: 8px 0 10px 0;
}

#main-content dd{
  margin: 0 0 10px 0;
  padding: 0 0 0 10px;
}



/* ==================== 6.Footer ==================== */

#footer-container {
	width: 100%;
	float: left;
		margin: 0 auto 40px;
}
#footer {
	width:960px;
	margin: 0 auto;
	font-size:.9em;
}
#footer p {
	color:#999;
}
#footer div p {
	float:left;
	display:block;
	width:500px;
}
#footer ul#footer-logo {
	background: #d1d1d1;
	color:#333;
	display:block;
	width:960px;
	float:left;
}
#footer ul#footer-logo li {
	float:left;
	display:inline;
	margin: 0 5px;
}
#footer-links {
	float: left;
	margin: 13px 0 0 0;
}
#footer-links li {
	float: left;
}
#footer-links li a {
	margin: 0 5px;
}
p#copyright {
	color:#787878;
float:left;
font-size:9pt;
margin:10px 0 0 30px;
}
#footer a {
	color:#035a78;
	padding:0px 6px;
}
#footer a.first {
	padding-left:0px;
}
#footer a:hover {
	color:#666;
	text-decoration:underline;
}
p#spectrum {
	float:right;
	color:#787878;
	font-size: 9pt;
	margin: 10px 0 0 0;
}
#footer p#spectrum a {
	color:#787878;
	padding:0px;
}
#footer p#spectrum a:hover {
	color:#000;
	text-decoration:underline;
}

