/* CSS Document */

/*--------------------------------------------------------------------------------
Styles for subPages for printing.

	author:		Kevin deLeon
	email:		kdeleon@cfcc.edu or kevin.deleon@gmail.com
	website:	http://cfcc.edu
----------------------------------------------------------------------------------*/

body {
	background: white;
	font-size: 10pt;
}
#priNav {
   display: none;
}
#header {
	display: none;
}
#calendarNav { /* getting rid of the toggles on the Academic Calendar Page */
	display: none;
}
#subMastHead {
	float: none;
}
#footer {
	display: none;
}
#mainContainer {
	overflow: visible;
	margin: auto;
}
#content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}
#suppContent {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
}
div#content {
   margin-left: 5%;
   padding-top: 1em;
   border-top: 1px solid #21428F;
   float: none;
}
div#suppContent {
   margin-left: 5%;
   padding-top: 1em;
   border-top: 1px solid #21428F;
   float: none;
}
#suppContent img {
	display: none;
}
/*getting rid of space for images on secondary pages */
h1#aboutLogo {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#academLogo {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#admissLogo {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#commLogo {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#servLogo {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#catalogLogo {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#cosmetologyLogo {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#englishLogo {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#studentlifeLogo {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#studentsupportLogo {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#SurTechLogo {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#advisingLogo {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#pharmLogo {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#pubLogo {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#fvpLogo {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#istLogo {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#orientation {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#distancelearning {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#registrarandrecords {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#StudentActLogo {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#nursingLogo {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#nccrc {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#sonography {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#dentalclinic {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#parking {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#fasttrack {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#cmt {
	width: auto;
	height: auto;
	font-size: 20px;
}
h1#pn {
	width: auto;
	height: auto;
	font-size: 20px;
}
#col150 {
	width: 170px;
	margin: 5px;
	float: left;
	font-size: 11px;
}

/*
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
#content, #suppContent a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
#content, #suppContent a[href^="/"]:after {
   content: " (http://cfcc.edu" attr(href) ") ";
   }*/

