/* main.css */
* {
  box-sizing: border-box;
}

/* the styles for basic setup */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;	
	background-color: #fff;
	background-image: url(../../assets/images/bkgrnd01.png);
	background-origin: content-box;
	background-repeat: repeat-x;

}
#top {
	width: 98%;
	max-width: 860px;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#wrapall {
	width: 98%;
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	background-color: none;
}

.sizer {
	max-width: 70%;
  	height: auto;
}

/* the styles for main wrap divs */
#logo01 {
	width: 98%;
	padding: 1px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* the styles for elements and texts */

#headline {
	width: 98%;
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding:  1px 1px 10px;
	text-align: center;
}
h1 {
	font-size: 7vw;
	font-style: normal;
	font-weight: bold;
	line-height: 0.8em;
	text-align: center;
	background: none;
	color: #004A00;
	text-shadow: 5px 5px #D4D3D0;
	margin: 5px 1px 25px ;
}

#subhead {
	width: 80%;
	max-width: 1022px;
	margin-left: auto;
	margin-right: auto;
	padding:  1px 1px 10px;
	text-align: center;
}
h2 {
	font-size: 4vw;
	font-style: normal;
	font-weight: bold;
	line-height: 1.0em;
	text-align: center;
	background: none;
	color: #000;
	margin: 5px 1px 25px ;
}

h3 {
	font-size: 3vw;
	font-style: normal;
	font-weight: bold;
	line-height: 0.8em;
	text-align: center;
	background: none;
	xcolor: #808081;
	color:  #8EFA00;
	margin: 10px;
}

.bodycopy {
	width: 80%;
	max-width: 1022px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
p {
	font-size: 1.75vw;
	font-style: normal;
	font-weight: normal;
	line-height: 1.2em;
	text-align: left;
	background: none;
	color: #000;
	margin: 0;
	}

/* the styles for contact links*/
div.link02  {
	padding: 25px 1px 1px;
	text-align: center;
}

.link02 a:link, .link02 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25rem;	
	font-weight: bold;
	text-decoration: none;
	color:  #126539;
	background-color: transparent;
	line-height: 1.2;
	font-style: normal;
}

.link02 a:hover, .link02 a:active {
	color:  #C03;
}


/* the styles for the totop*/
.totop {
	clear: both;
	padding: 25px 1px 5px;
	text-decoration: none;
	font-size: 1.5rrem;
	line-height: 1.5rem;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.totop a:link, .totop a:visited {
	color:  #000;
}	
	
.totop a:hover, .totop a:active {
	color:  #C03;
}

/* the styles for the footer */
footer {
	clear: both;
	background-color: none;
}
.copyright {
	padding: 25px 1px 1px;
	font-size: 1rem;
	line-height: 1.5;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
	


/* the styles for 2columns.....Create two unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
}

/* Left column */
.column.left {
  width: 45%;
}
.truck {
	max-width: 100%;
  	height: auto;
}

/* Right column */
.column.right {
  width: 55%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/* NOT USED */
/*
.vspace01 {
	width: 100%;
	height: 2rem;
	margin-left: 0 auto;
	margin-right: 0 auto;
	background-color: none;
	border: none;
}
*/

/* the styles for menu/links code 
#mainMenu {
	font-size: 4vw;
	font-style: normal;
	font-weight: bold;
	list-style:none;
	text-align:left;
	padding:0;
	margin:0;
	border:0;
	background:#009;
	color:#FFF;
}
#mainMenu li {
	display:inline;
}
#mainMenu a {
	text-decoration: none;
	display:inline-block;
	padding: .5em .75em;
	text-decoration:none;
	color:#FFF;
}
#mainMenu a:active,
#mainMenu a:focus,
#mainMenu a:hover {
	text-decoration: none;
	color:#F66;
	padding: .5em .75em;
	text-decoration:none;
}
*/


