@charset "utf-8";
/* Matthew Moving CSS 
Author: EW
Date created: 02.24.09
*/

/* Basic Styles */

* {
margin: 0;
padding: 0;
}

body {
background-color: #8c9194;
color: #444;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

#wrapper {
background: url(../images/main-back.png) repeat-y;
margin: 0 auto;
width: 926px;
}

.clear {
clear: both;
}

/* Header Styles */

#header {
background: url(../images/header-back.jpg) no-repeat;
height: 150px;
}

#callContainer {
float:right;
margin: 45px 100px 0 0;
width:170px;
padding: 0;
}
#callContainer .contact-us-today {
color:#000000;
font-size:16px;
font-weight:bold;
margin: 0;
padding: 0;
line-height:17px;
}
#callContainer .call-paragraph {
color:#000000;
font-size:13px;
margin: 0;
padding: 0;
line-height:15px;
}
#callContainer .phone-number {
color:#ff7b05;
font-size:22px;
font-weight:bold;
line-height:28px;
margin: 0;
padding: 0;
}


/* Menu Styles */

#menu {
background: url(../images/menu-back.png) no-repeat;
height: 40px;
}

#menu ul {
list-style: none;
padding: 0 0 0 30px;
}

#menu li {
display: block;
float: left;
}

#menu a {
color: #fff;
font-size: 12px;
font-weight: bold;
line-height: 40px;
padding: 0 58px 0 0;
text-decoration: none;
}

#menu a.last {
padding: 0;
}

#menu a:hover {
color: #000;
text-decoration: underline;
}

/* Main Styles */

#main {
background: url(../images/top-back.png) no-repeat;
padding: 40px 40px 0 40px;
}

#index-p {
float: left;
width: 380px;
}

ul.index-list {
list-style: none;
}

ul.index-list li {
clear: both;
display: block;
height: 110px;
padding: 0 0 20px 0;
}

ul.index-list p {
line-height: 140%;
padding: 0;
}

ul.index-list a {
font-size: 14px;
padding: 0 0 5px 0;
}

#index-right {
float: right;
width: 435px;
}

/* Quote Form */

#quote {
background: url(../images/quote-back.png) no-repeat;
height: 215px;
margin: 0 0 30px 0;
padding: 15px;
width: 405px;
}

p.quote-header {
color: #f80;
font-size: 22px;
font-weight: bold;
line-height: 100%;
padding: 0 0 10px 0;
}

table.quote-table {
}

table.quote-table td {
}

table.quote-table .input-form {
background: url(../images/input-back.png) repeat-x;
border: solid #ccc 1px;
color: #666;
font-size: 11px;
margin: 2px 30px 5px 0;
padding: 3px 0 3px 5px;
width: 160px;
}

table.quote-table .input-form2 {
background: url(../images/input-back.png) repeat-x;
border: solid #ccc 1px;
color: #666;
font-size: 11px;
margin: 2px 0 5px 0;
padding: 3px 0 3px 5px;
width: 185px;
}

table.quote-table .input-form3 {
background: url(../images/input-back.png) repeat-x;
background-color: #fff;
border: solid #ccc 1px;
color: #666;
font-size: 11px;
height: 21px;
margin: 2px 30px 5px 0;
padding: 0 0 0 5px;
width: 168px;
}

table.quote-table label {
font-weight: bold;
}

p.lower {
padding: 0 0 10px 0;
}

ul.index-locations {
margin: 0 0 20px 0;
}

ul.index-locations li {
display: block;
float: left;
list-style: none;
padding: 3px;
width: 210px;
}

/* Footer */

#footer-in {
border-top: solid #ccc 1px;
height: 15px;
}

p.footer-left {
float: left;
}

p.footer-right {
float: right;
}

#footer {
background: url(../images/footer-back.png) no-repeat;
color: #fff;
height: 25px;
padding: 20px 40px 0 40px;
}

#footer a {
color: #fff;
font-weight: normal;
text-decoration: none;
}

#footer a:hover {
color: #fc0;
}

/* Text Styles */

p {
line-height: 170%;
padding: 0 0 20px 0;
}

h1 {
color: #000;
font-size: 22px;
padding: 0 0 10px 0;
}

h2 {
color: #000;
font-size: 18px;
padding: 0 0 10px 0;
}

h3 {
color: #000;
font-size: 16px;
padding: 0 0 10px 0;
}

a {
color: #f80;
font-weight: bold;
}

a:hover {
color: #000;
}

/* Image Styles */

.left-image {
border: none;
float: left;
}

.page-image {
border: solid #ccc 1px;
float: left;
margin: 0 15px 5px 0;
padding: 2px;
}

.special {
float: left;
padding: 0 10px 0 0;
}

.call-to-action {color:#ff7b05; font-family: Arial, Helvetica, sans-serif; font-size: 24px; text-align:center;}
