@charset "UTF-8";

/* #EEC947 - banana yellow */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	line-height: normal;
	margin-right: 5px;
 
}

 body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	margin: 0 0 0 0; /* (top, right, bottom, left) */
	padding: 0 0 0 0; /*  (top, right, bottom, left) */
 
 }
 /**************removes the red dotted line on links***************/
 a, a:active, a:focus{
	outline:none !important;
}
 /******************LINK white areas*******************************/

#outerWrapper #contentWrapper #content a,  a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
/*  visited links. */
#outerWrapper #contentWrapper #content a:visited {
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
/*  mouseover. */
#outerWrapper #contentWrapper #content a:hover {
	color: #F00;
 
}
/*   focus. */
#outerWrapper #contentWrapper #content a:focus {
	color: #000;
}
/*  activated/clicked. */
#outerWrapper #contentWrapper #content a:active {
	color: #000;
}

/******************LINK dark areas*******************************/

#outerWrapper #contentWrapper #rightColumn1 a,  a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;

}
/* visited links. */
#outerWrapper #contentWrapper #rightColumn1 a:visited {
	color: #666;
	text-decoration: none;
}
/*  mouseover. */
#outerWrapper #contentWrapper #rightColumn1 a:hover {
	color: #F00;
 
}
/*   focus. */
#outerWrapper #contentWrapper #rightColumn1 a:focus {
	color: #666;
}
/*   activated/clicked. */
#outerWrapper #contentWrapper #rightColumn1 a:active {
	color: #000;
}
/******************TEXT white areas**************************/
#outerWrapper #contentWrapper #content  p {
	color: #000;
	font-size: 100%;
 	line-height: Normal;
}

#outerWrapper #contentWrapper #content  h1 {
	color: #000;
	font-size: 125%;
	font-weight: bold;
	line-height: normal;
	background-color: #FFF;

}
 
#outerWrapper #contentWrapper #content  h2 {
	color: #000;
	font-size: 110%;
	font-weight: bold;
	line-height: normal;
	background-color: #FFF;
}
 
#outerWrapper #contentWrapper #content  h3 {
	color: #CCC;
	font-size: 90%;
	font-weight: bold;
	font-weight: normal;
	background-color: #FFF;
}
#outerWrapper #contentWrapper #content  h4 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	line-height: Normal;
	background-color: #FFF;
}
#outerWrapper #contentWrapper #content  h5 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
	margin-left: 10px;   /*indent*/
	padding: 10px;
	background-color: #FFF;
}
#outerWrapper #contentWrapper #content   h6 {
	color: #000;
	font-size: 100%;
	line-height: Normal;
	text-transform: uppercase;
	background-color: #FFF;
}
/******************TEXT dark areas**************************/
#outerWrapper #contentWrapper #rightColumn1  p {
	color: #000;
	font-size: 100%;
 	line-height: Normal;
}
#outerWrapper #contentWrapper #rightColumn1  h1 {
	color: #000;
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
}
 
#outerWrapper #contentWrapper #rightColumn1 h2 {
	color: #000;
	font-size: 110%;
	font-weight: bold;
	line-height: normal;
}
#outerWrapper #contentWrapper #rightColumn1 h3 {
	color: #666;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
}
#outerWrapper #contentWrapper #rightColumn1 h4 {
	color: #666;
	font-size: 90%;
	font-weight: bold;
	line-height: Normal;
}
#outerWrapper #contentWrapper #rightColumn1 h5 {
	color: #666;
	font-size: 80%;
	font-weight: bold;
	line-height: normal;
	margin-left: 10px;
	padding: 10px;
}
#outerWrapper #contentWrapper #rightColumn1 h6 {
	color: #000;
	font-size: 80%;
	line-height: Normal;
}
/*******************footer LINK STYLES (dark)******************/

 #footer a:link {
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}
 
 #footer a:visited {
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
 
}
 
 #footer a:hover {
	color: #CCC;
    text-decoration: none; 	
}
 
 #footer a:focus {
	color: #CCC;
    text-decoration: none;	
}
 
#footer a:active {
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}
/********************footer TEXT Styles**********************/
#outerWrapper #footer h1 {
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
}
 
#outerWrapper #footer h2 {
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
}
 
#outerWrapper #footer h3 {
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	line-height: normal;
}
#outerWrapper #footer h4 {
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	line-height: Normal;
}
#outerWrapper #footer h5 {
	color: #FFF;
	font-size: 90%;
	font-weight: bold;
	line-height: normal;
	margin-left: 10px;
	padding: 10px;
}
#outerWrapper #footer h6 {
	color: #FFF;
	font-size: 90%;
 	line-height: Normal;
}
/******************END TEXT STYLES******************/



#outerWrapper {
	margin: 0 auto 0 auto; /*(top, right, bottom, left) */
	width: 100%;
	text-align: left;
	background-color: #EEC947;
}
#outerWrapper #header {
	background-color: #EEC947;
 
}

#outerWrapper #header img {
   display: block;
   max-width: 100%;
   width: auto;
   height: auto;
   display:inline-block;
   margin: 0 auto;    /*  (top, right, bottom, left) */
   text-align: center;      /* 3 lines-------centers header*/
   
}
#outerWrapper img {
   max-width: 100%;
   height: auto;
 }

/******Navigation*****SEE SPRY*****/
 

#outerWrapper #contentWrapper {
 	width: 100%;
	float: left;
    height: auto;
	background-color: #EEC947;
  }

#outerWrapper #contentWrapper #content {
	margin-top: 0;
	margin-right: 25%;
    margin-bottom: 0;    
    padding-right: 10%;	
	margin-left: 0px;
	padding-left: 5px;
 	width: auto;
	float: none;
	color: #000;
	background-color: #FFF;	
list-style-image: url(../images/dot.gif);

}
  

#outerWrapper #contentWrapper #rightColumn1 { 
    float: right; 
	width: 25%;
	height: auto;
 	margin-top: 0; 
   	margin-left: 5px;
	padding-left: 5%;
	margin-right: 5px;
	padding-right: 5px;
    color: #630; 
    background-color: #EEC947;
}
#outerWrapper #contentWrapper #content img {
	max-width: 100%;
 	height: auto;

}
 
#outerWrapper #contentWrapper #rightColumn1 img {
   max-width: 100%;
   height: auto;
}
 
#outerWrapper #contentWrapper #content iframe {
  max-width: 100%;
  height: auto;
}
 

#outerWrapper #footer {
	padding: 10px 10px 10px 10px; /*   (top, right, bottom, left) */
	border-top-style: none;
	color: #EEC947;
	background-color: #EEC947;   
}

.sharebox {
       float: right;
       width: auto;
       height: auto;
       clear: both;
 }
.whitebox {
	background-color: #EEC947;
}
 

#mySidebar {
	background-color: #EEC947;
    padding-bottom: 600px;
    padding-left: 10px;
	padding-right: 10px;
	margin-top: -310px; /*can be negative to go higher but may overwrite menu*/
	clear: left;
  }
#contentWrapper .w3-button.w3-xlarge.w3-hide-large {
	color: #000;
	background-color: #EEC947;
}
#contentWrapper #rightColumn1 #mySidebar .w3-bar-item.w3-button.w3-hide-large {
	color: #000;
	background-color: #EEC947;
} /****************Custom scrollbars******************/
 /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px EEC947; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #000; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #000; 
}

/***************MAIN 3col version of responsive block .....BLOCKS ******allpgs, sitemap******/ 
.blocks-container {
	width: 100%;
	height: auto);
	left: 5px;
	background-color: #FFF;
}

.blocks {              /*block code for ads bottom main content*/
	width: 30%;
	height: auto; 
	border: 5px;
    padding: 5px: 
    float: left;
	display: inline-block;    /*these contain the text in the block*/
	vertical-align: top;
	background-color: #FFF;
}   

@media (max-width: 560px) {
    .blocks {
        width: 100%;
    }
 
 /* --------------- TABLE in notes css responsive table----------------------- */
 
#outerWrapper #contentWrapper #content table tr td {
	height: auto;
}

#page-wrap {
	width: 90%;
	/* overflow-x: auto;  cuts off table & scrolls*/
	overflow: visible; 
		
		}
	 	
  	table {
	width: 60%;
	background-color: #FFF;
	border-collapse: collapse;  /* <--- add this so all the internal <td>s share adjacent borders  */
	background-image: url(../images/pawback.jpg);
    
   	}

 	td, th {
  	width: auto;
	height: auto;
    border: 1px solid #000; /*adds or removes double border*/
	
	}

    th {
	float: left;
   	width: inherit;
  }
/* ---------------end TABLE in notes css responsive table----------------------- */

/*------------MISC. SITE SPECIFIC STYLES-------------------------*/
 
.stopfloat {	clear: both;
	color: #999;
}
 
 /********mini version of responsive   2 columns - for RESPONSIVE BLOCKS within blocks******MINIBLOCKS****agility  ***/ 

.miniblocks-container {
 	width: 100%;
	height: calc(100% - 50%);
	left: 5px;
}

.miniblocks {              /*block code for ads bottom main content*/
	width: 50%;
	height: auto;
	max-height: inherit;
	border: 0px;
    padding: 5px:
    float: left;
	display: inline-block;   /*these contain the text in the block*/  
	vertical-align: top;
}  

 @media (max-width: 560px) {
    .miniblocks {
        width: 150%;
		margin-right: auto;
    }
 
  /*--------------------1st version of responsive block - 5 columns - for RESPONSIVE BLOCKS----------------------- */
.blocks5-container {
 	width: 100%;
	height: calc(100% - 20%);
	left: 2px;
}

.blocks5 {              /*block code for ads bottom main content*/
	width: 19%;
	height: auto;
	max-height: inherit;
    padding: 2%:
    float: left;
    text-width: 19%;
	display: inline-block;   /*these contain the text in the block*/
	vertical-align: top; 
	 
}   

@media (max-width: 650px) {
    .blocks5 {
        width: 100%;
	}

 
/*******2 col version for blue side column.....MINIBLOCKS.. *****Who page****/

.2blocks-container2 {
 	width: 100%;
	height: calc(100% - 49%);
	left: 5px;
}

.2blocks2 {              /*block code for ads bottom main content*/
	width: 49%;
	height: auto;
	max-height: inherit;
	border: 0px;
    padding: 1px:
    float: left;
	display: inline-block;   /*these contain the text in the block*/  
	vertical-align: top;
}   

@media (max-width: 560px) {
    .2blocks2 {
        width: 100%;
    }
/******** 6 column version for main body*****BLOCKS6****** ****/


.blocks6-container {
	width: 100%;
	text-width: 14%;
   	left: 1px;
  
}

  
.blocks6 {              /*block code for ads bottom main content*/
    width: 15%;
    height: auto;
    max-height: inherit;
    border: 1px;
    padding: 1px:
    float: left;
    display: inline-block;   /*these contain the text in the block*/ 
    text-decoration: none;  
     vertical-align: top;	
} 


@media (max-width: 560px) {
    .blocks6 {
        width: 100%;
    }


/*------------------picture frames---------------------*/ 

.picmargin-borderR{
	padding: 0px;
	border: thick solid #999;
	display: table-row;
	vertical-align: bottom;
	background-position: center;
	float: right;
	width: auto;
	margin: 10px;
}
.picmargin-borderCLRR{
	padding: 0px;
	border: none;
	display: table-row;
	vertical-align: bottom;
	background-position: center;
	float: right;
	width: auto;
	margin: 10px;
}

.picmargin-borderC{
	padding: 0px;
	border: thick solid #999;
	display: table-row;
	vertical-align: bottom;
	background-position: center;
	width: auto;
	margin: 10px;
}

.picmargin-borderL{
	padding: 0px;
	border: thick solid #999;
	display: table-row;
	vertical-align: bottom;
	background-position: center;
	float: left;
	width: auto;
	margin: 10px;
} 
.picmargin-borderL{
	padding: 0px;
	border: thick solid #999;
	display: table-row;
	vertical-align: bottom;
	background-position: center;
	float: left;
	width: auto;
	margin: 10px;
} 
 .picmargin-borderCLRL{
	padding: 0px;
	border: none;
	display: table-caption;
	vertical-align: bottom;
	background-position: center;
	float: left;
	width: auto;
	margin: 10px;
} 

/*------------------end picture frames---------------------*/
