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

body {
	background: #f1f0eb;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #323232;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

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

#page {
	width: 980px;
	margin: 0 auto;
}

#leftcolumn {
	width: 246px;
	float: left;
	margin-right: 6px;
}

#links {
	width: 216px;
	height: 297px;
	padding: 15px;
	background: #fff;
	margin-bottom: 10px;
}

#links li {
	background: url(../images/separater-dashed.gif) repeat-x bottom left;
}

#links a {
	display: block;
	padding: 12px 0 12px 44px;
	background: url(../images/bullet.gif) no-repeat 1.7em 1.2em;
	color: #373936;
	font-size: 0.9em;
	text-transform: uppercase;
}

#links a:hover, #links a.current {
	background: url(../images/mouseover.gif) no-repeat left center;
	color: #fff;
}

.box {
	width: 246px;
	height: 115px;
	color: #fff;
}

.box a {
	text-transform: uppercase;
	color: #fff;
}

.marginbottom {
	margin-bottom: 6px;
}

.ourservices {
	background: url(../images/banner-ourservices.gif) no-repeat left top;
	padding: 35px 15px 0 15px;
	width: 216px;
	height: 80px;
}

.movingtips {
	background: url(../images/banner-movingtips.gif) no-repeat left top;
	padding: 35px 15px 0 15px;
	width: 216px;
	height: 80px;
}

.imgnavheader {
	border-bottom: 1px solid #d6d7cf;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}

#rightcolumn {
	float: left;
	width: 728px;
}

#content {
	background: #fff;
	width: 718px;
	padding: 5px;
}

#banner {
	width: 718px;
	height: 322px;
	background: url(../images/banner.jpg) no-repeat left top;
}

.bannertext {
	color: #fff;
	padding-top: 296px;
	padding-left: 15px;	
}

#pagecontent {
	padding: 20px 18px;
	text-align:justify;
	min-height:311px;
}
#pagecontent ul li {
	list-style-type:disc;
	margin-left:25px;
}

img.floatleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#footer {
	background: #373934;
	padding: 14px;
	color: #fff;
	font-size: 0.9em;
	height:25px;
}

#footer a {
	color: #fff;
}

#footer li {
	float: left;
	margin-right: 3px;
}

#footer p {
	clear: both;
}

h1 {
	font-size: 1.8em;
}
