@charset "utf-8";
/* Dunmar Moving
Author: EW
Date created: 04.29.09
*/

* {
margin: 0;
padding: 0;
}

body {
background: url(../images/background.png) repeat-x;
background-color: #d1d1d1;
color: #666;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

#wrapper {
margin: 0 auto;
width: 930px;
}

.clear {
clear: both;
}

/* Header */

#header {
height: 100px;
}

.allied {
border: none;
float: left;
padding-top: 15px;
}

#header a {
color: #333;
text-decoration: none;
}

#header a:hover {
color: #e17300;
text-decoration: underline;
}

p.header-p {
float: right;
padding: 15px 15px 0 0;
text-align: right;
}

p.header-p span.phone {
color: #000;
font-size: 24px;
font-weight: bold;
}

#header dl {
float:left;
padding-right: 25px;
padding-top: 25px;
font-size: 12px;
font-weight: bold;
padding-left: 20px;
}

#header dl strong {
color:#CC6600;
}



/* Menu */

#menu {
height: 26px;
padding: 0 0 0 8px;
}

#menu ul.nav {
list-style: none;
}

#menu ul.nav li {
display: block;
float: left;
}

#menu a {
background: url(../images/menu-back.png) no-repeat top left;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 17px 20px 17px 25px;
text-decoration: none;
}

#menu a:hover {
background: url(../images/menu-ovr-back.png) no-repeat top left;
color: #fc0;
}

#menu a.first {
background: url(../images/menu-first-back.png) no-repeat top left;
padding: 17px 23px 17px 25px;
}

#menu a.first:hover {
background: url(../images/menu-first-ovr-back.png) no-repeat top left;
}

#menu a.last {
background: url(../images/menu-last-back.png) no-repeat top left;
padding: 17px 29px 17px 26px;
}

#menu a.last:hover {
background: url(../images/menu-last-ovr-back.png) no-repeat top left;
}

/* Quote */

#quote {
background: url(../images/quote-back.jpg) no-repeat;
height: 222px;
}

html>body #quote-int {
color: #fff;
float: right;
margin: 0 35px 0 0;
padding: 15px 0 0 0;
width: 415px;
}

#quote-int {
color: #fff;
float: right;
margin: 0 10px 0 0;
padding: 15px 0 0 0;
width: 415px;
}

#quote-int p {
padding: 0 0 10px 0;
}

#quote-int p.quote-header {
color: #ffc600;
font-size: 24px;
font-weight: bold;
}

#quote-int label {
font-weight: bold;
}

.quoteform {
border: solid #fff 1px;
color: #000;
font-size: 11px;
margin: 2px 15px 15px 0;
padding: 3px 0 3px 5px;
width: 120px;
}

label {
display: block;
}


select {
color: #000;
border: none;
font-size: 11px;
margin: 2px 17px 15px 0;
padding: 3px 2px 3px 5px;
width:125px;
height: 21px;
display: block;
}



input.quoteformZip {
border: solid #fff 1px;
color: #000;
font-size: 11px;
margin: 2px 13px 15px 0;
padding: 3px 0 3px 5px;
width: 48px;
}

.quoteform2 {
border: solid #fff 1px;
color: #000;
font-size: 11px;
height: 21px;
margin: 2px 15px 15px 0;
padding: 0 0 0 5px;
width: 270px;
}

/* Main */

#main {
background: url(../images/main-back.png) repeat-y;
padding: 0 40px;
}

#main p.crumbs {
border-bottom: solid #ddd 1px;
font-weight: bold;
margin: 0 0 20px 0;
padding: 0 0 2px 0;
}

#main p.crumbs strong {
color: #e17300;
}

#main p {
line-height: 160%;
padding: 0 0 20px 0;
}

#main a {
color: #e17300;
font-weight: bold;
font-size: 12px;
}

#main a:hover {
color: #000;
}

#index-left {
float: left;
width: 435px;
}

#index-left ul.locations {
color: #fc0;
float: left;
padding: 0 20px 20px 20px;
}

#index-left ul.locations li {
padding: 0 0 10px 0;
}


#index-right {
float: right;
width: 380px;
}

#index-right p.index-header {
background: url(../images/index-header-back.png) no-repeat top left;
color: #000;
font-size: 14px;
font-weight: bold;
padding: 0 0 10px 21px;
}

#services {
padding: 0 0 10px 0;
}

#testimonial p.testimonial {
font-style: italic;
padding: 0 0 10px 0;
}

#testimonial p.testimonial-sig {
color: #444;
font-style: italic;
font-weight: bold;
padding: 0;
text-align: right;
}

/* Footer */

#footer {
}



.left-footer {
float: left;
width: 500px;
padding-left: 15px;
}

#footer p {
padding: 0 0 0px 0px;
}


.right-footer {
float: right;
width: 350px;
}
.right-footer img {
border: none;
}

.right-footer p {
line-height: 180%;
padding: 0 15px 30px 0;
text-align: right;
}

#footer a {
color: #444;
text-decoration: none;
}

#footer a:hover {
color: #e17300;
text-decoration: underline;
}

#footer img {
border: none;
padding-right: 15px;
}

/* Text Styles */

h1 {
background: url(../images/h1-back.png) no-repeat top left;
color: #000;
font-size: 24px;
padding: 0 0 10px 25px;
}

h2 {
background: url(../images/h2-back.png) no-repeat top left;
color: #000;
font-size: 14px;
padding: 0 0 15px 21px;
}

/* Image Styles */

.page {
border: solid #ccc 1px;
float: left;
margin: 0 15px 0 0;
padding: 2px;
}

.right-image {
border: none;
float: right;
}

.virginia-green {
border: none;
float: right;
padding: 0 7px 0 0;
}


