
body, html{
    /*background-color:#04555d; */
    color:#85a157;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    background-image: url(images/bgimageNew.png); 
    background-size: cover;        /* good for desktop */
    background-repeat: no-repeat;  /* show it once on desktop */
    background-position: center;

.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
  margin: 0 auto;
  text-align: left;
  width: 850px;
  height: 100%;
  padding: 0px 0px 0px 0px;
}
.contentBox {
  background-color: rgba(0, 0, 0, 0.15); /* black at 75% opacity */
  padding: 0px 0px 0px 10px;
  border-radius: 0px;  /* optional: gives softer corners */
  color: #9caeaf;      /* slightly off-white for better readability */
  text-shadow: 0px 0px 0px #000; /* subtle shadow to make letters pop */
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}

/********************** Header ***************************/
#headerBanner {
	margin: 0px 0px 0px 210px;
	background-image:url(images/header3.png);
	width:500px;
	height:167px;
	background-position: center;    /* Center the image */
}
#header {
	margin: 0px 0px 0px 0px;
	width:500px;
	height:167px;
}
#header ul{
	background-color:#c6c6c6;
	width:900px;
	border: 3px solid #236468; 
	display:block;
	top:157px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	font-weight: bold;
	color:#236468;
	margin: 0px 10px;
	font-size: 12px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#FFFFFF;
	font-size: 15px;
}

/*#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
img{
	border-width:0px;
}
h1{
	color:#85a157;
	font-size:15px;
	margin: 20px 0px 20px 0px; /* Top → Right → Bottom → Left */
	padding: 0px 0px 0px 0px; /* Top → Right → Bottom → Left */
}
h2{
	color:#85a157;
	font-size:15px;
	margin: 20px 0px 0px 0px; /* Top → Right → Bottom → Left */
	padding: 0px 0px 0px 0px; /* Top → Right → Bottom → Left */
}
h3{
    color: ##b5c69a;
    font-size: 15px;
	font-style: italic;
	font-style: bold;
	text-indent: 0pt;
	margin: 0px 0px 0px 0px; /* Top → Right → Bottom → Left */
	padding: 0px 0px 0px 0px; /* Top → Right → Bottom → Left */
}
#tagLine{	
	color:#85a157;
	font-size:16px;
	text-align:left;
	width:550px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#tagLine2{	
	color:#85a157;
	font-size:15px;
	text-align:left;
	width:550px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.green{
	font-color:#85a157;
}
#left{
    color: #85a157; /*rgba(0, 0, 0, 0.65); 
	/*background-color: rgba(0, 0, 0, 0.65); /* black at 75% opacity */
    float: left;
    width: 880px;
	background-color: rgba(0, 0, 0, 0.75);   /* dark semi-transparent panel */
    padding: 10px 10px 10px 10px;             /* was padding: 1px 1px 0px 0px; */
    margin: 25;              /* was margin-left: 27px; */
    display: inline;
    border-left: 3px solid #04555d;
    border-right: 3px solid #04555d;
    border-bottom: 3px solid #04555d; /* close the bottom gap */
	
}
#leftProducts{
	float:left;
	width:680px;
	margin-left:0px;
	padding: 10px 10px 30px 0px;
	display:inline;
	border-right: #04555d 3px solid;
}
#right {
	float:center;
	width:215px;
	/*padding: 10px 20px 20px 10px; */
	margin-top: 0px;
	border-left: #FFF 1px solid;
}
#right2 {
	color:#85a157;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	float:left;
	width:150px;
	padding: 20px 18px 18px 18px;
	margin-top:10px;
}
#left a{color:#c77e0c;}
#left a:hover{color:#FFFFFF;}
#photos a{
	margin-right:14px;
}		

#bulletContent{	
  background-color: rgba(0, 0, 0, 0.15); /* black at 75% opacity */
  border-radius: 0px;  /* optional: gives softer corners */
  color: #9caeaf;      /* slightly off-white for better readability */
  text-shadow: 0px 0px 0px #000; /* subtle shadow to make letters pop */
  padding: 0px 0px 0px 20px;
}
#bulletContent3{	
  background-color: rgba(0, 0, 0, 0.15); /* black at 75% opacity */
  padding: 0px 0px 0px 40px;
  border-radius: 0px;  /* optional: gives softer corners */
  color: #9caeaf;      /* slightly off-white for better readability */
  text-shadow: 0px 0px 0px #000; /* subtle shadow to make letters pop */
  
}


	
/********************** Footer ***************************/
#footerline {
clear:both;
font-size:1px;
height:100%;	
}
#footer {
	color:#9caeaf;
	width:825px;
	text-align:center;
	padding: 5px 0px;
	font-weight; bold;
}
#bottom{
	color:#9caeaf;
	text-decoration:none;
	font-weight; bold;
}
#bottom a{
	color:#9caeaf;
	text-decoration:none;
	font-weight; bold;
}
#bottom a:hover{
	color:#9caeaf;
	font-weight; bold;
}
.ver10bol {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #9caeaf;
	font-weight; bold;
}	




insideCell{
	border: 1px solid #04555d;
  /*background: rgba(4,85,93,.15);  */
  padding: 20px 10px 10px 10px;
  color: #85a157;
}

/* 3×2 grid inside the green area */
.six-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);   /* 3 columns */
  grid-template-rows: repeat(2, minmax(120px, auto)); /* 2 rows */
  gap: 16px; 
  /* the “red lines” spacing */
}
/* optional styling for each section */
.six-grid .cell{

  border: 1px solid #04555d;
  background: rgba(4,85,93,.15); 
  padding: 20px 10px 10px 10px;
  color: #9caeaf;
   
}
