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


.container {
	width:100%;
	max-width:960px;
	-moz-border-radius: .6em .6em .6em .6em;
	-webkit-border-radius: .6em .6em .6em .6em;
	border-radius: .6em .6em .6em .6em;
	-webkit-border-radius:.6em;
	-moz-border-radius:.6em;
	border-radius:.6em;
	margin-bottom: 1em;
	margin-left:auto;
	margin-right:auto;
	margin-top: .7em;
	padding-bottom: .7em;
}
.container2 {
	width:98%;
	-moz-border-radius: .6em .6em .6em .6em;
	-webkit-border-radius: .6em .6em .6em .6em;
	border-radius: .6em .6em .6em .6em;
	-webkit-border-radius:.6em;
	-moz-border-radius:.6em;
	border-radius:.6em;
	margin-bottom: 1em;
	margin-left:auto;
	margin-right:auto;
	margin-top: .7em;
	padding-bottom: .7em;
}
	  	
img, embed, object, video  {max-width:100%;}

	
p   {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-right: 1em;
	margin-left: 1em;
	color: #366;
	}
.bigtext       {
	color:#366;
	text-align: left;
	font-weight: bold;
	font-size: 1.1em;
}
.head       {
	color:#366;
	text-align: left;
	font-weight: bold;
	font-size: 1.2em;
}
.headcenter       {
	color:#366;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}
	

.pheader  {
	font-size:1.5em;
	color:#336666;
	text-align: center;
	}	
	
body  	 {
	background-color: #835334;
	background-repeat: no-repeat;
	}
	

.header  {
	width:100%;
	height:100%
	max-width:960px;
	min-height:125px;
	min-width:960px;
	order: 1;
	margin: 0;
	padding: 0;
	background-image: url(images/logo-1.png);
	background-repeat: no-repeat;
	background-position: center center;
	}

.header   p  {
	color:#fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.navspacer  {
	margin-left: 30px;
	}	

/* Menu */

.navmenu   	{
	width:100%;
	margin-top: 0.5em;
	padding-bottom: 0;
	max-height:58px;
	background-color: #835334;
	}
.navmenu  ul li a:hover {
	color: #fff;
	background-color:#000;
}
.navmenu  ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #835334;
}

.navmenu  li {
	float: left;
	border-right: 2px solid #835334;
	font-size: 0.9em;
}

.navmenu  li:last-child {
	border-right: none;
}
.navmenu  li a {
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 1em;
	padding-right: 1.1em;
	padding-bottom: 1em;
	padding-left: 1em;
	background-color: #277c31;
}

/* Change the link color to #111 (black) on hover */
.navmenu  li a:hover {
	background-color: #000000;
	color: #F00;
}
.navmenu  .active {
	background-color: #000000;
}

.navmenu  .bottom     	{
	padding-bottom:1em;
	}



/* Style The Dropdown Button */
.navmenu  .dropbtn {
	background-color: #277c31;
	color: #fff;
	font-size: 1.1em;
	border: none;
	cursor: pointer;
	line-height: 0.3px;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	min-height:50px;
}

/* The container <div> - needed to position the dropdown content */
.navmenu  li .dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #277c31;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
	color: #fff;
	background-color: #000;
	text-decoration: none;
	display: block;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 0.9em;
	text-align: left;
	}

/* Change color of dropdown links on hover */
.navmenu  .dropdown-content a:hover {
	background-color: #000;
	color: #fff;
}

/* Show the dropdown menu on hover */
.navmenu  .dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.navmenu  .dropdown:hover .dropbtn {
	background-color: #277c31;
}
.nudgeleft    	{
	padding-left:-12em;
	}	


.form800px     	{
	width: 80%;
	padding-right: 6em;
	left: 0;
	border: thin solid #000;
	}


.form320px     	{
	display:none;
	}


	

.content1  {
	width: 100%;
	order: 1;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
	background-color:#fff;
	padding-bottom: .5em;
	}	
	
.content2  {
	width: 100%;
	order: 1;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
	background-color:none;
	}	
	
	
	
	
.footer  {
	width: 100%;
	order: 1;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0px;
	background-color: #835334;
	padding-top: 2em;
	}	
	
.footer     p   {
	color:#FFF;
	text-align: center;
}

.bottom     	{
	padding-top:1em;
	}

/* Begin Section, "Class Divs". */	
.fullpagediv    {
	/* [disabled]background-color: #f4d4bd; */
	border: thin solid #cc6600;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 0em;
	margin-right: 0.5em;
	margin-bottom: 2em;
	margin-left: 0.5em;
}

/* Begin Section, "Class Divs". */	
.fullpagediv2    {
	/* [disabled]background-color: #f4d4bd; */
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-top: 0em;
	margin-right: 0.5em;
	margin-bottom: 2em;
	margin-left: 0.5em;
	border: thin solid #cc6600;
}	
.fullpagediv p strong {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #366;
	}

.fullpagediv ul .bullets {
	color: #366;
	list-style-type: square;
	list-style-position: inside;
	font-size: 1.2em;
	line-height: 1.7em;
	text-indent: 4em;
}
.faqpagediv    {
	/* [disabled]background-color: #f4d4bd; */
	margin: 0.5em;
	border: thin solid #cc6600;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 2em;
}
.contactpagediv    {
	width: 50%;
	margin: 0.5em;
	border: thin solid #cc6600;
	padding-top: 2px;
	padding-right: 25%;
	padding-bottom: 2px;
	padding-left: 25%;
}
.contactcenter {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
.classheader    {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: center;
	color: red;
}
.productname     {
	font-weight: bold;
	font-size: 1.1em;
	}	
	


/* End Section, "Class Divs". */		
	
/* Begin Section, "Styling". */
h1  	 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #277c31;
	text-align: center;
	}	
h2  	 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #816f00;
	padding-left: 10px;
	}	
h3  	 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left: 10px;
	color: #CA0012;
	}	
h4  	 {
	margin-left: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	}	
h5  	 {
	}	
h6  	 {
	}
h1 strong {
	font-weight: bold;
	color: #5572AD;
}

.foorprint	{
	background-image: url(images/11web-7.png);
	background-repeat: repeat-x;
	}
.foorprintlong	{
	background-image: url(images/11web-7.png);
	background-repeat: repeat-y;
	}
.green	{
	color:#093;
	font-size:1.5em;
	}
.faq	{
	color:#F03;
	font-size:1.2em;
	line-height: 1.5em;
	}
	
.faqstrong    {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #990000;
	}
.faqquestion	{
	color:#336;
	font-size:1.5em;
	}
/* End Section, "Styling". */

/* Begin Section, "testing". */
.div320    {
	display:block;
	font-size:2em;
	color:#fff;
	background-color:#a39272;
	margin: .5em;
	padding: .5em;
}
.div415    {
	display:block;
	font-size:2em;
	color:#fff;
	background-color:#a3899f;
	margin: .5em;
	padding: .5em;
}
.div668    {
	display:block;
	font-size:2em;
	color:#fff;
	background-color:#ac5269;
	margin: .5em;
	padding: .5em;
}
.div769    {
	display:block;
	font-size:2em;
	color:#fff;
	background-color:#b69857;
	padding: .5em;
	margin: 0.5em;
}
.div960    {
	display:block;
	font-size:2em;
	color:#fff;
	background-color:#4e83a3;
	padding: 0.5em;
	margin: 0.5em;
}


/* End Section, "testing". */

/* Begin Section, "Floats". */
 br.clear	{clear:both;}
 br.clearright	{clear:right;}
 br.clearleft	{clear:left;}	
.floatleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.floatleft1 {
	float: left;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 20px;
	margin-left: 2px;
}
.floatleft2 {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	padding-right: 10px;
}
.floatleft3 {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 40px;
	margin-left: 5px;
	padding-right: 10px;
}
.floatleft4 {
	float: left;
	margin-top: -2px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 2px;
}
.floatleft5 {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 50px;
	margin-left: 5px;
	padding-right: 10px;
}
.floatrightall {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: left;
	text-align: right;
	clear: right;
	padding-right: 250px;
}
.floatrightform {
	float: right;
	vertical-align: top;
	margin-top: -20px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.floatrightform2 {
	float: right;
	vertical-align: top;
	margin-top: -20px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}	
.floatleftproducts {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 5px;
}
.floatrightproducts { float: right; margin: 5px 5px 25px 5px; }
.floatright { float: right; margin: 5px 5px 5px 5px; }
.floatright2 { float: right; margin: 0px 0px 0px 0px; }
.floatnone {
	float: none;
	margin: 0px;
}
.floatnoborder { border:hidden; }
.floatcenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	float: none;
	clear: both;
}
.floatcenterC {
	margin-left: auto;
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	float: none;
	clear: both;
	margin-right: auto;
}

.floatcenterB {
	clear:both;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 7px;
	margin-right: 0px;
	display: block;
}
.floatcenterp p {
	margin-left:auto;
	margin-right:auto;
   }		
/* End Section, "Floats". */

/* Begin Section, "Links". */   	
a {
	color:#03F;
	text-decoration:none;
	font-weight:400;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {
	font-size: 1.1em;
	}
a:visited {
	color: #090;
	}
a:hover {
	color:#C00;
	background-color: #FFF;
	}
a:active {
	color:#009966;
	background-color:#d4dcce;
	}	
	
	
@media screen and (min-width: 320px) and (max-width: 413px) {
	/*  iphones portrait  */	
.container {
	max-width:413px;
	width:98%;
}
.header  {
	width: 100%;
	height:100%;
	min-height:42px;
	min-width:280px;
	background-image: url(images/logo-320.png);
	}
li a {
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 1em;
	padding-right: .5em;
	padding-bottom: 1em;
	padding-left: .5em;
}

.contactpagediv    {
	width: 98%;
	margin: 0.1em;
	border: thin solid #cc6600;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
.navmenu  .dropbtn {
	background-color: #277c31;
	color: #fff;
	margin-top:0.5em;
	padding-top: 1.2em;
	font-size: 0.9em;
	border: none;
	cursor: pointer;
	min-height:96px;
	padding-right: 1.8em;
	padding-bottom: 5.3em;
	padding-left: 1.8em;
}
.dropdown-content {
	left: 46%;
	padding-top: .1em;
}


.active {
	display:none;
}
.content1  {
	margin-top:12em;
	}

.footer  {
	margin-top: 8em;
	padding-top: .5em;
	}	

.bottom     	{
	padding-bottom:4em;
	}	

.fullpagediv ul .bullets {
	font-size: 1.1em;
	line-height: 1.3em;
	text-indent: -1em;
}

.form800px     	{
	display:none;
	}


.form320px     	{
	display:block;
	width:100%;
	max-width:320px;
	right:-10px;
	margin-right: 0;
	margin-left:-10px;
	padding-right: 0;
	padding-left: -10px;
	z-index:100;
	}	
h1  	 {
	font-size: 1em;
	}	
h2  	 {
	font-size: .9em;
	}		
/* Begin Section, "testing". */
.div320    {
	display:block;
	font-size:1.1em;
}
.div415    {
	display:none;
	font-size:1.1em;
}
.div668    {
	display:none;
	font-size:1.1em;
}
.div769    {
	display:none;
	font-size:1.1em;
}
.div960    {
	display:none;
	font-size:1.1em;
}


.navspacer  {
	margin-left: 5px;
	}
	
.navmenu  {
	width: 100%;
	height:30px;
	margin-top: .2em;
	margin-bottom: .2em;
	}	
/* End Section, "testing". */

p   {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-right: 1em;
	margin-left: 1em;
	}


  	
a {
	text-decoration:none;
	font-weight:400;
	font-family:verdana, arial, helvetica, sans-serif;
	}
a:link {
	font-size: 1em;
	min-height:68px;
	margin-top:6px;
	margin-bottom:6px;
	padding-top:8px;
	padding-bottom:8px;
	}
a:visited {
	}
a:hover {
	}
a:active {
	background-color:#d4dcce;
	}		
}

@media screen and (min-width: 414px) and (max-width: 667px) {
	/*  iphones landscape  */

.active {
	display:none;
}
	
p   {
	font-size: .6em;
	}
.header  {
	width: 100%;
	height:100%;
	min-height:54px;
	min-width:414px;
	background-image: url(images/logo-414.png);
	}
.content1  {
	margin-top:4em;
	}
.footer  {
	margin-top: 4em;
	padding-top: .5em;
	}
.bottom     	{
	padding-bottom:.5em;
	}
.fullpagediv ul .bullets {
	font-size: .6em;
	line-height: 1em;
	text-indent: 4em;
}
.form800px     	{
	display:none;
	}


.form320px     	{
	display:block;
	width:50%;
	max-width:320px;
	margin: auto;
	padding-right: 0;
	padding-left: 0;
	z-index:100;
	}	
h1  	 {
	font-size: 1em;
	}	
h2  	 {
	font-size: .9em;
	}		
/* Begin Section, "testing". */
.div320    {
	display:none;
	font-size:1.1em;
}
.div415    {
	display:block;
	font-size:1.1em;
}
.div668    {
	display:none;
	font-size:1.1em;
}
.div769    {
	display:none;
	font-size:1.1em;
}
.div960    {
	display:none;
	font-size:1.1em;
}


/* End Section, "testing". */	
}
	
	
	

@media screen and (min-width: 668px) and (max-width: 768px) {
/*  ipads portrait  */


.header  {
	width: 100%;
	height:100%;
	min-height:87px;
	min-width:668px;
	background-image: url(images/logo-668.png);
	background-repeat: no-repeat;
	background-position: center;
	}
.form800px     	{
	width: 80%;
	margin: auto;
	left: 4em;
	}


.form320px     	{
	display:none;
	}
/* Begin Section, "testing". */
.div320    {
	display:none;
	font-size:1.1em;
}
.div415    {
	display:none;
	font-size:1.1em;
}
.div668    {
	display:block;
	font-size:1.1em;
}
.div769    {
	display:none;
	font-size:1.1em;
}
.div960    {
	display:none;
	font-size:1.1em;
}


/* End Section, "testing". */
	
}


@media screen and (min-width: 769px) and (max-width: 959px) {
	/*  Laptops  */

.header  {
	width: 100%;
	height:100%;
	min-height:100px;
	min-width:769px;
	background-image: url(images/logo-769.png);
	background-repeat: no-repeat;
	background-position: center;
	}
/* Begin Section, "testing". */
.div320    {
	display:none;
	font-size:1.1em;
}
.div415    {
	display:none;
	font-size:1.1em;
}
.div668    {
	display:none;
	font-size:1.1em;
}
.div769    {
	display:block;
	font-size:1.1em;
}
.div960    {
	display:none;
	font-size:1.1em;
}


/* End Section, "testing". */	
}




@media screen and (min-width: 960px) {
	/*  Desktops  */	

.form800px     	{
	width: 80%;
	margin: auto;
	left: 4em;
	}


.form320px     	{
	display:none;
	}
/* Begin Section, "testing". */
.div320    {
	display:none;
	font-size:1.1em;
}
.div415    {
	display:none;
	font-size:1.1em;
}
.div668    {
	display:none;
	font-size:1.1em;
}
.div769    {
	display:none;
	font-size:1.1em;
}
.div960    {
	display:block;
	font-size:1.1em;
}


/* End Section, "testing". */	
}
