@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 {
	list-style: none;
}

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

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

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

em {
   font-style: italic;
}

strong {
   font-weight: 900;
}

* {
   margin: 0;
}

html, body {
	width: 100%;
	height: 100%;
	background-color: #E9DFD0;
	color: #000000;
   text-align: center;
}

.clear {
	clear: both;
}

.indented {
   padding-left: 25px;
}

#container {
   width: 950px;
   background: transparent url("/images/content-bkg.jpg") top left repeat-y;
   padding: 0 25px 0 25px;
   text-align: left;
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0 auto -100px auto;
}

#header {
   width: 950px;
   height: 213px;
}

#header img.logo {
   position: absolute;
   padding: 8px 0 0 12px;
}

#header .bark {
	width: 950px;
	height: 152px;
	background: transparent url("/images/header-bkg.jpg") top left no-repeat;
}

#header .bark div {
   padding: 40px 15px 0 0;
   height: 86px;
   float: right;
   text-align: right;
	font-family: Verdana;
	font-size: 28px;
	font-weight: 900;
	color: #FFFFFF;
}

#header .bark div em {
   font-weight: 900;
   padding-right: 60px;
}

#header .navigation {
	width: 950px;
	height: 61px;
	background: transparent url("/images/nav-log.jpg") top left no-repeat;
	text-align: right;
}

#header .navigation a {
   color: #000000;
   text-decoration: none;
   font-family: Verdana;
   font-size: 20px;
   line-height: 55px;
   padding: 0 15px 0 15px;
}

#header .navigation a:hover,
#header .navigation a.current {
   color: #00848C;
}

#content {
   width: 950px;
	font-family: Verdana;
	font-size: 14px;
	line-height: 22px;
}

h1 {
	font-family: Georgia;
	font-size: 32px;
	line-height: 34px;
	color: #00848C;
	padding: 0 0 10px 0;
}

h2 {
	font-family: Georgia;
	font-size: 26px;
	line-height: 28px;
	color: #000000;
}

h3 {
	font-family: Georgia;
	font-size: 22px;
	line-height: 26px;
	color: #00848C;
	padding: 20px 0 0 0;
}

h4 {
	font-family: Georgia;
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
	color: #00848C;
	padding: 25px 0 5px 0;
}

h5 {
	font-family: Georgia;
	font-size: 20px;
   font-style: italic;
	line-height: 22px;
	color: #00848C;
	padding: 20px 0 0 0;
}

h6 {
	font-family: Georgia;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	color: #000000;
	padding: 10px 0 0 0;
}

#footer, #push {
   width: 950px;
   height: 100px;
   margin: 0 auto 0 auto;
   text-align: center;
   font-family: Verdana;
   font-size: 11px;
   color: #000000;
}

#footer .tic {
   font-size: 10px;
}

#footer .tic a {
   color: #000000;
   font-weight: 900;
   text-decoration: none;
}

#footer .tic a span {
   color: #FF0000;
   font-weight: 900;
}

.homepage {
   width: 950px;
   background: transparent url("/images/bottom-dropshadow.jpg") 0px 294px repeat-x;
   text-align: center;
}

.homepage .goal {
   color: #000000;
   padding: 20px 0;
   font-style: italic;
   font-weight: 900;
   line-height: 16px;
}

.homepage .contact-line {
   font-size: 22px;
}

.button-row {
   width: 950px;
   padding: 20px 0 20px 10px;
}

.button-row a.printer,
.button-row a.email,
.button-row a.house {
   display: block;
   float: left;
   width: 282px;
   height: 112px;
   margin-left: 20px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
	text-align: left;
}

.button-row a.printer {
   background: transparent url("/images/button-printer.jpg") top left no-repeat;
}

.button-row a.printer span {
   display: block;
   text-align: center;
	width: 160px;
	padding: 21px 10px 0 10px;
}

.button-row a.email {
   background: transparent url("/images/button-email.jpg") top left no-repeat;
}

.button-row a.email span {
   display: block;
   text-align: center;
	width: 150px;
	padding: 21px 10px 0 10px;
}


.button-row a.house {
   background: transparent url("/images/loggers-button-saw.jpg") top left no-repeat;
}

.button-row a.house span {
   display: block;
   text-align: center;
	width: 160px;
	padding: 21px 10px 0 10px;
}

.button-row a.printer p,
.button-row a.email p,
.button-row a.house p {
   color: #000000;
	font-size: 14px;
}

.homepage .left {
   float: left;
	width: 440px;
	height: 274px;
	background-color: #C9A183;
	padding: 10px 15px 10px 20px;
	text-align: left;
}

.homepage .left h1 {
   color: #000000;
   padding-bottom: 10px;
}

.homepage .right {
   padding: 20px 0 40px 20px;
   font-size: 18px;
   float: right;
	width: 455px;
	height: 234px;
	background: transparent url("/images/working-logger.jpg") top left no-repeat;
	color: #FFFFFF;
	text-align: left;
}

.subpage-wide {
   padding: 40px;
}

.subpage-wide .stafftitle {
   font-weight: 900;
   font-decoration: underline;
}


.subpage-wide blockquote {
   quotes: "\201C" "\201D";
}

.subpage-wide blockquote:before {
   content: open-quote;
   font-weight: bold;
}

.subpage-wide blockquote:after {
   content: close-quote;
   font-weight: bold;
}

.coverage-left {
   float: left;
   background-color: #5DA7A6;
   width: 240px;
   font-family: Verdana;
}

.coverage-left a {
   display: block;
   padding: 16px 10px;
   color: #FFFFFF;
   text-decoration: none;
   border-bottom: 1px solid #00848C;
}

.coverage-left a:hover {
   color: #000000;
}

.coverage-left a.current {
   background-color: #00848C;
}

.coverage-middle {
   float: left;
   width: 440px;
   padding: 15px 20px 20px 20px;
}

.coverage-right {
   float: left;
   width: 230px;
   padding: 20px 0 0 0;
   font-family: Verdana;
   font-size: 14px;
   line-height: 14px;
   color: #FFFFFF;
}

.coverage-right .callout {
   width: 215px;
   height: 197px;
	background: transparent url("/images/coverage-box.gif") top left no-repeat;
	padding: 12px 0 0 10px;
	margin: 0;
}

.coverage-right .callout ul {
   padding: 3px 20px 0 15px;
   color: #000000;
   margin-left: 5px;
   font-size: 12px;
   line-height: 12px;
}


.coverage-right .callout2 {
   width: 215px;
   height: 222px;
	background: transparent url("/images/coverage-box2.gif") top left no-repeat;
	padding: 12px 0 0 10px;
	margin: 0;
}

.coverage-right .callout2 ul {
   padding: 3px 20px 0 15px;
   color: #000000;
   margin-left: 5px;
   font-size: 12px;
   line-height: 12px;
}

.coverage-right .callout ul li {
   padding: 1px 0;
}

.coverage-right .getaquote {
   width: 215px;
   height: 88px;
	background: transparent url("/images/loggers-getaquotebutton.jpg") top left no-repeat;
	padding: 12px 0 0 10px;
	margin: 0;
	text-decoration: none;
	color: #000000;
	font-size: 15px;
	text-align: left;
}

.coverage-right .lifeinsurancecost {
   width: 215px;
   height: 88px;
	background: transparent url("/images/life_insurance_button.png") top left no-repeat;
	padding: 12px 0 0 10px;
	margin: 0;
	text-decoration: none;
	color: #000000;
	font-size: 15px;
	text-align: left;
}


.coverage-right .getaquote a {
   float: left;
   width: 230px;
   padding: 15px 0 0 0;
   font-family: Verdana;
   font-size: 15px;
   line-height: 16px;
   color: #FFFFFF;
   text-decoration: none;
}

.coverage-right .lifeinsurancecost a {
   float: left;
   width: 230px;
   padding: 6px 0 0 0;
   font-family: Verdana;
   font-size: 15px;
   line-height: 16px;
   color: #FFFFFF;
   text-decoration: none;
}

.coverage-right .getaquote p {
   color: #000000;
	font-size: 14px;
}

.coverage-right .lifeinsurancecost p {
   color: #000000;
	font-size: 14px;
}

.homepage .contact-line a,
.coverage-middle a,
.subpage-wide a {
   color: #00848C;
   text-decoration: none;
}

.coverage-products .coverage-left,
.coverage-products .coverage-middle,
.coverage-products .coverage-right {
   height: 480px;
}

.coverage-haulers .coverage-left,
.coverage-haulers .coverage-middle,
.coverage-haulers .coverage-right {
   height: 550px;
}

.coverage-loggers .coverage-left,
.coverage-loggers .coverage-middle,
.coverage-loggers .coverage-right {
   height: 700px;
}

.coverage-sawmills .coverage-left,
.coverage-sawmills .coverage-middle,
.coverage-sawmills .coverage-right {
   height: 570px;
}

.coverage-portable-sawmills .coverage-left,
.coverage-portable-sawmills .coverage-middle,
.coverage-portable-sawmills .coverage-right {
   height: 1150px;
}

.coverage-logging-equipment .coverage-left,
.coverage-logging-equipment .coverage-middle,
.coverage-logging-equipment .coverage-right {
   height: 950px;
}

.coverage-compensation .coverage-left,
.coverage-compensation .coverage-middle,
.coverage-compensation .coverage-right {
   height: 510px;
}

.coverage-home .coverage-left,
.coverage-home .coverage-middle,
.coverage-home .coverage-right {
   height: 600px;
}

.coverage-life .coverage-left,
.coverage-life .coverage-middle,
.coverage-life .coverage-right {
   height: 1200px;
}

#quick-quote-form td {
   padding: 3px 5px;
}

#quick-quote-form input.shorttext {
   width: 120px;
}

#quick-quote-form input.longtext {
   width: 250px;
}

#quick-quote-form input.checkbox {
   margin-left: 20px;
}

#quick-quote-form td.error-row {
   color: #FF0000;
}

