/*
-----------------------------------------------
Client:Health Career Pathways
Project:Public Web Site

File Name: print.css
Version: 1.0
Notes: Rules for print layouts.

Author: Dayspring Technologies, Inc.
Email: info@dayspring-tech.com
Web: http://www.dayspring-tech.com/
----------------------------------------------- */

/* reset-fonts.css
----------------------------------------------- */
html {
	color:#000;
	background:#FFF;
	}
body {
	font:13pt/1.231 arial,helvetica,clean,sans-serif;
	}

/* layout.css
----------------------------------------------- */
body {
	background:#fff !important;
	color:#000;
	padding:0;
	}
div#content-ds {
	background:transparent !important;
	}
div#content-brdr {
	background:transparent !important;
	margin:0 auto;
	width:auto;
	}
div#content {
	border-right:0;
	margin-right:0;
	}
div#main {
	float:none;
	position:relative;
	width:auto;
	}
div#pcon {
	float:none;
	padding:0;
	position:relative;
	width:auto;
	}
div#tcon {
	display:none;
	}
div#scon {
	display:none;
	}
div#buckets {
	display:none;
	}
	
/* hd.css
----------------------------------------------- */
div#hd-ds {
	display:none;
	}

/* pcon.css
----------------------------------------------- */
h1, #scon h3 {
	color:#bbbbbb !important;
	margin:10px 0 40px;
	}
h2 {
	background:transparent !important;
	border-bottom:1px solid #bbb;
	border-top:1px solid #bbb;
	margin-bottom:10px;
	margin-top:40px;
	padding-bottom:5px;
	padding-top:5px;
	}
span {
	background:transparent !important;
	padding:0 !important;
	}
div#education, 
div#career,
div#description,
div#requirements {
	display:block !important;
	}
div#start {
	display:block !important;
	}
p.right {
	display:none;
	}
p.print {
	display:none;
	}
a.arrw-te-rt { /* Teal arrow pointing to the right. */
	background:transparent;
	padding-left:0;
	}
a.arrw-te-gy-rt { /* Teal arrow on gray pointing to the right. */
	background:transparent;
	padding-left:0;
	}
#tabs ul#menu {
	display:none;
	}
#start { /* This un-does the fix for the Google Maps. */
	position:relative !important;
	left:auto !important;
	top:auto !important;
	}
div.video {
	display:none;
	}

/* ft.css
----------------------------------------------- */
div#ft-ds {
	background:transparent;
	margin-top:50px;
	}
div#ft {
	border-top:1px solid #bbb;
	width:auto;
	}

