@charset "utf-8";
/* ==================== Morse Moving & Storage Home Page Layout CSS Styles ==================== */

/*	Table Of Contents
	 1.Page
*/

/* ==================== 1.Page ==================== */
#content-wrapper {
	width: 960px;
	float: left;
	padding: 15px 0 0 0;
	background: #b4dbe0;
}

#content-wrapper2{
	background: url(/images/two-column-back.jpg) repeat-y left top;
	padding: 0 0 0 15px;
	width: 945px;
	float: left;
}
#main-content {
	width: 645px;
	float: left;
	padding: 15px 15px 15px 0;
	background: #fff;
}
#main-content h1 {
	color: #003333;
	margin: 0 0 5px 0;
	font-size: 18px;
}
#main-content h2 {
	color: #003333;
	margin: 0 0 5px 0;
	font-size: 16px;
}
#main-content .tagline {
	color: #003333;
	font-style:italic;
	font-weight: bold;
}
#main-content #left-content {
	width: 450px;
	float: left;
}
#main-content #innerbar {
	width: 150px;
	padding: 15px 0 15px 25px;
	float: right;
	border-left: 1px solid #ccc;
	background: url(/images/moving-guy.jpg) no-repeat bottom center;
	height: 750px;
}
#main-content .lists {
	width: 210px;
	float: left;
	margin: 0 15px 0 0;
}
#main-content .lists li {
	padding: 0 0 0 30px;
	background: url(/images/one-circle.jpg) no-repeat left 2px;
	height: 100px;
	margin: 15px 0;
}
#main-content .lists li a {
	font-size: 14px;
	font-weight: bold;
	text-decoration:underline;
}
#main-content .lists li#list2 {
	background: url(/images/two-circle.jpg) no-repeat left 2px;
}
#main-content .lists li#list3 {
	background: url(/images/three-circle.jpg) no-repeat left 2px;
}
#main-content .lists li#list4 {
	background: url(/images/four-circle.jpg) no-repeat left 2px;
}
#main-content .lists li#list5 {
	background: url(/images/five-circle.jpg) no-repeat left 2px;
}
#main-content .lists li#list6 {
	background: url(/images/question-circle.jpg) no-repeat left 2px;
	height: 110px;
}
#innerbar a {
	text-decoration: underline;
}
#innerbar dl {
	margin: 0 0 20px 0;
}
#innerbar dt {
	font-size: 18px;
	margin: 0 0 10px 0;
	color: #003333;
}
#innerbar dd {
	padding: 0 0 0 10px;
	margin: 8px 0;
	background: url(/images/orange-dot.gif) no-repeat left center;
}
#innerbar p.list-header {
	font-size: 18px;
	margin: 0 0 10px 0;
	color: #003333;
}
#innerbar ol li {
	font-style: italic;
	margin: 8px 0;
	color: #ff6600;
	font-weight: bold;
}
#innerbar ol li a {
	font-weight: normal;
	font-style: normal;
}
/*=============sidebar===========*/

/*--------contact us form----------*/
#contact-form{
	width: 200px;
	float: left;
	padding: 0;
	margin: 0;
}

#contact-form fieldset {
	width: 160px;
	border: none;
}

#contact-form p{
	margin: 0 0 15px 0;
}

#contact-form input{
	border: 1px solid #ccc;
	width: 200px;
}

#contact-form textarea{
	border: 1px solid #ccc;
	width: 200px;
}

#contact-form input.contact-submit{
	background: #fd9b20;
	height: 30px;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
}

#contact-form input.contact-submit:hover{
	background: #009999;
}

/*--------moving faq------------*/

.faqs dt {
	font-weight: bold;
	margin: 20px 0 5px 0;
	padding: 0 0 0 20px;
	font-size: 14px;
	background: url(/images/question.gif) no-repeat left top;
}
.faqs dd {
	margin: 0 0 5px 0;
	padding: 0 0 0 30px;
	line-height: 150%;
}
.faqs dd dl {
}
.faqs dd dt {
	margin: 5px 0 10px 0;
	background: none;
}
.faqs dd dd {
	margin: 0 0 10px 20px;
	padding: 0 0 0 20px;
	background: url(/images/arrow-links.gif) no-repeat left 2px;
}
#coupon {
	display: block;
	padding: 10px;
	background: #B4DBE0;
	border: 4px solid #009999;
}
#coupon:hover {
	border: 4px solid #ccc;
}
ul.square {
	padding: 0 0 0 10px;
}
ul.square li {
	margin: 0 0 10px 0;
	list-style: square;
	list-style-position: inside;
}
/*---------sitemap-------------*/
#sitemap li {
	background: url(/images/arrow-links.gif) no-repeat left top;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
}
#sitemap li a {
	display: block;
	margin: 0 0 10px 0;
	font-size: 14px;
}
#sitemap li a:hover {
	color: #DF9300;
}
#sitemap li ul {
	margin: 0 0 0 20px;
}
#sitemap li li {
	background: none;
	list-style: square;
	padding: 0;
	margin: 0 0 0 20px;
}
#sitemap li li a {
	font-size: 12px;
	color: #009E9F;
}
#sitemap li li li {
	list-style: circle;
}
#sitemap li li li a {
	color: #005F5F;
}

#photo li{
float: left;
}

#photo li a{
float: left;
border: 2px solid #009999;
margin: 5px;
padding: 3px;
background: #ccc;
}

#photo li a:hover{
	background: #009999;
	border: 2px solid #ccc;
}

#addresses{
width: 410px;
float: right;
}

#addresses li.street{
	margin: 0px 0 10px;
	font-weight: bold;
}

#addresses li.gmaps{
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 20px 0;
}