@charset "utf-8";
/* ==================== Morse Moving & Storage Main Layout CSS Styles ==================== */

/*	Table Of Contents
	 1.Defaults
		 a.Default dreamweaver style
	 2.Header
	 3.Navigation
	 4.Content
	 5.Sidebar1
	 	a.Quote Form
	 6.Footer
*/

/* ==================== 1.Defaults ==================== */

* {
	margin:0px;
	padding:0px;
}
body {
	background: #237187 url(../images/background.gif) repeat-x;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
}
p {
	font-size: 10pt;
	margin: 0 0 10px 0;
	line-height: 150%;
	color: #666666;
}
a {
	text-decoration:none;
	outline:none;
	color: #009999;
}

a:hover{
	color: #ff6600
}

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(../images/bg-wrapper-arrow.jpg) no-repeat left 158px;
}

.coupon{
	margin: 15px 0;
	padding: 0 0 0 11px;
}

strong{
	color: #033;
}
/*===================== 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 */
	background: #FFFFFF;
	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: 244px;
	width: 100%;
	background: url(/images/header.jpg) no-repeat center top;
}
#header #top-nav {
	float: right;
}
#header #top-nav li {
	float: left;
	margin: 5px 0 0 10px;
}
#header #top-nav li a {
	color: #99ffff;
}
#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: 74px 0 0 0;
}
#logo a {
	width:532px;
	height: 91px;
	background: url(/images/logo.jpg) no-repeat left top;
	text-indent: -9999px;
	display: block;
	margin: 0 0 0 -1px;
}
#phone {
	font-size:26px;
	font-weight:bold;
	color: #ffff99;
	margin: 40px 0 0 510px;
}
/* ==================== 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 {
	display: block;
	height: 28px;
	border-bottom: 4px solid #00272e;
	padding: 18px 20px 0;
	color: white;
	font-size: 11pt;
	float: left;
}

#navigation a.lastlink{
	padding: 18px 21px 0 21px;
}

#navigation li.last-link a{
	padding: 18px 21px 0 21px;
}

#navigation a:hover {
	border-bottom: 4px solid #ff9900;
	color: #ffff99;
}
#navigation .active, #navigation .active:hover {
	background:url(/images/nav-active.jpg) repeat-x top left;
	color:#ffff99;
	border-bottom: 4px solid #ff9900;
}
#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.Content ==================== */

/*===========sidebar1================*/
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 265px; /* 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: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 8px;

}

/* --------- a.Quote Form ---------- */
#form {
	width: 226px;
	padding: 0px 15px 15px 23px;
	background: url(/images/form-bottom.gif) no-repeat right bottom;
}
#form-header {
	font-size: 23px;
	font-weight: bold;
	color: #ff9900;
	background: url(/images/form-top.gif) no-repeat top left;
	padding: 15px 0 0 23px;
	width: 249px;
	position: relative;
	display: block;
	margin: 0;
}
#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: #033;
}
#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: 90px;
	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: 90px;
}
#place-info input {
	width: 70px;
}
#personal-info input {
	width: 130px;
}
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: 15px 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;
}
/* ==================== 6.Footer ==================== */

#footer-container {
	width: 100%;
	background: url(/images/footer-back.gif) repeat-x left top;
	float: left;
}
#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 {
	color:#333;
	display:block;
	width:960px;
	margin: 10px 0px 25px 10px;
	float:left;
}
#footer ul#footer-logo li {
	float:left;
	display:inline;
	margin: 0 25px;
}
#footer-links {
	float: left;
	margin: 2px 0 0 0;
}
#footer-links li {
	float: left;
}
#footer-links li a {
	margin: 0 5px;
}
p#copyright {
	float: left;
	color: #99ccff;
	margin: 0 0 0 60px;
}
#footer a {
	color:#FFF;
	padding:0px 6px;
}
#footer a.first {
	padding-left:0px;
}
#footer a:hover {
	color:#666;
	text-decoration:underline;
}
p#spectrum {
	float:right;
	color:#99ccff;
}
#footer p#spectrum a {
	color:#99ccff;
	padding:0px;
}
#footer p#spectrum a:hover {
	color:#FFF;
	text-decoration:underline;
}
