@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	background-color: #866c38;
	background-image: url(images/col_bg_span.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*//////////////////
// BANNER //
//////////////////*/
#banner-bottom {
	width: 970px;
	height: 88px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/col_banner_bottom.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#banner-top {
	width: 970px;
	height: 38px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/col_banner_top.jpg);
	background-repeat: no-repeat;
	display: block;
	clear: both;
}
#banner-mid-container {
	width: 970px;
	height: 42px;
	padding: 0px;
	margin: 0px;
}
#banner-mid-left {
	width: 137px;
	height: 42px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/col_banner_mid_left.jpg);
	background-repeat: no-repeat;
	display: block;
	float: left;
	display: inline;
}
#banner-mid-logo {
	width: 380px;
	height: 42px;
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline;
}
#banner-mid-right {
	width: 453px;
	height: 42px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/col_banner_mid_right.jpg);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}
/*///////////////////////////////
//Bottom links (News, Resources)/
///////////////////////////////*/
#bottom-links {
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	clear: both;
	color: #000000;
}

#bottom-links a:link,
#bottom-links a:visited {
	text-decoration: none;
	color: #4c0606;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: bold;
}

#bottom-links a:hover {
	text-decoration: none;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}

#bottom-links a:active {
	text-decoration: none;
	color: #4c0606;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
/*//////////////////////////////////////
// Base paragraph emphasis formatting//
//////////////////////////////////////*/
.catchline-bold15 {
	font-size: 16px;
	font-weight: bold;
	color: #c31e1e;
	margin: 4px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
/*//////////////
// CC //////////
//////////////*/
#cc {
	width: 233px;
	height: 39px;
	padding: 0px;
	margin: 0px;
}
/*//////////////////////////////////
// citylist page - city formatting//
//////////////////////////////////*/
.citylist-li-left,  .citylist-li-right {
	display: inline;
	float: left;
	width: 200px;
	padding: 0px;
	margin: 0px 0px 10px 20px;
}
.citylist-li-left {
	margin: 0px 0px 10px 30px;
}
.citylist-li-left a:link, .citylist-li-left a:visited,  .citylist-li-right a:link, .citylist-li-right a:visited {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.citylist-li-left a:hover,  .citylist-li-right a:hover {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
}
.citylist-li-left a:active,  .citylist-li-right a:active {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#citylist-span {/* fixes div overflow problem if applicable */
	padding: 1px;
	margin: 0px;
	width: 469px;
	display: block;
	clear: both
}
/*////////////////////////////
//Alpha city menu formatting///
////////////////////////////*/
#cloud-menu {
	font-size: 11px;
	margin: 0px 0px 4px 0px;
}
#cloud-menu a:link,  #cloud-menu a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#cloud-menu a:hover {
	text-decoration: none;
	color: #c31e1e;
	font-weight: bold;
}
#cloud-menu a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
/*// CONTENT FIX //*/
.content-fix {
	width: 970px;
	height: 1px;
	clear: both;
	display: block;
}
/*////////////////////////////
//Base paragraph formatting///
////////////////////////////*/
.content-pgraph {
	font-size: 13px;
	padding: 8px;
	margin: 8px;
}
.content-pgraph a:link {
	color: #000000;
	text-decoration: none;
}
.content-pgraph a:visited {
	color: #000000;
	text-decoration: none;
}
.content-pgraph a:hover {
	color: #000000;
	text-decoration: none;
}
.content-pgraph a:active {
	color: #000000;
	text-decoration: none;
}
/*//////////////////
// COMPANY HEADER //
//////////////////*/
#company-header { /* COMPANY NAME AT TOP */
	padding: 0px;
	clear: both;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #6a1010;	
	clear: both;
	text-align: left;
	text-transform: uppercase;
	background-color: #b49d6f;
}
/*//////////////////////
//Base containers//////
/////////////////////*/
#container-in {
	width: 970px;
	margin: 0px;
	padding: 0px;
}
#container-out {
	margin: 0px;
	padding: 0px;
	background-position: center;	
}
/*//////////////////
// CONTENT //
//////////////////*/
#content {
	padding: 0px 12px 0px 12px;
	margin: 0px;
}
#content p {
	padding: 0px;
	margin: 4px 0px 4px 0px;
}
#content-bottom {
	width: 970px;
	height: 17px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/col_content_bottom.gif);
	background-repeat: no-repeat;
	display: block;
}
#content-container {
	width: 970px;
	padding: 0px;
	margin: 0px;
	clear: both;
	background-image: url(images/col_content_span.gif);
	background-repeat: repeat-y;
}
/*// CONTENT FIX //*/
.content-fix {
width: 970px;
height: 1px;
clear: both;
display: block;
}
/*/ CONTENT LEFT /*/
#content-left {
	width: 233px;
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline;
}
/*/ CONTENT RIGHT /*/
#content-right {
	width: 728px;
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline;
}
#content-top {
	width: 728px;
	height: 17px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/col_content_top.gif);
	background-repeat: no-repeat;
	display: block;
}
/*////////////////
// FEED CONTAINER //
//////////////////*/
#feed-container {	
	margin: 0px 0px 0px 0px;
	padding: 12px 0px 8px 0px;
	text-align: center;
	color: #ffffff;
}
.feed-img {
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
/*////////////////////////////////
//Footer formatting///////////
////////////////////////////////*/
#footer {
	padding: 7px;
	margin: 0px;
	text-align: center;
	clear: both;
	text-transform: uppercase;	
}
#footer h1 {
	padding: 0px;
	margin: 0px;
}
#footer h1 a,
#footer a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #4c0606;
	font-size: 11px;
	font-weight: bold;
}
#footer-container {
	width: 970px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background-color: #b49d6f;	
}
#footer-bottom {
	width: 970px;
	height: 9px;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	display: block;
}
/*////////////////////////////////
//Form paragraph formatting///////
////////////////////////////////*/
#form-greeting { /* Used on com form */
	padding: 10px 0px 15px 0px;
	font-size: 14px;
}
/*///////////////
// FRIENDS //////
///////////////*/
#friends {
	padding: 0px;
	margin: 6px 0px 0px 0px;
	clear: both;
	color: #4c0606;
}
#friends a,  #friends a:link,  #friends a:visited {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #4c0606;
}
#friends a:hover {
	text-decoration: underline;
	color: #ffffff;
}
/*/////////////
// I-LINK /////
/////////////*/
.i-link {
	text-decoration: none;
	color: #000000;
}
/*////////////////////////////////
//Link cloud formatting///////////
////////////////////////////////*/
#link-cloud {
	padding: 8px 32px 8px 32px;
	margin: 0px 0px 0px 0px;
	clear: both;
	background-image: url(images/span_content.gif);
	background-repeat: repeat-y;
	font-size: 13px;
}
#link-cloud a:link,  #link-cloud a:visited {
	text-decoration: none;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	clear: both;
}
#link-cloud a:hover {
	text-decoration: none;
	color: #c31e1e;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	clear: both;
}
#link-cloud a:active {
	text-decoration: none;
	color: #000000;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	clear: both;
}
#link-cloud-nw-title {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
#link-cloud h1 {
	display: inline;
}
#link-cloud-bottom-text {
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 10px 32px
}
.list-link {
	padding: 2px 0px 2px 0px;
}

.list-link a:link,
.list-link a:visited {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: none;	
}

.list-link a:hover {
	font-weight: bold;
	font-size: 14px;
	color: #CC0000;
	text-decoration: none;
}

.list-link a:active {
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	text-decoration: none;	
}
/*////////////////////////////////
//Link cloud formatting///////////
////////////////////////////////*/
#link-cloud {
	padding: 8px 16px 8px 16px;
	margin: 0px 0px 0px 0px;
	clear: both;
	background-image: url(images/span_content.gif);
	background-repeat: repeat-y;
	font-size: 13px;
}
#link-cloud a {
	font-weight: bold;
	font-size: 12px;
}
#link-cloud a:link,  #link-cloud a:visited {
	text-decoration: none;
	color: #000000;
	padding: 0px;
	margin: 0px;
	/*font-size: 13px;*/
	clear: both;
}
#link-cloud a:hover {
	text-decoration: none;
	color: #c31e1e;
	padding: 0px;
	margin: 0px;
	/*font-size: 13px;*/
	clear: both;
}
#link-cloud a:active {
	text-decoration: none;
	color: #000000;
	padding: 0px;
	margin: 0px;
	/*font-size: 13px;*/
	clear: both;
}
#link-cloud-nw-title {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
#link-cloud h1 {
	display: inline;
}
#link-cloud-bottom-text {
	font-weight: bold;
	font-size: 11px;
	margin: 0px 0px 10px 16px
}
/*//////////////////////
// MAIN PHONE //////
/////////////////////*/
#main-phone {
	padding: 0px;
	margin: 0px 0px 0px 145px;
	font-size: 22px;
	font-weight: bold;
	color: #000000;
}
/*////////////////////////
// MENU TEXT LINKS ///
/////////////////////////*/
#menu-container {
	width: 233px;
	padding: 0px;
	margin: 0px 0px 10px 0px;	
	background-image: url(images/col_menu_span.gif);
	background-repeat: repeat-y;
}
#menu-cap {
	padding: 0px;
	margin: 0px;
	width: 233px;
	height: 34px;
	display: block;
	clear: both;
	background-image: url(images/col_menu_cap.gif);
	background-repeat: no-repeat;
}
.menu-bottom {
	width: 233px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/col_menu_bottom.gif);
	background-repeat: no-repeat;
	clear: both;
	display: block;
}
#menutxt {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 233px;
	clear: both;
}
#menutxt ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menutxt ul li {
	padding: 0px;
	margin: 0px;
}
#menutxt .button {	
	margin: 0px 0px 0px 12px;
	padding: 0px;
}
#menutxt .button a {
	width: 207px;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#menutxt .button a:link,  #menutxt .button a:visited {
	color: #474020;
	text-decoration: none;
}
#menutxt .button a:hover {
	color: #f9f1d4;
	background-color: #6e0c0c;
}
#menutxt .button .txt {
	padding: 0px;
	margin: 0px 0px 0px 8px;
}
/*//////////////////////
// MOVING IMG //////////
//////////////////////*/
.movingimg {
	border: 1px solid #ae2829;
	float: right;
	padding: 0px;
	margin: 4px;
	clear: right;
}
/*////////////////////////
// NEWS SUMMARIES ////////
////////////////////////*/
#news-menu {
	width: 233px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	background-image: url(images/col_menu_span.gif);
	background-repeat: repeat-y;	
}
#news-header {
	width: 233px;
	height: 35px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/col_news_header.gif);
	background-repeat: no-repeat;
	display: block;
}
#news-container {
	width: 233px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;		
}
#news-container p {
	padding: 0px;
	margin: 0px;
}
.news-title {
	padding: 3px 15px 3px 15px;
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	border-top: 0px solid #c03603;		
}
.news-title a {
	font-weight: bold;
	font-size: 12px;
	color: #c03603;
}
.news-title a:link,
.news-title a:visited {
	text-decoration: none;
}
.news-title a:hover {
	color: #c03603;
	text-decoration: underline;
}
.news-content {
	padding: 3px 15px 3px 15px;
	margin: 0px;
	font-size: 11px;
}
.news-more a {
	font-size: 11px;
	font-weight: normal;
}
.news-more a:link,
.news-more a:visited {
	color: #c03603;
	text-decoration: none;
}
.news-more a:hover {
	color: #c03603;
	text-decoration: underline;
}
/*//////////////////
// PAGEHEAD ////////
/////////////////*/
#pagehead {
padding: 3px 0px 3px 0px;
margin: 0px;
text-align: center;
clear: both;
background-color: #6e0c0c;
}
#pagehead h1 {
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
}
#pagehead a {
padding: 0px;
margin: 0px;
text-decoration: none;
font-weight: bold;
font-size: 16px;
color: #e4d28b;
}

/*////////////////////////////
// Phone number list styles //
////////////////////////////*/
#phone-head em {
	font-weight: bold;
	font-size: 16px;
}
#phone-head a {
	text-decoration: none;
	color: #000000;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
#phone-list p,  #phone-list p ul,  #phone-list p ul li,  .phone-nums {
	font-weight: bold;
	font-size: 16px;
	margin-top: 0px;
	padding-top: 0px;
}
#phone-list p {
	margin: 20px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
}
#phone-list li {
	margin-left: 0px;
	font-weight: bold;
}
#phone-list li a:link,  #phone-list li a:visited {
	color: #CC0000;
	text-decoration: none;
}
#phone-list li a:hover {
	color: #CC0000;
	text-decoration: underline;
}
/*//////////////////////
// SERVICEBOXES //////
/////////////////////*/
#serviceboxes {
	width: 970px;
	height: 87px;
	background-image: url(images/col_serviceboxes.jpg);
	background-repeat: no-repeat;
	display: block;
	clear: both;
}
/*////////////////////
// SITEMAP //
//////////////////*/
#sitemap {
	padding: 0px 0px 0px 10px;
}
#sitemap p {
	font-size: 13px;
	font-weight: bold;
}
#sitemap p a:link,
#sitemap p a:visited,
#sitemap h1 a:link,
#sitemap h1 a:visited,
#sitemap p h1 a:link,
#sitemap p h1 a:visited,
#sitemap ul li a:link,
#sitemap ul li a:visited {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}
#sitemap p a:hover,
#sitemap p h1 a:hover,
#sitemap ul li a:hover,
#sitemap h1 a:hover {
	font-size: 13px;
	font-weight: bold;
	color: #c31e1e;
}
/* the div that holds the date picker calendar */
.dpDiv {
}
/* the table (within the div) that holds the date picker calendar */
.dpTable {
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
text-align: center;
color: #505050;
background-color: #ddc087;
border: 1px solid #AAAAAA;
}
/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
}
/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
}
/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
}
/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
}
/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
border: 1px solid #ece9d8;
}
/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
background-color: #CCCCCC;
border: 1px solid #AAAAAA;
}
/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
background-color: #aca998;
border: 1px solid #888888;
cursor: pointer;
color: red;
}
/* the table cell that holds the name of the month and the year */
.dpTitleTD {
}
/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
}
/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
}
/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
background-color: #CCCCCC;
border: 1px solid #AAAAAA;
color: white;
}
/* additional style information for the text that indicates the month and year */
.dpTitleText {
font-size: 12px;
color: gray;
font-weight: bold;
}
/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
color: 4060ff;
font-weight: bold;
}
/* the forward/backward buttons at the top */
.dpButton {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
color: gray;
background: #d8e8ff;
font-weight: bold;
padding: 0px;
}
/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
font-size: 10px;
color: gray;
background: #d8e8ff;
font-weight: bold;
}
/*////////////
// SLIMFORM //
///////////*/
.slimform-container {
margin: 0px 20px 8px 0px;
padding: 0px;
width: 189px;
background-image: url(images/formslim_span.gif);
background-repeat: repeat-y;
float: right;
}
#cap-moving-from {
width: 189px;
height: 30px;
background-image: url(images/cap_moving_from.gif);
background-repeat: no-repeat;
display: block;
}
#cap-moving-to {
width: 189px;
height: 30px;
background-image: url(images/cap_moving_to.gif);
background-repeat: no-repeat;
display: block;
}
#cap-personal-info {
width: 189px;
height: 30px;
background-image: url(images/cap_moving_personal.gif);
background-repeat: no-repeat;
display: block;
}
.formslim-bottom {
padding: 0px;
margin: 0px;
width: 189px;
height: 14px;
display: block;
background-image: url(images/formslim_bottom.gif);
background-repeat: no-repeat;
}
.slimform-content {
width: 189px;
padding: 0px;
margin: 0px;
}
input {
width: 80px;
padding: 0px;
margin: 0px;
}
.labelbox {
width: 189px;
height: 16px;
padding: 0px;
margin: 6px 0px 0px 0px;
display: block;
}
.city {
background-image: url(images/label_city.gif);
background-repeat: no-repeat;
}
.state {
background-image: url(images/label_state.gif);
background-repeat: no-repeat;	
}
.zip {
background-image: url(images/label_zip.gif);
background-repeat: no-repeat;	
}
.pickup-date {
background-image: url(images/label_pickup_date.gif);
background-repeat: no-repeat;	
}
.delivery-date {
background-image: url(images/label_delivery_date.gif);
background-repeat: no-repeat;	
}
.size {
background-image: url(images/label_size.gif);
background-repeat: no-repeat;	
}
.fname {
background-image: url(images/label_fname.gif);
background-repeat: no-repeat;		
}
.lname {
background-image: url(images/label_lname.gif);
background-repeat: no-repeat;		
}
.homephone {
background-image: url(images/label_homephone.gif);
background-repeat: no-repeat;		
}
.workphone {
background-image: url(images/label_workphone.gif);
background-repeat: no-repeat;		
}
.email {
background-image: url(images/label_email.gif);
background-repeat: no-repeat;		
}
.comments {
background-image: url(images/label_comments.gif);
background-repeat: no-repeat;		
text-align: left;
}
.required {
background-image: url(images/label_required.gif);
background-repeat: no-repeat;		
}
.inputbox {
padding: 0px;
margin: 0px;
clear: both;
text-align: center;
}
#step2
{
display:	none;
}
#step3
{
display:	none;
}
.formButton
{
cursor:		hand;
cursor:		pointer;
}
.invalid-input
{
background-color:		#fffb80;
}