/*
-----------------------------------------------
Client: DCM
Project: Public Web Site Redesign (http://www.dcm.com/)

File Name:print.css 
Notes:All style for print media.

Author:Dayspring Technologies, Inc.
Email:info@dayspring-tech.com
Web:http://www.dayspring-tech.com/
----------------------------------------------- */

/* page.css
----------------------------------------------- */
html {
	margin:0;
	}
body {
  background:#fff !important;
  color:#000; /* Black as base. */
  font-size:9pt; /* New base font size for print. */
  line-height:1;
	margin:0;
  }
div#page {
	margin:0;
  width:auto;
  }
div#teamflash {
	display:none !important;
  }
.clearfix {
  clear:none;
  content:"";
  display:block;
  height:auto !important;
  overflow:visible;
  visibility:inherit;
  }

/* layout.css
----------------------------------------------- */
div#main {
  background:transparent !important;
	margin-bottom:0;
	}
div#pcon {
	float:none !important;
  height:auto !important;
  min-height:0 !important;
	width:auto !important;
  }
div#scon {
	display:none !important;
  }
div#ft {
	clear:both !important;
	float:left !important;
  width:100% !important;
  }

/* hd.css
----------------------------------------------- */
div#hd {
  border-bottom:1px solid #aeaeae;
	height:auto;
	margin-bottom:20px;
	padding-bottom:10px;
	}
#hd img {
	display:block;
	}
#hd img.tagline {
	left:68px;
	position:absolute;
	top:25px;
	}
#hd h1, #hd h2, #hd ul {
	display:none;
	}
		
/* pcon.css
----------------------------------------------- */
div#title {
	background:#fff;
	display:none;
	height:auto;
	margin-bottom:20px;
	text-indent:0;
	width:auto;
	}
h1 {
  display:none;
	}
h2 {
	border:#999 dashed;
	border-width:1px 0;
	font-size:1.3em;
  padding:10px 0;
	text-align:center;
	}
h2 strong {
	color:#c00;
	font-weight:normal;
	}

/* pcon.css - Team Landing Page
----------------------------------------------- */
h4.page-break {
	page-break-before:always;
	}
.team li {
  margin-left:0;
  margin-right:10px;
	}

/* pcon.css - Portfolio Landing Page
----------------------------------------------- */
ul.logo {
	border:#fff solid;
	border-width:1px 0 0;
	}
ul.logo.break {
	page-break-before:always;
	}
.logo li {
	border:solid #d6d6d6 1px;
	margin:0 2px 2px 0;
	}
p.break {
	display:block;
	}

/* pcon.css - Portfolio Sector Pages
----------------------------------------------- */
.logo.sector li.info {
	clear:left;
	display:block;
	float:none;
	width:auto;
	}

/* table.css
----------------------------------------------- */
table {
  margin-bottom:20px;
  width:100%;
  }
table.home {
	background:transparent;
	color:#666;
	margin-top:160px;
	}
.home th {
	font-size:1.2em;
	height:auto;
	padding:0;
	text-align:left;
	text-indent:0;
	}
.home .spot, .home th.intro {
	display:none;
	}
.home td.intro {
	display:block;
	}
.home .intro img {
	left:0;
	margin:0;
	position:absolute;
	top:120px;
	}
.home .news {
	display:block;
	width:auto;
	}
.home td {
	padding:5px 0 0;
	}
.home .news table {
	margin:4px 0 0 0;
	width:auto;
	}

/* scon.css
----------------------------------------------- */

/* ft.css
----------------------------------------------- */
#ft p {
	display:none;
  }
#ft p.copy {
  border:solid #dfdfdf;
	border-width:1px 0;
	display:block;
	padding:5px 0;
	text-align:center;
	}
	

