@charset "utf-8";
/* ==================== Morse Moving & Storage Secondary Page Layout CSS Styles ==================== */

/*	Table Of Contents
	 1.Page
	 2.Breadcrumbs
	 	a.UL Backgrounds
	 3.Side Bar
	    a.Navigation
	 4.Page Ul Backgrounds
	 5.Real Estate Referrals
	 6.News List
*/

/* ==================== 1.Page ==================== */

#breadcrumb p {
	font-size: 8pt;
}
#side-nav {
	width: 205px;
	float: left;
	background: #70b8ce;
	margin: 0 15px 0 0
}
#side-nav dt {
	padding: 8px 0 8px 15px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background: #003333;
}
#side-nav dd {
}
#side-nav dd a {
	display: block;
	padding: 8px 0 8px 15px;
	color: #fff;
	border-bottom: 1px solid #548b9c;
	border-top: 1px solid #7bcbe3;
}
#side-nav dd a:hover {
	background: #149ba9;
	color: #fff;
}
#side-nav dd a.active, #side-nav dd a.active:hover {
	color: #003333;
	background: #8ae4ff;
}
#content-wrapper {
	width: 960px;
	float: left;
	padding: 15px 0 0 0;
	background: #b4dbe0;
}

#content-wrapper2{
	background: url(/images/three-column-back.gif) repeat-y left top;
	padding: 0 0 0 15px;
	width: 945px;
	float: left;
}

#main-content {
	width: 410px;
	float: left;
	padding: 15px;
	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: 220px;
	float: left;
}
#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 ul.arrow-links {
}
#main-content ul.arrow-links li {
	padding: 0 0 0 20px;
	background: url(/images/arrow-links.gif) no-repeat left 2px;
	margin: 12px 0;
	line-height: 150%;
}
#main-content ol {
}
#main-content ol li {
	font-weight: bold;
	font-size: 12px;
	color: #ff6a00;
	font-style: italic;
	line-height: 150%;
	margin: 12px 0;
}
#main-content ol li span {
	font-weight: normal;
	color: #666666;
	font-style: normal;
}
#main-content ol li strong {
	font-style: normal;
	color: #666666;
}
#main-content ol li p {
	font-style: normal;
	font-weight: normal;
}
#main-content ol li ul {
	margin: 0;
	padding: 0 0 0 30px;
}
#main-content ol li ul li {
	padding: 0;
	color: #666;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 5px 0 5px 0;
	list-style: square;
}
#alpha {
	margin: 10px 0 30px;
	float: left;
}
#alpha li {
	float: left;
}
#alpha li a {
	padding: 3px 4px;
	margin: 0 2px 0 0;
	background: #009999;
	color: #fff;
	border: 1px solid #ccc;
}
#alpha li a:hover {
	background: #fff;
	color: #009999;
}
.section-header {
	font-size: 22px;
	font-weight: bold;
	border-bottom: 1px dashed #ccc;
	margin: 20px 0 10px;
}
#main-content dl {
	margin: 0 0 15px 0;
}
#main-content dl dt {
	font-weight: bold;
	margin: 0 0 5px;
}
#main-content dl dd {
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	border-left: 3px solid #ddd;
}
.image-lists li {
	float: left;
}
.image-lists li img {
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
	float: left;
}
.image-lists li a {
	border: 2px solid #009999;
	clear: both;
	float: left;
	margin: 10px 0;
}
.image-lists li a:hover {
	border: 2px solid #ddd;
}
#contact-form fieldset {
	width: 160px;
	float: left;
}
p.steps {
	background: url(/images/arrow-links.gif) no-repeat left 4px;
	padding: 0 0 5px 20px;
	margin: 20px 0 10px 0;
	border-bottom: 1px solid #ccc;
}
.square-lists {
	margin: 0 0 0 15px;
}
.square-lists li {
	margin: 0 0 10px 0;
	list-style: square
}



