/* CSS Document */
@media only screen and (max-width: 652px) {

	body { font-size: 1.3em;
	padding- left:10px;
	padding-right:10px;
	}	
	
	
	.locmap{display:none;}  /* takes the map thing off the site */
	
	header { text-align: center; }

	header h1 { float: none; text-align: center; }

	header h1 a, header h1 a:hover { float: none; padding: 5px; }

	#mainarea { 	width: auto;
					max-width: 100%;
					padding-left: 10px;
	}
	

	
	.widthma { width:auto; max-width: 100%; padding-left: 10px; padding-right: 10px; }
	
	#content, aside.sidebar { float: none; width: auto; }

	#content { padding: 10px; }
	
	section {padding-left:10px;}
	.sidebar{padding-left: 10px;}
	
/*-- changing the menu bar to not drop down 
	#drop li:hover ul {display:block;
								position:fixed;
								margin-top:60px;
								font-size:9px;}*/
								

/* Change Table info */
	
#content {float:none;}
	
.colsplit{width:320px!important; float:left!important; display:block!important;}
.colsplit-top{width:320px!important; display:table-caption !important;}	
.colsplit-middle{width:320px!important; display:table-header-group!important;}	
.colsplit-bottom{width:320px!important; display:table-footer-group!important;}	
	
	
/* Footer info */

		footer .footer-content ul { margin-bottom: 15px; }
	
		footer .footer-content ul.endfooter { margin-bottom: 0px; }
	
		footer .footer-content ul { width: auto; float: none; }
		
		footer .footer-content li {	padding: 0;	}
		
		#ribbon {display:none;}
		#ribbon2  {display:block;}
		
	
/* --  scrolling banner on services -- */
		div#intro2 .intro-content { padding: 20px 5px;
									display:none;}
									
/* -- removing images --*/
	.cutter{display:none;}	
	.mailingsample{display:none;}									
									
	
	
/* Makeing phone calls from phone*/
	
		a[href^="tel"]:link,
		a[href^="tel"]:visited,
		a[href^="tel"]:hover {
			text-decoration: underline;
			color: #3399ff;
	
			pointer-events: auto;
			cursor: pointer;
			}
					
				
/* new code*/
#cssmenu {
    width: 100%;
	background-color:#FFF;
  }
  
  #cssmenu ul {
    width: 100%;
/*    display: none;
*/  }
  
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
	color:#CCC;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.toggledrop > a {
    color:#CCC;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color:#666;
	background-color:#FFF;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
	top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #666;
    border-bottom: 2px solid #666;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #666;
	content: '';
  }
  #cssmenu #menu-button.menu-opened:after { /* Changes the x in drop down */
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background:#666;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before { /* Changes the x in drop down */
    top: 23px;
    background:#666;
    width: 15px;	
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

 #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 70px;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background:#CCC;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  } 
	
}


