@charset "utf-8";
/* Palmer Moving and Storage CSS-2
Author: EW
Date created: 09.29.08
Blue: #005cb2
Red: #d3212d
*/

* {
margin: 0;
padding: 0;
}

body {
background: url(../images/background.png) repeat-x;
background-color: #fff;
color: #444;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

#wrapper {
background-color: #fff;
border-left: solid #ebebeb 2px;
border-right: solid #ebebeb 2px;
margin: 0 auto;
width: 900px;
}

#clear {
clear: both;
}

/* Header */

#header {
height: 85px;
padding: 10px;
}

#header a {
text-align: right;
font-weight: bold;
text-decoration: none;
}

/* Menu */

#menu {
background: url(../images/menu-back.png) repeat-x;
border-bottom: solid #ebebeb 2px;
border-top: solid #ebebeb 2px;
}

#menu ul {
height: 40px;
}

#menu li {
background: url(../images/span-back.png) top right no-repeat;
display: inline;
float: left;
list-style: none;
padding: 5px 22px 5px 22px;
}

#menu li.ovr {
color: #000;
}

#menu li.last {
background: url(../images/menu-back.png) repeat-x;
display: inline;
float: left;
list-style: none;
padding: 5px 24px 5px 22px;
}

#menu li.last-ovr {
background: url(../images/menu-back.png) repeat-x;
color: #000;
display: inline;
float: left;
list-style: none;
padding: 5px 24px 5px 22px;
}

#menu a {
color: #fff;
text-decoration: none;
}

#menu a:hover {
color: #000;
}

/* Main */

#main {
padding: 30px 5px 20px 10px;
}

/* Left */

#left {
float: left;
width: 260px;
}

/* Side menu */

#side-menu ul {
padding: 5px 0 20px 0;
}

#side-menu li {
border-bottom: dotted #ddd 1px;
list-style: none;
padding: 5px 0 3px 10px;
}

#side-menu li:hover {
background-color: #eee;
border-bottom: dotted #bbb 1px;
}

#side-menu li.ovr {
background-color: #eee;
border-bottom: dotted #bbb 1px;
color: #000;
font-weight: bold;
list-style: none;
padding: 5px 0 3px 10px;
}

#side-menu a {
color: #555;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

#side-menu a:hover {
color: #000;
}

/* Quote */

#quote {
background: url(../images/int-quote-back.png) no-repeat;
height: 438px;
padding: 10px 10px 10px 15px;
width: 230px;
}

#quote label {
color: #fff;
font-size: 12px;
font-weight: bold;
}

#quote td {
padding: 7px 0 0 0;
}

#quote .inputform {
background: url(../images/input-back.png) repeat-x;
background-color: #fff;
border: solid #fff 1px;
color: #444;
font-size: 11px;
height: 13px;
padding: 3px 0 3px 5px;
width: 210px;
}

#quote .inputform3 {
background: url(../images/input-back.png) repeat-x;
background-color: #fff;
border: solid #fff 1px;
color: #444;
font-size: 11px;
height: 22px;
margin: 3px 0 0 0;
padding:0 0 0 5px;
width: 218px;
}

#quote .inputComment {
background: url(../images/input-back.png) repeat-x;
background-color: #fff;
border: solid #fff 1px;
color: #444;
font-size: 11px;
height: 62px;
padding: 3px 0 3px 5px;
width: 210px;
}
/* Right */

#right {
float: right;
width: 600px;
/*border:solid 1px red;*/
}

#services {
padding: 0 10px 5px 0;
}

#services ul {
padding: 0 0 0 20px;
}

#services li {
font-size: 11px;
list-style: square;
padding: 0 20px 15px 0;
}

#services li ul {
padding: 5px 0 0 20px;
}

#services li ul li {
font-size: 10px;
padding: 0 0 5px 0;
}

#services a {
font-size: 12px;
font-weight: bold;
}

#services table {
background-color: #eee;
border: solid #ccc 1px;
}

#services td {
padding: 5px 20px 5px 10px;
}

#services label {
color: #005cb2;
font-weight: bold;
}

#services .inputform {
border: solid #ccc 1px;
color: #444;
font-size: 11px;
height: 13px;
padding: 3px 0 3px 5px;
width: 210px;
}

#services .inputform2 {
border: solid #ccc 1px;
color: #444;
font-size: 11px;
height: 13px;
padding: 3px 0 3px 5px;
width: 460px;
}

#services .inputform3 {
border: solid #ccc 1px;
color: #444;
font-size: 11px;
height: 21px;
padding: 0 0 0 5px;
width: 220px;
}

#services .inputform3long {
border: solid #ccc 1px;
color: #444;
font-size: 11px;
height: 21px;
padding: 0 0 0 5px;
width: 468px;
}

#services .inputform4 {
border: solid #ccc 1px;
color: #444;
font-size: 11px;
height: 100px;
padding: 3px 0 3px 5px;
width: 460px;
}

/* Footer */

#footer {
border-top: solid #ebebeb 1px;
color: #666;
font-size: 11px;
line-height: 140%;
margin: 0 10px 0 10px;
padding: 10px 0 20px 0;
}

#footer a {
color: #666;
text-decoration: none;
}

#footer a:hover {
color: #333;
}

/* Text Styles */

.right {
float: right;
}

.phone {
float: right;
font-size: 24px;
padding: 50px 0 0 0;
}
/* for the online payment adjustment*/
.phone2 {
float: right;
font-size: 24px;
padding: 10px 0 0 0;
}
/*online payment adjustment */


a {
color: #005cb2;
}

a:hover {
color: #000;
}

h1 {
background: url(../images/h1-back.png) no-repeat;
border-bottom: solid #ebebeb 1px;
color: #d3212d;
font-size: 21px;
margin: 0 0 15px 0;
padding: 0 0 0 20px;
}

h2 {
color: #005cb2;
font-size: 16px;
padding: 0 0 5px 0;
}

h3 {
background: url(../images/h3-back.png) no-repeat;
border-bottom: dotted #ddd 1px;
color: #d3212d;
font-size: 16px;
padding: 0 0 3px 20px;
}

h4 { /* Quote */
color: #fff;
font-size: 18px;
}

p.header-four {
color: #fff;
font-size: 20px;
padding: 0;
}

p {
line-height: 140%;
padding: 0 0 15px 0;
}

/* Image Styles */

.left-image {
border: none;
float: left;
}

.right-image {
border:none;
float: right;
}

.quote-button {
padding: 10px 0 0 50px;
}

.err {
	font-weight: bold;
	color: #FF0000;
}
#reviews-promo {float: left; position: relative; top: 25px; left: 10px; margin-right:-200px;}




/* inner form style */
  .webform1inner { width:258px; height:500px;
            background:url(/images/int-quote-back.png) no-repeat;
            color:#fff;
            font-family:Arial, Helvetica, sans-serif;
            font-size:11px;
            padding-top:10px;
            padding-left:15px;
            };
            .webform1inner table td label {
            color:#fff;
            font-family:Arial, Helvetica, sans-serif;
            font-size:11px;
            }
            .webform1inner table td {
           padding-top:5px;
            }			
			.webform1inner table {
				margin-left:35px;
				}
            .formfields {width:150px; height:18px; font-size:12px; border:1px solid #ca2f2f};
            .formfields_dropdown {width:140px; height:20px; font-size:12px; border:1px solid #ca2f2f}
            .quote {font-size:18px;}
            .submit-btn {padding:5px 30px 0 0}
/* inner form style */
