html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------general------------------*/

body {
background: #003100;
font-family: verdana, "trebuchet MS", Arial, Helvetica, sans-serif;	
text-align: center;
}

#container-wrapper {
background: #003100 url(gfx/bg.png) repeat-y center;
width: 980px;
margin: auto;
text-align: left;	
}

#container {
width: 980px;
margin: auto;
text-align: left;
}

p  {
line-height: 1.2;
text-align: justify;
font-size: 17px;
color: #9d390a;
}

h2 {
font-weight: bold;
text-decoration: underline;
margin: 5px 0px 10px 0px;
font-size: 30px;
color: #003100;	
}


a:link, a:visited {
font-weight: bold;
color: #9d390a;	

}

a:hover, a:focus, a:active {
color: #ffcc00;	
}


/*--------------------branding------------------*/

#branding {
position: relative;	
height: 171px;
width: 980px;
background-image: url(gfx/header-bg.jpg);
font-weight: bold;
font-size: 19px;
color: #ffffff;
}

#branding h1 {
position: absolute;
top: 25px;
left: 25px;
text-indent: -9999px;
background: url(gfx/county-logs.png) no-repeat;
width: 664px;
height: 104px;	
}

#branding h3 {
position: absolute;
top: 131px;
left: 25px;	
text-indent: -9999px;
background: url(gfx/firewood.png) no-repeat;
width: 662px;
height: 37px;
}

#branding h4 {
position: absolute;
top: 30px;
left: 790px;
text-indent: -9999px;
background: url(gfx/logo.png) no-repeat;
width: 123px;
height: 99px;	
}

#branding h5 {
position: absolute;
top: 137px;
left: 725px;
text-indent: -9999px;
background: url(gfx/phone.png) no-repeat;
width: 34px;
height: 23px; 	
}

#branding h6 {
position: absolute;
top: 137px;
left: 765px;
font-weight: bold;
font-size: 20px;
color: #9d390a;
background-color: #ffffcc;
border-radius: 10px;
padding: 1px 4px 3px 4px;
}
/*--------------------nav------------------*/

#nav {
width: 980px;
height: 30px;
background:url(gfx/nav2-bg.png) no-repeat;
}

#nav li {
float: left;
height: 30px;	
background: url(gfx/seperator2.png) no-repeat;
padding: 4px 65px 5px 55px;
}

#nav li.first {
background: none;
}

#nav a {
text-decoration: none;
font-weight: bold;
font-size: 1.3em;
color: #ffffcc;
}

#nav a:hover, a:focus, a:active {
color: #ffcc00;
}
/*--------------------footer------------------*/


#footer {
position: relative;
clear: both;
width: 980px;
height: 103px;	
background: url(gfx/footer-bg.png) no-repeat;	
text-align: center;	
font-weight: bold;
font-style:italic;
font-size: 19px;
color: #ffffcc;
}

.address {
text-align: center;
padding: 12px 0px 0px 0px;	
}

#footer h5 {
text-align: center;
font-size: 7px;
padding: 8px 0px 0px 0px;
color: #003100;	
}

#footer a {
color: #003100;	
}

#footer h4 {
text-align: center;
font-size: 7px;
padding: 11px 12px 0px 12px;
color: #9d390a;	
}



/*--------------------content------------------*/
#content {
float: left;
margin: 0px 0px 0px 25px;
width: 630px;
}

#content h3 {
font-weight: bold;
margin: 11px 0px 0px 0px;
font-size: 19px;
color: #003100;	
}

#content img {
float: left;
margin: 5px 14px 5px 0px;
border: 1px solid #003100;	
padding: 3px;
background-color: #9d390a;	
}

#rightcontent  {	
float: right;
width: 270px;	
margin: 15px 20px 10px 20px;
border: 2px solid #003100;
padding: 3px;
background-color: #ffffcc;
}

#rightcontent p {		
color: #003100;
}

.quote {
float: right;
width: 270px;
line-height: 1.25;	
font-style: italic;
font-weight: 600;
font-size: 19px;
margin: 1px 25px 10px 25px; 	
color: #003100;
}

#guarantee {
float: right;
width: 270px;
margin: 0px 20px 15px 20px;
border: 2px solid #003100;
padding: 2px 2px 0px 2px;
}

#bottom p {
clear: both;
margin: 15px 10px 1px 10px;
padding: 6px 17px;	
font-size: 19px;
background-color: #003100;
color: #ffffcc;
}

#bottom a {
font-weight: bold;
color: #ffffcc;
}

#bottom a:hover, a:focus, a:active {
color: #ffcc00;
}
/*--------------------log loads------------------*/
.loads {
font-size: 17px;
margin: 0px 0px 10px 0px;	
}
/*--------------------Contact------------------*/
#contact {
float: left;
margin: 0px 0px 5px 25px;
width: 630px;
}

#contact h2 {
margin: 5px 0px 10px 0px;	
}

#contact h3 {
font-weight: bold;
margin: 12px 0px 0px 0px;
font-size: 19px;
color: #003100;
}

#contact p {
margin: 0px 0px 10px 0px;	
}

#covermap {
clear: both;	
position: relative;/*...new...*/
width: 925px;
height: 435px;
}

#map {
clear: both;	
width: 912px;
height: 418px;
margin: 5px 0px 25px 25px; /*....new....*/
padding: 7px 7px 4px 7px;
border: 2px solid #003100;
background-color: #9d390a;
}

#covermap h3 {
position: absolute;
top: 4px;
left: 35px;
text-indent: -9999px; /*....new....*/
background: url(gfx/mapcover3.png) no-repeat;
width: 912px;
height: 400px;		
}


/*
#covermap h3 {
position: absolute;
top: 52px;
left: 335px;
text-indent: -9999px;
background: url(gfx/mapcover2.png) no-repeat;
width: 310px;
height: 310px;		
}
*/





#rightcontact  {	
float: right;
width: 270px;	
margin: 15px 26px 10px 0px;
border: 2px solid #003100;
padding: 3px;
background-color: #ffffcc;
}
#rightcontact p {		
color: #003100;
}