/* ================ PRINTED PAGE SECTION ============ */
/* Set Default Printed Page Size */
@page
{
	size: 8.5in 11in;
	margin: 0.5in;	
}

/* Set BODY defaults */
*
{
	background-color: #FFF;
}
BODY
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #FFF;
	color: #000;
	margin: 0;
	padding: 0;
	float: none;
 	width: 7.5in;
	
}
HR
{
	page-break-before: avoid;
}
P
{
	page-break-inside: avoid;
	background-color: #FFF;
}
/* Hide all unnecessary areas that are not to be printed */
INPUT.searchbar-sm
{
	display: none;
}
.arrow-button
{
	display: none;
}
#content-back-button-area
{
	display: none;
}
#content-title-area
{
	display: none;
}	
#dynamic-content-area IMG
{
	/* display: none; */
}
#dynamic-content-area A
{
	display: none;
}

#dynamic-content-area-navigation
{
	display: none;
}
#header
{
	display: none;
}
#nav-wrap
{
	display: none;
}
#sub-header
{
	display: none;
}
.top-area
{
	display: none;
}
#slider-area
{
	display: none;
}
#slideshow
{
	display: none;
}
#dynamic-content-area H3 A  /* allows for headline pages to be printed */
{
	display: block;
}
#content-main-wrap-inner
{
	min-height: 0;
}
#footer-top
{
	display: none;
}
.social
{
	display: none;
}
.block-left
{
	display: none;
}
.text-wrap-outside
{
	border-left: none #FFF;
}
/* Set page width content area */
.CS_Textblock_Text
{
	/* width: 6.825in; */
	/* border: 1px solid blue; */
	/* page-break-inside: auto;
	display: inline-block; */
}
A
{
	color: blue;
	border-bottom: 1px dotted blue;
}
/* Displays link after each A tag link */
A::after
{
	font-size: 10px;
	font-style: italic;
}
/* Replace all links that start with a forward-slash */
A[href^="/"]::after
{
	content: " (http://www.amc.edu" attr(href) ") ";
}

/* cs_control_2883 is the CommonSpot breadcrumb element */
#cs_control_2883
{
	font-size: 11px;
	font-style: italic;
	width: 7in;
	position: relative;
	padding-bottom: 0.2in;
	margin-top: -0.4in;
}
/* Insert favicon logo, with a space after it, BEFORE the breadcrumb */
#cs_control_2883::before
{
	content: url("/favicon.png") " ";
}
#cs_control_2883 A::after
{
	display: none;
}
TABLE TR TD TH
{
	background-color: transparent;
	border: none;
}
#content-container
{
	background-color: white;
}
/* this is the TITLE area, not the CommonSpot breadcrumb */
#content-breadcrumb
{
	position: relative;
	top: 0.3in;
	background-color: white;
	/* border-top: 1px solid black; */
	height: auto;
	width: 7in;
}
#content-title-area
{
	color: black;
}
#dynamic-content-area
{
	padding: 0;
}
#dynamic-content-area P:nth-of-type(2)  /* pull the dateline up closer to the title */
{
	/* border-bottom: 1px solid black; */
	/* margin-top: -0.3in;*/
}
#dynamic-content-area-background
{
	background-color: #FFF;
	width: 7in;
}
#dynamic-content-area-padding
{
	width: 6.8in;
	background-color: #FFF;
	padding: 0;
	box-shadow: none;
}
#dynamic-content-area-padding .clearfix
{
	display: none;
}
/*#content-main-wrap
{
	margin: 0;
	width: 7in;
	height: auto;
	(* border: 1px solid red; *)
}*/
.col
{
	margin: 0;
	height: auto;
	width: 7in;
	padding: 0;
}
.two-col .col-1
{
	width: 7in;
	padding-bottom: 1cm;
	border-bottom: 1px solid black;
	
}
.two-col .col-2
{
	width: 7in;
	padding-bottom: 1cm;
}
.two-col HR
{
	width: 0;
}
.three-col .col-1
{
	width: 7in;
	padding-bottom: 1cm;
	border-bottom: 1px solid black;
	margin: 0;
	/* page-break-after: always; */
}
.three-col .col-2
{
	width: 7in;
	padding-bottom: 1cm;
	border-bottom: 1px solid black;
	background-color: white;
	margin: 0;
}
.three-col .col-3
{
	width: 7in;
	padding-bottom: 1cm;
	background-color: white;
	page-break-after: avoid;
}
.three-col HR
{
	width: 0;
}
.col-color-gray
{
	background-color: white;
}
.col-color-gray .text-wrap
{
	background-color: white;
}
.col-color-dark-blue
{
	background-color: white;
}
.col-color-dark-blue .text-wrap
{
	background-color: white;
}
.amcBtn,.btn-amc
{
	line-height: 1.5;
	height: auto;
	border: 1px solid black;
	color: black !important;
	background-image: none;
	width: 5in;
	background-color: #E6E3E3;

}
.btn-amc
{
	line-height: 1.5;
	height: auto;
	border: 1px solid black;
	color: black !important;
	background-image: none;
	float: left;
	position: relative;
	margin-top: -8px;
	margin-left: -8px;
}
/*  Added for Career Center 
.clearfix {
	display: none;
}
/* 
#text {
	border: 1px solid red;
}
*/
#JobFairContainer
{
	border: none;
	width: 6.7in;
}
#JobFair_left
{
	font-size: 14pt;
	font-weight: bold;
}
#JobFair_topRight
{
	font-size: 12pt;
}
.hotJobTitle
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
	border-top: 1px solid black;
}
#JobTable A::after
{
	display: none;
}
/* ====== FOOTER ======  */
#footer
{
	background-color: #FFF;
	border: none;
	width: 7in;
	page-break-after: avoid;
}
#footer .wrap-content
{
	width: 7in;
}
#footer A
{
	text-decoration: none;
	border: 0px none transparent;
}
.footer-top-sec
{
	display: none;
}
.footer-bottom
{
	width: 7in;
}
.footer-bottom A:after
{
	display: none;
}

