@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-weight: 400;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

em {
   font-style: italic;
}

strong {
   font-weight: 900;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	width: 100%;
	height: 100%;
   background: #005a8e url(/images/background-top.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.show {
   display: block;
}

.hide {
   display: none;
}

.clear {
   clear: both;
}

.left {
   float: left;
}

.right {
   float: right;
}

a {
   color: #005a8e;
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

p {
   padding-bottom: 10px;
}

ul.bullet-list-packing {
   display: block;
   margin-left: 40px;
   margin-top: 0;
   margin-bottom: 0;
   list-style-type: square;
   list-style-position: outside;
   padding-bottom: 10px;
}

ul.bullet-list-packing li {
   margin: 10px 0;
}

ul.bullet-list {
   display: block;
   margin-left: 40px;
   margin-top: 0;
   margin-bottom: 0;
   list-style-type: disc;
   list-style-position: outside;
   padding-bottom: 10px;
}

ul.bullet-list ul {
   margin-left: 20px;
   list-style-type: circle;
}

h1 {
   font-family: georgia, serif;
   font-size: 24px;
   font-weight: bold;
   color: #005a8e;
   padding: 10px 0 5px 0;
}

h2 {
   font-family: georgia, serif;
   font-size: 18px;
   font-weight: bold;
   padding: 10px 0 5px 0;
}

h3 {
   padding: 10px 0 5px 0;
   font-family: georgia, serif;
   font-size: 16px;
   font-weight: bold;
   color: #000;
}

h3 a {
   font-family: georgia, serif;
   font-size: 16px;
   font-weight: bold;
   color: #000;
   text-decoration: none;
}

h3 a:hover {
   text-decoration: none;
}

#site-wrapper {
   width: 960px;
   position: absolute;
   left: 50%;
   margin: 0 0 0 -480px;
   padding: 0;
}

#header {
   width: 960px;
   height: 183px;
   background: url(/images/background-swoosh.png) top left no-repeat;
}

#header img.logo {
   padding-top: 25px;
}

#header img.truck {
   float: right;
}

#header .phone-box {
   position: absolute;
   top: 151px;
   left: 540px;
   color: #fff;
   font-family: verdana, sans-serif;
   font-weight: bold;
   font-size: 15px;
}

#header .phone-box span {
   font-family: verdana, sans-serif;
   font-weight: bold;
   font-size: 22px;
}

#nav-bar {
   width: 960px;
   height: 32px;
   border-right: 1px solid #9d9578;
   background: url(/images/navigation-background.jpg) top left repeat-x;
}

#navigation {
   padding-left: 3px;
}

#navigation li {
   background: none;
   float: left;
   text-align: center;
   margin: 0;
   padding: 0;
   position: relative;
   z-index: 900;
}

#navigation ul {
   background: #fff;
   display: none;
   list-style-type: none;
   position: absolute;
   top: 32px;
   left: 0;
   margin: 0;
   padding: 0;
}


#navigation > ul {
   top: auto;
   left: auto;
}

#navigation li:hover > ul {
   display: block;
}

#navigation li.over ul {
   display: block;
}

#navigation ul li {
   background-image: none;
   display: inline;
   float: none;
   font-size: 11px;
   line-height: 1.1em;
   margin: 0;
   padding: 0;
}

#navigation a:link,
#navigation a:visited {
   display: block;
   float: left;
   margin: 0;
   padding: 0 12px;
   height: 32px;
   line-height: 32px;
   border-left: 1px solid #9d9578;
   font-family: verdana, sans-serif;
   font-weight: bold;
   font-size: 12px;
   color: #000;
   text-align: center;
   text-decoration: none;
}

#navigation a.selected-no-border,
#navigation a.selected,
#navigation a:hover,
#navigation a:active {
   color: #fff !important;
}

#navigation a.selected-no-border,
#navigation a.no-border {
   border: 0 !important;
}

#navigation ul.commercial,
#navigation ul.commercial li,
#navigation ul.commercial li a {
   width: 270px;
}

#navigation ul.about-us,
#navigation ul.about-us li,
#navigation ul.about-us li a {
   width: 102px;
}

#navigation ul.residential,
#navigation ul.residential li,
#navigation ul.residential li a {
   width: 200px;
}

#navigation li ul li a {
   display: block;
   float: none;
}

#navigation ul li a:link,
#navigation ul li a:visited {
   display: block;
   margin: 0;
   text-align: left;
   background-color: #d2c697;
   border-left: 1px solid #9d9578;
   border-right: 1px solid #9d9578;
   border-bottom: 1px solid #9d9578;
}

#navigation ul li a:hover,
#navigation ul li a:active {
   color: #fff !important;
}

#content-area {
   width: 960px;
   background: #fff url(/images/content-background.jpg) top right repeat-y;
}

#left-column {
   float: left;
   width: 600px;
   margin: 0;
   padding: 0;
}

#left-column .content {
   padding: 0 20px 20px 20px;
}

#right-column {
   float: left;
   width: 320px;
   padding: 0 20px 0 20px;
}

#right-column #button-container {
   /* padding: 30px 0 0 52px; */
   padding-top: 25px;
}

#right-column #button-container a.big-button {
   display: block;
   background: url(/images/big-button.png) top left no-repeat;
   width: 215px;
   height: 72px;
   color: #fff;
   text-align: center;
   line-height: 72px;
   font-size: 24px;
   font-weight: bold;
   text-decoration: none;
	margin-left: 52px;
   margin-bottom: 15px;
}

#right-column #button-container a.small-button {
   display: block;
   background: url(/images/small-button.png) top left no-repeat;
   width: 215px;
   height: 39px;
   color: #fff;
   text-align: center;
   line-height: 39px;
   font-size: 18px;
   font-weight: bold;
   text-decoration: none;
	margin-left: 52px;
   margin-bottom: 20px;
}

#right-column #button-container a.monthly-specials {
   display: block;
   background: url(/images/small-button.png) top left no-repeat;
   width: 215px;
   height: 35px;
   padding-top: 4px;
   color: #fff;
   text-align: center;
   line-height: 15px;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
	margin-left: 52px;
   margin-bottom: 20px;
}

#right-column .testimonial {
   font-style: italic;
   margin-bottom: 100px;
}

#right-column .testimonial span {
   float: right;
   font-style: normal;
}

#wisconsin {
   width: 325px;
	height: 68px;
	padding-left: 10px;
	padding-bottom: 15px;
}

#wisconsin .image {
   float: left;
}

#wisconsin .text {
   float: left;
   width: 224px;
   padding: 20px 0 0 10px;
}

#wisconsin a {
   font-family: georgia, serif;
   font-size: 13px;
   font-weight: bold;
   color: #005a8e;
   text-decoration: none;
}

#awards span {
   display: block;
   text-align: center;
   font-family: georgia, serif;
   font-size: 16px;
   font-weight: bold;
   padding: 10px 0;
}

#footer {
   width: 960px;
   padding-top: 5px;
   margin-bottom: 25px;
   background-color: #d2c697;
}

#footer .divider {
   width: 960px;
   height: 5px;
   background-color: #ffcb2b;
}

#footer .sitemap {
   float: left;
   padding-top: 10px;
   padding-right: 10px;
   font-size: 12px;
}

#footer .sitemap ul {
   display: block;
   margin-left: 30px;
   margin-top: 0;
   margin-bottom: 0;
   list-style-type: disc;
   list-style-position: outside;
}

#footer .sitemap ul li ul {
   margin-left: 20px;
   list-style-type: circle;
}

#footer .sitemap ul li a {
   color: #000;
   text-decoration: none;
}

#footer .sitemap ul li a:hover {
   color: #fff;
}

#footer .locations {
   float: left;
   width: 300px;
   padding: 10px 10px 10px 10px;
   font-size: 12px;
}

#footer .locations .location {
   float: left;
   width: 150px;
   padding-top: 10px;
}

#footer .copyright {
   float: right;
   padding: 5px 10px 0 0 ;
   text-align: right;
   font-size: 11px;
}

#footer .copyright a {
   color: #000;
   text-decoration: none;
}

#footer .logos {
   clear: right;
   float: right;
   padding: 75px 10px 10px 0;
   width: 259px;
   text-align: right;
}

#footer .logos div.united-logo {
   color: #005a8e;
   font-size: 12px;
   width: 181px;
   float: left;
   text-align: left;
   padding: 8px 30px 0 0;
}
