@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	color: #000;
	line-height: 160%;
	text-align: center;
	background:#e1e1e1;
}
img {
	border: 0;
}
h1 {
	color: #073259;
	font-size: 22px;
	padding: 35px 0 10px 25px;
	margin: 0;
	height: 28px;
	text-align:left;
}
h2 {
	color: #111111;
	font-size: 13px;
	padding: 10px 0 30px 0;
	margin: 0 0 0 22px;
	font-weight: normal;
	text-align:left;
}
p {
	color: #111111;
	font-size: 13px;
	padding: 10px 0 30px 0;
	margin: 0 0 0 22px;
	font-weight: normal;
	text-align:left;
	line-height: 160%;
}
#main-container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 980px;
	height: auto;
	background:#FFFFFF;
}
#header {
	margin: 0;
	padding: 0;
	position: relative;
	width: 980px;
	height: 103px;
	background:url(../images/header.gif);
}
#header img{
	margin: 0;
	padding: 0;
	position: relative;
	width: 400px;
	height: 80px;
	top: 0;
	left: 0;
}
#header p{
	position: absolute;
	right: 60px;
	top: 65px;
}
#header a{
	color: #073259;
	font-size: 11px;
	text-decoration:underline;
}
#header a:hover{
	text-decoration:none;
}
#content {
	margin: 0;
	padding: 0 0 25px 0;
	position: relative;
	text-align:center;
	width: 976px;
	height: auto;
	background: url(../images/colorbars_rt.gif) no-repeat top right #ffffff;
	border-right: #69321f solid 4px;
}
#footer {
	margin: 0;
	padding: 0;
	position: relative;
	width: 980px;
	height: 100px;
	background: url(../images/colorbars_ftr.gif) no-repeat top left #ffffff;
	border-top: #69321f solid 4px;
}
#footer ul{
	padding: 0;
	margin: 5px 20px 0 0;
	text-align:right;
}
#footer ul li {
	display: inline;
	margin: 0;
	padding: 0 30px 0 0;
}
#footer a{ 
	text-decoration:none;
	color: #69321f;
	font-size: 12px;
}
#footer a:hover{ 
	text-decoration:underline;
}
#copyright {
	margin: 25px 0 0 0;
	padding: 0;
	height: 26px;
	width:320px;
	position:relative;
	float: left;
}
#copyright p{ 
	text-decoration:none;
	color: #acacac;
	font-size: 10px;
	text-align:right;
}
#trusticons {
	margin: 10px 15px;
	padding: 0;
	height: 50px;
	width:600px;
	position:relative;
	float: left;
}
#trusticons ul{
	padding: 0;
	margin: 0;
	text-align:left;
}
#trusticons ul li {
	display: inline;
	margin: 0;
	padding: 0 15px 0 0;
}
#cta {
	margin: 0 0 25px 0;
	padding: 0;
	position: relative;
	width: 932px;
	height: 452px;
	background: url(../images/heroshot.jpg) no-repeat top right;
}
#returning {
	margin: 0 0 25px 0;
	padding: 0;
	position: relative;
	width: 932px;
	height: 452px;
	background: url(../images/heroshot_ru.jpg) no-repeat top right;
}
#address-box {
	margin: 27px 0 0 0;
	padding: 0;
	position: relative;
	text-align:left;
	float: left;
	width: 637px;
	height: 274px;
	background: url(../images/address_box.jpg) no-repeat;
}
#address-box h1{
	color: #FFFFFF;
	font-size: 22px;
	position: absolute;
	padding: 0;
	margin: 0;
	height: 35px;
	width: 565px;
	left: 65px;
	top: 20px;
}
#address-box ul{
	color: #FFFFFF;
	font-size: 15px;
	position: absolute;
	padding: 0;
	margin: 0;
	height: 35px;
	width: 565px;
	line-height: 190%;
	left: 90px;
	top: 65px;
}
#address-box li{
	list-style-image: url(../images/arrow.jpg);
	list-style-position: outside;
}
#radio-buttons {
	width: 565px;
	position: relative;
	margin: 0 0 0 60px;
	padding: 0;
	top: 185px;
	font-size: 14px;
}

.service-type-hilight {
	font-size:16px;
	font-weight:bold;
	padding: 0 15px 0 0;
}
#street {
	left: 65px;
	width: 225px;
}
#apt {
	left: 305px;
	width: 100px;
}
#zip {
	left: 418px;
	width: 100px;
}
#street, #apt, #zip {
	position:absolute;
	top: 225px;
	color:#000;
	border: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
input.streetaddress, input.apt, input.city, input.zip, input.email, input.streetaddress-selected, input.apt-selected, input.zip-selected {
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin: 2px 0px 5px 0px;
	border: 1px solid #fff;
}
input.streetaddress{
	background: #ffffff url(../images/street.gif) no-repeat 0 0px !important;
	width: 225px;
}
input.streetaddress-selected {
	background: #fff !important;
	width: 225px;
}
input.apt {
	background: #ffffff url(../images/apt.gif) no-repeat 0 0px !important;
	width: 100px;
}
input.apt-selected {
	background: #fff !important;
	width: 100px;
}
input.zip {
	background: #ffffff url(../images/zip.gif) no-repeat 0 0px !important;
	width: 100px;
}
input.zip-selected {
	background: #fff !important;
	width: 100px;
}
#continue-button {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 214px;
	left: 545px;
	width: 89px;
	height: 49px;
}
input.continue-btn {
	width: 89px;
	height: 49px;
	background:url(../images/go_button.jpg) no-repeat 0px 0px;
}
input.continue-btn:hover {
	background-position: 0px -49px;
}
#modules {
	margin: 0;
	padding: 0;
	position: relative;
	width: 932px;
	height: 260px;
}
#module-1 {
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	width: 288px;
	height: 256px;
	background:#FFFFFF;
	border: 2px solid #cccccc;
	float: right;
}
#module-2, #module-3 {
	margin: 0 15px 0 0;
	padding: 0;
	position: relative;
	width: 288px;
	height: 256px;
	background:#FFFFFF;
	border: 2px solid #cccccc;
	float: right;
}
#module-1 {
	background: url(../images/writing.jpg) no-repeat bottom right;
}
#module-2 {
	background: url(../images/couple.jpg) no-repeat bottom right;
}
#module-3 {
	background: url(../images/mailbox.jpg) no-repeat bottom right;
}
div.header {
	margin: 0;
	padding: 0;
	height: 60px;
	width: 288px;
	position: relative;
}
div.coaf {
	background: url(../images/coaf.jpg) no-repeat 0px 0px;
}
div.moving {
	background: url(../images/moving.jpg) no-repeat 0px 0px;
}
div.checklist {
	background: url(../images/checklist.jpg) no-repeat 0px 0px;
}
#module-1 p, #module-2 p, #module-3 p {
	color: #111111;
	font-size: 14px;
	padding: 15px 10px;
	margin: 0;
	line-height: 160%;
}
#module-1 a img, #module-2 a img, #module-3 a img {
	margin: 0;
	padding: 0;
	position:absolute;
	bottom:20px;
	left: 10px;
	height: 30px;
	width: 117px;
	background: url(../images/btn-learn.png) no-repeat 0px 0px;
}
#module-1 a:hover img, #module-2 a:hover img, #module-3 a:hover img {
	background-position: 0px -30px;
}
/*Returning Users*/
#login {
	position:relative;
	float: left;
	padding:10px;
	margin: 15px 0px 10px 25px;
	width:210px;
	height: auto;
	border: 1px solid #2A5543;
	left:0;
	color:#333;
	font-weight:bold;
	background:#DFDABC;
}
#login input{
	position:relative;
	margin:5px 0px 5px 0px;
	padding:0;
	width:200px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#login a{
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#006699;
	font-weight:bold;
	text-decoration:underline;
}
#login a:hover{
	text-decoration:none;
	color:#3399CC;
	font-decoration:none;
}
input.submit {
	width: 200px;
	height: 25px;
	background:url(../images/btn-submit.gif) no-repeat 0px 0px;
}
input.submit:hover {
	background-position: 0px -25px;
}
input.continue {
	width: 200px;
	height: 25px;
	background:url(../images/btn-continue.gif) no-repeat 0px 0px;
}
input.continue:hover {
	background-position: 0px -25px;
}
#moverbody {
	width: 780px;
	height: auto;

}