﻿/********************************************************/
/**************CHARLESTON COUNTY GOVERNMENT**************/
/**********************PRINT STYLES**********************/
/*********(COLOR STYLES LOCATED IN CC-COLOR.CSS)*********/
/********************************************************/
	
   #headerwrapper {
      display: none;
   }
   
   #clerk-topnav {
	display:none;
   }
   
   #menu-dept {
	display:none;
   }
   
   #menu-county {
	display:none;
   }
   
   #mm-menu-dept {
	display:none;
   }
   
   #mm-menu-county {
	display:none;
   }

   #header {
      display: none;
   }
   
   #headerm {
      display: none;
   }
   
   #footerfixed{
	display:none;
   }

   #visheader {
	display:none;
   }
   
   .header-title {
	display:none;
   }
   
   .printonly { 
	/* Use this class to hide photos in all views except when the page is printed. This will allow photos to only show on print */
	display:block; 
   }

   .printonly-elected { 
	/* Use this class to hide photos in all views except when the page is printed. This will allow photos to only show on print */
	display:block; 
	float: left;
   }
   
   .noprint {
	display:none;
   }
   
   .print-fix {
	margin-bottom:400px;
}
