@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------------------------
MedThink 1.5 Print Stylesheet

version:   1.0
date:      05/21/2010
websits:	 www.medthink.com
author:    MedThink Communications
-----------------------------------------------------------------------------*/

/* Set up the page */
@page { margin:10%; }
body { width:100%; background-color:#FFF; font-size:10px; }

.wrapper, .content { width:100%; overflow:visible; }
#header { height:125px; }
#maincontent { float:none; width:100%; }

/* Remove thematic background-images */
#home #main, #capabilities #main, #philosophy #main, #work #main, #clients #main, #careers #main, #news #main, #contact #main, 
#sitemap #main, #terms #main, #privacy #main { background-image:none; }

/* Hide navigation, CTAs, and decorative items */
#nav, #cta, .abs-left, #links { display:none; }

#maincontent #edge { margin-bottom:25px; border-left-width:20px; border-left-style:solid; background-image:none; }
.red  { border-left-color:#C01200; }
.grey { border-left-color:#998B7D; }

