@charset "utf-8";
/* Arnoff Moving &amp; Storage CSS
Author: EW
Date created: 09.17.08
Red: #ee0700
Blue: #1b5199
Header blue: #2569b4
*/


/* Begin Photo Gallery */
#dtPhotos p{
    padding: 0  10px 10px 20px;   
}
/* End Photo Gallery */

/* Begin Accordian */
.accordionHeader{
    border: 1px solid #DED7C5;
    color: white;
    background: url(../images/nav_bg_arrow.jpg) repeat-x;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer; 
}

#master_content .accordionHeader a{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected{
    border: 1px solid #DED7C5;
    color: white;
    background: url(../images/nav_bg.jpg) repeat-x;
	font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

#master_content .accordionHeaderSelected a{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover{
	background: none;
	text-decoration: underline;
}

.accordionContent{  
    background-color: #eee;
    padding:0px, 0px,  0px, 0px ;
	border: solid #b7cee4 1px;
	vertical-align:top;
    border-top: none;
}

/* End Accordian */




* {
margin: 0;
padding: 0;
}

body {
background: url(../images/background.png) repeat-x;
background-color: #a0bfea;
color: #333;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#wrapper {
margin: 0 auto;
width: 814px;
}

#clear {
clear: both;
}

/* Header */

#header {
color: #ee0700;
font-size: 11px;
font-weight: bold;
height: 85px;
}

#header-in {
float: right;
padding: 10px 0 0 0;
text-align: right;
}

/* Menu */

#menu {
}

#menu ul {
height: 45px;
}

#menu li {
display: inline;
float: left;
list-style: none;
padding: 8px 19px 8px 20px;
}

#menu li:hover {
background: url(../images/menu-ovr.png) repeat-x;
color: #000;
padding: 8px 19px 8px 20px;
}

#menu li.ovr {
background: url(../images/menu-ovr.png) repeat-x;
color: #000;
padding: 8px 19px 8px 20px;
}

#menu li.last {
padding: 8px 20px 8px 20px;
}

#menu li.last-ovr {
background: url(../images/menu-ovr.png) repeat-x;
color: #000;
padding: 8px 20px 8px 20px;
}

#menu a {
color: #fff;
font-weight: normal;
}

#menu a:hover {
color: #000;
}

/* Quote */

#quote {
background: url(../images/quote-back.png);
float: left;
height: 201px;
width: 290px;
}

#quote-in {
color: #fff;
font-weight: bold;
padding: 10px;
}

#quote-in td {
padding: 5px 8px 3px 0;
}

#insidequote-in td {
padding: 0 10px 0 0;
white-space:nowrap;
vertical-align:top;
}

#insideEndquote-in td {
padding: 0 0 0 0;
white-space:nowrap;
vertical-align:top;
}
    
#quote-in .inputform {
border: solid #999 1px;
color: #333;
font-size: 11px;
height: 13px;
padding: 3px 0 3px 5px;
width: 90px;
}

#quote-in  h3 { /* White */
color: #fff;
font-size: 24px;
font-weight: normal;
}
#quote-in  .newh3 { /* White */
color: #fff;
font-size: 24px;
font-weight: normal;
}


#insidequote-in  .inputState {
border: solid #999 1px;
color: #333;
font-size: 11px;
height: 21px;
padding: 0 0 0 5px;
width: 50;
text-align:left;
}
#insidequote-in  .inputZip {
border: solid #999 1px;
color: #333;
font-size: 11px;
height: 13px;
padding: 3px 0 3px 5px;
width: 50px;
}

#quote-in .inputform2 {
border: solid #999 1px;
color: #333;
font-size: 11px;
height: 13px;
padding: 3px 0 3px 5px;
width: 140px;
}

#quote-in .inputform3 {
border: solid #999 1px;
color: #333;
font-size: 11px;
height: 21px;
padding: 0 0 0 5px;
width: 145px;
}

#quote-in .inputformLongDropdown {
border: solid #999 1px;
color: #333;
font-size: 11px;
height: 21px;
padding: 0 0 0 5px;
width: 150px;
text-align:left;
}

#quote-in .inputformPhone {
border: solid #999 1px;
color: #333;
font-size: 11px;
height: 13px;
padding: 3px 0 3px 5px;
width: 145px;
}

#quote-in .inputformComment1 {
border: solid #999 1px;
color: #333;
font-size: 11px;
height: 41px;
padding: 0 0 0 5px;
width: 90px;
}

#quote-in .inputformComment {
border: solid #999 1px;
color: #333;
font-size: 11px;
height: 41px;
padding: 0 0 0 5px;
width: 145px;
}

.quote-top {
font-size: 12px;
font-weight: normal;
padding: 5px 0 0 0;
}

/* Main */

#crumbs {
border-bottom: solid #e1e1e1 1px;
font-size: 11px;
margin: 0 0 10px 0;
padding: 0 0 5px 0;
}

#crumbs h1 {
color: #333;
font-size: 11px;
font-weight: normal;
}

#content {
background-color: #fff;
border-bottom: solid #899fbe 2px;
border-left: solid #899fbe 2px;
border-right: solid #899fbe 2px;
}

#left {
float: left;
width: 520px;
}

#right {
float: left;
width: 290px;
}

#main {
padding: 0 0 0 10px;
width: 480px;
}

htlm>body #main {
padding: 0 0 0 10px;
width: 485px;
}

#main ul {
padding: 0 0 10px 30px;
}

#main li {
color: #555;
list-style: square;
padding: 0 0 5px 0;
}
#main ul li ul {
    padding: 10px 0 0px 30px;
}

#main ul li ul a {
   color: #880400;
}

#main ul li ul a:hover{
    color: #000;
}

#main-table {
background: #eee;
border: solid #899fbe 1px;
margin: 0 0 15px 0;
width: 100%;
}

#main-table td {
border-bottom: solid #899fbe 1px;
padding: 3px;
}

#location {
float: left;
font-size: 11px;
padding: 0 15px 10px 0;
width: 220px;
}

#location2 {
float: left;
font-size: 11px;
padding: 0 15px 10px 0;
}

#main .contactform {
border: solid #8faac3 1px;
color: #444;
font-size: 11px;
height: 13px;
margin: 0 0 8px 0;
padding: 3px 0 3px 5px;
width: 210px;
}

#main .contactform2 {
border: solid #8faac3 1px;
color: #444;
font-size: 11px;
height: 100px;
margin: 0 0 8px 0;
padding: 3px 0 3px 5px;
width: 440px;
}

#main .contactform3 {
border: solid #8faac3 1px;
color: #444;
font-size: 11px;
height: 21px;
margin: 0 0 8px 0;
padding: 0 0 0 5px;
width: 450px;
}

#main .contactform4 {
border: solid #8faac3 1px;
color: #444;
font-size: 11px;
height: 21px;
margin: 0 0 8px 0;
padding: 0 0 0 5px;
width: 150px;
}

#main table.outer-table {
background-color: #eee;
border: solid #b7cee4 1px;
margin: 5px 0 0 0;
width: 470px
}

#main table.outer-table td {
padding: 5px;
}

#main label {
color: #0c4d85;
font-weight: bold;
margin: 0 0 5px 0;
}

/* Sidebar */

#sidebar {
background: url(../images/sidebar-back.png) repeat-x;
background-color: #e1e1e1;
float: right;
padding: 10px;
width: 270px;
}

html>body #sidebar {
background: url(../images/sidebar-back.png) repeat-x;
background-color: #e1e1e1;
float: left;
padding: 10px;
width: 270px;
}

#sidebar li {
border-top: solid #d8d8d8 1px;
font-size: 11px;
list-style: none;
padding: 10px 0 10px 0;
}

#side-nav li {
padding: 10px 0 10px 10px;
}

#side-nav li:hover {
background-color: #fff;
padding: 10px 0 10px 10px;
}

#side-nav li.ovr {
background-color: #fff;
color: #000;
font-size: 12px;
font-weight: bold;
padding: 10px 0 10px 10px;
}

/* Footer */

#footer {
background: url(../images/footer-back.png) repeat-x;
font-size: 11px;
margin: 0 0 20px 0;
padding: 20px 10px 0 10px;
height: 65px;
}

#footer a {
color: #880400;
font-size: 11px;
font-weight: normal;
}


/* Text Styles */
.grey {
color: #000;
}

p {
line-height: 140%;
padding: 0 0 15px 0;
}

a {
color: #1b5199;
font-size: 12px;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #000;
}

.big-blue {
color: #2569b4;
font-size: 24px;
}

h1 {
color: #c00;
font-size: 22px;
padding: 0 0 5px 0;
}

h2 { /* Red */
color: #880400;
font-size: 18px;
padding: 0 0 10px 0;
}

.h2 { /* Red */
color: #880400;
font-size: 13px;
padding: 0 0 10px 0;
display:inline;
}

h3 { /* White */
color: #fff;
font-size: 24px;
font-weight: normal;
}

h4 { /* Italic red */
color: #880400;
font-size: 18px;
font-style: italic;
}

.h4 { /* Italic red */
color: #880400;
font-size: 18px;
font-style: italic;
}

h5 { /* Gray italic */
color: #444;
font-size: 13px;
font-style: italic;
padding: 0 0 5px 0;
}

.h5 { /* Gray italic */
color: #444;
font-size: 13px;
font-style: italic;
padding: 0 0 5px 0;
}

.med-gray {
color: #444;
font-size: 13px;
font-style: italic;
font-weight: bold;
}

.quote-top {
border-bottom: solid #fff 1px;
border-top: solid #fff 1px;
line-height: 160%;
margin: 15px 0 0 0;
padding: 20px 0 20px 0;
font-style: italic;
}

/* Image Styles */

.header-image {
border: none;
float: left;
padding: 10px 0 0 0;
}

.topper-image {
float: left;
}

.left-image {
border: none;
float: left;
}

.right-image {
border: none;
float: right;
}

.list-image {
border: none;
float: left;
padding: 0px 20px 0px 0px;
}

.quote-button {
padding: 15px 0 0 30px;
}
.onestepquote-button {
padding: 10px 0 0 105px;
}

.onestepquote-submit {

}

.sidebar-image {
border: none;
float: left;
padding: 0 0 10px 0;
}

